1 # Chinese translations for Git package
3 # Copyright (C) 2012,2013 Jiang Xin <worldhello.net AT gmail.com>
4 # This file is distributed under the same license as the Git package.
6 # - Fangyi Zhou <me AT fangyi.io>
7 # - Jiang Xin <worldhello.net AT gmail.com>
8 # - Lian Cheng <rhythm.mail AT gmail.com>
9 # - Ray Chen <oldsharp AT gmail.com>
10 # - Riku <lu.riku AT gmail.com>
11 # - Thynson <lanxingcan AT gmail.com>
12 # - ws3389 <willsmith3389 AT gmail.com>
13 # - Wang Sheng <wangsheng2008love AT 163.com>
14 # - 依云 <lilydjwg AT gmail.com>
15 # - Yichao Yu <yyc1992 AT gmail.com>
16 # - Zhuang Ya <zhuangya AT me.com>
17 # - Teng Long <dyroneteng AT gmail.com>
19 # Git glossary for Chinese translators
22 # ---------------------------------+--------------------------------------
24 # abbreviate | 简写(的 SHA-1 值)
25 # alternate object database | 备用对象库
26 # attribute source | 属性来源
29 # annotated tag | 附注标签
30 # bare repository | 纯仓库
34 # bloom filter | 布隆过滤器
47 # commit message | 提交说明
48 # commit object | 提交对象
50 # commit-ish (also committish) | 提交号
51 # cone | 锥形(稀疏检出模型);锥(稀疏检出)
53 # core Git | 核心 Git 工具
56 # dangling object | 悬空对象
57 # detached HEAD | 分离头指针
60 # dumb HTTP protocol | 哑 HTTP 协议
61 # enlistment | 登记(在 scalar 中使用)
62 # evil merge | 坏合并(合并引入了父提交没有的修改)
67 # Git archive | 仓库(对于 arch 用户)
68 # gitfile | gitfile(仓库链接文件)
71 # HEAD | HEAD(头指针,亦即当前分支)
81 # magic | 神奇前缀(路径规格支持的一种前缀表达式)
82 # master | master(默认分支名)
85 # object database | 对象库
86 # object identifier | 对象标识符
89 # octopus | 章鱼式合并(两分支以上的合并)
90 # origin | origin(默认的远程名称)
91 # orphan | 孤立(一般指孤立分支,即没有任何提交的分支)
100 # plumbing | 管件(Git 底层核心命令的别称)
101 # porcelain | 瓷件(Git 上层封装命令的别称)
102 # precious-objects repo | 珍品仓库
103 # preferred pack | 首选包(多包索引中引入的首选包概念)
116 # remote-tracking branch | 远程跟踪分支
125 # SHA-1 | SHA-1(安全哈希算法1)
126 # shallow repository | 浅(克隆)仓库
128 # smart HTTP protocol | 智能 HTTP 协议
130 # stage | n. 暂存区(即索引); v. 暂存
132 # stash | n. 贮藏区; v. 贮藏
135 # tag | n. 标签; v. 打标签
138 # topic branch | 主题分支
143 # tree-ish (also treeish) | 树对象(或可以解析为一树对象)
144 # unmerged index | 未合并索引
146 # unreachable object | 不可达对象
149 # upstream branch | 上游分支
151 # Fangyi Zhou <me@fangyi.io>, 2021-2023.
155 "Project-Id-Version: Git\n"
156 "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
157 "POT-Creation-Date: 2024-10-05 03:31+0800\n"
158 "PO-Revision-Date: 2024-10-05 03:32+0800\n"
159 "Last-Translator: Teng Long <dyroneteng@gmail.com>\n"
160 "Language-Team: GitHub <https://github.com/dyrone/git/>\n"
162 "MIME-Version: 1.0\n"
163 "Content-Type: text/plain; charset=UTF-8\n"
164 "Content-Transfer-Encoding: 8bit\n"
165 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
166 "X-Generator: Gtranslator 42.0\n"
173 #: add-interactive.c builtin/merge.c builtin/rebase.c reset.c sequencer.c
174 msgid "could not read index"
195 msgid "could not stage '%s'"
198 #: add-interactive.c builtin/stash.c reset.c sequencer.c
199 msgid "could not write index"
204 msgid "updated %d path\n"
205 msgid_plural "updated %d paths\n"
206 msgstr[0] "更新了 %d 个路径\n"
207 msgstr[1] "更新了 %d 个路径\n"
211 msgid "note: %s is untracked now.\n"
212 msgstr "说明:%s 现已成为未跟踪的。\n"
214 #: add-interactive.c apply.c builtin/checkout.c builtin/reset.c
216 msgid "make_cache_entry failed for path '%s'"
217 msgstr "对路径 '%s' 的 make_cache_entry 操作失败"
224 msgid "Could not parse HEAD^{tree}"
225 msgstr "不能解析 HEAD^{tree}"
229 msgid "reverted %d path\n"
230 msgid_plural "reverted %d paths\n"
231 msgstr[0] "还原了 %d 个路径\n"
232 msgstr[1] "还原了 %d 个路径\n"
236 msgid "No untracked files.\n"
240 msgid "Add untracked"
245 msgid "added %d path\n"
246 msgid_plural "added %d paths\n"
247 msgstr[0] "增加了 %d 个路径\n"
248 msgstr[1] "增加了 %d 个路径\n"
252 msgid "ignoring unmerged: %s"
257 msgid "Only binary files changed.\n"
258 msgstr "只有二进制文件被修改。\n"
262 msgid "No changes.\n"
274 msgid "show paths with changes"
278 msgid "add working tree state to the staged set of changes"
279 msgstr "将工作区状态添加到暂存区修改集中"
282 msgid "revert staged set of changes back to the HEAD version"
283 msgstr "将暂存的修改集恢复为 HEAD 版本"
286 msgid "pick hunks and update selectively"
287 msgstr "挑选数据块并有选择地更新"
290 msgid "view diff between HEAD and index"
291 msgstr "显示 HEAD 和索引的差异"
294 msgid "add contents of untracked files to the staged set of changes"
295 msgstr "将未跟踪文件的内容添加到暂存区修改集中"
302 msgid "select a single item"
306 msgid "select a range of items"
310 msgid "select multiple ranges"
314 msgid "select item based on unique prefix"
318 msgid "unselect specified items"
322 msgid "choose all items"
326 msgid "(empty) finish selecting"
330 msgid "select a numbered item"
334 msgid "(empty) select nothing"
337 #: add-interactive.c builtin/clean.c
338 msgid "*** Commands ***"
341 #: add-interactive.c builtin/clean.c
353 #: add-interactive.c apply.c builtin/am.c builtin/bugreport.c builtin/clone.c
354 #: builtin/diagnose.c builtin/fetch.c builtin/hook.c builtin/merge.c
355 #: builtin/pull.c builtin/submodule--helper.c
360 msgid "could not refresh index"
363 #: add-interactive.c builtin/clean.c
370 msgid "Stage mode change [y,n,q,a,d%s,?]? "
371 msgstr "暂存模式变更 [y,n,q,a,d%s,?]? "
375 msgid "Stage deletion [y,n,q,a,d%s,?]? "
376 msgstr "暂存删除动作 [y,n,q,a,d%s,?]? "
380 msgid "Stage addition [y,n,q,a,d%s,?]? "
381 msgstr "暂存添加动作 [y,n,q,a,d%s,?]? "
385 msgid "Stage this hunk [y,n,q,a,d%s,?]? "
386 msgstr "暂存该块 [y,n,q,a,d%s,?]? "
390 "If the patch applies cleanly, the edited hunk will immediately be marked for "
392 msgstr "如果补丁能正确地应用,编辑块将立即标记为暂存。"
396 "y - stage this hunk\n"
397 "n - do not stage this hunk\n"
398 "q - quit; do not stage this hunk or any of the remaining ones\n"
399 "a - stage this hunk and all later hunks in the file\n"
400 "d - do not stage this hunk or any of the later hunks in the file\n"
404 "q - 退出。不暂存该块及后面的全部块\n"
405 "a - 暂存该块和本文件中后面的全部块\n"
406 "d - 不暂存该块和本文件中后面的全部块\n"
410 msgid "Stash mode change [y,n,q,a,d%s,?]? "
411 msgstr "贮藏模式变更 [y,n,q,a,d%s,?]? "
415 msgid "Stash deletion [y,n,q,a,d%s,?]? "
416 msgstr "贮藏删除动作 [y,n,q,a,d%s,?]? "
420 msgid "Stash addition [y,n,q,a,d%s,?]? "
421 msgstr "贮藏添加动作 [y,n,q,a,d%s,?]? "
425 msgid "Stash this hunk [y,n,q,a,d%s,?]? "
426 msgstr "贮藏该块 [y,n,q,a,d%s,?]? "
430 "If the patch applies cleanly, the edited hunk will immediately be marked for "
432 msgstr "如果补丁能正确地应用,编辑块将立即标记为贮藏。"
436 "y - stash this hunk\n"
437 "n - do not stash this hunk\n"
438 "q - quit; do not stash this hunk or any of the remaining ones\n"
439 "a - stash this hunk and all later hunks in the file\n"
440 "d - do not stash this hunk or any of the later hunks in the file\n"
444 "q - 退出。不贮藏该块及后面的全部块\n"
445 "a - 贮藏该块和本文件中后面的全部块\n"
446 "d - 不贮藏该块和本文件中后面的全部块\n"
450 msgid "Unstage mode change [y,n,q,a,d%s,?]? "
451 msgstr "取消暂存模式变更 [y,n,q,a,d%s,?]? "
455 msgid "Unstage deletion [y,n,q,a,d%s,?]? "
456 msgstr "取消暂存删除动作 [y,n,q,a,d%s,?]? "
460 msgid "Unstage addition [y,n,q,a,d%s,?]? "
461 msgstr "取消暂存添加动作 [y,n,q,a,d%s,?]? "
465 msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
466 msgstr "取消暂存该块 [y,n,q,a,d%s,?]? "
470 "If the patch applies cleanly, the edited hunk will immediately be marked for "
472 msgstr "如果补丁能正确地应用,编辑块将立即标记为未暂存。"
476 "y - unstage this hunk\n"
477 "n - do not unstage this hunk\n"
478 "q - quit; do not unstage this hunk or any of the remaining ones\n"
479 "a - unstage this hunk and all later hunks in the file\n"
480 "d - do not unstage this hunk or any of the later hunks in the file\n"
484 "q - 退出。不要取消暂存该块及后面的全部块\n"
485 "a - 取消暂存该块和本文件中后面的全部块\n"
486 "d - 不要取消暂存该块和本文件中后面的全部块\n"
490 msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
491 msgstr "将模式变更应用到索引 [y,n,q,a,d%s,?]? "
495 msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
496 msgstr "将删除操作应用到索引 [y,n,q,a,d%s,?]? "
500 msgid "Apply addition to index [y,n,q,a,d%s,?]? "
501 msgstr "将添加操作应用到索引 [y,n,q,a,d%s,?]? "
505 msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
506 msgstr "将该块应用到索引 [y,n,q,a,d%s,?]? "
510 "If the patch applies cleanly, the edited hunk will immediately be marked for "
512 msgstr "如果补丁能正确地应用,编辑块将立即标记为应用。"
516 "y - apply this hunk to index\n"
517 "n - do not apply this hunk to index\n"
518 "q - quit; do not apply this hunk or any of the remaining ones\n"
519 "a - apply this hunk and all later hunks in the file\n"
520 "d - do not apply this hunk or any of the later hunks in the file\n"
524 "q - 退出。不要应用该块及后面的全部块\n"
525 "a - 应用该块和本文件中后面的全部块\n"
526 "d - 不要应用该块和本文件中后面的全部块\n"
530 msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
531 msgstr "从工作区中丢弃模式变更 [y,n,q,a,d%s,?]? "
535 msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
536 msgstr "从工作区中丢弃删除动作 [y,n,q,a,d%s,?]? "
540 msgid "Discard addition from worktree [y,n,q,a,d%s,?]? "
541 msgstr "从工作区中丢弃添加动作 [y,n,q,a,d%s,?]? "
545 msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
546 msgstr "从工作区中丢弃该块 [y,n,q,a,d%s,?]? "
550 "If the patch applies cleanly, the edited hunk will immediately be marked for "
552 msgstr "如果补丁能正确地应用,编辑块将立即标记为丢弃。"
556 "y - discard this hunk from worktree\n"
557 "n - do not discard this hunk from worktree\n"
558 "q - quit; do not discard this hunk or any of the remaining ones\n"
559 "a - discard this hunk and all later hunks in the file\n"
560 "d - do not discard this hunk or any of the later hunks in the file\n"
564 "q - 退出。不要丢弃该块及后面的全部块\n"
565 "a - 丢弃该块和本文件中后面的全部块\n"
566 "d - 不要丢弃该块和本文件中后面的全部块\n"
570 msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
571 msgstr "从索引和工作区中丢弃模式变更 [y,n,q,a,d%s,?]? "
575 msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
576 msgstr "从索引和工作区中丢弃删除动作 [y,n,q,a,d%s,?]? "
580 msgid "Discard addition from index and worktree [y,n,q,a,d%s,?]? "
581 msgstr "从索引和工作区中丢弃添加动作 [y,n,q,a,d%s,?]? "
585 msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
586 msgstr "从索引和工作区中丢弃该块 [y,n,q,a,d%s,?]? "
590 "y - discard this hunk from index and worktree\n"
591 "n - do not discard this hunk from index and worktree\n"
592 "q - quit; do not discard this hunk or any of the remaining ones\n"
593 "a - discard this hunk and all later hunks in the file\n"
594 "d - do not discard this hunk or any of the later hunks in the file\n"
597 "n - 不要在索引和工作区中丢弃该块\n"
598 "q - 退出。不要丢弃该块及后面的全部块\n"
599 "a - 丢弃该块和本文件中后面的全部块\n"
600 "d - 不要丢弃该块和本文件中后面的全部块\n"
604 msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
605 msgstr "将模式变更应用到索引和工作区 [y,n,q,a,d%s,?]? "
609 msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
610 msgstr "将删除操作应用到索引和工作区 [y,n,q,a,d%s,?]? "
614 msgid "Apply addition to index and worktree [y,n,q,a,d%s,?]? "
615 msgstr "将添加操作应用到索引和工作区 [y,n,q,a,d%s,?]? "
619 msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
620 msgstr "将该块应用到索引和工作区 [y,n,q,a,d%s,?]? "
624 "y - apply this hunk to index and worktree\n"
625 "n - do not apply this hunk to index and worktree\n"
626 "q - quit; do not apply this hunk or any of the remaining ones\n"
627 "a - apply this hunk and all later hunks in the file\n"
628 "d - do not apply this hunk or any of the later hunks in the file\n"
631 "n - 不要在索引和工作区中应用该块\n"
632 "q - 退出。不要应用该块及后面的全部块\n"
633 "a - 应用该块和本文件中后面的全部块\n"
634 "d - 不要应用该块和本文件中后面的全部块\n"
638 msgid "Apply mode change to worktree [y,n,q,a,d%s,?]? "
639 msgstr "将模式变更应用到工作区 [y,n,q,a,d%s,?]? "
643 msgid "Apply deletion to worktree [y,n,q,a,d%s,?]? "
644 msgstr "将删除操作应用到工作区 [y,n,q,a,d%s,?]? "
648 msgid "Apply addition to worktree [y,n,q,a,d%s,?]? "
649 msgstr "将添加操作应用到工作区 [y,n,q,a,d%s,?]? "
653 msgid "Apply this hunk to worktree [y,n,q,a,d%s,?]? "
654 msgstr "将该块应用到工作区 [y,n,q,a,d%s,?]? "
658 "y - apply this hunk to worktree\n"
659 "n - do not apply this hunk to worktree\n"
660 "q - quit; do not apply this hunk or any of the remaining ones\n"
661 "a - apply this hunk and all later hunks in the file\n"
662 "d - do not apply this hunk or any of the later hunks in the file\n"
666 "q - 退出。不要应用该块及后面的全部块\n"
667 "a - 应用该块和本文件中后面的全部块\n"
668 "d - 不要应用该块和本文件中后面的全部块\n"
672 msgid "could not parse hunk header '%.*s'"
673 msgstr "无法解析数据块头信息 '%.*s'"
676 msgid "could not parse diff"
680 msgid "could not parse colored diff"
685 msgid "failed to run '%s'"
689 msgid "mismatched output from interactive.diffFilter"
690 msgstr "interactive.diffFilter 的输出不匹配"
694 "Your filter must maintain a one-to-one correspondence\n"
695 "between its input and output lines."
696 msgstr "您的过滤器必须在其输入和输出的行之间保持一一对应的关系。"
701 "expected context line #%d in\n"
710 "hunks do not overlap:\n"
712 "\tdoes not end with:\n"
721 msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
722 msgstr "手动块编辑模式 -- 查看底部的快速指南。\n"
728 "To remove '%c' lines, make them ' ' lines (context).\n"
729 "To remove '%c' lines, delete them.\n"
730 "Lines starting with %s will be removed.\n"
733 "要删除 '%c' 开始的行,使其成为 ' ' 开始的行(上下文)。\n"
734 "要删除 '%c' 开始的行,删除它们。\n"
739 "If it does not apply cleanly, you will be given an opportunity to\n"
740 "edit again. If all lines of the hunk are removed, then the edit is\n"
741 "aborted and the hunk is left unchanged.\n"
743 "如果不能干净地应用,您将有机会重新编辑。如果该块的全部内容删除,则\n"
747 msgid "could not parse hunk header"
751 msgid "'git apply --cached' failed"
752 msgstr "'git apply --cached' 失败"
754 #. TRANSLATORS: do not translate [y/n]
755 #. The program will only accept that input at this point.
756 #. Consider translating (saying "no" discards!) as
757 #. (saying "n" for "no" discards!) if the translation
758 #. of the word "no" does not start with n.
762 "Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
763 msgstr "您的编辑块不能被应用。重新编辑(选择 \"no\" 丢弃!) [y/n]? "
766 msgid "The selected hunks do not apply to the index!"
767 msgstr "选中的块不能应用到索引!"
770 msgid "Apply them to the worktree anyway? "
771 msgstr "无论如何都要应用到工作区么?"
774 msgid "Nothing was applied.\n"
779 "j - leave this hunk undecided, see next undecided hunk\n"
780 "J - leave this hunk undecided, see next hunk\n"
781 "k - leave this hunk undecided, see previous undecided hunk\n"
782 "K - leave this hunk undecided, see previous hunk\n"
783 "g - select a hunk to go to\n"
784 "/ - search for a hunk matching the given regex\n"
785 "s - split the current hunk into smaller hunks\n"
786 "e - manually edit the current hunk\n"
787 "p - print the current hunk, 'P' to use the pager\n"
790 "j - 维持该块未决状态,查看下一个未决块\n"
791 "J - 维持该块未决状态,查看下一个块\n"
792 "k - 维持该块未决状态,查看上一个未决块\n"
793 "K - 维持该块未决状态,查看上一个块\n"
795 "/ - 查找和给定正则表达式匹配的块\n"
798 "p - 显示当前块, 'P' 使用分页器\n"
803 msgid "Only one letter is expected, got '%s'"
804 msgstr "预期只有一个字母,得到 '%s'"
807 msgid "No previous hunk"
815 msgid "No other hunks to goto"
819 msgid "go to which hunk (<ret> to see more)? "
820 msgstr "跳转到哪个块(<回车> 查看更多)? "
823 msgid "go to which hunk? "
828 msgid "Invalid number: '%s'"
833 msgid "Sorry, only %d hunk available."
834 msgid_plural "Sorry, only %d hunks available."
835 msgstr[0] "对不起,只有 %d 个可用块。"
836 msgstr[1] "对不起,只有 %d 个可用块。"
839 msgid "No other hunks to search"
843 msgid "search for regex? "
848 msgid "Malformed search regexp %s: %s"
849 msgstr "错误的正则表达式 %s:%s"
852 msgid "No hunk matches the given pattern"
853 msgstr "没有和给定模式相匹配的块"
856 msgid "Sorry, cannot split this hunk"
861 msgid "Split into %d hunks."
865 msgid "Sorry, cannot edit this hunk"
870 msgid "Unknown command '%s' (use '?' for help)"
871 msgstr "未知命令 '%s'(使用 '?' 寻求帮助)"
874 msgid "'git apply' failed"
875 msgstr "'git apply' 失败"
882 msgid "Only binary files changed."
889 "Disable this message with \"git config advice.%s false\""
892 "使用 \"git config advice.%s false\" 来关闭此消息"
896 msgid "%shint:%s%.*s%s\n"
897 msgstr "%s提示:%s%.*s%s\n"
900 msgid "Cherry-picking is not possible because you have unmerged files."
901 msgstr "无法拣选,因为您有未合并的文件。"
904 msgid "Committing is not possible because you have unmerged files."
905 msgstr "无法提交,因为您有未合并的文件。"
908 msgid "Merging is not possible because you have unmerged files."
909 msgstr "无法合并,因为您有未合并的文件。"
912 msgid "Pulling is not possible because you have unmerged files."
913 msgstr "无法拉取,因为您有未合并的文件。"
916 msgid "Reverting is not possible because you have unmerged files."
917 msgstr "无法回退,因为您有未合并的文件。"
920 msgid "Rebasing is not possible because you have unmerged files."
921 msgstr "无法变基,因为您有未合并的文件。"
925 "Fix them up in the work tree, and then use 'git add/rm <file>'\n"
926 "as appropriate to mark resolution and make a commit."
928 "请在工作区改正文件,然后酌情使用 'git add/rm <文件>' 命令标记\n"
932 msgid "Exiting because of an unresolved conflict."
933 msgstr "因为存在未解决的冲突而退出。"
935 #: advice.c builtin/merge.c
936 msgid "You have not concluded your merge (MERGE_HEAD exists)."
937 msgstr "您尚未结束您的合并(存在 MERGE_HEAD)。"
940 msgid "Please, commit your changes before merging."
941 msgstr "请在合并前先提交您的修改。"
944 msgid "Exiting because of unfinished merge."
945 msgstr "因为存在未完成的合并而退出。"
949 "Diverging branches can't be fast-forwarded, you need to either:\n"
951 "\tgit merge --no-ff\n"
957 "无法在偏离的分支上进行快进操作,您需要:\n"
959 "\tgit merge --no-ff\n"
966 msgid "Not possible to fast-forward, aborting."
972 "The following paths and/or pathspecs matched paths that exist\n"
973 "outside of your sparse-checkout definition, so will not be\n"
974 "updated in the index:\n"
976 "下面的路径和/或者路径规格匹配了您定义的稀疏检出以外的路径,\n"
981 "If you intend to update such entries, try one of the following:\n"
982 "* Use the --sparse option.\n"
983 "* Disable or modify the sparsity rules."
985 "如果您意图更新这些条目,请尝试下列其中之一:\n"
986 "* 使用 --sparse 选项。\n"
992 "Note: switching to '%s'.\n"
994 "You are in 'detached HEAD' state. You can look around, make experimental\n"
995 "changes and commit them, and you can discard any commits you make in this\n"
996 "state without impacting any branches by switching back to a branch.\n"
998 "If you want to create a new branch to retain commits you create, you may\n"
999 "do so (now or later) by using -c with the switch command. Example:\n"
1001 " git switch -c <new-branch-name>\n"
1003 "Or undo this operation with:\n"
1007 "Turn off this advice by setting config variable advice.detachedHead to "
1013 "您正处于分离头指针状态。您可以查看、做试验性的修改及提交,并且您可以在切换\n"
1014 "回一个分支时,丢弃在此状态下所做的提交而不对分支造成影响。\n"
1016 "如果您想要通过创建分支来保留在此状态下所做的提交,您可以通过在 switch 命令\n"
1017 "中添加参数 -c 来实现(现在或稍后)。例如:\n"
1019 " git switch -c <新分支名>\n"
1025 "通过将配置变量 advice.detachedHead 设置为 false 来关闭此建议\n"
1031 "The following paths have been moved outside the\n"
1032 "sparse-checkout definition but are not sparse due to local\n"
1035 "下列的路径已经被移动至稀疏检出的定义之外,\n"
1040 "To correct the sparsity of these paths, do the following:\n"
1041 "* Use \"git add --sparse <paths>\" to update the index\n"
1042 "* Use \"git sparse-checkout reapply\" to apply the sparsity rules"
1044 "为了修正这些的路径的稀疏性,请运行下列命令:\n"
1045 "* 使用 \"git add --sparse <路径>\" 来更新索引\n"
1046 "* 使用 \"git sparse-checkout reapply\" 来应用稀疏规则"
1049 msgid "cmdline ends with \\"
1053 msgid "unclosed quote"
1056 #: alias.c builtin/cat-file.c builtin/notes.c builtin/prune-packed.c
1057 #: builtin/receive-pack.c builtin/refs.c builtin/tag.c t/helper/test-pkt-line.c
1058 msgid "too many arguments"
1063 msgid "unrecognized whitespace option '%s'"
1064 msgstr "未能识别的空白字符选项 '%s'"
1068 msgid "unrecognized whitespace ignore option '%s'"
1069 msgstr "未能识别的空白字符忽略选项 '%s'"
1071 #: apply.c archive.c builtin/add.c builtin/branch.c builtin/checkout-index.c
1072 #: builtin/checkout.c builtin/clean.c builtin/clone.c builtin/commit.c
1073 #: builtin/describe.c builtin/diff-tree.c builtin/difftool.c
1074 #: builtin/fast-export.c builtin/fetch.c builtin/help.c builtin/index-pack.c
1075 #: builtin/init-db.c builtin/log.c builtin/ls-files.c builtin/merge-base.c
1076 #: builtin/merge-tree.c builtin/merge.c builtin/pack-objects.c builtin/rebase.c
1077 #: builtin/repack.c builtin/replay.c builtin/reset.c builtin/rev-list.c
1078 #: builtin/rev-parse.c builtin/show-branch.c builtin/stash.c
1079 #: builtin/submodule--helper.c builtin/tag.c builtin/worktree.c parse-options.c
1080 #: range-diff.c revision.c
1082 msgid "options '%s' and '%s' cannot be used together"
1083 msgstr "选项 '%s' 和 '%s' 不能同时使用"
1087 msgid "'%s' outside a repository"
1091 msgid "failed to read patch"
1095 msgid "patch too large"
1100 msgid "Cannot prepare timestamp regexp %s"
1101 msgstr "无法准备时间戳正则表达式 %s"
1105 msgid "regexec returned %d for input: %s"
1106 msgstr "regexec 返回 %d,输入为:%s"
1110 msgid "unable to find filename in patch at line %d"
1111 msgstr "不能在补丁的第 %d 行找到文件名"
1115 msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
1116 msgstr "git apply:错误的 git-diff - 应为 /dev/null,但在第 %2$d 行得到 %1$s"
1120 msgid "git apply: bad git-diff - inconsistent new filename on line %d"
1121 msgstr "git apply:错误的 git-diff - 第 %d 行上新文件名不一致"
1125 msgid "git apply: bad git-diff - inconsistent old filename on line %d"
1126 msgstr "git apply:错误的 git-diff - 第 %d 行上旧文件名不一致"
1130 msgid "git apply: bad git-diff - expected /dev/null on line %d"
1131 msgstr "git apply:错误的 git-diff - 第 %d 行处应为 /dev/null"
1135 msgid "invalid mode on line %d: %s"
1136 msgstr "第 %d 行包含无效文件模式:%s"
1140 msgid "inconsistent header lines %d and %d"
1141 msgstr "不一致的文件头,%d 行和 %d 行"
1146 "git diff header lacks filename information when removing %d leading pathname "
1147 "component (line %d)"
1149 "git diff header lacks filename information when removing %d leading pathname "
1150 "components (line %d)"
1151 msgstr[0] "当移除 %d 个前导路径后 git diff 头缺乏文件名信息(第 %d 行)"
1152 msgstr[1] "当移除 %d 个前导路径后 git diff 头缺乏文件名信息(第 %d 行)"
1156 msgid "git diff header lacks filename information (line %d)"
1157 msgstr "git diff 的头信息中缺乏文件名信息(第 %d 行)"
1161 msgid "recount: unexpected line: %.*s"
1162 msgstr "recount:意外的行:%.*s"
1166 msgid "patch fragment without header at line %d: %.*s"
1167 msgstr "第 %d 行的补丁片段没有头信息:%.*s"
1170 msgid "new file depends on old contents"
1174 msgid "deleted file still has contents"
1179 msgid "corrupt patch at line %d"
1180 msgstr "补丁在第 %d 行损坏"
1184 msgid "new file %s depends on old contents"
1185 msgstr "新文件 %s 依赖旧内容"
1189 msgid "deleted file %s still has contents"
1190 msgstr "删除的文件 %s 仍有内容"
1194 msgid "** warning: file %s becomes empty but is not deleted"
1195 msgstr "** 警告:文件 %s 成为空文件但并未删除"
1199 msgid "corrupt binary patch at line %d: %.*s"
1200 msgstr "二进制补丁在第 %d 行损坏:%.*s"
1204 msgid "unrecognized binary patch at line %d"
1205 msgstr "未能识别的二进制补丁位于第 %d 行"
1209 msgid "patch with only garbage at line %d"
1210 msgstr "补丁文件的第 %d 行只有垃圾数据"
1214 msgid "unable to read symlink %s"
1215 msgstr "无法读取符号链接 %s"
1219 msgid "unable to open or read %s"
1224 msgid "invalid start of line: '%c'"
1225 msgstr "无效的行首字符:'%c'"
1229 msgid "Hunk #%d succeeded at %d (offset %d line)."
1230 msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
1231 msgstr[0] "块 #%d 成功应用于 %d(偏移 %d 行)"
1232 msgstr[1] "块 #%d 成功应用于 %d(偏移 %d 行)"
1236 msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
1237 msgstr "上下文减少到(%ld/%ld)以在第 %d 行应用补丁片段"
1242 "while searching for:\n"
1250 msgid "missing binary patch data for '%s'"
1251 msgstr "缺失 '%s' 的二进制补丁数据"
1255 msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
1256 msgstr "不能反向应用一个缺少到 '%s' 的反向数据块的二进制补丁"
1260 msgid "cannot apply binary patch to '%s' without full index line"
1261 msgstr "不能在 '%s' 上应用没有完整索引行的二进制补丁"
1266 "the patch applies to '%s' (%s), which does not match the current contents."
1267 msgstr "补丁应用到 '%s'(%s),但是和当前内容不匹配。"
1271 msgid "the patch applies to an empty '%s' but it is not empty"
1272 msgstr "补丁应用到空文件 '%s',但其并非空文件"
1276 msgid "the necessary postimage %s for '%s' cannot be read"
1277 msgstr "无法读取 '%2$s' 必需的目标文件 %1$s"
1281 msgid "binary patch does not apply to '%s'"
1282 msgstr "二进制补丁未应用到 '%s'"
1286 msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
1287 msgstr "到 '%s' 的二进制补丁产生了不正确的结果(应为 %s,却为 %s)"
1291 msgid "patch failed: %s:%ld"
1292 msgstr "打补丁失败:%s:%ld"
1294 #: apply.c builtin/mv.c
1296 msgid "cannot checkout %s"
1299 #: apply.c midx.c pack-mtimes.c pack-revindex.c setup.c
1301 msgid "failed to read %s"
1306 msgid "reading from '%s' beyond a symbolic link"
1307 msgstr "读取位于符号链接中的 '%s'"
1311 msgid "path %s has been renamed/deleted"
1312 msgstr "路径 %s 已经被重命名/删除"
1316 msgid "%s: does not exist in index"
1321 msgid "%s: does not match index"
1325 msgid "repository lacks the necessary blob to perform 3-way merge."
1326 msgstr "仓库缺乏执行三方合并所必需的数据对象。"
1330 msgid "Performing three-way merge...\n"
1331 msgstr "执行三方合并...\n"
1335 msgid "cannot read the current contents of '%s'"
1336 msgstr "无法读取 '%s' 的当前内容"
1340 msgid "Failed to perform three-way merge...\n"
1341 msgstr "无法执行三方合并...\n"
1345 msgid "Applied patch to '%s' with conflicts.\n"
1346 msgstr "应用补丁到 '%s' 存在冲突。\n"
1350 msgid "Applied patch to '%s' cleanly.\n"
1351 msgstr "成功应用补丁到 '%s'。\n"
1355 msgid "Falling back to direct application...\n"
1356 msgstr "回落到直接应用...\n"
1359 msgid "removal patch leaves file contents"
1360 msgstr "移除补丁仍留下了文件内容"
1364 msgid "%s: wrong type"
1369 msgid "%s has type %o, expected %o"
1370 msgstr "%s 的类型是 %o,应为 %o"
1372 #: apply.c read-cache.c
1374 msgid "invalid path '%s'"
1379 msgid "%s: already exists in index"
1380 msgstr "%s:已经存在于索引中"
1384 msgid "%s: already exists in working directory"
1385 msgstr "%s:已经存在于工作区中"
1389 msgid "new mode (%o) of %s does not match old mode (%o)"
1390 msgstr "%2$s 的新模式(%1$o)和旧模式(%3$o)不匹配"
1394 msgid "new mode (%o) of %s does not match old mode (%o) of %s"
1395 msgstr "%2$s 的新模式(%1$o)和 %4$s 的旧模式(%3$o)不匹配"
1399 msgid "affected file '%s' is beyond a symbolic link"
1400 msgstr "受影响的文件 '%s' 位于符号链接中"
1404 msgid "%s: patch does not apply"
1409 msgid "Checking patch %s..."
1410 msgstr "正在检查补丁 %s..."
1414 msgid "sha1 information is lacking or useless for submodule %s"
1415 msgstr "子模组 %s 的 sha1 信息缺失或无效"
1419 msgid "mode change for %s, which is not in current HEAD"
1420 msgstr "%s 的模式变更,但它不在当前 HEAD 中"
1424 msgid "sha1 information is lacking or useless (%s)."
1425 msgstr "sha1 信息缺失或无效(%s)。"
1429 msgid "could not add %s to temporary index"
1430 msgstr "不能在临时索引中添加 %s"
1434 msgid "could not write temporary index to %s"
1435 msgstr "不能把临时索引写入到 %s"
1439 msgid "unable to remove %s from index"
1440 msgstr "不能从索引中移除 %s"
1444 msgid "corrupt patch for submodule %s"
1445 msgstr "子模组 %s 损坏的补丁"
1449 msgid "unable to stat newly created file '%s'"
1450 msgstr "不能对新建文件 '%s' 调用 stat"
1454 msgid "unable to create backing store for newly created file %s"
1455 msgstr "不能为新建文件 %s 创建后端存储"
1459 msgid "unable to add cache entry for %s"
1460 msgstr "无法为 %s 添加缓存条目"
1462 #: apply.c builtin/bisect.c builtin/gc.c
1464 msgid "failed to write to '%s'"
1469 msgid "closing file '%s'"
1474 msgid "unable to write file '%s' mode %o"
1475 msgstr "不能写文件 '%s' 权限 %o"
1479 msgid "Applied patch %s cleanly."
1483 msgid "internal error"
1488 msgid "Applying patch %%s with %d reject..."
1489 msgid_plural "Applying patch %%s with %d rejects..."
1490 msgstr[0] "应用 %%s 个补丁,其中 %d 个被拒绝..."
1491 msgstr[1] "应用 %%s 个补丁,其中 %d 个被拒绝..."
1495 msgid "cannot open %s"
1500 msgid "cannot unlink '%s'"
1505 msgid "Hunk #%d applied cleanly."
1506 msgstr "第 #%d 个片段成功应用。"
1510 msgid "Rejected hunk #%d."
1511 msgstr "拒绝第 #%d 个片段。"
1515 msgid "Skipped patch '%s'."
1519 msgid "No valid patches in input (allow with \"--allow-empty\")"
1520 msgstr "输入中没有合法的补丁 (使用 \"--allow-empty\" 来允许)"
1522 #: apply.c t/helper/test-cache-tree.c
1523 msgid "unable to read index file"
1528 msgid "can't open patch '%s': %s"
1529 msgstr "不能打开补丁 '%s':%s"
1533 msgid "squelched %d whitespace error"
1534 msgid_plural "squelched %d whitespace errors"
1535 msgstr[0] "抑制下仍有 %d 个空白字符误用"
1536 msgstr[1] "抑制下仍有 %d 个空白字符误用"
1540 msgid "%d line adds whitespace errors."
1541 msgid_plural "%d lines add whitespace errors."
1542 msgstr[0] "%d 行新增了空白字符误用。"
1543 msgstr[1] "%d 行新增了空白字符误用。"
1547 msgid "%d line applied after fixing whitespace errors."
1548 msgid_plural "%d lines applied after fixing whitespace errors."
1549 msgstr[0] "修复空白错误后,应用了 %d 行。"
1550 msgstr[1] "修复空白错误后,应用了 %d 行。"
1552 #: apply.c builtin/mv.c builtin/rm.c
1553 msgid "Unable to write new index file"
1557 msgid "don't apply changes matching the given path"
1558 msgstr "不要应用与给出路径向匹配的变更"
1561 msgid "apply changes matching the given path"
1562 msgstr "应用与给出路径向匹配的变更"
1564 #: apply.c builtin/am.c
1569 msgid "remove <num> leading slashes from traditional diff paths"
1570 msgstr "从传统的 diff 路径中移除指定数量的前导斜线"
1573 msgid "ignore additions made by the patch"
1574 msgstr "忽略补丁中的添加的文件"
1577 msgid "instead of applying the patch, output diffstat for the input"
1578 msgstr "不应用补丁,而是显示输入的差异统计(diffstat)"
1581 msgid "show number of added and deleted lines in decimal notation"
1582 msgstr "以十进制数显示添加和删除的行数"
1585 msgid "instead of applying the patch, output a summary for the input"
1586 msgstr "不应用补丁,而是显示输入的概要"
1589 msgid "instead of applying the patch, see if the patch is applicable"
1590 msgstr "不应用补丁,而是查看补丁是否可应用"
1593 msgid "make sure the patch is applicable to the current index"
1594 msgstr "确认补丁可以应用到当前索引"
1597 msgid "mark new files with `git add --intent-to-add`"
1598 msgstr "使用命令 `git add --intent-to-add` 标记新增文件"
1601 msgid "apply a patch without touching the working tree"
1602 msgstr "应用补丁而不修改工作区"
1605 msgid "accept a patch that touches outside the working area"
1606 msgstr "接受修改工作区之外文件的补丁"
1609 msgid "also apply the patch (use with --stat/--summary/--check)"
1610 msgstr "还应用此补丁(与 --stat/--summary/--check 选项同时使用)"
1613 msgid "attempt three-way merge, fall back on normal patch if that fails"
1614 msgstr "尝试三路合并,如果失败则回落至正常补丁模式"
1616 #: apply.c builtin/merge-file.c
1617 msgid "for conflicts, use our version"
1618 msgstr "如果冲突,使用我们的版本"
1620 #: apply.c builtin/merge-file.c
1621 msgid "for conflicts, use their version"
1622 msgstr "如果冲突,使用他们的版本"
1624 #: apply.c builtin/merge-file.c
1625 msgid "for conflicts, use a union version"
1626 msgstr "如果冲突,使用联合版本"
1629 msgid "build a temporary index based on embedded index information"
1630 msgstr "创建一个临时索引基于嵌入的索引信息"
1632 #: apply.c builtin/checkout-index.c
1633 msgid "paths are separated with NUL character"
1634 msgstr "路径以 NUL 字符分隔"
1637 msgid "ensure at least <n> lines of context match"
1638 msgstr "确保至少匹配 <n> 行上下文"
1640 #: apply.c builtin/am.c builtin/interpret-trailers.c builtin/pack-objects.c
1646 msgid "detect new or modified lines that have whitespace errors"
1647 msgstr "检查新增和修改的行中间的空白字符滥用"
1650 msgid "ignore changes in whitespace when finding context"
1651 msgstr "查找上下文时忽略空白字符的变更"
1654 msgid "apply the patch in reverse"
1658 msgid "don't expect at least one line of context"
1662 msgid "leave the rejected hunks in corresponding *.rej files"
1663 msgstr "将拒绝的补丁片段保存在对应的 *.rej 文件中"
1666 msgid "allow overlapping hunks"
1670 msgid "tolerate incorrectly detected missing new-line at the end of file"
1671 msgstr "允许不正确的文件末尾换行符"
1674 msgid "do not trust the line counts in the hunk headers"
1675 msgstr "不信任补丁片段的头信息中的行号"
1677 #: apply.c builtin/am.c
1682 msgid "prepend <root> to all filenames"
1683 msgstr "为所有文件名前添加 <根目录>"
1686 msgid "don't return error for empty patches"
1690 msgid "--ours, --theirs, and --union require --3way"
1691 msgstr "--ours、--theirs 和 --union 需要 --3way"
1693 #: archive-tar.c archive-zip.c
1695 msgid "cannot stream blob %s"
1696 msgstr "不能打开数据对象 %s"
1698 #: archive-tar.c archive-zip.c
1700 msgid "unsupported file mode: 0%o (SHA1: %s)"
1701 msgstr "不支持的文件模式:0%o (SHA1: %s)"
1703 #: archive-tar.c archive-zip.c builtin/pack-objects.c
1705 msgid "deflate error (%d)"
1710 msgid "unable to start '%s' filter"
1711 msgstr "无法启动 '%s' 过滤器"
1714 msgid "unable to redirect descriptor"
1719 msgid "'%s' filter reported error"
1720 msgstr "'%s' 过滤器报告了错误"
1724 msgid "path is not valid UTF-8: %s"
1725 msgstr "路径不是有效的 UTF-8:%s"
1729 msgid "path too long (%d chars, SHA1: %s): %s"
1730 msgstr "路径太长(%d 字符,SHA1:%s):%s"
1734 msgid "timestamp too large for this system: %<PRIuMAX>"
1735 msgstr "对于本系统时间戳太大:%<PRIuMAX>"
1738 msgid "git archive [<options>] <tree-ish> [<path>...]"
1739 msgstr "git archive [<选项>] <树对象> [<路径>...]"
1743 "git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
1745 "git archive --remote <仓库> [--exec <命令>] [<选项>] <树对象> [<路径>...]"
1748 msgid "git archive --remote <repo> [--exec <cmd>] --list"
1749 msgstr "git archive --remote <仓库> [--exec <命令>] --list"
1751 #: archive.c builtin/gc.c builtin/notes.c builtin/tag.c
1753 msgid "cannot read '%s'"
1758 msgid "pathspec '%s' matches files outside the current directory"
1759 msgstr "路径规格 '%s' 匹配了当前目录外的文件'"
1761 #: archive.c builtin/add.c builtin/rm.c
1763 msgid "pathspec '%s' did not match any files"
1764 msgstr "路径规格 '%s' 未匹配任何文件"
1768 msgid "no such ref: %.*s"
1773 msgid "not a valid object name: %s"
1774 msgstr "不是一个有效的对象名:%s"
1776 #: archive.c t/helper/test-cache-tree.c
1778 msgid "not a tree object: %s"
1781 #: archive.c builtin/clone.c
1782 msgid "unable to checkout working tree"
1787 msgid "File not found: %s"
1792 msgid "Not a regular file: %s"
1793 msgstr "不是一个常规文件:%s"
1797 msgid "unclosed quote: '%s'"
1798 msgstr "未关闭的引号:'%s'"
1802 msgid "missing colon: '%s'"
1807 msgid "empty file name: '%s'"
1815 msgid "archive format"
1818 #: archive.c builtin/log.c parse-options.h
1823 msgid "prepend prefix to each pathname in the archive"
1824 msgstr "为归档中每个路径名加上前缀"
1826 #: archive.c builtin/blame.c builtin/commit-tree.c builtin/config.c
1827 #: builtin/fast-export.c builtin/gc.c builtin/grep.c builtin/hash-object.c
1828 #: builtin/ls-files.c builtin/notes.c builtin/read-tree.c parse-options.h
1833 msgid "add untracked file to archive"
1834 msgstr "将未跟踪文件添加到归档"
1837 msgid "path:content"
1840 #: archive.c builtin/archive.c
1841 msgid "write the archive to this file"
1845 msgid "read .gitattributes in working directory"
1846 msgstr "读取工作区中的 .gitattributes"
1849 msgid "report archived files on stderr"
1850 msgstr "在标准错误上报告归档文件"
1852 #: archive.c builtin/clone.c builtin/fetch.c builtin/pack-objects.c
1858 msgid "set modification time of archive entries"
1859 msgstr "设置归档条目的修改时间"
1862 msgid "set compression level"
1866 msgid "list supported archive formats"
1869 #: archive.c builtin/archive.c builtin/clone.c builtin/submodule--helper.c
1873 #: archive.c builtin/archive.c
1874 msgid "retrieve the archive from remote repository <repo>"
1875 msgstr "从远程仓库(<仓库>)提取归档文件"
1877 #: archive.c builtin/archive.c builtin/difftool.c builtin/notes.c
1881 #: archive.c builtin/archive.c
1882 msgid "path to the remote git-upload-archive command"
1883 msgstr "远程 git-upload-archive 命令的路径"
1886 msgid "Unexpected option --remote"
1887 msgstr "未知参数 --remote"
1889 #: archive.c builtin/add.c builtin/checkout.c builtin/clone.c builtin/commit.c
1890 #: builtin/fast-export.c builtin/index-pack.c builtin/log.c builtin/reset.c
1891 #: builtin/rm.c builtin/stash.c builtin/worktree.c fetch-pack.c http-fetch.c
1894 msgid "the option '%s' requires '%s'"
1895 msgstr "选项 '%s' 需要 '%s'"
1898 msgid "Unexpected option --output"
1899 msgstr "未知参数 --output"
1901 #: archive.c t/unit-tests/unit-test.c
1903 msgid "extra command line parameter '%s'"
1904 msgstr "额外的命令行参数:'%s'"
1908 msgid "Unknown archive format '%s'"
1909 msgstr "未知归档格式 '%s'"
1913 msgid "Argument not supported for format '%s': -%d"
1914 msgstr "参数不支持此格式 '%s':-%d"
1918 msgid "%.*s is not a valid attribute name"
1919 msgstr "%.*s 不是一个有效的属性名"
1922 msgid "unable to add additional attribute"
1927 msgid "ignoring overly long attributes line %d"
1928 msgstr "忽略过长的属性行 %d"
1932 msgid "%s not allowed: %s:%d"
1933 msgstr "不允许 %s:%s:%d"
1937 "Negative patterns are ignored in git attributes\n"
1938 "Use '\\!' for literal leading exclamation."
1940 "负值模版在 git attributes 中被忽略\n"
1941 "当字符串确实要以感叹号开始时,使用 '\\!'。"
1945 msgid "cannot fstat gitattributes file '%s'"
1946 msgstr "无法 fstat gitattributes 文件 '%s'"
1950 msgid "ignoring overly large gitattributes file '%s'"
1951 msgstr "忽略过大的 gitattributes 文件 '%s'"
1955 msgid "ignoring overly large gitattributes blob '%s'"
1956 msgstr "忽略过大的 gitattributes 数据对象 '%s'"
1959 msgid "cannot use --attr-source or GIT_ATTR_SOURCE without repo"
1960 msgstr "无法在没有存储库的情况下使用 --attr-source 或 GIT_ATTR_SOURCE"
1963 msgid "bad --attr-source or GIT_ATTR_SOURCE"
1964 msgstr "错误的 --attr-source 或 GIT_ATTR_SOURCE"
1966 #: attr.c read-cache.c
1968 msgid "unable to stat '%s'"
1969 msgstr "无法对 %s 执行 stat"
1971 #: bisect.c builtin/cat-file.c builtin/index-pack.c builtin/notes.c
1972 #: builtin/pack-objects.c combine-diff.c object-file.c rerere.c
1974 msgid "unable to read %s"
1979 msgid "Badly quoted content in file '%s': %s"
1980 msgstr "文件 '%s' 包含错误的引用格式:%s"
1984 msgid "We cannot bisect more!\n"
1985 msgstr "我们无法进行更多的二分查找!\n"
1989 msgid "Not a valid commit name %s"
1990 msgstr "不是一个有效的提交名 %s"
1995 "The merge base %s is bad.\n"
1996 "This means the bug has been fixed between %s and [%s].\n"
1999 "这意味着介于 %s 和 [%s] 之间的 bug 已经被修复。\n"
2004 "The merge base %s is new.\n"
2005 "The property has changed between %s and [%s].\n"
2008 "介于 %s 和 [%s] 之间的属性已经被修改。\n"
2013 "The merge base %s is %s.\n"
2014 "This means the first '%s' commit is between %s and [%s].\n"
2017 "这意味着第一个 '%s' 提交位于 %s 和 [%s] 之间。\n"
2022 "Some %s revs are not ancestors of the %s rev.\n"
2023 "git bisect cannot work properly in this case.\n"
2024 "Maybe you mistook %s and %s revs?\n"
2026 "一些 %s 版本不是 %s 版本的祖先。\n"
2027 "这种情况下 git 二分查找无法正常工作。\n"
2028 "您可能弄错了 %s 和 %s 版本?\n"
2033 "the merge base between %s and [%s] must be skipped.\n"
2034 "So we cannot be sure the first %s commit is between %s and %s.\n"
2035 "We continue anyway."
2037 "介于 %s 和 [%s] 的合并基线一定被忽略了。\n"
2038 "所以我们无法确认第一个 %s 提交是否介于 %s 和 %s 之间。\n"
2043 msgid "Bisecting: a merge base must be tested\n"
2044 msgstr "二分查找中:合并基线必须是经过测试的\n"
2048 msgid "a %s revision is needed"
2053 msgid "could not create file '%s'"
2054 msgstr "不能创建文件 '%s'"
2056 #: bisect.c builtin/notes.c
2058 msgid "unable to start 'show' for object '%s'"
2059 msgstr "不能为对象 '%s' 开始 'show'"
2061 #: bisect.c builtin/merge.c
2063 msgid "could not read file '%s'"
2064 msgstr "不能读取文件 '%s'"
2067 msgid "reading bisect refs failed"
2072 msgid "%s was both %s and %s\n"
2073 msgstr "%s 同时为 %s 和 %s\n"
2078 "No testable commit found.\n"
2079 "Maybe you started with bad path arguments?\n"
2082 "可能您在运行时使用了错误的路径参数?\n"
2086 msgid "(roughly %d step)"
2087 msgid_plural "(roughly %d steps)"
2088 msgstr[0] "(大概 %d 步)"
2089 msgstr[1] "(大概 %d 步)"
2091 #. TRANSLATORS: the last %s will be replaced with "(roughly %d
2092 #. steps)" translation.
2096 msgid "Bisecting: %d revision left to test after this %s\n"
2097 msgid_plural "Bisecting: %d revisions left to test after this %s\n"
2098 msgstr[0] "二分查找中:在此之后,还剩 %d 个版本待测试 %s\n"
2099 msgstr[1] "二分查找中:在此之后,还剩 %d 个版本待测试 %s\n"
2102 msgid "--contents and --reverse do not blend well."
2103 msgstr "--contents 和 --reverse 不能混用。"
2106 msgid "--reverse and --first-parent together require specified latest commit"
2107 msgstr "--reverse 和 --first-parent 共用,需要指定最新的提交"
2109 #: blame.c builtin/bisect.c builtin/commit.c builtin/log.c builtin/merge.c
2110 #: builtin/pack-objects.c builtin/shortlog.c midx-write.c pack-bitmap.c
2111 #: remote.c sequencer.c submodule.c
2112 msgid "revision walk setup failed"
2117 "--reverse --first-parent together require range along first-parent chain"
2118 msgstr "--reverse 和 --first-parent 共用,需要第一祖先链上的提交范围"
2122 msgid "no such path %s in %s"
2123 msgstr "在 %2$s 中无此路径 %1$s"
2127 msgid "cannot read blob %s for path %s"
2128 msgstr "不能为路径 %2$s 读取数据对象 %1$s"
2132 "cannot inherit upstream tracking configuration of multiple refs when "
2133 "rebasing is requested"
2134 msgstr "在请求变基时无法继承上游多个引用的跟踪设置"
2138 msgid "not setting branch '%s' as its own upstream"
2139 msgstr "没有将分支 '%s' 设置为它自己的上游"
2143 msgid "branch '%s' set up to track '%s' by rebasing."
2144 msgstr "分支 '%s' 设置为使用变基来跟踪 '%s'。"
2148 msgid "branch '%s' set up to track '%s'."
2149 msgstr "分支 '%s' 设置为跟踪 '%s'。"
2153 msgid "branch '%s' set up to track:"
2154 msgstr "分支 '%s' 设置为跟踪:"
2157 msgid "unable to write upstream branch configuration"
2163 "After fixing the error cause you may try to fix up\n"
2164 "the remote tracking information by invoking:"
2167 "在修复错误后,您可以通过执行以下命令来尝试修改远程跟踪分支:"
2171 msgid "asked to inherit tracking from '%s', but no remote is set"
2172 msgstr "要求从 '%s' 继承跟踪信息,但是没有设置远程"
2176 msgid "asked to inherit tracking from '%s', but no merge configuration is set"
2177 msgstr "要求从 '%s' 继承跟踪信息,但是没有设置合并配置"
2181 msgid "not tracking: ambiguous information for ref '%s'"
2182 msgstr "不在跟踪中:引用 '%s' 有歧义的信息"
2184 # 译者:为保证在输出中对齐,注意调整句中空格!
2185 #. #-#-#-#-# branch.c.po #-#-#-#-#
2186 #. TRANSLATORS: This is a line listing a remote with duplicate
2187 #. refspecs in the advice message below. For RTL languages you'll
2188 #. probably want to swap the "%s" and leading " " space around.
2190 #. #-#-#-#-# object-name.c.po #-#-#-#-#
2191 #. TRANSLATORS: This is line item of ambiguous object output
2192 #. from describe_ambiguous_object() above. For RTL languages
2193 #. you'll probably want to swap the "%s" and leading " " space
2196 #: branch.c object-name.c
2201 #. TRANSLATORS: The second argument is a \n-delimited list of
2202 #. duplicate refspecs, composed above.
2207 "There are multiple remotes whose fetch refspecs map to the remote\n"
2208 "tracking ref '%s':\n"
2210 "This is typically a configuration error.\n"
2212 "To support setting up tracking branches, ensure that\n"
2213 "different remotes' fetch refspecs map into different\n"
2214 "tracking namespaces."
2216 "有多个远程的获取引用规格映射到了追踪引用 '%s':\n"
2220 "如果要支持设置追踪分支,请保证不同远程的获取引用规格映射至不同的追踪命名空"
2225 msgid "'%s' is not a valid branch name"
2226 msgstr "'%s' 不是一个有效的分支名称"
2228 #: branch.c builtin/branch.c
2229 msgid "See `man git check-ref-format`"
2230 msgstr "查阅 `man git check-ref-format`"
2234 msgid "a branch named '%s' already exists"
2235 msgstr "一个名为 '%s' 的分支已经存在"
2239 msgid "cannot force update the branch '%s' used by worktree at '%s'"
2240 msgstr "无法强制更新被工作区 '%2$s' 所使用的分支 '%1$s'"
2244 msgid "cannot set up tracking information; starting point '%s' is not a branch"
2245 msgstr "无法设置跟踪信息;起始点 '%s' 不是一个分支"
2249 msgid "the requested upstream branch '%s' does not exist"
2250 msgstr "请求的上游分支 '%s' 不存在"
2255 "If you are planning on basing your work on an upstream\n"
2256 "branch that already exists at the remote, you may need to\n"
2257 "run \"git fetch\" to retrieve it.\n"
2259 "If you are planning to push out a new local branch that\n"
2260 "will track its remote counterpart, you may want to use\n"
2261 "\"git push -u\" to set the upstream config as you push."
2264 "如果您正计划基于远程一个现存的上游分支开始您的工作,\n"
2265 "您可能需要执行 \"git fetch\" 来获取分支。\n"
2267 "如果您正计划推送一个能与对应远程分支建立跟踪的新的本地分支,\n"
2268 "您可能需要使用 \"git push -u\" 推送分支并配置和上游的关联。"
2270 #: branch.c builtin/replace.c
2272 msgid "not a valid object name: '%s'"
2273 msgstr "不是一个有效的对象名:'%s'"
2277 msgid "ambiguous object name: '%s'"
2278 msgstr "歧义的对象名:'%s'"
2282 msgid "not a valid branch point: '%s'"
2283 msgstr "无效的分支点:'%s'"
2287 msgid "submodule '%s': unable to find submodule"
2288 msgstr "子模组 '%s':无法找到子模组"
2293 "You may try updating the submodules using 'git checkout --no-recurse-"
2294 "submodules %s && git submodule update --init'"
2296 "你可以用 'git checkout --no-recurse-submodules %s && git submodule update --"
2301 msgid "submodule '%s': cannot create branch '%s'"
2302 msgstr "子模组 '%s':不能创建分支 '%s'"
2306 msgid "'%s' is already used by worktree at '%s'"
2307 msgstr "'%s' 已经被工作区 '%s' 使用"
2310 msgid "git add [<options>] [--] <pathspec>..."
2311 msgstr "git add [<选项>] [--] <路径规格>..."
2315 msgid "cannot chmod %cx '%s'"
2316 msgstr "不能 chmod %cx '%s'"
2319 msgid "Unstaged changes after refreshing the index:"
2320 msgstr "刷新索引之后尚未被暂存的变更:"
2323 msgid "could not read the index"
2327 msgid "editing patch failed"
2330 #: builtin/add.c read-cache.c
2332 msgid "could not stat '%s'"
2333 msgstr "不能对 '%s' 调用 stat"
2336 msgid "empty patch. aborted"
2341 msgid "could not apply '%s'"
2345 msgid "The following paths are ignored by one of your .gitignore files:\n"
2346 msgstr "下列路径根据您的一个 .gitignore 文件而被忽略:\n"
2348 #: builtin/add.c builtin/clean.c builtin/fetch.c builtin/mv.c
2349 #: builtin/prune-packed.c builtin/pull.c builtin/push.c builtin/remote.c
2350 #: builtin/rm.c builtin/send-pack.c
2354 #: builtin/add.c builtin/check-ignore.c builtin/commit.c
2355 #: builtin/count-objects.c builtin/fsck.c builtin/log.c builtin/mv.c
2356 #: builtin/read-tree.c builtin/refs.c
2361 msgid "interactive picking"
2364 #: builtin/add.c builtin/checkout.c builtin/reset.c
2365 msgid "select hunks interactively"
2369 msgid "edit current diff and apply"
2373 msgid "allow adding otherwise ignored files"
2377 msgid "update tracked files"
2381 msgid "renormalize EOL of tracked files (implies -u)"
2382 msgstr "对已跟踪文件(暗含 -u)重新归一换行符"
2385 msgid "record only the fact that the path will be added later"
2386 msgstr "只记录,该路径稍后再添加"
2389 msgid "add changes from all tracked and untracked files"
2390 msgstr "添加所有改变的已跟踪文件和未跟踪文件"
2393 msgid "ignore paths removed in the working tree (same as --no-all)"
2394 msgstr "忽略工作区中移除的路径(和 --no-all 相同)"
2397 msgid "don't add, only refresh the index"
2401 msgid "just skip files which cannot be added because of errors"
2402 msgstr "跳过因出错不能添加的文件"
2405 msgid "check if - even missing - files are ignored in dry run"
2406 msgstr "检查在演习模式下文件(即使不存在)是否被忽略"
2408 #: builtin/add.c builtin/mv.c builtin/rm.c
2409 msgid "allow updating entries outside of the sparse-checkout cone"
2410 msgstr "允许更新稀疏检出锥以外的条目"
2412 #: builtin/add.c builtin/update-index.c
2413 msgid "override the executable bit of the listed files"
2414 msgstr "覆盖列表里文件的可执行位"
2417 msgid "warn when adding an embedded repository"
2418 msgstr "创建一个嵌入式仓库时给予警告"
2423 "You've added another git repository inside your current repository.\n"
2424 "Clones of the outer repository will not contain the contents of\n"
2425 "the embedded repository and will not know how to obtain it.\n"
2426 "If you meant to add a submodule, use:\n"
2428 "\tgit submodule add <url> %s\n"
2430 "If you added this path by mistake, you can remove it from the\n"
2433 "\tgit rm --cached %s\n"
2435 "See \"git help submodule\" for more information."
2437 "您在当前仓库中添加了另一个Git仓库。克隆外层的仓库将不包含嵌入仓库的\n"
2438 "内容,并且不知道该如何获取它。如果您要添加一个子模组,使用:\n"
2440 "\tgit submodule add <url> %s\n"
2442 "如果您不小心添加了这个路径,可以用下面的命令将其从索引中删除:\n"
2444 "\tgit rm --cached %s\n"
2446 "参见 \"git help submodule\" 获取更多信息。"
2450 msgid "adding embedded git repository: %s"
2451 msgstr "正在添加嵌入式 git 仓库:%s"
2454 msgid "Use -f if you really want to add them."
2455 msgstr "如果您确实想添加它们,请使用 -f 选项。"
2458 msgid "adding files failed"
2463 msgid "--chmod param '%s' must be either -x or +x"
2464 msgstr "参数 --chmod 取值 '%s' 必须是 -x 或 +x"
2466 #: builtin/add.c builtin/checkout.c builtin/commit.c builtin/reset.c
2467 #: builtin/rm.c builtin/stash.c
2469 msgid "'%s' and pathspec arguments cannot be used together"
2470 msgstr "'%s' 和路径规格参数不能同时使用"
2474 msgid "Nothing specified, nothing added.\n"
2475 msgstr "没有指定文件,也没有文件被添加。\n"
2478 msgid "Maybe you wanted to say 'git add .'?"
2479 msgstr "也许您想要执行 'git add .'?"
2481 #: builtin/add.c builtin/check-ignore.c builtin/checkout.c builtin/clean.c
2482 #: builtin/commit.c builtin/diff-tree.c builtin/grep.c builtin/mv.c
2483 #: builtin/reset.c builtin/rm.c builtin/submodule--helper.c read-cache.c
2484 #: rerere.c submodule.c
2485 msgid "index file corrupt"
2488 #: builtin/add.c builtin/am.c builtin/checkout.c builtin/clone.c
2489 #: builtin/commit.c builtin/stash.c merge.c rerere.c
2490 msgid "unable to write new index file"
2493 #: builtin/am.c builtin/mailinfo.c mailinfo.c
2495 msgid "bad action '%s' for '%s'"
2496 msgstr "'%2$s' 的错误动作 '%1$s'"
2498 #: builtin/am.c builtin/blame.c builtin/fetch.c builtin/pack-objects.c
2499 #: builtin/pull.c builtin/revert.c config.c diff-merges.c gpg-interface.c
2500 #: ls-refs.c parallel-checkout.c sequencer.c setup.c
2502 msgid "invalid value for '%s': '%s'"
2503 msgstr "'%s' 的值无效:'%s'"
2505 #: builtin/am.c builtin/commit.c builtin/merge.c sequencer.c
2507 msgid "could not read '%s'"
2511 msgid "could not parse author script"
2514 #: builtin/am.c builtin/replace.c commit.c sequencer.c
2516 msgid "could not parse %s"
2521 msgid "'%s' was deleted by the applypatch-msg hook"
2522 msgstr "'%s' 被 applypatch-msg 钩子删除"
2526 msgid "Malformed input line: '%s'."
2527 msgstr "非法的输入行:'%s'。"
2531 msgid "Failed to copy notes from '%s' to '%s'"
2532 msgstr "从 '%s' 拷贝注解到 '%s' 时失败"
2535 msgid "fseek failed"
2538 #: builtin/am.c builtin/rebase.c sequencer.c wrapper.c
2540 msgid "could not open '%s' for reading"
2541 msgstr "无法打开 '%s' 进行读取"
2543 #: builtin/am.c builtin/rebase.c editor.c sequencer.c wrapper.c
2545 msgid "could not open '%s' for writing"
2546 msgstr "无法打开 '%s' 进行写入"
2550 msgid "could not parse patch '%s'"
2551 msgstr "无法解析补丁 '%s'"
2554 msgid "Only one StGIT patch series can be applied at once"
2555 msgstr "一次只能有一个 StGIT 补丁队列被应用"
2558 msgid "invalid timestamp"
2562 msgid "invalid Date line"
2566 msgid "invalid timezone offset"
2570 msgid "Patch format detection failed."
2573 #: builtin/am.c builtin/clone.c
2575 msgid "failed to create directory '%s'"
2576 msgstr "无法创建目录 '%s'"
2579 msgid "Failed to split patches."
2584 msgid "When you have resolved this problem, run \"%s --continue\".\n"
2585 msgstr "当您解决这一问题之后,执行 \"%s --continue\"。\n"
2589 msgid "If you prefer to skip this patch, run \"%s --skip\" instead.\n"
2590 msgstr "如果您想要跳过这一补丁,则执行 \"%s --skip\"。\n"
2595 "To record the empty patch as an empty commit, run \"%s --allow-empty\".\n"
2596 msgstr "若要把空补丁记录为空提交,执行 \"%s --allow-empty\"。\n"
2600 msgid "To restore the original branch and stop patching, run \"%s --abort\"."
2601 msgstr "若要复原至原始分支并停止补丁操作,执行 \"%s --abort\"。"
2604 msgid "Patch sent with format=flowed; space at the end of lines might be lost."
2605 msgstr "补丁使用 format=flowed 格式发送,行尾的空格可能会丢失。"
2609 msgid "missing author line in commit %s"
2610 msgstr "在提交 %s 中缺失作者行"
2614 msgid "invalid ident line: %.*s"
2615 msgstr "无效的身份标识:%.*s"
2617 #: builtin/am.c builtin/checkout.c builtin/clone.c commit-graph.c
2619 msgid "unable to parse commit %s"
2623 msgid "Repository lacks necessary blobs to fall back on 3-way merge."
2624 msgstr "仓库缺乏必要的数据对象以进行三方合并。"
2627 msgid "Using index info to reconstruct a base tree..."
2628 msgstr "使用索引来重建一个(三方合并的)基础目录树..."
2632 "Did you hand edit your patch?\n"
2633 "It does not apply to blobs recorded in its index."
2639 msgid "Falling back to patching base and 3-way merge..."
2640 msgstr "回落到基础版本上打补丁及进行三方合并..."
2643 msgid "Failed to merge in the changes."
2646 #: builtin/am.c builtin/merge.c sequencer.c
2647 msgid "git write-tree failed to write a tree"
2648 msgstr "git write-tree 无法写入树对象"
2651 msgid "applying to an empty history"
2654 #: builtin/am.c builtin/commit.c builtin/merge.c builtin/replay.c sequencer.c
2655 msgid "failed to write commit object"
2660 msgid "cannot resume: %s does not exist."
2661 msgstr "无法继续:%s 不存在。"
2664 msgid "Commit Body is:"
2667 #. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
2668 #. in your translation. The program will only accept English
2669 #. input at this point.
2673 msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
2674 msgstr "应用?是[y]/否[n]/编辑[e]/查看补丁[v]/应用所有[a]:"
2676 #: builtin/am.c builtin/commit.c
2677 msgid "unable to write index file"
2682 msgid "Dirty index: cannot apply patches (dirty: %s)"
2683 msgstr "脏索引:不能应用补丁(脏文件:%s)"
2687 msgid "Skipping: %.*s"
2692 msgid "Creating an empty commit: %.*s"
2696 msgid "Patch is empty."
2701 msgid "Applying: %.*s"
2705 msgid "No changes -- Patch already applied."
2706 msgstr "没有变更 —— 补丁已经应用过。"
2710 msgid "Patch failed at %s %.*s"
2711 msgstr "打补丁失败于 %s %.*s"
2714 msgid "Use 'git am --show-current-patch=diff' to see the failed patch"
2715 msgstr "用 'git am --show-current-patch=diff' 命令查看失败的补丁"
2718 msgid "No changes - recorded it as an empty commit."
2719 msgstr "没有变更 —— 记录为空提交。"
2723 "No changes - did you forget to use 'git add'?\n"
2724 "If there is nothing left to stage, chances are that something else\n"
2725 "already introduced the same changes; you might want to skip this patch."
2727 "没有变更 —— 您是不是忘了执行 'git add'?\n"
2728 "如果没有什么要添加到暂存区的,则很可能是其它提交已经引入了相同的变更。\n"
2733 "You still have unmerged paths in your index.\n"
2734 "You should 'git add' each file with resolved conflicts to mark them as "
2736 "You might run `git rm` on a file to accept \"deleted by them\" for it."
2738 "在您的索引中仍存在未合并的路径。\n"
2739 "您应该对已经冲突解决的每一个文件执行 'git add' 来标记已经完成。 \n"
2740 "您可以对 \"由他们删除\" 的文件执行 `git rm` 命令。"
2742 #: builtin/am.c builtin/reset.c
2744 msgid "Could not parse object '%s'."
2745 msgstr "不能解析对象 '%s'。"
2748 msgid "failed to clean index"
2753 "You seem to have moved HEAD since the last 'am' failure.\n"
2754 "Not rewinding to ORIG_HEAD"
2755 msgstr "您好像在上一次 'am' 失败后移动了 HEAD。未回退至 ORIG_HEAD"
2757 #: builtin/am.c builtin/bisect.c builtin/tag.c worktree.c
2759 msgid "failed to read '%s'"
2763 msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
2764 msgstr "git am [<选项>] [(<mbox> | <Maildir>)...]"
2767 msgid "git am [<options>] (--continue | --skip | --abort)"
2768 msgstr "git am [<选项>] (--continue | --skip | --abort)"
2771 msgid "run interactively"
2775 msgid "bypass pre-applypatch and applypatch-msg hooks"
2776 msgstr "绕过 pre-applypatch 和 applypatch-msg 钩子"
2779 msgid "historical option -- no-op"
2780 msgstr "老的参数 —— 无作用"
2783 msgid "allow fall back on 3way merging if needed"
2784 msgstr "如果必要,允许使用三方合并。"
2786 #: builtin/am.c builtin/init-db.c builtin/prune-packed.c builtin/repack.c
2792 msgid "add a Signed-off-by trailer to the commit message"
2793 msgstr "在提交说明中添加 Signed-off-by 尾注"
2796 msgid "recode into utf8 (default)"
2797 msgstr "使用 utf8 字符集(默认)"
2800 msgid "pass -k flag to git-mailinfo"
2801 msgstr "向 git-mailinfo 传递 -k 参数"
2804 msgid "pass -b flag to git-mailinfo"
2805 msgstr "向 git-mailinfo 传递 -b 参数"
2808 msgid "pass -m flag to git-mailinfo"
2809 msgstr "向 git-mailinfo 传递 -m 参数"
2812 msgid "pass --keep-cr flag to git-mailsplit for mbox format"
2813 msgstr "针对 mbox 格式,向 git-mailsplit 传递 --keep-cr 参数"
2816 msgid "strip everything before a scissors line"
2817 msgstr "丢弃裁切线前的所有内容"
2820 msgid "pass it through git-mailinfo"
2821 msgstr "传递给 git-mailinfo"
2824 msgid "pass it through git-apply"
2825 msgstr "传递给 git-apply"
2827 #: builtin/am.c builtin/commit.c builtin/fmt-merge-msg.c builtin/grep.c
2828 #: builtin/merge.c builtin/pull.c builtin/rebase.c builtin/repack.c
2829 #: builtin/show-branch.c builtin/show-ref.c builtin/tag.c parse-options.h
2833 #: builtin/am.c builtin/branch.c builtin/bugreport.c builtin/cat-file.c
2834 #: builtin/clone.c builtin/diagnose.c builtin/for-each-ref.c builtin/init-db.c
2835 #: builtin/ls-files.c builtin/ls-tree.c builtin/refs.c builtin/replace.c
2836 #: builtin/submodule--helper.c builtin/tag.c builtin/verify-tag.c
2841 msgid "format the patch(es) are in"
2845 msgid "override error message when patch failure occurs"
2846 msgstr "打补丁失败时显示的错误信息"
2849 msgid "continue applying patches after resolving a conflict"
2850 msgstr "冲突解决后继续应用补丁"
2853 msgid "synonyms for --continue"
2854 msgstr "和 --continue 同义"
2857 msgid "skip the current patch"
2861 msgid "restore the original branch and abort the patching operation"
2862 msgstr "恢复原始分支并终止打补丁操作"
2865 msgid "abort the patching operation but keep HEAD where it is"
2866 msgstr "终止补丁操作但保持 HEAD 不变"
2869 msgid "show the patch being applied"
2873 msgid "try to apply current patch again"
2877 msgid "record the empty patch as an empty commit"
2881 msgid "lie about committer date"
2882 msgstr "将作者日期作为提交日期"
2885 msgid "use current timestamp for author date"
2886 msgstr "用当前时间作为作者日期"
2888 #: builtin/am.c builtin/commit-tree.c builtin/commit.c builtin/merge.c
2889 #: builtin/pull.c builtin/rebase.c builtin/revert.c builtin/tag.c
2893 #: builtin/am.c builtin/rebase.c
2894 msgid "GPG-sign commits"
2895 msgstr "使用 GPG 签名提交"
2898 msgid "how to handle empty patches"
2902 msgid "(internal use for git-rebase)"
2903 msgstr "(内部使用,用于 git-rebase)"
2907 "The -b/--binary option has been a no-op for long time, and\n"
2908 "it will be removed. Please do not use it anymore."
2910 "参数 -b/--binary 已经很长时间不做任何实质操作了,并且将被移除。\n"
2914 msgid "failed to read the index"
2919 msgid "previous rebase directory %s still exists but mbox given."
2920 msgstr "之前的变基目录 %s 仍然存在,但却提供了 mbox。"
2925 "Stray %s directory found.\n"
2926 "Use \"git am --abort\" to remove it."
2929 "使用 \"git am --abort\" 删除它。"
2932 msgid "Resolve operation not in progress, we are not resuming."
2933 msgstr "解决操作未进行,我们不会继续。"
2936 msgid "interactive mode requires patches on the command line"
2937 msgstr "交互式模式需要命令行上提供补丁"
2940 msgid "git apply [<options>] [<patch>...]"
2941 msgstr "git apply [<选项>] [<补丁>...]"
2943 #: builtin/archive.c diagnose.c
2944 msgid "could not redirect output"
2947 #: builtin/archive.c
2948 msgid "git archive: expected ACK/NAK, got a flush packet"
2949 msgstr "git archive:期望是 ACK/NAK,却得到 flush 包"
2951 #: builtin/archive.c
2953 msgid "git archive: NACK %s"
2954 msgstr "git archive:NACK %s"
2956 #: builtin/archive.c
2957 msgid "git archive: protocol error"
2958 msgstr "git archive:协议错误"
2960 #: builtin/archive.c
2961 msgid "git archive: expected a flush"
2962 msgstr "git archive:应有一个 flush 包"
2966 "git bisect start [--term-(new|bad)=<term> --term-(old|good)=<term>] [--no-"
2967 "checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]"
2969 "git bisect start [--term-{new|bad}=<术语> --term-{old|good}=<术语>] [--no-"
2970 "checkout] [--first-parent] [<坏> [<好>...]] [--] [<路径规格>...]"
2973 msgid "git bisect (good|bad) [<rev>...]"
2974 msgstr "git bisect (good|bad) [<版本>...]"
2977 msgid "git bisect skip [(<rev>|<range>)...]"
2978 msgstr "git bisect skip [(<版本>|<范围>)...]"
2981 msgid "git bisect reset [<commit>]"
2982 msgstr "git bisect reset [<提交>]"
2985 msgid "git bisect replay <logfile>"
2986 msgstr "git bisect replay <日志文件>"
2989 msgid "git bisect run <cmd> [<arg>...]"
2990 msgstr "git bisect run <命令> [<参数>...]"
2994 msgid "cannot open file '%s' in mode '%s'"
2995 msgstr "不能以 '%2$s' 模式打开文件 '%1$s'"
2999 msgid "could not write to file '%s'"
3000 msgstr "不能写入文件 '%s'"
3004 msgid "cannot open file '%s' for reading"
3005 msgstr "不能打开文件 '%s' 来读取"
3009 msgid "'%s' is not a valid term"
3010 msgstr "'%s' 不是一个有效的术语"
3014 msgid "can't use the builtin command '%s' as a term"
3015 msgstr "不能使用内置命令 '%s' 作为术语"
3019 msgid "can't change the meaning of the term '%s'"
3020 msgstr "不能修改术语 '%s' 的含义"
3023 msgid "please use two different terms"
3028 msgid "We are not bisecting.\n"
3029 msgstr "我们没有在二分查找。\n"
3033 msgid "'%s' is not a valid commit"
3034 msgstr "'%s' 不是一个有效的提交"
3039 "could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
3040 msgstr "不能检出原始 HEAD '%s'。尝试 'git bisect reset <提交>'。"
3044 msgid "Bad bisect_write argument: %s"
3045 msgstr "坏的 bisect_write 参数:%s"
3049 msgid "couldn't get the oid of the rev '%s'"
3050 msgstr "无法获取版本 '%s' 的对象 ID"
3054 msgid "couldn't open the file '%s'"
3055 msgstr "无法打开文件 '%s'"
3059 msgid "Invalid command: you're currently in a %s/%s bisect"
3060 msgstr "无效的命令:您当前正处于一个 %s/%s 二分查找中"
3065 "You need to give me at least one %s and %s revision.\n"
3066 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
3068 "您需要给我至少一个 %s 和一个 %s 版本。\n"
3069 "为此您可以用 \"git bisect %s\" 和 \"git bisect %s\"。"
3074 "You need to start by \"git bisect start\".\n"
3075 "You then need to give me at least one %s and %s revision.\n"
3076 "You can use \"git bisect %s\" and \"git bisect %s\" for that."
3078 "您需要执行 \"git bisect start\" 来开始。\n"
3079 "然后需要提供我至少一个 %s 和一个 %s 版本。\n"
3080 "为此您可以用 \"git bisect %s\" 和 \"git bisect %s\" 命令。"
3084 msgid "bisecting only with a %s commit"
3085 msgstr "在只有一个 %s 提交的情况下二分查找"
3087 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3088 #. translation. The program will only accept English input
3092 msgid "Are you sure [Y/n]? "
3093 msgstr "您确认么[Y/n]? "
3096 msgid "status: waiting for both good and bad commits\n"
3097 msgstr "状态:正在等待好的和坏的提交\n"
3101 msgid "status: waiting for bad commit, %d good commit known\n"
3102 msgid_plural "status: waiting for bad commit, %d good commits known\n"
3103 msgstr[0] "状态:正在等待坏的提交,已知 %d 个好的提交\n"
3104 msgstr[1] "状态:正在等待坏的提交,已知 %d 个好的提交\n"
3107 msgid "status: waiting for good commit(s), bad commit known\n"
3108 msgstr "状态:正在等待好的提交,已知坏的提交\n"
3111 msgid "no terms defined"
3117 "Your current terms are %s for the old state\n"
3118 "and %s for the new state.\n"
3119 msgstr "您当前针对旧状态的术语是 %s,对新状态的术语是 %s。\n"
3124 "invalid argument %s for 'git bisect terms'.\n"
3125 "Supported options are: --term-good|--term-old and --term-bad|--term-new."
3127 "命令 'git bisect terms' 的参数 %s 无效。\n"
3128 "支持的选项有:--term-good|--term-old 和 --term-bad|--term-new。"
3132 msgid "could not open '%s' for appending"
3133 msgstr "无法打开 '%s' 进行追加"
3136 msgid "'' is not a valid term"
3137 msgstr "'' 不是一个有效的术语"
3141 msgid "unrecognized option: '%s'"
3142 msgstr "未识别的选项:'%s'"
3146 msgid "'%s' does not appear to be a valid revision"
3147 msgstr "'%s' 看起来不是一个有效的版本"
3150 msgid "bad HEAD - I need a HEAD"
3151 msgstr "坏的 HEAD - 我需要一个 HEAD"
3155 msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
3156 msgstr "检出 '%s' 失败。尝试 'git bisect start <有效分支>'。"
3159 msgid "bad HEAD - strange symbolic ref"
3160 msgstr "坏的 HEAD - 奇怪的符号引用"
3164 msgid "invalid ref: '%s'"
3168 msgid "You need to start by \"git bisect start\"\n"
3169 msgstr "您需要执行 \"git bisect start\" 来开始\n"
3171 #. TRANSLATORS: Make sure to include [Y] and [n] in your
3172 #. translation. The program will only accept English input
3176 msgid "Do you want me to do it for you [Y/n]? "
3177 msgstr "您想让我为您这样做么[Y/n]? "
3180 msgid "Please call `--bisect-state` with at least one argument"
3181 msgstr "请使用至少一个参数调用 `--bisect-state`"
3185 msgid "'git bisect %s' can take only one argument."
3186 msgstr "'git bisect %s' 只能带一个参数。"
3190 msgid "Bad rev input: %s"
3195 msgid "Bad rev input (not a commit): %s"
3196 msgstr "坏的版本输入(不是提交):%s"
3199 msgid "We are not bisecting."
3204 msgid "'%s'?? what are you talking about?"
3205 msgstr "'%s'?? 您在说什么?"
3209 msgid "cannot read file '%s' for replaying"
3210 msgstr "不能读取文件 '%s' 来重放"
3214 msgid "running %s\n"
3218 msgid "bisect run failed: no command provided."
3219 msgstr "二分查找运行失败:没有提供命令。"
3223 msgid "unable to verify %s on good revision"
3224 msgstr "无法在好版本中验证 %s"
3228 msgid "bogus exit code %d for good revision"
3229 msgstr "好版本返回错误的退出码 %d"
3233 msgid "bisect run failed: exit code %d from %s is < 0 or >= 128"
3234 msgstr "二分查找运行失败:命令 %2$s 的退出码 %1$d < 0 或 >= 128"
3238 msgid "cannot open file '%s' for writing"
3239 msgstr "无法打开文件 '%s' 进行写入"
3242 msgid "bisect run cannot continue any more"
3246 msgid "bisect run success"
3250 msgid "bisect found first bad commit"
3251 msgstr "二分查找找到了第一个坏的提交"
3255 msgid "bisect run failed: 'git bisect %s' exited with error code %d"
3256 msgstr "二分查找运行失败:'git bisect %s' 退出码为 %d"
3260 msgid "'%s' requires either no argument or a commit"
3261 msgstr "'%s' 无需参数或者需要一个提交"
3265 msgid "'%s' requires 0 or 1 argument"
3266 msgstr "'%s' 无需参数或者需要一个参数"
3270 msgid "'%s' requires 0 arguments"
3274 msgid "no logfile given"
3279 msgid "'%s' failed: no command provided."
3280 msgstr "'%s' 运行失败:没有提供命令。"
3283 msgid "need a command"
3286 #: builtin/bisect.c builtin/cat-file.c
3288 msgid "unknown command: '%s'"
3292 msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
3293 msgstr "git blame [<选项>] [<版本选项>] [<版本>] [--] <文件>"
3296 msgid "git annotate [<options>] [<rev-opts>] [<rev>] [--] <file>"
3297 msgstr "git annotate [<选项>] [<版本选项>] [<版本>] [--] <文件>"
3300 msgid "<rev-opts> are documented in git-rev-list(1)"
3301 msgstr "<版本选项> 的文档记录在 git-rev-list(1) 中"
3305 msgid "expecting a color: %s"
3309 msgid "must end with a color"
3314 msgid "cannot find revision %s to ignore"
3315 msgstr "不能找到要忽略的版本 %s"
3318 msgid "show blame entries as we find them, incrementally"
3319 msgstr "增量式地显示发现的 blame 条目"
3322 msgid "do not show object names of boundary commits (Default: off)"
3323 msgstr "不显示边界提交的对象名(默认:关闭)"
3326 msgid "do not treat root commits as boundaries (Default: off)"
3327 msgstr "不把根提交作为边界(默认:关闭)"
3330 msgid "show work cost statistics"
3333 #: builtin/blame.c builtin/checkout.c builtin/clone.c builtin/commit-graph.c
3334 #: builtin/fetch.c builtin/merge.c builtin/multi-pack-index.c builtin/pull.c
3335 #: builtin/push.c builtin/remote.c builtin/send-pack.c
3336 msgid "force progress reporting"
3340 msgid "show output score for blame entries"
3341 msgstr "显示 blame 条目的输出得分"
3344 msgid "show original filename (Default: auto)"
3345 msgstr "显示原始文件名(默认:自动)"
3348 msgid "show original linenumber (Default: off)"
3349 msgstr "显示原始的行号(默认:关闭)"
3352 msgid "show in a format designed for machine consumption"
3353 msgstr "显示为一个适合机器读取的格式"
3356 msgid "show porcelain format with per-line commit information"
3357 msgstr "为每一行显示机器适用的提交信息"
3360 msgid "use the same output mode as git-annotate (Default: off)"
3361 msgstr "使用和 git-annotate 相同的输出模式(默认:关闭)"
3364 msgid "show raw timestamp (Default: off)"
3365 msgstr "显示原始时间戳(默认:关闭)"
3368 msgid "show long commit SHA1 (Default: off)"
3369 msgstr "显示长的 SHA1 提交号(默认:关闭)"
3372 msgid "suppress author name and timestamp (Default: off)"
3373 msgstr "隐藏作者名字和时间戳(默认:关闭)"
3376 msgid "show author email instead of name (Default: off)"
3377 msgstr "显示作者的邮箱而不是名字(默认:关闭)"
3380 msgid "ignore whitespace differences"
3383 #: builtin/blame.c builtin/log.c
3388 msgid "ignore <rev> when blaming"
3389 msgstr "在执行 blame 操作时忽略 <版本>"
3392 msgid "ignore revisions from <file>"
3393 msgstr "忽略来自 <文件> 中的版本"
3396 msgid "color redundant metadata from previous line differently"
3397 msgstr "使用颜色间隔输出与前一行不同的重复元信息"
3400 msgid "color lines by age"
3404 msgid "spend extra cycles to find better match"
3405 msgstr "花费额外的循环来找到更好的匹配"
3408 msgid "use revisions from <file> instead of calling git-rev-list"
3409 msgstr "使用来自 <文件> 的修订集而不是调用 git-rev-list"
3412 msgid "use <file>'s contents as the final image"
3413 msgstr "使用 <文件> 的内容作为最终的镜像"
3420 msgid "find line copies within and across files"
3421 msgstr "找到文件内及跨文件的行拷贝"
3424 msgid "find line movements within and across files"
3425 msgstr "找到文件内及跨文件的行移动"
3432 msgid "process only line range <start>,<end> or function :<funcname>"
3433 msgstr "只处理在 <开始>,<结束> 范围内的行,或者函数:<函数名>"
3436 msgid "--progress can't be used with --incremental or porcelain formats"
3437 msgstr "--progress 不能和 --incremental 或机器内部格式一起使用"
3439 #. TRANSLATORS: This string is used to tell us the
3440 #. maximum display width for a relative timestamp in
3441 #. "git blame" output. For C locale, "4 years, 11
3442 #. months ago", which takes 22 places, is the longest
3443 #. among various forms of relative timestamps, but
3444 #. your language may need more or fewer display
3448 msgid "4 years, 11 months ago"
3453 msgid "file %s has only %lu line"
3454 msgid_plural "file %s has only %lu lines"
3455 msgstr[0] "文件 %s 只有 %lu 行"
3456 msgstr[1] "文件 %s 只有 %lu 行"
3459 msgid "Blaming lines"
3463 msgid "git branch [<options>] [-r | -a] [--merged] [--no-merged]"
3464 msgstr "git branch [<选项>] [-r | -a] [--merged] [--no-merged]"
3468 "git branch [<options>] [-f] [--recurse-submodules] <branch-name> [<start-"
3470 msgstr "git branch [<选项>] [-f] [--recurse-submodules] <分支名> [<起始点>]"
3473 msgid "git branch [<options>] [-l] [<pattern>...]"
3474 msgstr "git branch [<选项>] [-l] [<模式>...]"
3477 msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3478 msgstr "git branch [<选项>] [-r] (-d | -D) <分支名>..."
3481 msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3482 msgstr "git branch [<选项>] (-m | -M) [<旧分支>] <新分支>"
3485 msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
3486 msgstr "git branch [<选项>] (-c | -C) [<老分支>] <新分支>"
3489 msgid "git branch [<options>] [-r | -a] [--points-at]"
3490 msgstr "git branch [<选项>] [-r | -a] [--points-at]"
3493 msgid "git branch [<options>] [-r | -a] [--format]"
3494 msgstr "git branch [<选项>] [-r | -a] [--format]"
3496 # 译者:保持原换行格式,在输出时 %s 的替代内容会让字符串变长
3500 "deleting branch '%s' that has been merged to\n"
3501 " '%s', but not yet merged to HEAD"
3503 "将要删除的分支 '%s' 已经被合并到\n"
3506 # 译者:保持原换行格式,在输出时 %s 的替代内容会让字符串变长
3510 "not deleting branch '%s' that is not yet merged to\n"
3511 " '%s', even though it is merged to HEAD"
3513 "并未删除分支 '%s',虽然它已经合并到 HEAD,\n"
3518 msgid "couldn't look up commit object for '%s'"
3519 msgstr "无法查询 '%s' 指向的提交对象"
3523 msgid "the branch '%s' is not fully merged"
3524 msgstr "分支 '%s' 没有完全合并"
3528 msgid "If you are sure you want to delete it, run 'git branch -D %s'"
3529 msgstr "如果您确认要删除它,执行 'git branch -D %s'"
3532 msgid "update of config-file failed"
3536 msgid "cannot use -a with -d"
3537 msgstr "不能将 -a 和 -d 同时使用"
3541 msgid "cannot delete branch '%s' used by worktree at '%s'"
3542 msgstr "无法强制更新被工作区 '%2$s' 所使用的分支 '%1$s'"
3546 msgid "remote-tracking branch '%s' not found"
3547 msgstr "未能找到远程跟踪分支 '%s'"
3552 "branch '%s' not found.\n"
3553 "Did you forget --remote?"
3556 "是否忘记指定 --remote 选项?"
3560 msgid "branch '%s' not found"
3561 msgstr "分支 '%s' 未发现"
3565 msgid "Deleted remote-tracking branch %s (was %s).\n"
3566 msgstr "已删除远程跟踪分支 %s(曾为 %s)。\n"
3570 msgid "Deleted branch %s (was %s).\n"
3571 msgstr "已删除分支 %s(曾为 %s)。\n"
3573 #: builtin/branch.c builtin/tag.c
3574 msgid "unable to parse format string"
3578 msgid "could not resolve HEAD"
3579 msgstr "不能解析 HEAD 提交"
3583 msgid "HEAD (%s) points outside of refs/heads/"
3584 msgstr "HEAD (%s) 指向 refs/heads/ 之外"
3588 msgid "branch %s is being rebased at %s"
3589 msgstr "分支 %s 正被变基到 %s"
3593 msgid "branch %s is being bisected at %s"
3594 msgstr "分支 %s 正被二分查找于 %s"
3598 msgid "HEAD of working tree %s is not updated"
3599 msgstr "工作区 %s 的 HEAD 指向没有被更新"
3603 msgid "invalid branch name: '%s'"
3604 msgstr "无效的分支名:'%s'"
3608 msgid "no commit on branch '%s' yet"
3609 msgstr "分支 '%s' 尚无提交"
3613 msgid "no branch named '%s'"
3617 msgid "branch rename failed"
3621 msgid "branch copy failed"
3626 msgid "created a copy of a misnamed branch '%s'"
3627 msgstr "已为错误命名的分支 '%s' 创建了一个副本"
3631 msgid "renamed a misnamed branch '%s' away"
3632 msgstr "已将错误命名的分支 '%s' 重命名"
3636 msgid "branch renamed to %s, but HEAD is not updated"
3637 msgstr "分支重命名为 %s,但 HEAD 没有更新"
3640 msgid "branch is renamed, but update of config-file failed"
3641 msgstr "分支被重命名,但更新配置文件失败"
3644 msgid "branch is copied, but update of config-file failed"
3645 msgstr "分支已拷贝,但更新配置文件失败"
3650 "Please edit the description for the branch\n"
3652 "Lines starting with '%s' will be stripped.\n"
3656 "以 '%s' 开头的行将被过滤。\n"
3659 msgid "Generic options"
3663 msgid "show hash and subject, give twice for upstream branch"
3664 msgstr "显示哈希值和主题,若参数出现两次则显示上游分支"
3667 msgid "suppress informational messages"
3670 #: builtin/branch.c builtin/checkout.c builtin/submodule--helper.c
3671 msgid "set branch tracking configuration"
3683 msgid "change the upstream info"
3687 msgid "unset the upstream info"
3691 msgid "use colored output"
3695 msgid "act on remote-tracking branches"
3699 msgid "print only branches that contain the commit"
3700 msgstr "只打印包含该提交的分支"
3703 msgid "print only branches that don't contain the commit"
3704 msgstr "只打印不包含该提交的分支"
3707 msgid "Specific git-branch actions:"
3708 msgstr "具体的 git-branch 动作:"
3711 msgid "list both remote-tracking and local branches"
3712 msgstr "列出远程跟踪及本地分支"
3715 msgid "delete fully merged branch"
3719 msgid "delete branch (even if not merged)"
3720 msgstr "删除分支(即使没有合并)"
3723 msgid "move/rename a branch and its reflog"
3724 msgstr "移动/重命名一个分支,以及它的引用日志"
3727 msgid "move/rename a branch, even if target exists"
3728 msgstr "移动/重命名一个分支,即使目标已存在"
3730 #: builtin/branch.c builtin/for-each-ref.c builtin/tag.c
3731 msgid "do not output a newline after empty formatted refs"
3732 msgstr "在格式化引用结果为空之后,不输出换行符"
3735 msgid "copy a branch and its reflog"
3736 msgstr "拷贝一个分支和它的引用日志"
3739 msgid "copy a branch, even if target exists"
3740 msgstr "拷贝一个分支,即使目标已存在"
3743 msgid "list branch names"
3747 msgid "show current branch name"
3750 #: builtin/branch.c builtin/submodule--helper.c
3751 msgid "create the branch's reflog"
3755 msgid "edit the description for the branch"
3759 msgid "force creation, move/rename, deletion"
3760 msgstr "强制创建、移动/重命名、删除"
3763 msgid "print only branches that are merged"
3767 msgid "print only branches that are not merged"
3771 msgid "list branches in columns"
3774 #: builtin/branch.c builtin/for-each-ref.c builtin/notes.c builtin/tag.c
3779 msgid "print only branches of the object"
3780 msgstr "只打印指向该对象的分支"
3782 #: builtin/branch.c builtin/for-each-ref.c builtin/tag.c
3783 msgid "sorting and filtering are case insensitive"
3784 msgstr "排序和过滤属于大小写不敏感"
3786 #: builtin/branch.c builtin/ls-files.c
3787 msgid "recurse through submodules"
3790 #: builtin/branch.c builtin/for-each-ref.c builtin/ls-files.c builtin/ls-tree.c
3791 #: builtin/tag.c builtin/verify-tag.c
3792 msgid "format to use for the output"
3796 msgid "failed to resolve HEAD as a valid ref"
3797 msgstr "无法将 HEAD 解析为有效引用"
3799 #: builtin/branch.c builtin/clone.c
3800 msgid "HEAD not found below refs/heads!"
3801 msgstr "HEAD 没有位于 /refs/heads 之下!"
3805 "branch with --recurse-submodules can only be used if submodule."
3806 "propagateBranches is enabled"
3808 "带有 --recurse-submodules 的分支只能在 submodule.propagateBranches 启用时使用"
3811 msgid "--recurse-submodules can only be used to create branches"
3812 msgstr "--recurse-submodules 只能用于创建分支"
3815 msgid "branch name required"
3819 msgid "cannot give description to detached HEAD"
3820 msgstr "不能向分离头指针提供描述"
3823 msgid "cannot edit description of more than one branch"
3824 msgstr "不能为一个以上的分支编辑描述"
3827 msgid "cannot copy the current branch while not on any"
3828 msgstr "不处于任何分支上,无法拷贝当前分支"
3831 msgid "cannot rename the current branch while not on any"
3832 msgstr "不处于任何分支上,无法重命名当前分支"
3835 msgid "too many branches for a copy operation"
3836 msgstr "为拷贝操作提供了太多的分支名"
3839 msgid "too many arguments for a rename operation"
3840 msgstr "为重命名操作提供了太多的参数"
3843 msgid "too many arguments to set new upstream"
3844 msgstr "为设置新上游提供了太多的参数"
3849 "could not set upstream of HEAD to %s when it does not point to any branch"
3850 msgstr "无法设置 HEAD 的上游为 %s,因为 HEAD 没有指向任何分支"
3854 msgid "no such branch '%s'"
3859 msgid "branch '%s' does not exist"
3860 msgstr "分支 '%s' 不存在"
3863 msgid "too many arguments to unset upstream"
3864 msgstr "为取消上游设置操作提供了太多的参数"
3867 msgid "could not unset upstream of HEAD when it does not point to any branch"
3868 msgstr "无法取消 HEAD 的上游设置因为它没有指向一个分支"
3872 msgid "branch '%s' has no upstream information"
3873 msgstr "分支 '%s' 没有上游信息"
3877 "the -a, and -r, options to 'git branch' do not take a branch name.\n"
3878 "Did you mean to use: -a|-r --list <pattern>?"
3880 "'git branch' 的 -a 和 -r 选项不带一个分支名。\n"
3881 "您是否想要使用:-a|-r --list <模式>?"
3885 "the '--set-upstream' option is no longer supported. Please use '--track' or "
3886 "'--set-upstream-to' instead"
3887 msgstr "不再支持选项 '--set-upstream'。请使用 '--track' 或 '--set-upstream-to'"
3889 #: builtin/bugreport.c
3890 msgid "git version:\n"
3893 #: builtin/bugreport.c
3895 msgid "uname() failed with error '%s' (%d)\n"
3896 msgstr "uname() 失败,错误为 '%s'(%d)\n"
3898 #: builtin/bugreport.c
3899 msgid "compiler info: "
3902 #: builtin/bugreport.c
3906 #: builtin/bugreport.c
3907 msgid "not run from a git repository - no hooks to show\n"
3908 msgstr "不是在 git 仓库中执行 - 没有可显示的钩子\n"
3910 #: builtin/bugreport.c
3912 "git bugreport [(-o | --output-directory) <path>]\n"
3913 " [(-s | --suffix) <format> | --no-suffix]\n"
3914 " [--diagnose[=<mode>]]"
3916 "git bugreport [-o | --output-directory <文件>]\n"
3917 " [(-s | --suffix) <格式> | --no-suffix]\n"
3918 " [--diagnose[=<模式>]"
3920 #: builtin/bugreport.c
3922 "Thank you for filling out a Git bug report!\n"
3923 "Please answer the following questions to help us understand your issue.\n"
3925 "What did you do before the bug happened? (Steps to reproduce your issue)\n"
3927 "What did you expect to happen? (Expected behavior)\n"
3929 "What happened instead? (Actual behavior)\n"
3931 "What's different between what you expected and what actually happened?\n"
3933 "Anything else you want to add:\n"
3935 "Please review the rest of the bug report below.\n"
3936 "You can delete any lines you don't wish to share.\n"
3939 "请填写以下问卷,以帮助我们了解您的问题。\n"
3941 "在错误发生之前,您做了什么?(重现问题的步骤)\n"
3947 "您所期望的与实际发生的有什么不同?\n"
3951 "请检查下面错误报告中余下的内容。\n"
3952 "您可以删除任何您不想共享的内容。\n"
3954 #: builtin/bugreport.c builtin/commit.c builtin/fast-export.c builtin/rebase.c
3959 #: builtin/bugreport.c
3961 "create an additional zip archive of detailed diagnostics (default 'stats')"
3962 msgstr "额外创建详细诊断信息的压缩包(默认 'stats')"
3964 #: builtin/bugreport.c
3965 msgid "specify a destination for the bugreport file(s)"
3966 msgstr "指定错误报告文件的目标位置"
3968 #: builtin/bugreport.c
3969 msgid "specify a strftime format suffix for the filename(s)"
3970 msgstr "指定文件的 strftime 格式后缀"
3972 #: builtin/bugreport.c
3974 msgid "unknown argument `%s'"
3977 #: builtin/bugreport.c builtin/diagnose.c
3979 msgid "could not create leading directories for '%s'"
3980 msgstr "不能为 '%s' 创建先导目录"
3982 #: builtin/bugreport.c builtin/diagnose.c
3984 msgid "unable to create diagnostics archive %s"
3985 msgstr "不能创建诊断归档包 %s"
3987 #: builtin/bugreport.c
3991 #: builtin/bugreport.c
3992 msgid "Enabled Hooks"
3995 #: builtin/bugreport.c
3997 msgid "unable to write to %s"
4000 #: builtin/bugreport.c
4002 msgid "Created new report at '%s'.\n"
4003 msgstr "在 '%s' 创建了新报告。\n"
4007 "git bundle create [-q | --quiet | --progress]\n"
4008 " [--version=<version>] <file> <git-rev-list-args>"
4010 "git bundle create [-q | --quiet | --progress]\n"
4011 " [--version=<版本>] <文件> <git-rev-list-参数>"
4014 msgid "git bundle verify [-q | --quiet] <file>"
4015 msgstr "git bundle verify [-q | --quiet] <文件>"
4018 msgid "git bundle list-heads <file> [<refname>...]"
4019 msgstr "git bundle list-heads <文件> [<引用名>...]"
4022 msgid "git bundle unbundle [--progress] <file> [<refname>...]"
4023 msgstr "git bundle unbundle [--progress] <文件> [<引用名>...]"
4026 msgid "need a <file> argument"
4027 msgstr "需要一个 <文件> 参数"
4029 #: builtin/bundle.c builtin/pack-objects.c
4030 msgid "do not show progress meter"
4033 #: builtin/bundle.c builtin/pack-objects.c
4034 msgid "show progress meter"
4038 msgid "historical; same as --progress"
4039 msgstr "老的参数;等同于 --progress"
4042 msgid "historical; does nothing"
4046 msgid "specify bundle format version"
4050 msgid "Need a repository to create a bundle."
4051 msgstr "需要一个仓库来创建归档包。"
4054 msgid "do not show bundle details"
4057 #: builtin/bundle.c bundle.c
4058 msgid "need a repository to verify a bundle"
4059 msgstr "需要一个仓库来校验一个归档包"
4063 msgid "%s is okay\n"
4067 msgid "Need a repository to unbundle."
4068 msgstr "需要一个仓库来解开归档包。"
4071 msgid "Unbundling objects"
4074 #: builtin/cat-file.c merge-recursive.c
4076 msgid "cannot read object %s '%s'"
4077 msgstr "不能读取对象 %s '%s'"
4079 #: builtin/cat-file.c
4080 msgid "flush is only for --buffer mode"
4081 msgstr "flush 只在 --buffer 模式中使用"
4083 #: builtin/cat-file.c
4084 msgid "empty command in input"
4087 #: builtin/cat-file.c
4089 msgid "whitespace before command: '%s'"
4090 msgstr "命令前存在空白:'%s'"
4092 #: builtin/cat-file.c
4094 msgid "%s requires arguments"
4097 #: builtin/cat-file.c
4099 msgid "%s takes no arguments"
4102 #: builtin/cat-file.c
4103 msgid "only one batch option may be specified"
4104 msgstr "只能指定一个批处理选项"
4106 #: builtin/cat-file.c
4107 msgid "git cat-file <type> <object>"
4108 msgstr "git cat-file <类型> <对象>"
4110 #: builtin/cat-file.c
4111 msgid "git cat-file (-e | -p) <object>"
4112 msgstr "git cat-file (-e | -p) <对象>"
4114 #: builtin/cat-file.c
4115 msgid "git cat-file (-t | -s) [--allow-unknown-type] <object>"
4116 msgstr "git cat-file (-t | -s) [--allow-unknown-type] <对象>"
4118 #: builtin/cat-file.c
4120 "git cat-file (--textconv | --filters)\n"
4121 " [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]"
4123 "git cat-file (--textconv | --filters)\n"
4124 " [<版本>:<路径|树对象> | --path=<路径|树对象> <版本>]"
4126 #: builtin/cat-file.c
4128 "git cat-file (--batch | --batch-check | --batch-command) [--batch-all-"
4130 " [--buffer] [--follow-symlinks] [--unordered]\n"
4131 " [--textconv | --filters] [-Z]"
4133 "git cat-file (--batch | --batch-check | --batch-command) [--batch-all-"
4135 " [--buffer] [--follow-symlinks] [--unordered]\n"
4136 " [--textconv | --filters] [-Z]"
4138 #: builtin/cat-file.c
4139 msgid "Check object existence or emit object contents"
4140 msgstr "检查对象存在或输出对象内容"
4142 #: builtin/cat-file.c
4143 msgid "check if <object> exists"
4144 msgstr "检查 <对象> 是否存在"
4146 #: builtin/cat-file.c
4147 msgid "pretty-print <object> content"
4148 msgstr "美观地打印 <对象> 的内容"
4150 #: builtin/cat-file.c
4151 msgid "Emit [broken] object attributes"
4152 msgstr "输出 [坏的] 对象属性"
4154 #: builtin/cat-file.c
4155 msgid "show object type (one of 'blob', 'tree', 'commit', 'tag', ...)"
4156 msgstr "显示对象的类型('blob'、'tree'、'commit'、'tag'……其中之一)"
4158 #: builtin/cat-file.c
4159 msgid "show object size"
4162 #: builtin/cat-file.c
4163 msgid "allow -s and -t to work with broken/corrupt objects"
4164 msgstr "允许 -s 和 -t 对损坏的对象生效"
4166 #: builtin/cat-file.c builtin/log.c
4167 msgid "use mail map file"
4170 #: builtin/cat-file.c
4171 msgid "Batch objects requested on stdin (or --batch-all-objects)"
4172 msgstr "批量处理标准输入中请求的对象(或者 --batch-all-objects)"
4174 #: builtin/cat-file.c
4175 msgid "show full <object> or <rev> contents"
4176 msgstr "显示完整的 <对象> 或 <版本> 内容"
4178 #: builtin/cat-file.c
4179 msgid "like --batch, but don't emit <contents>"
4180 msgstr "类似于 --batch,但不输出 <内容>"
4182 #: builtin/cat-file.c
4183 msgid "stdin is NUL-terminated"
4184 msgstr "标准输入以 NUL 字符分隔"
4186 #: builtin/cat-file.c
4187 msgid "stdin and stdout is NUL-terminated"
4188 msgstr "标准输入和标准输出以 NUL 字符分隔"
4190 #: builtin/cat-file.c
4191 msgid "read commands from stdin"
4194 #: builtin/cat-file.c
4195 msgid "with --batch[-check]: ignores stdin, batches all known objects"
4196 msgstr "带有 --batch[-check]:忽略标准输入,批量处理所有已知的对象"
4198 #: builtin/cat-file.c
4199 msgid "Change or optimize batch output"
4202 #: builtin/cat-file.c
4203 msgid "buffer --batch output"
4204 msgstr "缓冲 --batch 的输出"
4206 #: builtin/cat-file.c
4207 msgid "follow in-tree symlinks"
4210 #: builtin/cat-file.c
4211 msgid "do not order objects before emitting them"
4214 #: builtin/cat-file.c
4216 "Emit object (blob or tree) with conversion or filter (stand-alone, or with "
4218 msgstr "转换或过滤后输出对象(数据对象或树)(单独或批处理)"
4220 #: builtin/cat-file.c
4221 msgid "run textconv on object's content"
4224 #: builtin/cat-file.c
4225 msgid "run filters on object's content"
4228 #: builtin/cat-file.c
4232 #: builtin/cat-file.c
4233 msgid "use a <path> for (--textconv | --filters); Not with 'batch'"
4234 msgstr "(--textconv | --filters) 使用 <路径>;而不是 'batch'"
4236 #: builtin/cat-file.c
4238 msgid "'%s=<%s>' needs '%s' or '%s'"
4239 msgstr "'%s=<%s>' 需要 '%s' 或 '%s'"
4241 #: builtin/cat-file.c
4242 msgid "path|tree-ish"
4245 #: builtin/cat-file.c
4247 msgid "'%s' requires a batch mode"
4248 msgstr "'%s' 需要批处理模式"
4250 #: builtin/cat-file.c
4252 msgid "'-%c' is incompatible with batch mode"
4253 msgstr "'-%c' 与批处理模式不兼容"
4255 #: builtin/cat-file.c
4256 msgid "batch modes take no arguments"
4257 msgstr "批处理模式不带其他参数"
4259 #: builtin/cat-file.c
4261 msgid "<rev> required with '%s'"
4262 msgstr "'%s' 需要 <版本>"
4264 #: builtin/cat-file.c
4266 msgid "<object> required with '-%c'"
4267 msgstr "'-%c' 需要 <对象>"
4269 #: builtin/cat-file.c
4271 msgid "only two arguments allowed in <type> <object> mode, not %d"
4272 msgstr "<类型> <对象> 模式只允许两个参数,而不是 %d 个"
4274 #: builtin/check-attr.c
4276 "git check-attr [--source <tree-ish>] [-a | --all | <attr>...] [--] "
4279 "git check-attr [--source <树对象>] [-a | --all | <属性>...] [--] <路径名>..."
4281 #: builtin/check-attr.c
4283 "git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>...]"
4285 "git check-attr --stdin [-z] [--source <树对象>] [-a | --all | <属性>...]"
4287 #: builtin/check-attr.c
4288 msgid "report all attributes set on file"
4289 msgstr "报告设置在文件上的所有属性"
4291 #: builtin/check-attr.c
4292 msgid "use .gitattributes only from the index"
4293 msgstr "只使用索引中的 .gitattributes"
4295 #: builtin/check-attr.c builtin/check-ignore.c builtin/hash-object.c
4296 msgid "read file names from stdin"
4299 #: builtin/check-attr.c builtin/check-ignore.c
4300 msgid "terminate input and output records by a NUL character"
4301 msgstr "输入和输出的记录使用 NUL 字符终结"
4303 #: builtin/check-attr.c
4307 #: builtin/check-attr.c
4308 msgid "which tree-ish to check attributes at"
4309 msgstr "要用哪一个树对象来检查属性"
4311 #: builtin/check-ignore.c builtin/checkout.c builtin/gc.c builtin/worktree.c
4312 msgid "suppress progress reporting"
4315 #: builtin/check-ignore.c
4316 msgid "show non-matching input paths"
4319 #: builtin/check-ignore.c
4320 msgid "ignore index when checking"
4323 #: builtin/check-ignore.c
4324 msgid "cannot specify pathnames with --stdin"
4325 msgstr "不能同时指定路径及 --stdin 参数"
4327 #: builtin/check-ignore.c
4328 msgid "-z only makes sense with --stdin"
4329 msgstr "-z 需要和 --stdin 参数共用才有意义"
4331 #: builtin/check-ignore.c
4332 msgid "no path specified"
4335 #: builtin/check-ignore.c
4336 msgid "--quiet is only valid with a single pathname"
4337 msgstr "参数 --quiet 只在提供一个路径名时有效"
4339 #: builtin/check-ignore.c
4340 msgid "cannot have both --quiet and --verbose"
4341 msgstr "不能同时提供 --quiet 和 --verbose 参数"
4343 #: builtin/check-ignore.c
4344 msgid "--non-matching is only valid with --verbose"
4345 msgstr "--non-matching 选项只在使用 --verbose 时有效"
4347 #: builtin/check-mailmap.c
4348 msgid "git check-mailmap [<options>] <contact>..."
4349 msgstr "git check-mailmap [<选项>] <联系地址>..."
4351 #: builtin/check-mailmap.c
4352 msgid "also read contacts from stdin"
4353 msgstr "还从标准输入读取联系地址"
4355 #: builtin/check-mailmap.c
4356 msgid "read additional mailmap entries from file"
4357 msgstr "从文件中读取附加邮件映射条目"
4359 #: builtin/check-mailmap.c
4363 #: builtin/check-mailmap.c
4364 msgid "read additional mailmap entries from blob"
4365 msgstr "从数据对象中读取附加邮件映射条目"
4367 #: builtin/check-mailmap.c
4368 msgid "no contacts specified"
4371 #: builtin/checkout--worker.c
4372 msgid "git checkout--worker [<options>]"
4373 msgstr "git checkout--worker [<选项>]"
4375 #: builtin/checkout--worker.c builtin/checkout-index.c builtin/column.c
4376 #: builtin/submodule--helper.c builtin/worktree.c
4380 #: builtin/checkout--worker.c builtin/checkout-index.c
4381 msgid "when creating files, prepend <string>"
4382 msgstr "在创建文件时,在前面加上 <字符串>"
4384 #: builtin/checkout-index.c
4385 msgid "git checkout-index [<options>] [--] [<file>...]"
4386 msgstr "git checkout-index [<选项>] [--] [<文件>...]"
4388 #: builtin/checkout-index.c
4389 msgid "stage should be between 1 and 3 or all"
4390 msgstr "索引值应该取值 1 到 3 或者 all"
4392 #: builtin/checkout-index.c
4393 msgid "check out all files in the index"
4396 #: builtin/checkout-index.c
4397 msgid "do not skip files with skip-worktree set"
4398 msgstr "在 skip-worktree 设置时不要跳过文件"
4400 #: builtin/checkout-index.c
4401 msgid "force overwrite of existing files"
4404 #: builtin/checkout-index.c
4405 msgid "no warning for existing files and files not in index"
4406 msgstr "存在或不在索引中的文件都没有警告"
4408 #: builtin/checkout-index.c
4409 msgid "don't checkout new files"
4412 #: builtin/checkout-index.c
4413 msgid "update stat information in the index file"
4414 msgstr "更新索引中文件的状态信息"
4416 #: builtin/checkout-index.c
4417 msgid "read list of paths from the standard input"
4418 msgstr "从标准输入读取路径列表"
4420 #: builtin/checkout-index.c
4421 msgid "write the content to temporary files"
4424 #: builtin/checkout-index.c
4425 msgid "copy out the files from named stage"
4426 msgstr "从指定暂存区中拷出文件"
4428 #: builtin/checkout.c
4429 msgid "git checkout [<options>] <branch>"
4430 msgstr "git checkout [<选项>] <分支>"
4432 #: builtin/checkout.c
4433 msgid "git checkout [<options>] [<branch>] -- <file>..."
4434 msgstr "git checkout [<选项>] [<分支>] -- <文件>..."
4436 #: builtin/checkout.c
4437 msgid "git switch [<options>] [<branch>]"
4438 msgstr "git switch [<选项>] [<分支>]"
4440 #: builtin/checkout.c
4441 msgid "git restore [<options>] [--source=<branch>] <file>..."
4442 msgstr "git restore [<选项>] [--source=<分支>] <文件>..."
4444 #: builtin/checkout.c
4446 msgid "path '%s' does not have our version"
4447 msgstr "路径 '%s' 没有我们的版本"
4449 #: builtin/checkout.c
4451 msgid "path '%s' does not have their version"
4452 msgstr "路径 '%s' 没有他们的版本"
4454 #: builtin/checkout.c
4456 msgid "path '%s' does not have all necessary versions"
4457 msgstr "路径 '%s' 没有全部必需的版本"
4459 #: builtin/checkout.c
4461 msgid "path '%s' does not have necessary versions"
4462 msgstr "路径 '%s' 没有必需的版本"
4464 #: builtin/checkout.c
4466 msgid "path '%s': cannot merge"
4467 msgstr "path '%s':无法合并"
4469 #: builtin/checkout.c
4471 msgid "Unable to add merge result for '%s'"
4472 msgstr "无法为 '%s' 添加合并结果"
4474 #: builtin/checkout.c
4476 msgid "Recreated %d merge conflict"
4477 msgid_plural "Recreated %d merge conflicts"
4478 msgstr[0] "重新创建了 %d 个合并冲突"
4479 msgstr[1] "重新创建了 %d 个合并冲突"
4481 #: builtin/checkout.c
4483 msgid "Updated %d path from %s"
4484 msgid_plural "Updated %d paths from %s"
4485 msgstr[0] "从 %2$s 更新了 %1$d 个路径"
4486 msgstr[1] "从 %2$s 更新了 %1$d 个路径"
4488 #: builtin/checkout.c
4490 msgid "Updated %d path from the index"
4491 msgid_plural "Updated %d paths from the index"
4492 msgstr[0] "从索引区更新了 %d 个路径"
4493 msgstr[1] "从索引区更新了 %d 个路径"
4495 #: builtin/checkout.c
4497 msgid "'%s' cannot be used with updating paths"
4498 msgstr "'%s' 不能在更新路径时使用"
4500 #: builtin/checkout.c
4502 msgid "Cannot update paths and switch to branch '%s' at the same time."
4503 msgstr "不能同时更新路径并切换到分支'%s'。"
4505 #: builtin/checkout.c
4507 msgid "neither '%s' or '%s' is specified"
4508 msgstr "'%s' 或 '%s' 都没有指定"
4510 #: builtin/checkout.c
4512 msgid "'%s' must be used when '%s' is not specified"
4513 msgstr "未指定 '%2$s' 时,必须使用 '%1$s'"
4515 #: builtin/checkout.c
4517 msgid "'%s' or '%s' cannot be used with %s"
4518 msgstr "'%s' 或 '%s' 不能和 %s 一起使用"
4520 #: builtin/checkout.c
4522 msgid "'%s', '%s', or '%s' cannot be used when checking out of a tree"
4523 msgstr "'%s'、'%s' 或 '%s' 不能在检出一个树时使用"
4525 #: builtin/checkout.c
4527 msgid "path '%s' is unmerged"
4528 msgstr "路径 '%s' 未合并"
4530 #: builtin/checkout.c builtin/grep.c builtin/merge-tree.c builtin/reset.c
4531 #: merge-ort.c reset.c sequencer.c tree-walk.c
4533 msgid "unable to read tree (%s)"
4536 #: builtin/checkout.c
4537 msgid "you need to resolve your current index first"
4538 msgstr "您需要先解决当前索引的冲突"
4540 #: builtin/checkout.c
4543 "cannot continue with staged changes in the following files:\n"
4546 "不能继续,下列文件有暂存的修改:\n"
4549 #: builtin/checkout.c
4551 msgid "Can not do reflog for '%s': %s\n"
4552 msgstr "不能对 '%s' 执行 reflog 操作:%s\n"
4554 #: builtin/checkout.c
4555 msgid "HEAD is now at"
4558 #: builtin/checkout.c builtin/clone.c
4559 msgid "unable to update HEAD"
4562 #: builtin/checkout.c
4564 msgid "Reset branch '%s'\n"
4565 msgstr "重置分支 '%s'\n"
4567 #: builtin/checkout.c
4569 msgid "Already on '%s'\n"
4570 msgstr "已经位于 '%s'\n"
4572 #: builtin/checkout.c
4574 msgid "Switched to and reset branch '%s'\n"
4575 msgstr "切换并重置分支 '%s'\n"
4577 #: builtin/checkout.c
4579 msgid "Switched to a new branch '%s'\n"
4580 msgstr "切换到一个新分支 '%s'\n"
4582 #: builtin/checkout.c
4584 msgid "Switched to branch '%s'\n"
4585 msgstr "切换到分支 '%s'\n"
4588 #: builtin/checkout.c
4590 msgid " ... and %d more.\n"
4591 msgstr " ... 及其它 %d 个。\n"
4593 #: builtin/checkout.c
4596 "Warning: you are leaving %d commit behind, not connected to\n"
4597 "any of your branches:\n"
4601 "Warning: you are leaving %d commits behind, not connected to\n"
4602 "any of your branches:\n"
4606 "警告:您正丢下 %d 个提交,未和任何分支关联:\n"
4610 "警告:您正丢下 %d 个提交,未和任何分支关联:\n"
4614 #: builtin/checkout.c
4617 "If you want to keep it by creating a new branch, this may be a good time\n"
4620 " git branch <new-branch-name> %s\n"
4623 "If you want to keep them by creating a new branch, this may be a good time\n"
4626 " git branch <new-branch-name> %s\n"
4629 "如果您想要通过创建新分支保存它,这可能是一个好时候。\n"
4632 " git branch <新分支名> %s\n"
4635 "如果您想要通过创建新分支保存它们,这可能是一个好时候。\n"
4638 " git branch <新分支名> %s\n"
4641 #: builtin/checkout.c
4642 msgid "internal error in revision walk"
4643 msgstr "在版本遍历时遇到内部错误"
4645 #: builtin/checkout.c
4646 msgid "Previous HEAD position was"
4647 msgstr "之前的 HEAD 位置是"
4649 #: builtin/checkout.c
4650 msgid "You are on a branch yet to be born"
4651 msgstr "您位于一个尚未初始化的分支"
4653 #: builtin/checkout.c
4656 "'%s' could be both a local file and a tracking branch.\n"
4657 "Please use -- (and optionally --no-guess) to disambiguate"
4659 "'%s' 既可以是一个本地文件,也可以是一个跟踪分支。\n"
4660 "请使用 --(和可选的 --no-guess)来消除歧义"
4662 #: builtin/checkout.c
4664 "If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
4665 "you can do so by fully qualifying the name with the --track option:\n"
4667 " git checkout --track origin/<name>\n"
4669 "If you'd like to always have checkouts of an ambiguous <name> prefer\n"
4670 "one remote, e.g. the 'origin' remote, consider setting\n"
4671 "checkout.defaultRemote=origin in your config."
4673 "如果您想要检出一个远程跟踪分支,例如在 'origin' 上的,您可以使用分支\n"
4676 " git checkout --track origin/<名称>\n"
4678 "如果您总是喜欢使用模糊的简短分支名 <名称>,而不喜欢如 'origin' 的远程\n"
4679 "名称,可以在配置中设置 checkout.defaultRemote=origin。"
4681 #: builtin/checkout.c
4683 msgid "'%s' matched multiple (%d) remote tracking branches"
4684 msgstr "'%s' 匹配多个(%d 个)远程跟踪分支"
4686 #: builtin/checkout.c
4687 msgid "only one reference expected"
4690 #: builtin/checkout.c
4692 msgid "only one reference expected, %d given."
4693 msgstr "应只有一个引用,却给出了 %d 个"
4695 #: builtin/checkout.c builtin/worktree.c
4697 msgid "invalid reference: %s"
4700 #: builtin/checkout.c
4702 msgid "reference is not a tree: %s"
4705 #: builtin/checkout.c
4707 msgid "a branch is expected, got tag '%s'"
4708 msgstr "期望一个分支,得到标签 '%s'"
4710 #: builtin/checkout.c
4712 msgid "a branch is expected, got remote branch '%s'"
4713 msgstr "期望一个分支,得到远程分支 '%s'"
4715 #: builtin/checkout.c
4717 msgid "a branch is expected, got '%s'"
4718 msgstr "期望一个分支,得到 '%s'"
4720 #: builtin/checkout.c
4722 msgid "a branch is expected, got commit '%s'"
4723 msgstr "期望一个分支,得到提交 '%s'"
4725 #: builtin/checkout.c
4727 "If you want to detach HEAD at the commit, try again with the --detach option."
4728 msgstr "如果你在本提交分离头指针,使用 --detach 选项重试。"
4730 #: builtin/checkout.c
4732 "cannot switch branch while merging\n"
4733 "Consider \"git merge --quit\" or \"git worktree add\"."
4736 "考虑使用 \"git merge --quit\" 或 \"git worktree add\"。"
4738 #: builtin/checkout.c
4740 "cannot switch branch in the middle of an am session\n"
4741 "Consider \"git am --quit\" or \"git worktree add\"."
4743 "不能在一个 am 会话期间切换分支\n"
4744 "考虑使用 \"git am --quit\" 或 \"git worktree add\"。"
4746 #: builtin/checkout.c
4748 "cannot switch branch while rebasing\n"
4749 "Consider \"git rebase --quit\" or \"git worktree add\"."
4752 "考虑使用 \"git rebase --quit\" 或 \"git worktree add\"。"
4754 #: builtin/checkout.c
4756 "cannot switch branch while cherry-picking\n"
4757 "Consider \"git cherry-pick --quit\" or \"git worktree add\"."
4760 "考虑使用 \"git cherry-pick --quit\" 或 \"git worktree add\"。"
4762 #: builtin/checkout.c
4764 "cannot switch branch while reverting\n"
4765 "Consider \"git revert --quit\" or \"git worktree add\"."
4768 "考虑使用 \"git revert --quit\" 或 \"git worktree add\"。"
4770 #: builtin/checkout.c
4771 msgid "you are switching branch while bisecting"
4772 msgstr "您在执行二分查找时切换分支"
4774 #: builtin/checkout.c
4775 msgid "paths cannot be used with switching branches"
4776 msgstr "路径不能和切换分支同时使用"
4778 #: builtin/checkout.c
4780 msgid "'%s' cannot be used with switching branches"
4781 msgstr "'%s' 不能和切换分支同时使用"
4783 #: builtin/checkout.c
4785 msgid "'%s' needs the paths to check out"
4786 msgstr "'%s' 需要路径进行检出"
4788 #: builtin/checkout.c
4790 msgid "'%s' cannot be used with '%s'"
4791 msgstr "'%s' 不能和 '%s' 同时使用"
4793 #: builtin/checkout.c
4795 msgid "'%s' cannot take <start-point>"
4796 msgstr "'%s' 不带 <起始点>"
4798 #: builtin/checkout.c
4800 msgid "Cannot switch branch to a non-commit '%s'"
4801 msgstr "不能切换分支到一个非提交 '%s'"
4803 #: builtin/checkout.c
4804 msgid "missing branch or commit argument"
4807 #: builtin/checkout.c
4809 msgid "unknown conflict style '%s'"
4810 msgstr "未知的冲突风格 '%s'"
4812 #: builtin/checkout.c
4813 msgid "perform a 3-way merge with the new branch"
4814 msgstr "和新的分支执行三方合并"
4816 #: builtin/checkout.c builtin/log.c parse-options.h
4820 #: builtin/checkout.c
4821 msgid "conflict style (merge, diff3, or zdiff3)"
4822 msgstr "冲突输出风格(merge、diff3 或 zdiff3)"
4824 #: builtin/checkout.c builtin/worktree.c
4825 msgid "detach HEAD at named commit"
4826 msgstr "HEAD 从指定的提交分离"
4828 #: builtin/checkout.c
4829 msgid "force checkout (throw away local modifications)"
4830 msgstr "强制检出(丢弃本地修改)"
4832 #: builtin/checkout.c
4836 #: builtin/checkout.c
4837 msgid "new unborn branch"
4840 #: builtin/checkout.c builtin/merge.c
4841 msgid "update ignored files (default)"
4842 msgstr "更新忽略的文件(默认)"
4844 #: builtin/checkout.c
4845 msgid "do not check if another worktree is holding the given ref"
4846 msgstr "不检查指定的引用是否被其他工作区所占用"
4848 #: builtin/checkout.c
4849 msgid "checkout our version for unmerged files"
4850 msgstr "对尚未合并的文件检出我们的版本"
4852 #: builtin/checkout.c
4853 msgid "checkout their version for unmerged files"
4854 msgstr "对尚未合并的文件检出他们的版本"
4856 #: builtin/checkout.c
4857 msgid "do not limit pathspecs to sparse entries only"
4858 msgstr "对路径不做稀疏检出的限制"
4860 #: builtin/checkout.c
4862 msgid "options '-%c', '-%c', and '%s' cannot be used together"
4863 msgstr "选项 '-%c'、'-%c' 和 ‘%s' 不能同时使用"
4865 #: builtin/checkout.c
4866 msgid "--track needs a branch name"
4867 msgstr "--track 需要一个分支名"
4869 #: builtin/checkout.c
4871 msgid "missing branch name; try -%c"
4872 msgstr "缺少分支名,尝试 -%c"
4874 #: builtin/checkout.c
4876 msgid "could not resolve %s"
4879 #: builtin/checkout.c
4880 msgid "invalid path specification"
4883 #: builtin/checkout.c
4885 msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
4886 msgstr "'%s' 不是一个提交,不能基于它创建分支 '%s'"
4888 #: builtin/checkout.c
4890 msgid "git checkout: --detach does not take a path argument '%s'"
4891 msgstr "git checkout:--detach 不能接收路径参数 '%s'"
4893 #: builtin/checkout.c
4895 "git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
4896 "checking out of the index."
4898 "git checkout:在从索引检出时,--ours/--theirs、--force 和 --merge 不兼容。"
4900 #: builtin/checkout.c
4901 msgid "you must specify path(s) to restore"
4902 msgstr "您必须指定要恢复的路径"
4904 #: builtin/checkout.c builtin/clone.c builtin/remote.c builtin/replay.c
4905 #: builtin/submodule--helper.c builtin/worktree.c
4909 #: builtin/checkout.c
4910 msgid "create and checkout a new branch"
4911 msgstr "创建并检出一个新的分支"
4913 #: builtin/checkout.c
4914 msgid "create/reset and checkout a branch"
4915 msgstr "创建/重置并检出一个分支"
4917 #: builtin/checkout.c
4918 msgid "create reflog for new branch"
4919 msgstr "为新的分支创建引用日志"
4921 #: builtin/checkout.c
4922 msgid "second guess 'git checkout <no-such-branch>' (default)"
4923 msgstr "二次猜测 'git checkout <无此分支>'(默认)"
4925 #: builtin/checkout.c
4926 msgid "use overlay mode (default)"
4929 #: builtin/checkout.c
4930 msgid "create and switch to a new branch"
4933 #: builtin/checkout.c
4934 msgid "create/reset and switch to a branch"
4935 msgstr "创建/重置并切换一个分支"
4937 #: builtin/checkout.c
4938 msgid "second guess 'git switch <no-such-branch>'"
4939 msgstr "二次猜测 'git switch <无此分支>'"
4941 #: builtin/checkout.c
4942 msgid "throw away local modifications"
4945 #: builtin/checkout.c
4946 msgid "which tree-ish to checkout from"
4949 #: builtin/checkout.c
4950 msgid "restore the index"
4953 #: builtin/checkout.c
4954 msgid "restore the working tree (default)"
4957 #: builtin/checkout.c
4958 msgid "ignore unmerged entries"
4961 #: builtin/checkout.c
4962 msgid "use overlay mode"
4967 "git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] "
4970 "git clean [-d] [-f] [-i] [-n] [-q] [-e <模式>] [-x | -X] [--] <路径规格>..."
4974 msgid "Removing %s\n"
4979 msgid "Would remove %s\n"
4984 msgid "Skipping repository %s\n"
4989 msgid "Would skip repository %s\n"
4992 #: builtin/clean.c midx.c
4994 msgid "failed to remove %s"
4999 msgid "could not lstat %s\n"
5000 msgstr "不能对 %s 调用 lstat\n"
5003 msgid "Refusing to remove current working directory\n"
5004 msgstr "拒绝删除当前工作目录\n"
5007 msgid "Would refuse to remove current working directory\n"
5008 msgstr "将拒绝删除当前工作目录\n"
5014 "1 - select a numbered item\n"
5015 "foo - select item based on unique prefix\n"
5016 " - (empty) select nothing\n"
5020 "foo - 通过唯一前缀选择一个选项\n"
5027 "1 - select a single item\n"
5028 "3-5 - select a range of items\n"
5029 "2-3,6-9 - select multiple ranges\n"
5030 "foo - select item based on unique prefix\n"
5031 "-... - unselect specified items\n"
5032 "* - choose all items\n"
5033 " - (empty) finish selecting\n"
5037 "3-5 - 选择一个范围内的所有选项\n"
5038 "2-3,6-9 - 选择多个范围内的所有选项\n"
5039 "foo - 通过唯一前缀选择一个选项\n"
5051 msgid "Input ignore patterns>> "
5052 msgstr "输入模版以排除条目>> "
5056 msgid "WARNING: Cannot find items matched by: %s"
5057 msgstr "警告:无法找到和 %s 匹配的条目"
5060 msgid "Select items to delete"
5063 #. TRANSLATORS: Make sure to keep [y/N] as is
5066 msgid "Remove %s [y/N]? "
5067 msgstr "删除 %s [y/N]?"
5071 "clean - start cleaning\n"
5072 "filter by pattern - exclude items from deletion\n"
5073 "select by numbers - select items to be deleted by numbers\n"
5074 "ask each - confirm each deletion (like \"rm -i\")\n"
5075 "quit - stop cleaning\n"
5076 "help - this screen\n"
5077 "? - help for prompt selection"
5080 "filter by pattern - 通过模版排除要删除的条目\n"
5081 "select by numbers - 通过数字选择要删除的条目\n"
5082 "ask each - 针对删除逐一询问(就像 \"rm -i\")\n"
5085 "? - 显示如何在提示符下选择的帮助"
5088 msgid "Would remove the following item:"
5089 msgid_plural "Would remove the following items:"
5090 msgstr[0] "将删除如下条目:"
5091 msgstr[1] "将删除如下条目:"
5094 msgid "No more files to clean, exiting."
5095 msgstr "没有要清理的文件,退出。"
5098 msgid "do not print names of files removed"
5106 msgid "interactive cleaning"
5110 msgid "remove whole directories"
5113 #: builtin/clean.c builtin/config.c builtin/describe.c builtin/grep.c
5114 #: builtin/log.c builtin/ls-files.c builtin/name-rev.c builtin/pack-refs.c
5115 #: builtin/show-ref.c ref-filter.h
5120 msgid "add <pattern> to ignore rules"
5121 msgstr "添加 <模式> 到忽略规则"
5124 msgid "remove ignored files, too"
5128 msgid "remove only ignored files"
5132 msgid "clean.requireForce is true and -f not given: refusing to clean"
5133 msgstr "clean.requireForce 设置为 true 且未提供 -f 选项:拒绝执行清理动作"
5136 msgid "git clone [<options>] [--] <repo> [<dir>]"
5137 msgstr "git clone [<选项>] [--] <仓库> [<路径>]"
5140 msgid "don't clone shallow repository"
5144 msgid "don't create a checkout"
5147 #: builtin/clone.c builtin/init-db.c
5148 msgid "create a bare repository"
5152 msgid "create a mirror repository (implies --bare)"
5153 msgstr "创建一个镜像仓库(隐含 --bare)"
5156 msgid "to clone from a local repository"
5160 msgid "don't use local hardlinks, always copy"
5161 msgstr "不使用本地硬链接,始终复制"
5164 msgid "setup as shared repository"
5172 msgid "initialize submodules in the clone"
5176 msgid "number of submodules cloned in parallel"
5177 msgstr "并发克隆的子模组的数量"
5179 #: builtin/clone.c builtin/init-db.c
5180 msgid "template-directory"
5183 #: builtin/clone.c builtin/init-db.c
5184 msgid "directory from which templates will be used"
5187 #: builtin/clone.c builtin/submodule--helper.c
5188 msgid "reference repository"
5191 #: builtin/clone.c builtin/submodule--helper.c
5192 msgid "use --reference only while cloning"
5193 msgstr "仅在克隆时参考 --reference 指向的本地仓库"
5195 #: builtin/clone.c builtin/column.c builtin/fmt-merge-msg.c builtin/init-db.c
5196 #: builtin/merge-file.c builtin/merge.c builtin/pack-objects.c builtin/repack.c
5197 #: builtin/submodule--helper.c t/helper/test-simple-ipc.c
5202 msgid "use <name> instead of 'origin' to track upstream"
5203 msgstr "使用 <名称> 而不是 'origin' 去跟踪上游"
5206 msgid "checkout <branch> instead of the remote's HEAD"
5207 msgstr "检出 <分支> 而不是远程 HEAD"
5210 msgid "path to git-upload-pack on the remote"
5211 msgstr "远程 git-upload-pack 路径"
5213 #: builtin/clone.c builtin/fetch.c builtin/pull.c
5218 msgid "create a shallow clone of that depth"
5219 msgstr "创建一个指定深度的浅克隆"
5222 msgid "create a shallow clone since a specific time"
5223 msgstr "从一个特定时间创建一个浅克隆"
5225 #: builtin/clone.c builtin/fetch.c builtin/pull.c builtin/rebase.c
5230 #: builtin/clone.c builtin/fetch.c builtin/pull.c
5231 msgid "deepen history of shallow clone, excluding rev"
5232 msgstr "深化浅克隆的历史,除了特定版本"
5234 #: builtin/clone.c builtin/submodule--helper.c
5235 msgid "clone only one branch, HEAD or --branch"
5236 msgstr "只克隆一个分支、HEAD 或 --branch"
5239 msgid "don't clone any tags, and make later fetches not to follow them"
5240 msgstr "不要克隆任何标签,并且后续获取操作也不下载它们"
5243 msgid "any cloned submodules will be shallow"
5244 msgstr "子模组将以浅下载模式克隆"
5246 #: builtin/clone.c builtin/init-db.c
5250 #: builtin/clone.c builtin/init-db.c
5251 msgid "separate git dir from working tree"
5252 msgstr "git目录和工作区分离"
5254 #: builtin/clone.c builtin/init-db.c builtin/submodule--helper.c
5255 msgid "specify the reference format to use"
5263 msgid "set config inside the new repository"
5264 msgstr "在新仓库中设置配置信息"
5266 #: builtin/clone.c builtin/fetch.c builtin/ls-remote.c builtin/pull.c
5267 #: builtin/push.c builtin/send-pack.c
5268 msgid "server-specific"
5269 msgstr "server-specific"
5271 #: builtin/clone.c builtin/fetch.c builtin/ls-remote.c builtin/pull.c
5272 #: builtin/push.c builtin/send-pack.c
5273 msgid "option to transmit"
5277 msgid "apply partial clone filters to submodules"
5278 msgstr "对子模组使用部分克隆过滤器"
5281 msgid "any cloned submodules will use their remote-tracking branch"
5282 msgstr "任何克隆的子模组将使用它们的远程跟踪分支"
5285 msgid "initialize sparse-checkout file to include only files at root"
5286 msgstr "初始化稀疏检出文件,只包含根目录文件"
5293 msgid "a URI for downloading bundles before fetching from origin remote"
5294 msgstr "用于在从 origin 远程获取之前下载归档包的 URI"
5298 msgid "info: Could not add alternate for '%s': %s\n"
5299 msgstr "info: 不能为 '%s' 添加一个备用:%s\n"
5301 #: builtin/clone.c builtin/diff.c builtin/rm.c grep.c setup.c
5303 msgid "failed to stat '%s'"
5304 msgstr "无法对 '%s' 调用 stat"
5308 msgid "%s exists and is not a directory"
5309 msgstr "%s 存在且不是一个目录"
5313 msgid "'%s' is a symlink, refusing to clone with --local"
5314 msgstr "'%s' 为符号链接,拒绝用 --local 克隆"
5318 msgid "failed to start iterator over '%s'"
5319 msgstr "无法在 '%s' 上启动迭代器"
5323 msgid "symlink '%s' exists, refusing to clone with --local"
5324 msgstr "符号链接 '%s' 存在,拒绝用 --local 克隆"
5326 #: builtin/clone.c compat/precompose_utf8.c
5328 msgid "failed to unlink '%s'"
5333 msgid "hardlink cannot be checked at '%s'"
5334 msgstr "无法检查 '%s' 处的硬链接"
5338 msgid "hardlink different from source at '%s'"
5339 msgstr "硬链接与 '%s' 处的源不同"
5343 msgid "failed to create link '%s'"
5344 msgstr "无法创建链接 '%s'"
5348 msgid "failed to copy file to '%s'"
5349 msgstr "无法拷贝文件至 '%s'"
5351 #: builtin/clone.c refs/files-backend.c
5353 msgid "failed to iterate over '%s'"
5354 msgstr "无法在 '%s' 上迭代"
5363 "Clone succeeded, but checkout failed.\n"
5364 "You can inspect what was checked out with 'git status'\n"
5365 "and retry with 'git restore --source=HEAD :/'\n"
5368 "您可以通过 'git status' 检查哪些已被检出,然后使用命令\n"
5369 "'git restore --source=HEAD :/' 重试\n"
5373 msgid "Could not find remote branch %s to clone."
5374 msgstr "不能发现要克隆的远程分支 %s。"
5376 #: builtin/clone.c fetch-pack.c
5377 msgid "remote did not send all necessary objects"
5378 msgstr "远程没有发送所有必需的对象"
5382 msgid "unable to update %s"
5386 msgid "failed to initialize sparse-checkout"
5390 msgid "remote HEAD refers to nonexistent ref, unable to checkout"
5391 msgstr "远程 HEAD 指向一个不存在的引用,无法检出"
5394 msgid "unable to write parameters to config file"
5395 msgstr "无法将参数写入配置文件"
5398 msgid "cannot repack to clean up"
5399 msgstr "无法执行 repack 来清理"
5402 msgid "cannot unlink temporary alternates file"
5403 msgstr "无法删除临时的 alternates 文件"
5406 msgid "Too many arguments."
5409 #: builtin/clone.c scalar.c
5410 msgid "You must specify a repository to clone."
5411 msgstr "您必须指定一个仓库来克隆。"
5413 #: builtin/clone.c builtin/init-db.c builtin/refs.c builtin/submodule--helper.c
5416 msgid "unknown ref storage format '%s'"
5417 msgstr "未知的引用存储格式 '%s'"
5421 msgid "repository '%s' does not exist"
5422 msgstr "仓库 '%s' 不存在"
5424 #: builtin/clone.c builtin/fetch.c
5426 msgid "depth %s is not a positive number"
5427 msgstr "深度 %s 不是一个正数"
5431 msgid "destination path '%s' already exists and is not an empty directory."
5432 msgstr "目标路径 '%s' 已经存在,并且不是一个空目录。"
5436 msgid "repository path '%s' already exists and is not an empty directory."
5437 msgstr "仓库路径 '%s' 已经存在,并且不是一个空目录。"
5441 msgid "working tree '%s' already exists."
5442 msgstr "工作区 '%s' 已经存在。"
5444 #: builtin/clone.c builtin/difftool.c builtin/log.c builtin/worktree.c
5446 msgid "could not create leading directories of '%s'"
5447 msgstr "不能为 '%s' 创建先导目录"
5451 msgid "could not create work tree dir '%s'"
5452 msgstr "不能创建工作区目录 '%s'"
5456 msgid "Cloning into bare repository '%s'...\n"
5457 msgstr "克隆到纯仓库 '%s'...\n"
5461 msgid "Cloning into '%s'...\n"
5462 msgstr "正克隆到 '%s'...\n"
5466 "clone --recursive is not compatible with both --reference and --reference-if-"
5468 msgstr "clone --recursive 和 --reference 以及 --reference-if-able 不兼容"
5470 #: builtin/clone.c builtin/remote.c
5472 msgid "'%s' is not a valid remote name"
5473 msgstr "'%s' 不是一个有效的远程名称"
5476 msgid "--depth is ignored in local clones; use file:// instead."
5477 msgstr "--depth 在本地克隆时被忽略,请改用 file:// 协议。"
5480 msgid "--shallow-since is ignored in local clones; use file:// instead."
5481 msgstr "--shallow-since 在本地克隆时被忽略,请改用 file:// 协议。"
5484 msgid "--shallow-exclude is ignored in local clones; use file:// instead."
5485 msgstr "--shallow-exclude 在本地克隆时被忽略,请改用 file:// 协议。"
5488 msgid "--filter is ignored in local clones; use file:// instead."
5489 msgstr "--filter 在本地克隆时被忽略,请改用 file:// 协议。"
5491 #: builtin/clone.c fetch-pack.c
5492 msgid "source repository is shallow, reject to clone."
5493 msgstr "源仓库是浅克隆,拒绝克隆。"
5496 msgid "source repository is shallow, ignoring --local"
5497 msgstr "源仓库是浅克隆,忽略 --local"
5500 msgid "--local is ignored"
5501 msgstr "--local 被忽略"
5504 msgid "cannot clone from filtered bundle"
5505 msgstr "无法从经过过滤的归档包克隆"
5508 msgid "failed to initialize the repo, skipping bundle URI"
5509 msgstr "无法初始化仓库,跳过归档包 URI"
5513 msgid "failed to fetch objects from bundle URI '%s'"
5514 msgstr "无法从归档包 URI '%s' 获取对象"
5517 msgid "failed to fetch advertised bundles"
5521 msgid "remote transport reported error"
5526 msgid "Remote branch %s not found in upstream %s"
5527 msgstr "远程分支 %s 在上游 %s 未发现"
5530 msgid "You appear to have cloned an empty repository."
5531 msgstr "您似乎克隆了一个空仓库。"
5534 msgid "git column [<options>]"
5535 msgstr "git column [<选项>]"
5538 msgid "lookup config vars"
5542 msgid "layout to use"
5546 msgid "maximum width"
5550 msgid "padding space on left border"
5554 msgid "padding space on right border"
5558 msgid "padding space between columns"
5563 msgid "%s must be non-negative"
5567 msgid "--command must be the first argument"
5568 msgstr "--command 必须是第一个参数"
5570 #: builtin/commit-graph.c
5572 "git commit-graph verify [--object-dir <dir>] [--shallow] [--[no-]progress]"
5574 "git commit-graph verify [--object-dir <目录>] [--shallow] [--[no-]progress]"
5576 #: builtin/commit-graph.c
5578 "git commit-graph write [--object-dir <dir>] [--append]\n"
5579 " [--split[=<strategy>]] [--reachable | --stdin-packs | "
5580 "--stdin-commits]\n"
5581 " [--changed-paths] [--[no-]max-new-filters <n>] [--"
5585 "git commit-graph write [--object-dir <目录>] [--append]\n"
5586 " [--split[=<策略>]] [--reachable | --stdin-packs | --"
5588 " [--changed-paths] [--[no-]max-new-filters <n>] [--"
5592 #: builtin/commit-graph.c builtin/fetch.c builtin/log.c builtin/repack.c
5596 #: builtin/commit-graph.c
5597 msgid "the object directory to store the graph"
5600 #: builtin/commit-graph.c
5601 msgid "if the commit-graph is split, only verify the tip file"
5602 msgstr "如果提交图被拆分,只验证头一个文件"
5604 #: builtin/commit-graph.c
5606 msgid "Could not open commit-graph '%s'"
5607 msgstr "无法打开提交图 '%s'"
5609 #: builtin/commit-graph.c
5611 msgid "could not open commit-graph chain '%s'"
5612 msgstr "无法打开提交图链 '%s'"
5614 #: builtin/commit-graph.c
5616 msgid "unrecognized --split argument, %s"
5617 msgstr "未能识别的 --split 参数,%s"
5619 #: builtin/commit-graph.c
5621 msgid "unexpected non-hex object ID: %s"
5622 msgstr "意外的非十六进制对象 ID:%s"
5624 #: builtin/commit-graph.c
5626 msgid "invalid object: %s"
5629 #: builtin/commit-graph.c parse-options-cb.c
5631 msgid "option `%s' expects a numerical value"
5632 msgstr "选项 `%s' 期望一个数字值"
5634 #: builtin/commit-graph.c
5635 msgid "start walk at all refs"
5638 #: builtin/commit-graph.c
5639 msgid "scan pack-indexes listed by stdin for commits"
5640 msgstr "从标准输入中的包索引文件列表中扫描提交"
5642 #: builtin/commit-graph.c
5643 msgid "start walk at commits listed by stdin"
5644 msgstr "从标准输入中的提交开始扫描"
5646 #: builtin/commit-graph.c
5647 msgid "include all commits already in the commit-graph file"
5648 msgstr "包含 commit-graph 文件中已有所有提交"
5650 #: builtin/commit-graph.c
5651 msgid "enable computation for changed paths"
5654 #: builtin/commit-graph.c
5655 msgid "allow writing an incremental commit-graph file"
5656 msgstr "允许写一个增量提交图文件"
5658 #: builtin/commit-graph.c
5659 msgid "maximum number of commits in a non-base split commit-graph"
5660 msgstr "在非基本拆分提交图中的最大提交数"
5662 #: builtin/commit-graph.c
5663 msgid "maximum ratio between two levels of a split commit-graph"
5664 msgstr "一个拆分提交图的两个级别之间的最大比率"
5666 #: builtin/commit-graph.c
5667 msgid "only expire files older than a given date-time"
5668 msgstr "只让早于给定时间的文件过期"
5670 #: builtin/commit-graph.c
5671 msgid "maximum number of changed-path Bloom filters to compute"
5672 msgstr "要计算的变更路径布隆过滤器的最大数"
5674 #: builtin/commit-graph.c
5675 msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
5676 msgstr "不能同时使用 --reachable、--stdin-commits 或 --stdin-packs"
5678 #: builtin/commit-graph.c
5679 msgid "Collecting commits from input"
5682 #: builtin/commit-tree.c
5683 msgid "git commit-tree <tree> [(-p <parent>)...]"
5684 msgstr "git commit-tree <树> [(-p <父提交>)...]"
5686 #: builtin/commit-tree.c
5688 "git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...]\n"
5689 " [(-F <file>)...] <tree>"
5691 "git commit-tree [(-p <父提交>)...] [-S[<私钥 ID>]] [(-m <消息>)...]\n"
5692 " [(-F <文件>)...] <树>"
5694 #: builtin/commit-tree.c
5696 msgid "duplicate parent %s ignored"
5697 msgstr "忽略重复的父提交 %s"
5699 #: builtin/commit-tree.c builtin/log.c
5701 msgid "not a valid object name %s"
5702 msgstr "不是一个有效的对象名 %s"
5704 #: builtin/commit-tree.c
5706 msgid "git commit-tree: failed to read '%s'"
5707 msgstr "git commit-tree:无法读取 '%s'"
5709 #: builtin/commit-tree.c
5711 msgid "git commit-tree: failed to close '%s'"
5712 msgstr "git commit-tree:无法关闭 '%s'"
5714 #: builtin/commit-tree.c
5718 #: builtin/commit-tree.c
5719 msgid "id of a parent commit object"
5722 #: builtin/commit-tree.c builtin/commit.c builtin/merge.c builtin/notes.c
5723 #: builtin/stash.c builtin/tag.c
5727 #: builtin/commit-tree.c builtin/commit.c
5728 msgid "commit message"
5731 #: builtin/commit-tree.c
5732 msgid "read commit log message from file"
5735 #: builtin/commit-tree.c builtin/commit.c builtin/merge.c builtin/pull.c
5737 msgid "GPG sign commit"
5740 #: builtin/commit-tree.c
5741 msgid "must give exactly one tree"
5744 #: builtin/commit-tree.c
5745 msgid "git commit-tree: failed to read"
5746 msgstr "git commit-tree:无法读取"
5750 "git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]\n"
5751 " [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|"
5752 "reword):]<commit>]\n"
5753 " [-F <file> | -m <msg>] [--reset-author] [--allow-empty]\n"
5754 " [--allow-empty-message] [--no-verify] [-e] [--author=<author>]\n"
5755 " [--date=<date>] [--cleanup=<mode>] [--[no-]status]\n"
5756 " [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]\n"
5757 " [(--trailer <token>[(=|:)<value>])...] [-S[<keyid>]]\n"
5758 " [--] [<pathspec>...]"
5760 "git commit [-a | --interactive | --patch] [-s] [-v] [-u<模式>] [--amend]\n"
5761 " [--dry-run] [(-c | -C | --squash) <提交> | --fixup [(amend|"
5763 " [-F <文件> | -m <消息>] [--reset-author] [--allow-empty]\n"
5764 " [--allow-empty-message] [--no-verify] [-e] [--author=<作者>]\n"
5765 " [--date=<日期>] [--cleanup=<模式>] [--[no-]status]\n"
5766 " [-i | -o] [--pathspec-from-file=<文件> [--pathspec-file-nul]]\n"
5767 " [(--trailer <键>[(=|:)<值>])...] [-S[<私钥 ID>]]\n"
5771 msgid "git status [<options>] [--] [<pathspec>...]"
5772 msgstr "git status [<选项>] [--] [<路径规格>...]"
5776 "You asked to amend the most recent commit, but doing so would make\n"
5777 "it empty. You can repeat your command with --allow-empty, or you can\n"
5778 "remove the commit entirely with \"git reset HEAD^\".\n"
5780 "您要修补最近的提交,但这么做会让它成为空提交。您可以重复您的命令并带上\n"
5781 "--allow-empty 选项,或者您可用命令 \"git reset HEAD^\" 整个删除该提交。\n"
5785 "The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
5786 "If you wish to commit it anyway, use:\n"
5788 " git commit --allow-empty\n"
5791 "之前的拣选操作现在是一个空提交,可能是由冲突解决导致的。如果您无论如何\n"
5794 " git commit --allow-empty\n"
5798 msgid "Otherwise, please use 'git rebase --skip'\n"
5799 msgstr "否则,请使用 'git rebase --skip'\n"
5802 msgid "Otherwise, please use 'git cherry-pick --skip'\n"
5803 msgstr "否则,请使用 'git cherry-pick --skip'\n"
5809 " git cherry-pick --continue\n"
5811 "to resume cherry-picking the remaining commits.\n"
5812 "If you wish to skip this commit, use:\n"
5814 " git cherry-pick --skip\n"
5819 " git cherry-pick --continue\n"
5821 "来继续拣选剩余提交。如果您想跳过此提交,使用:\n"
5823 " git cherry-pick --skip\n"
5826 #: builtin/commit.c read-cache.c
5827 msgid "updating files failed"
5831 msgid "failed to unpack HEAD tree object"
5832 msgstr "无法解包 HEAD 树对象"
5835 msgid "No paths with --include/--only does not make sense."
5836 msgstr "参数 --include/--only 不跟路径没有意义。"
5839 msgid "unable to create temporary index"
5843 msgid "interactive add failed"
5847 msgid "unable to update temporary index"
5851 msgid "Failed to update main cache tree"
5855 msgid "cannot do a partial commit during a merge."
5856 msgstr "在合并过程中不能做部分提交。"
5859 msgid "cannot do a partial commit during a cherry-pick."
5860 msgstr "在拣选过程中不能做部分提交。"
5863 msgid "cannot do a partial commit during a rebase."
5864 msgstr "在变基过程中不能做部分提交。"
5867 msgid "cannot read the index"
5871 msgid "unable to write temporary index file"
5876 msgid "commit '%s' lacks author header"
5877 msgstr "提交 '%s' 缺少作者信息"
5881 msgid "commit '%s' has malformed author line"
5882 msgstr "提交 '%s' 有格式错误的作者信息"
5885 msgid "malformed --author parameter"
5886 msgstr "格式错误的 --author 参数"
5888 #: builtin/commit.c ident.c
5890 msgid "invalid date format: %s"
5895 "unable to select a comment character that is not used\n"
5896 "in the current commit message"
5897 msgstr "无法选择一个未被当前提交说明使用的注释字符"
5901 msgid "could not lookup commit '%s'"
5902 msgstr "不能查询提交 '%s'"
5904 #: builtin/commit.c builtin/shortlog.c
5906 msgid "(reading log message from standard input)\n"
5907 msgstr "(正从标准输入中读取日志信息)\n"
5910 msgid "could not read log from standard input"
5911 msgstr "不能从标准输入中读取日志信息"
5915 msgid "could not read log file '%s'"
5916 msgstr "不能读取日志文件 '%s'"
5920 msgid "options '%s' and '%s:%s' cannot be used together"
5921 msgstr "选项 '%s' 和 '%s:%s' 不能同时使用"
5924 msgid "could not read SQUASH_MSG"
5925 msgstr "不能读取 SQUASH_MSG"
5928 msgid "could not read MERGE_MSG"
5929 msgstr "不能读取 MERGE_MSG"
5931 #: builtin/commit.c bundle.c rerere.c sequencer.c
5933 msgid "could not open '%s'"
5937 msgid "could not write commit template"
5943 "Please enter the commit message for your changes. Lines starting\n"
5944 "with '%s' will be ignored.\n"
5945 msgstr "请为您的变更输入提交说明。以 '%s' 开始的行将被忽略。\n"
5950 "Please enter the commit message for your changes. Lines starting\n"
5951 "with '%s' will be ignored, and an empty message aborts the commit.\n"
5953 "请为您的变更输入提交说明。以 '%s' 开始的行将被忽略,而一个空的提交\n"
5959 "Please enter the commit message for your changes. Lines starting\n"
5960 "with '%s' will be kept; you may remove them yourself if you want to.\n"
5962 "请为您的变更输入提交说明。以 '%s' 开始的行将被保留,如果您愿意\n"
5968 "Please enter the commit message for your changes. Lines starting\n"
5969 "with '%s' will be kept; you may remove them yourself if you want to.\n"
5970 "An empty message aborts the commit.\n"
5972 "请为您的变更输入提交说明。以 '%s' 开始的行将被保留,如果您愿意\n"
5973 "也可以删除它们。一个空的提交说明将会终止提交。\n"
5978 "It looks like you may be committing a merge.\n"
5979 "If this is not correct, please run\n"
5980 "\tgit update-ref -d MERGE_HEAD\n"
5984 "似乎您正在做一个合并提交。如果不对,请运行\n"
5985 "\tgit update-ref -d MERGE_HEAD\n"
5991 "It looks like you may be committing a cherry-pick.\n"
5992 "If this is not correct, please run\n"
5993 "\tgit update-ref -d CHERRY_PICK_HEAD\n"
5997 "似乎您正在做一个拣选提交。如果不对,请运行\n"
5998 "\tgit update-ref -d CHERRY_PICK_HEAD\n"
6001 # 译者:为保证在输出中对齐,注意调整句中空格!
6004 msgid "%sAuthor: %.*s <%.*s>"
6005 msgstr "%s作者: %.*s <%.*s>"
6007 # 译者:为保证在输出中对齐,注意调整句中空格!
6013 # 译者:为保证在输出中对齐,注意调整句中空格!
6016 msgid "%sCommitter: %.*s <%.*s>"
6017 msgstr "%s提交者:%.*s <%.*s>"
6020 msgid "Cannot read index"
6023 #: builtin/commit.c builtin/tag.c
6024 msgid "unable to pass trailers to --trailers"
6025 msgstr "无法将尾注传递给 --trailers"
6028 msgid "Error building trees"
6031 #: builtin/commit.c builtin/tag.c
6033 msgid "Please supply the message using either -m or -F option.\n"
6034 msgstr "请使用 -m 或 -F 选项提供提交说明。\n"
6038 msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6039 msgstr "--author '%s' 不是 '姓名 <邮箱>' 格式,且未能在现有作者中找到匹配"
6043 msgid "Invalid ignored mode '%s'"
6044 msgstr "无效的忽略模式 '%s'"
6048 msgid "Invalid untracked files mode '%s'"
6049 msgstr "无效的未跟踪文件参数 '%s'"
6052 msgid "You are in the middle of a merge -- cannot reword."
6053 msgstr "您正处于一个合并过程中 -- 无法改写说明。"
6056 msgid "You are in the middle of a cherry-pick -- cannot reword."
6057 msgstr "您正处于一个拣选过程中 -- 无法改写说明。"
6061 msgid "reword option of '%s' and path '%s' cannot be used together"
6062 msgstr "改写说明选项 '%s' 和路径 '%s' 不能同时使用"
6066 msgid "reword option of '%s' and '%s' cannot be used together"
6067 msgstr "改写说明选项 '%s' 和 '%s' 不能同时使用"
6070 msgid "You have nothing to amend."
6074 msgid "You are in the middle of a merge -- cannot amend."
6075 msgstr "您正处于一个合并过程中 -- 无法修补提交。"
6078 msgid "You are in the middle of a cherry-pick -- cannot amend."
6079 msgstr "您正处于一个拣选过程中 -- 无法修补提交。"
6082 msgid "You are in the middle of a rebase -- cannot amend."
6083 msgstr "您正处于一个变基过程中 -- 无法修补提交。"
6086 msgid "--reset-author can be used only with -C, -c or --amend."
6087 msgstr "--reset-author 只能和 -C、-c 或 --amend 同时使用。"
6091 msgid "unknown option: --fixup=%s:%s"
6092 msgstr "未知选项:--fixup=%s:%s"
6096 msgid "paths '%s ...' with -a does not make sense"
6097 msgstr "路径 '%s ...' 和 -a 选项同时使用没有意义"
6100 msgid "show status concisely"
6104 msgid "show branch information"
6108 msgid "show stash information"
6112 msgid "compute full ahead/behind values"
6113 msgstr "计算完整的领先/落后值"
6119 #: builtin/commit.c builtin/fetch.c builtin/push.c builtin/worktree.c
6120 msgid "machine-readable output"
6124 msgid "show status in long format (default)"
6125 msgstr "以长格式显示状态(默认)"
6128 msgid "terminate entries with NUL"
6129 msgstr "条目以 NUL 字符结尾"
6132 msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6133 msgstr "显示未跟踪的文件,“模式”的可选参数:all、normal、no。(默认:all)"
6137 "show ignored files, optional modes: traditional, matching, no. (Default: "
6140 "显示已忽略的文件,可选模式:traditional、matching、no。(默认:traditional)"
6142 #: builtin/commit.c parse-options.h
6148 "ignore changes to submodules, optional when: all, dirty, untracked. "
6151 "忽略子模组的更改,“何时”的可选参数:all、dirty、untracked。(默认:all)"
6154 msgid "list untracked files in columns"
6155 msgstr "以列的方式显示未跟踪的文件"
6158 msgid "do not detect renames"
6162 msgid "detect renames, optionally set similarity index"
6163 msgstr "检测重命名,可以设置索引相似度"
6166 msgid "Unsupported combination of ignored and untracked-files arguments"
6167 msgstr "不支持已忽略和未跟踪文件参数的组合"
6170 msgid "suppress summary after successful commit"
6171 msgstr "提交成功后不显示概述信息"
6174 msgid "show diff in commit message template"
6175 msgstr "在提交说明模板里显示差异"
6178 msgid "Commit message options"
6181 #: builtin/commit.c builtin/merge.c builtin/tag.c
6182 msgid "read message from file"
6190 msgid "override author for commit"
6193 #: builtin/commit.c builtin/gc.c
6198 msgid "override date for commit"
6201 #: builtin/commit.c parse-options.h ref-filter.h
6206 msgid "reuse and edit message from specified commit"
6207 msgstr "重用并编辑指定提交的提交说明"
6210 msgid "reuse message from specified commit"
6211 msgstr "重用指定提交的提交说明"
6213 #. TRANSLATORS: Leave "[(amend|reword):]" as-is,
6214 #. and only translate <commit>.
6217 msgid "[(amend|reword):]commit"
6218 msgstr "[(amend|reword):]提交"
6222 "use autosquash formatted message to fixup or amend/reword specified commit"
6223 msgstr "使用自动挤压格式的提交说明对指定的提交进行修正、修补或改写说明"
6226 msgid "use autosquash formatted message to squash specified commit"
6227 msgstr "使用自动挤压格式的提交说明用以挤压至指定的提交"
6230 msgid "the commit is authored by me now (used with -C/-c/--amend)"
6231 msgstr "现在将该提交的作者改为我(和 -C/-c/--amend 参数共用)"
6233 #: builtin/commit.c builtin/interpret-trailers.c builtin/tag.c
6237 #: builtin/commit.c builtin/tag.c
6238 msgid "add custom trailer(s)"
6241 #: builtin/commit.c builtin/log.c builtin/merge.c builtin/pull.c
6243 msgid "add a Signed-off-by trailer"
6244 msgstr "添加 Signed-off-by 尾注"
6247 msgid "use specified template file"
6251 msgid "force edit of commit"
6255 msgid "include status in commit message template"
6256 msgstr "在提交说明模板里包含状态信息"
6259 msgid "Commit contents options"
6263 msgid "commit all changed files"
6267 msgid "add specified files to index for commit"
6268 msgstr "添加指定的文件到索引区等待提交"
6271 msgid "interactively add files"
6275 msgid "interactively add changes"
6279 msgid "commit only specified files"
6283 msgid "bypass pre-commit and commit-msg hooks"
6284 msgstr "绕过 pre-commit 和 commit-msg 钩子"
6287 msgid "show what would be committed"
6291 msgid "amend previous commit"
6295 msgid "bypass post-rewrite hook"
6296 msgstr "绕过 post-rewrite 钩子"
6299 msgid "ok to record an empty change"
6303 msgid "ok to record a change with an empty message"
6306 #: builtin/commit.c sequencer.c
6307 msgid "could not parse HEAD commit"
6308 msgstr "不能解析 HEAD 提交"
6312 msgid "Corrupt MERGE_HEAD file (%s)"
6313 msgstr "损坏的 MERGE_HEAD 文件(%s)"
6316 msgid "could not read MERGE_MODE"
6317 msgstr "不能读取 MERGE_MODE"
6321 msgid "could not read commit message: %s"
6322 msgstr "不能读取提交说明:%s"
6326 msgid "Aborting commit due to empty commit message.\n"
6327 msgstr "终止提交因为提交说明为空。\n"
6331 msgid "Aborting commit; you did not edit the message.\n"
6332 msgstr "终止提交;您未更改来自模版的提交说明。\n"
6336 msgid "Aborting commit due to empty commit message body.\n"
6337 msgstr "因提交说明的正文为空而终止提交。\n"
6341 "repository has been updated, but unable to write\n"
6342 "new index file. Check that disk is not full and quota is\n"
6343 "not exceeded, and then \"git restore --staged :/\" to recover."
6345 "仓库已更新,但无法写入索引文件。检查是否磁盘已满或\n"
6346 "磁盘配额已耗尽,然后执行 \"git restore --staged :/\" 恢复。"
6349 msgid "git config list [<file-option>] [<display-option>] [--includes]"
6350 msgstr "git config list [<文件选项>] [<显示选项>] [--includes]"
6354 "git config get [<file-option>] [<display-option>] [--includes] [--all] [--"
6355 "regexp] [--value=<value>] [--fixed-value] [--default=<default>] <name>"
6357 "git config get [<文件选项>] [<显示选项>] [--includes] [--all] [--regexp] [--"
6358 "value=<值>] [--fixed-value] [--default=<默认值>] <名称>"
6362 "git config set [<file-option>] [--type=<type>] [--all] [--value=<value>] [--"
6363 "fixed-value] <name> <value>"
6365 "git config set [<文件选项>] [--type=<类型>] [--all] [--value=<值>] [--fixed-"
6370 "git config unset [<file-option>] [--all] [--value=<value>] [--fixed-value] "
6373 "git config unset [<文件选项>] [--all] [--value=<值>] [--fixed-value] <名称> <"
6377 msgid "git config rename-section [<file-option>] <old-name> <new-name>"
6378 msgstr "git config rename-section [<文件选项>] <旧名称> <新名称>"
6381 msgid "git config remove-section [<file-option>] <name>"
6382 msgstr "git config remove-section [<文件选项>] <名称>"
6385 msgid "git config edit [<file-option>]"
6386 msgstr "git config edit [<文件选项>]"
6389 msgid "git config [<file-option>] --get-colorbool <name> [<stdout-is-tty>]"
6390 msgstr "git config [<文件选项>] --get-colorbool <名称> [<标准输出为tty>]"
6394 "git config get [<file-option>] [<display-option>] [--includes] [--all] [--"
6395 "regexp=<regexp>] [--value=<value>] [--fixed-value] [--default=<default>] "
6398 "git config get [<文件选项>] [<显示选项>] [--includes] [--all] [--regexp=<正则"
6399 "表达式>] [--value=<值>] [--fixed-value] [--default=<默认值>] <名称>"
6403 "git config set [<file-option>] [--type=<type>] [--comment=<message>] [--all] "
6404 "[--value=<value>] [--fixed-value] <name> <value>"
6406 "git config set [<文件选项>] [--type=<类型>] [--comment=<消息>] [--all] [--"
6407 "value=<值>] [--fixed-value] <名称> <值>"
6410 msgid "Config file location"
6414 msgid "use global config file"
6418 msgid "use system config file"
6422 msgid "use repository config file"
6426 msgid "use per-worktree config file"
6427 msgstr "使用工作区级别的配置文件"
6429 #: builtin/config.c builtin/gc.c
6430 msgid "use given config file"
6438 msgid "read config from given blob object"
6439 msgstr "从给定的数据对象读取配置"
6445 #: builtin/config.c builtin/hash-object.c
6450 msgid "value is given this type"
6454 msgid "value is \"true\" or \"false\""
6455 msgstr "值是 \"true\" 或 \"false\""
6458 msgid "value is decimal number"
6462 msgid "value is --bool or --int"
6463 msgstr "值是 --bool 或 --int"
6466 msgid "value is --bool or string"
6467 msgstr "值是 --bool 或字符串"
6470 msgid "value is a path (file or directory name)"
6471 msgstr "值是一个路径(文件或目录名)"
6474 msgid "value is an expiry date"
6478 msgid "Display options"
6482 msgid "terminate values with NUL byte"
6483 msgstr "终止值是 NUL 字节"
6486 msgid "show variable names only"
6490 msgid "show origin of config (file, standard input, blob, command line)"
6491 msgstr "显示配置的来源(文件、标准输入、数据对象,或命令行)"
6494 msgid "show scope of config (worktree, local, global, system, command)"
6495 msgstr "显示配置的作用域(工作区、本地、全局、系统、命令)"
6498 msgid "show config keys in addition to their values"
6503 msgid "unrecognized --type argument, %s"
6504 msgstr "未能识别的 --type 参数,%s"
6507 msgid "only one type at a time"
6512 msgid "wrong number of arguments, should be %d"
6513 msgstr "错误的参数个数,应该为 %d 个"
6517 msgid "wrong number of arguments, should be from %d to %d"
6518 msgstr "错误的参数个数,应该为从 %d 个到 %d 个"
6522 msgid "invalid key pattern: %s"
6525 #: builtin/config.c config.c
6527 msgid "invalid pattern: %s"
6532 msgid "failed to format default config value: %s"
6533 msgstr "无法格式化默认配置值:%s"
6537 msgid "cannot parse color '%s'"
6538 msgstr "无法解析颜色 '%s'"
6541 msgid "unable to parse default color value"
6545 msgid "not in a git directory"
6549 msgid "writing to stdin is not supported"
6553 msgid "writing config blobs is not supported"
6554 msgstr "不支持写到配置数据对象"
6559 "# This is Git's per-user configuration file.\n"
6561 "# Please adapt and uncomment the following lines:\n"
6565 "# This is Git's per-user configuration file.\n"
6567 "# Please adapt and uncomment the following lines:\n"
6572 msgid "only one config file at a time"
6573 msgstr "一次只能有一个配置文件"
6576 msgid "--local can only be used inside a git repository"
6577 msgstr "--local 只能在 git 仓库内使用"
6580 msgid "--blob can only be used inside a git repository"
6581 msgstr "--blob 只能在 git 仓库内使用"
6584 msgid "--worktree can only be used inside a git repository"
6585 msgstr "--worktree 只能在 git 仓库内使用"
6587 #: builtin/config.c builtin/gc.c
6588 msgid "$HOME not set"
6593 "--worktree cannot be used with multiple working trees unless the config\n"
6594 "extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
6595 "section in \"git help worktree\" for details"
6597 "不能和多个工作区一起使用 --worktree,除非启用 worktreeConfig 配置扩展。\n"
6598 "详情请阅读“git help worktree”的“CONFIGURATION FILE”小节"
6605 msgid "respect include directives on lookup"
6606 msgstr "查询时参照 include 指令递归查找"
6610 msgid "unable to read config file '%s'"
6611 msgstr "无法读取配置文件 '%s'"
6614 msgid "error processing config file(s)"
6618 msgid "Filter options"
6622 msgid "return all values for multi-valued config options"
6623 msgstr "返回多值配置选项的所有值"
6626 msgid "interpret the name as a regular expression"
6627 msgstr "将名称解释为正则表达式"
6630 msgid "show config with values matching the pattern"
6631 msgstr "显示值与模式匹配的配置"
6634 msgid "use string equality when comparing values to value pattern"
6635 msgstr "在将值与值模式进行比较时使用字符串相等性"
6642 msgid "show config matching the given URL"
6643 msgstr "显示与给定 URL 匹配的配置"
6650 msgid "use default value when missing entry"
6654 msgid "--fixed-value only applies with 'value-pattern'"
6655 msgstr "--fixed-value 仅适用于有 '值模式'"
6658 msgid "--default= cannot be used with --all or --url="
6659 msgstr "--default= 不能与 --all 或 --url= 一起使用"
6662 msgid "--url= cannot be used with --all, --regexp or --value"
6663 msgstr "--url= 不能与 --all、--regexp 或 --value 一起使用"
6670 msgid "replace multi-valued config option with new value"
6671 msgstr "将多值配置选项替换为新值"
6674 msgid "human-readable comment string (# will be prepended as needed)"
6675 msgstr "人类可读的注释字符串(# 将根据需要添加到前面)"
6678 msgid "add a new line without altering any existing values"
6679 msgstr "添加新行而不更改任何现有值"
6682 msgid "--fixed-value only applies with --value=<pattern>"
6683 msgstr "--fixed-value 只能与 --value=<模式> 配合使用"
6686 msgid "--append cannot be used with --value=<pattern>"
6687 msgstr "--append 不能与 --value=<模式> 一起使用"
6692 "cannot overwrite multiple values with a single value\n"
6693 " Use a regexp, --add or --replace-all to change %s."
6696 " 使用一个正则表达式、--add 或 --replace-all 来修改 %s。"
6700 msgid "no such section: %s"
6704 msgid "editing stdin is not supported"
6708 msgid "editing blobs is not supported"
6713 msgid "cannot create configuration file %s"
6714 msgstr "不能创建配置文件 %s"
6721 msgid "get value: name [<value-pattern>]"
6722 msgstr "获取值:name [<值模式>]"
6725 msgid "get all values: key [<value-pattern>]"
6726 msgstr "获取所有值:key [<值模式>]"
6729 msgid "get values for regexp: name-regex [<value-pattern>]"
6730 msgstr "获取正则表达式的值:name-regex [<值模式>]"
6733 msgid "get value specific for the URL: section[.var] URL"
6734 msgstr "获得 URL 取值:section[.var] URL"
6737 msgid "replace all matching variables: name value [<value-pattern>]"
6738 msgstr "替换所有匹配的变量:name value [<值模式>]"
6741 msgid "add a new variable: name value"
6742 msgstr "添加一个新的变量:名称 值"
6745 msgid "remove a variable: name [<value-pattern>]"
6746 msgstr "删除一个变量:名称 [<值模式>]"
6749 msgid "remove all matches: name [<value-pattern>]"
6750 msgstr "删除所有匹配项:名称 [<值模式>]"
6753 msgid "rename section: old-name new-name"
6754 msgstr "重命名小节:old-name new-name"
6757 msgid "remove a section: name"
6758 msgstr "删除一个小节:name"
6765 msgid "open an editor"
6769 msgid "find the color configured: slot [<default>]"
6770 msgstr "找到配置的颜色:slot [<默认>]"
6773 msgid "find the color setting: slot [<stdout-is-tty>]"
6774 msgstr "找到颜色设置:slot [<stdout-is-tty>]"
6777 msgid "with --get, use default value when missing entry"
6778 msgstr "使用 --get 参数,当缺少设置时使用默认值"
6781 msgid "--get-color and variable type are incoherent"
6782 msgstr "--get-color 和变量类型不兼容"
6785 msgid "no action specified"
6789 msgid "--name-only is only applicable to --list or --get-regexp"
6790 msgstr "--name-only 仅适用于 --list 或 --get-regexp"
6794 "--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
6796 msgstr "--show-origin 仅适用于 --get、--get-all、--get-regexp 和 --list"
6799 msgid "--default is only applicable to --get"
6800 msgstr "--default 仅适用于 --get"
6803 msgid "--comment is only applicable to add/set/replace operations"
6804 msgstr "--comment 仅适用于 add/set/replace 操作"
6806 #: builtin/count-objects.c
6807 msgid "print sizes in human readable format"
6808 msgstr "以用户可读的格式显示大小"
6810 #: builtin/credential-cache--daemon.c
6813 "The permissions on your socket directory are too loose; other\n"
6814 "users may be able to read your cached credentials. Consider running:\n"
6818 "您的 socket 目录权限过于宽松,其他用户可能会读取您缓存的认证信息。考虑执"
6823 #: builtin/credential-cache--daemon.c
6824 msgid "print debugging messages to stderr"
6825 msgstr "输出调试信息到标准错误"
6827 #: builtin/credential-cache--daemon.c
6828 msgid "credential-cache--daemon unavailable; no unix socket support"
6829 msgstr "credential-cache--daemon 不可用,不支持 unix 套接字"
6831 #: builtin/credential-cache.c
6832 msgid "credential-cache unavailable; no unix socket support"
6833 msgstr "credential-cache 不可用,不支持 unix 套接字"
6835 #: builtin/credential-store.c
6837 msgid "unable to get credential storage lock in %d ms"
6838 msgstr "无法在 %d ms 获得凭证存储锁"
6840 #: builtin/describe.c
6842 "git describe [--all] [--tags] [--contains] [--abbrev=<n>] [<commit-ish>...]"
6844 "git describe [--all] [--tags] [--contains] [--abbrev=<n>] [<提交号>...]"
6846 #: builtin/describe.c
6848 "git describe [--all] [--tags] [--contains] [--abbrev=<n>] --dirty[=<mark>]"
6850 "git describe [--all] [--tags] [--contains] [--abbrev=<n>] --dirty[=<标记>]"
6852 #: builtin/describe.c
6853 msgid "git describe <blob>"
6854 msgstr "git describe <数据对象>"
6856 #: builtin/describe.c
6860 #: builtin/describe.c
6864 #: builtin/describe.c
6868 #: builtin/describe.c
6870 msgid "annotated tag %s not available"
6873 #: builtin/describe.c
6875 msgid "tag '%s' is externally known as '%s'"
6876 msgstr "标签 '%s' 在外部被认为是 '%s'"
6878 #: builtin/describe.c
6880 msgid "no tag exactly matches '%s'"
6881 msgstr "没有标签准确匹配 '%s'"
6883 #: builtin/describe.c
6885 msgid "No exact match on refs or tags, searching to describe\n"
6886 msgstr "没有精确匹配到引用或标签,继续搜索进行描述\n"
6888 #: builtin/describe.c
6890 msgid "finished search at %s\n"
6893 #: builtin/describe.c
6896 "No annotated tags can describe '%s'.\n"
6897 "However, there were unannotated tags: try --tags."
6900 "然而,存在未附注标签:尝试 --tags。"
6902 #: builtin/describe.c
6905 "No tags can describe '%s'.\n"
6906 "Try --always, or create some tags."
6909 "尝试 --always,或者创建一些标签。"
6911 #: builtin/describe.c
6913 msgid "traversed %lu commits\n"
6914 msgstr "已遍历 %lu 个提交\n"
6916 #: builtin/describe.c
6919 "more than %i tags found; listed %i most recent\n"
6920 "gave up search at %s\n"
6922 "发现多于 %i 个标签,列出最近的 %i 个\n"
6925 #: builtin/describe.c
6927 msgid "describe %s\n"
6930 #: builtin/describe.c
6932 msgid "Not a valid object name %s"
6933 msgstr "不是一个有效的对象名 %s"
6935 #: builtin/describe.c
6937 msgid "%s is neither a commit nor blob"
6938 msgstr "%s 既不是提交也不是数据对象"
6940 #: builtin/describe.c
6941 msgid "find the tag that comes after the commit"
6944 #: builtin/describe.c
6945 msgid "debug search strategy on stderr"
6946 msgstr "在标准错误上调试搜索策略"
6948 #: builtin/describe.c
6952 #: builtin/describe.c
6953 msgid "use any tag, even unannotated"
6954 msgstr "使用任意标签,即使未附带注释"
6956 #: builtin/describe.c
6957 msgid "always use long format"
6960 #: builtin/describe.c
6961 msgid "only follow first parent"
6964 #: builtin/describe.c
6965 msgid "only output exact matches"
6968 #: builtin/describe.c
6969 msgid "consider <n> most recent tags (default: 10)"
6970 msgstr "考虑最近 <n> 个标签(默认:10)"
6972 #: builtin/describe.c
6973 msgid "only consider tags matching <pattern>"
6974 msgstr "只考虑匹配 <模式> 的标签"
6976 #: builtin/describe.c
6977 msgid "do not consider tags matching <pattern>"
6978 msgstr "不考虑匹配 <模式> 的标签"
6980 #: builtin/describe.c builtin/name-rev.c
6981 msgid "show abbreviated commit object as fallback"
6982 msgstr "显示简写的提交号作为后备"
6984 #: builtin/describe.c
6988 #: builtin/describe.c
6989 msgid "append <mark> on dirty working tree (default: \"-dirty\")"
6990 msgstr "对于脏工作区,追加 <标记>(默认:\"-dirty\")"
6992 #: builtin/describe.c
6993 msgid "append <mark> on broken working tree (default: \"-broken\")"
6994 msgstr "对于损坏的工作区,追加 <标记>(默认:\"-broken\")"
6996 #: builtin/describe.c
6997 msgid "No names found, cannot describe anything."
6998 msgstr "没有发现名称,无法描述任何东西。"
7000 #: builtin/describe.c
7002 msgid "option '%s' and commit-ishes cannot be used together"
7003 msgstr "选项 '%s' 和提交号不能同时使用"
7005 #: builtin/diagnose.c
7007 "git diagnose [(-o | --output-directory) <path>] [(-s | --suffix) <format>]\n"
7010 "git diagnose [(-o | --output-directory) <路径>] [(-s | --suffix) <格式>]\n"
7013 #: builtin/diagnose.c
7014 msgid "specify a destination for the diagnostics archive"
7015 msgstr "指定诊断归档包的目标位置"
7017 #: builtin/diagnose.c
7018 msgid "specify a strftime format suffix for the filename"
7019 msgstr "指定文件的 strftime 格式后缀"
7021 #: builtin/diagnose.c
7022 msgid "specify the content of the diagnostic archive"
7023 msgstr "指定诊断信息归档包的内容"
7025 #: builtin/diff-tree.c
7026 msgid "--merge-base only works with two commits"
7027 msgstr "--merge-base 仅适用于两个提交"
7031 msgid "'%s': not a regular file or symlink"
7032 msgstr "'%s':不是一个普通文件或符号链接"
7035 msgid "no merge given, only parents."
7036 msgstr "没有给出合并,只有父提交。"
7040 msgid "invalid option: %s"
7045 msgid "%s...%s: no merge base"
7046 msgstr "%s...%s:无合并基线"
7049 msgid "Not a git repository"
7052 #: builtin/diff.c builtin/grep.c
7054 msgid "invalid object '%s' given."
7055 msgstr "提供了无效对象 '%s'。"
7059 msgid "more than two blobs given: '%s'"
7060 msgstr "提供了超过两个数据对象:'%s'"
7064 msgid "unhandled object '%s' given."
7065 msgstr "无法处理的对象 '%s'。"
7069 msgid "%s...%s: multiple merge bases, using %s"
7070 msgstr "%s...%s:多条合并基线,使用 %s"
7072 #: builtin/difftool.c
7073 msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7074 msgstr "git difftool [<选项>] [<提交> [<提交>]] [--] [<路径>...]"
7076 #: builtin/difftool.c
7078 msgid "could not read symlink %s"
7079 msgstr "无法读取符号链接 %s"
7081 #: builtin/difftool.c
7083 msgid "could not read symlink file %s"
7084 msgstr "无法读取符号链接文件 %s"
7086 #: builtin/difftool.c
7088 msgid "could not read object %s for symlink %s"
7089 msgstr "无法读取符号链接 %2$s 指向的对象 %1$s"
7091 #: builtin/difftool.c
7093 "combined diff formats ('-c' and '--cc') are not supported in\n"
7094 "directory diff mode ('-d' and '--dir-diff')."
7096 "不支持在目录比较模式('-d' 和 '--dir-diff')中采用组合差异格式('-c' 和 '--"
7099 #: builtin/difftool.c
7101 msgid "both files modified: '%s' and '%s'."
7102 msgstr "两个文件都被修改:'%s' 和 '%s'。"
7104 #: builtin/difftool.c
7105 msgid "working tree file has been left."
7106 msgstr "工作区文件被留了下来。"
7108 #: builtin/difftool.c sequencer.c
7110 msgid "could not copy '%s' to '%s'"
7111 msgstr "不能拷贝 '%s' 至 '%s'"
7113 #: builtin/difftool.c
7115 msgid "temporary files exist in '%s'."
7116 msgstr "临时文件存在于 '%s'。"
7118 #: builtin/difftool.c
7119 msgid "you may want to cleanup or recover these."
7120 msgstr "您可能想要清理或者恢复它们。"
7122 #: builtin/difftool.c
7127 #: builtin/difftool.c
7128 msgid "use `diff.guitool` instead of `diff.tool`"
7129 msgstr "使用 `diff.guitool` 代替 `diff.tool`"
7131 #: builtin/difftool.c
7132 msgid "perform a full-directory diff"
7133 msgstr "执行一个全目录差异比较"
7135 #: builtin/difftool.c
7136 msgid "do not prompt before launching a diff tool"
7137 msgstr "启动差异比较工具之前不提示"
7139 #: builtin/difftool.c
7140 msgid "use symlinks in dir-diff mode"
7141 msgstr "在 dir-diff 模式中使用符号链接"
7143 #: builtin/difftool.c
7147 #: builtin/difftool.c
7148 msgid "use the specified diff tool"
7149 msgstr "使用指定的差异比较工具"
7151 #: builtin/difftool.c
7152 msgid "print a list of diff tools that may be used with `--tool`"
7153 msgstr "显示可以用在 `--tool` 参数后的差异工具列表"
7155 #: builtin/difftool.c
7157 "make 'git-difftool' exit when an invoked diff tool returns a non-zero exit "
7159 msgstr "当执行的 diff 工具返回非零退出码时,使 'git-difftool' 退出"
7161 #: builtin/difftool.c
7162 msgid "specify a custom command for viewing diffs"
7163 msgstr "指定一个用于查看差异的自定义命令"
7165 #: builtin/difftool.c
7166 msgid "passed to `diff`"
7169 #: builtin/difftool.c
7170 msgid "difftool requires worktree or --no-index"
7171 msgstr "difftool 要求工作区或者 --no-index"
7173 #: builtin/difftool.c
7174 msgid "no <tool> given for --tool=<tool>"
7175 msgstr "没有为 --tool=<工具> 参数提供 <工具>"
7177 #: builtin/difftool.c
7178 msgid "no <cmd> given for --extcmd=<cmd>"
7179 msgstr "没有为 --extcmd=<命令> 参数提供 <命令>"
7181 #: builtin/fast-export.c
7182 msgid "git fast-export [<rev-list-opts>]"
7183 msgstr "git fast-export [<rev-list 选项>]"
7185 #: builtin/fast-export.c
7186 msgid "Error: Cannot export nested tags unless --mark-tags is specified."
7187 msgstr "错误:除非指定 --mark-tags,否则无法导出嵌套标签。"
7189 #: builtin/fast-export.c
7190 msgid "--anonymize-map token cannot be empty"
7191 msgstr "--anonymize-map 取值不能为空"
7193 #: builtin/fast-export.c
7194 msgid "show progress after <n> objects"
7195 msgstr "在 <n> 个对象之后显示进度"
7197 #: builtin/fast-export.c
7198 msgid "select handling of signed tags"
7201 #: builtin/fast-export.c
7202 msgid "select handling of tags that tag filtered objects"
7203 msgstr "选择当标签指向被过滤对象时该标签的处理方式"
7205 #: builtin/fast-export.c
7206 msgid "select handling of commit messages in an alternate encoding"
7207 msgstr "选择使用备用编码处理提交说明"
7209 #: builtin/fast-export.c
7210 msgid "dump marks to this file"
7213 #: builtin/fast-export.c
7214 msgid "import marks from this file"
7217 #: builtin/fast-export.c
7218 msgid "import marks from this file if it exists"
7219 msgstr "如果文件存在,从该文件导入标记"
7221 #: builtin/fast-export.c
7222 msgid "fake a tagger when tags lack one"
7223 msgstr "当标签缺少标记人字段时,假装提供一个"
7225 #: builtin/fast-export.c
7226 msgid "output full tree for each commit"
7229 #: builtin/fast-export.c
7230 msgid "use the done feature to terminate the stream"
7231 msgstr "使用 done 功能来终止流"
7233 #: builtin/fast-export.c
7234 msgid "skip output of blob data"
7237 #: builtin/fast-export.c builtin/log.c
7241 #: builtin/fast-export.c
7242 msgid "apply refspec to exported refs"
7243 msgstr "对导出的引用应用引用规格"
7245 #: builtin/fast-export.c
7246 msgid "anonymize output"
7249 #: builtin/fast-export.c
7253 #: builtin/fast-export.c
7254 msgid "convert <from> to <to> in anonymized output"
7255 msgstr "在匿名输出中将 <from> 转换为 <to>"
7257 #: builtin/fast-export.c
7258 msgid "reference parents which are not in fast-export stream by object id"
7259 msgstr "引用父对象 ID 不在 fast-export 流中"
7261 #: builtin/fast-export.c
7262 msgid "show original object ids of blobs/commits"
7263 msgstr "显示数据对象/提交的原始对象 ID"
7265 #: builtin/fast-export.c
7266 msgid "label tags with mark ids"
7267 msgstr "对带有标记 ID 的标签做标记"
7269 #: builtin/fast-import.c
7271 msgid "Missing from marks for submodule '%s'"
7272 msgstr "子模组 '%s' 缺少 from 标记"
7274 #: builtin/fast-import.c
7276 msgid "Missing to marks for submodule '%s'"
7277 msgstr "子模组 '%s' 缺少 to 标记"
7279 #: builtin/fast-import.c
7281 msgid "Expected 'mark' command, got %s"
7282 msgstr "预期 'mark' 命令,得到 %s"
7284 #: builtin/fast-import.c
7286 msgid "Expected 'to' command, got %s"
7287 msgstr "预期 'to' 命令,得到 %s"
7289 #: builtin/fast-import.c
7290 msgid "Expected format name:filename for submodule rewrite option"
7291 msgstr "子模组重写选项的预期格式为 name:filename"
7293 #: builtin/fast-import.c
7295 msgid "feature '%s' forbidden in input without --allow-unsafe-features"
7296 msgstr "不带 --allow-unsafe-features 的输入中禁止使用功能 '%s'"
7298 #: builtin/fetch-pack.c
7300 msgid "Lockfile created but not reported: %s"
7301 msgstr "Lockfile 已创建但未报告:%s"
7304 msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7305 msgstr "git fetch [<选项>] [<仓库> [<引用规格>...]]"
7308 msgid "git fetch [<options>] <group>"
7309 msgstr "git fetch [<选项>] <组>"
7312 msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7313 msgstr "git fetch --multiple [<选项>] [(<仓库> | <组>)...]"
7316 msgid "git fetch --all [<options>]"
7317 msgstr "git fetch --all [<选项>]"
7320 msgid "fetch.parallel cannot be negative"
7321 msgstr "fetch.parallel 不能为负数"
7324 msgid "couldn't find remote ref HEAD"
7325 msgstr "无法发现远程 HEAD 引用"
7334 msgid "object %s not found"
7338 msgid "[up to date]"
7346 msgid "can't fetch into checked-out branch"
7347 msgstr "无法获取到已检出的分支"
7350 msgid "[tag update]"
7354 msgid "unable to update local ref"
7358 msgid "would clobber existing tag"
7366 msgid "[new branch]"
7374 msgid "forced update"
7378 msgid "non-fast-forward"
7381 #: builtin/fetch.c builtin/grep.c sequencer.c
7383 msgid "cannot open '%s'"
7388 "fetch normally indicates which branches had a forced update,\n"
7389 "but that check has been disabled; to re-enable, use '--show-forced-updates'\n"
7390 "flag or run 'git config fetch.showForcedUpdates true'"
7392 "获取操作通常显示哪些分支发生了强制更新,但该检查已被禁用;\n"
7393 "要重新启用,请使用 '--show-forced-updates' 选项或运行\n"
7394 "'git config fetch.showForcedUpdates true'"
7399 "it took %.2f seconds to check forced updates; you can use\n"
7400 "'--no-show-forced-updates' or run 'git config fetch.showForcedUpdates "
7402 "to avoid this check\n"
7404 "花了 %.2f 秒来检查强制更新;您可以使用 '--no-show-forced-updates'\n"
7405 "或运行 'git config fetch.showForcedUpdates false' 以避免此项检查\n"
7409 msgid "%s did not send all necessary objects"
7410 msgstr "%s 未发送所有必需的对象"
7414 msgid "rejected %s because shallow roots are not allowed to be updated"
7415 msgstr "拒绝 %s 因为浅克隆的根不允许被更新"
7420 "some local refs could not be updated; try running\n"
7421 " 'git remote prune %s' to remove any old, conflicting branches"
7423 "一些本地引用不能被更新;尝试运行\n"
7424 " 'git remote prune %s' 来删除旧的、有冲突的分支"
7429 msgid " (%s will become dangling)"
7430 msgstr " (%s 将成为悬空状态)"
7435 msgid " (%s has become dangling)"
7436 msgstr " (%s 已成为悬空状态)"
7442 #: builtin/fetch.c builtin/remote.c
7448 msgid "refusing to fetch into branch '%s' checked out at '%s'"
7449 msgstr "拒绝获取于 '%2$s' 检出的分支 '%1$s'"
7453 msgid "option \"%s\" value \"%s\" is not valid for %s"
7454 msgstr "选项 \"%s\" 的值 \"%s\" 对于 %s 是无效的"
7458 msgid "option \"%s\" is ignored for %s"
7459 msgstr "选项 \"%s\" 为 %s 所忽略"
7461 #: builtin/fetch.c object-file.c
7463 msgid "%s is not a valid object"
7464 msgstr "%s 不是一个有效的对象"
7468 msgid "the object %s does not exist"
7469 msgstr "对象 '%s' 不存在"
7472 msgid "multiple branches detected, incompatible with --set-upstream"
7473 msgstr "检测到多分支,和 --set-upstream 不兼容"
7478 "could not set upstream of HEAD to '%s' from '%s' when it does not point to "
7480 msgstr "无法在不指向任何分支时将 HEAD 的上游从 '%s' 设置为 '%s'。"
7483 msgid "not setting upstream for a remote remote-tracking branch"
7484 msgstr "没有为一个远程跟踪分支设置上游"
7487 msgid "not setting upstream for a remote tag"
7488 msgstr "没有为一个远程标签设置上游"
7491 msgid "unknown branch type"
7496 "no source branch found;\n"
7497 "you need to specify exactly one branch with the --set-upstream option"
7500 "您需要使用 --set-upstream 选项指定一个分支"
7504 msgid "Fetching %s\n"
7509 msgid "could not fetch %s"
7514 msgid "could not fetch '%s' (exit code: %d)\n"
7515 msgstr "无法获取 '%s'(退出码:%d)\n"
7519 "no remote repository specified; please specify either a URL or a\n"
7520 "remote name from which new revisions should be fetched"
7521 msgstr "未指定远程仓库;请指定一个用于获取新版本的 URL 或远程仓库名"
7524 msgid "you need to specify a tag name"
7525 msgstr "您需要指定一个标签名称"
7527 #: builtin/fetch.c builtin/pull.c
7528 msgid "fetch from all remotes"
7531 #: builtin/fetch.c builtin/pull.c
7532 msgid "set upstream for git pull/fetch"
7533 msgstr "为 git pull/fetch 设置上游"
7535 #: builtin/fetch.c builtin/pull.c
7536 msgid "append to .git/FETCH_HEAD instead of overwriting"
7537 msgstr "追加到 .git/FETCH_HEAD 而不是覆盖它"
7540 msgid "use atomic transaction to update references"
7543 #: builtin/fetch.c builtin/pull.c
7544 msgid "path to upload pack on remote end"
7548 msgid "force overwrite of local reference"
7552 msgid "fetch from multiple remotes"
7555 #: builtin/fetch.c builtin/pull.c
7556 msgid "fetch all tags and associated objects"
7557 msgstr "抓取所有的标签和关联对象"
7560 msgid "do not fetch all tags (--no-tags)"
7561 msgstr "不抓取任何标签(--no-tags)"
7564 msgid "number of submodules fetched in parallel"
7568 msgid "modify the refspec to place all refs within refs/prefetch/"
7569 msgstr "修改引用规格以将所有引用放入 refs/prefetch/"
7571 #: builtin/fetch.c builtin/pull.c
7572 msgid "prune remote-tracking branches no longer on remote"
7573 msgstr "清除远程已经不存在的分支的跟踪分支"
7576 msgid "prune local tags no longer on remote and clobber changed tags"
7577 msgstr "清除远程不存在的本地标签,并且替换变更标签"
7580 #: builtin/fetch.c builtin/pull.c
7585 msgid "control recursive fetching of submodules"
7589 msgid "write fetched references to the FETCH_HEAD file"
7590 msgstr "将获取到的引用写入 FETCH_HEAD 文件"
7592 #: builtin/fetch.c builtin/pull.c
7593 msgid "keep downloaded pack"
7597 msgid "allow updating of HEAD ref"
7598 msgstr "允许更新 HEAD 引用"
7600 #: builtin/fetch.c builtin/pull.c
7601 msgid "deepen history of shallow clone"
7604 #: builtin/fetch.c builtin/pull.c
7605 msgid "deepen history of shallow repository based on time"
7606 msgstr "基于时间来深化浅克隆的历史"
7608 #: builtin/fetch.c builtin/pull.c
7609 msgid "convert to a complete repository"
7613 msgid "re-fetch without negotiating common commits"
7614 msgstr "重新获取而不协商共同提交"
7617 msgid "prepend this to submodule path output"
7618 msgstr "在子模组路径输出的前面加上此目录"
7622 "default for recursive fetching of submodules (lower priority than config "
7624 msgstr "递归获取子模组的缺省值(比配置文件优先级低)"
7626 #: builtin/fetch.c builtin/pull.c
7627 msgid "accept refs that update .git/shallow"
7628 msgstr "接受更新 .git/shallow 的引用"
7630 #: builtin/fetch.c builtin/pull.c
7634 #: builtin/fetch.c builtin/pull.c
7635 msgid "specify fetch refmap"
7636 msgstr "指定获取操作的引用映射"
7638 #: builtin/fetch.c builtin/pull.c
7639 msgid "report that we have only objects reachable from this object"
7640 msgstr "报告我们只拥有从该对象开始可达的对象"
7643 msgid "do not fetch a packfile; instead, print ancestors of negotiation tips"
7644 msgstr "不获取包文件;而是打印协商的祖先提交"
7647 msgid "run 'maintenance --auto' after fetching"
7648 msgstr "获取后执行 'maintenance --auto'"
7650 #: builtin/fetch.c builtin/pull.c
7651 msgid "check for forced-updates on all updated branches"
7652 msgstr "在所有更新分支上检查强制更新"
7655 msgid "write the commit-graph after fetching"
7659 msgid "accept refspecs from stdin"
7660 msgstr "从标准输入获取引用规格"
7663 msgid "--negotiate-only needs one or more --negotiation-tip=*"
7664 msgstr "--negotiate-only 需要一个或多个 --negotiation-tip=*"
7667 msgid "negative depth in --deepen is not supported"
7668 msgstr "--deepen 不支持负数深度"
7671 msgid "--unshallow on a complete repository does not make sense"
7672 msgstr "对于一个完整的仓库,参数 --unshallow 没有意义"
7676 msgid "failed to fetch bundles from '%s'"
7677 msgstr "无法从 '%s' 获取归档包"
7680 msgid "fetch --all does not take a repository argument"
7681 msgstr "fetch --all 不能带一个仓库参数"
7684 msgid "fetch --all does not make sense with refspecs"
7685 msgstr "fetch --all 带引用规格没有任何意义"
7689 msgid "no such remote or remote group: %s"
7690 msgstr "没有这样的远程或远程组:%s"
7693 msgid "fetching a group and specifying refspecs does not make sense"
7694 msgstr "获取组并指定引用规格没有意义"
7697 msgid "must supply remote when using --negotiate-only"
7698 msgstr "在使用 --negotiate-only 时必须提供远程仓库"
7701 msgid "protocol does not support --negotiate-only, exiting"
7702 msgstr "协议不支持 --negotiate-only,退出"
7706 "--filter can only be used with the remote configured in extensions."
7708 msgstr "只可以将 --filter 用于在 extensions.partialclone 中配置的远程仓库"
7711 msgid "--atomic can only be used when fetching from one remote"
7712 msgstr "--atomic 仅在从一个远程仓库获取的时候可用"
7715 msgid "--stdin can only be used when fetching from one remote"
7716 msgstr "--stdin 仅在从一个远程仓库获取的时候可用"
7718 #: builtin/fmt-merge-msg.c
7720 "git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7721 msgstr "git fmt-merge-msg [-m <说明>] [--log[=<n>] | --no-log] [--file <文件>]"
7723 #: builtin/fmt-merge-msg.c
7724 msgid "populate log with at most <n> entries from shortlog"
7725 msgstr "向提交说明中最多复制指定条目(合并而来的提交)的简短说明"
7727 #: builtin/fmt-merge-msg.c
7728 msgid "alias for --log (deprecated)"
7729 msgstr "参数 --log 的别名(已弃用)"
7731 #: builtin/fmt-merge-msg.c
7735 #: builtin/fmt-merge-msg.c
7736 msgid "use <text> as start of message"
7737 msgstr "使用 <文本> 作为提交说明的开始"
7739 #: builtin/fmt-merge-msg.c
7740 msgid "use <name> instead of the real target branch"
7741 msgstr "使用 <名称> 而不是真正的目标分支"
7743 #: builtin/fmt-merge-msg.c
7744 msgid "file to read from"
7747 #: builtin/for-each-ref.c
7748 msgid "git for-each-ref [<options>] [<pattern>]"
7749 msgstr "git for-each-ref [<选项>] [<模式>]"
7751 #: builtin/for-each-ref.c
7752 msgid "git for-each-ref [--points-at <object>]"
7753 msgstr "git for-each-ref [--points-at <对象>]"
7755 #: builtin/for-each-ref.c
7756 msgid "git for-each-ref [--merged [<commit>]] [--no-merged [<commit>]]"
7757 msgstr "git for-each-ref [--merged [<提交>]] [--no-merged [<提交>]]"
7759 #: builtin/for-each-ref.c
7760 msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7761 msgstr "git for-each-ref [--contains [<提交>]] [--no-contains [<提交>]]"
7763 #: builtin/for-each-ref.c
7764 msgid "quote placeholders suitably for shells"
7765 msgstr "引用占位符适用于 shells"
7767 #: builtin/for-each-ref.c
7768 msgid "quote placeholders suitably for perl"
7769 msgstr "引用占位符适用于 perl"
7771 #: builtin/for-each-ref.c
7772 msgid "quote placeholders suitably for python"
7773 msgstr "引用占位符适用于 python"
7775 #: builtin/for-each-ref.c
7776 msgid "quote placeholders suitably for Tcl"
7777 msgstr "引用占位符适用于 Tcl"
7779 #: builtin/for-each-ref.c
7780 msgid "show only <n> matched refs"
7781 msgstr "只显示 <n> 个匹配的引用"
7783 #: builtin/for-each-ref.c builtin/tag.c
7784 msgid "respect format colors"
7787 #: builtin/for-each-ref.c
7788 msgid "print only refs which points at the given object"
7789 msgstr "只打印指向给定对象的引用"
7791 #: builtin/for-each-ref.c
7792 msgid "print only refs that are merged"
7795 #: builtin/for-each-ref.c
7796 msgid "print only refs that are not merged"
7799 #: builtin/for-each-ref.c
7800 msgid "print only refs which contain the commit"
7801 msgstr "只打印包含该提交的引用"
7803 #: builtin/for-each-ref.c
7804 msgid "print only refs which don't contain the commit"
7805 msgstr "只打印不包含该提交的引用"
7807 #: builtin/for-each-ref.c
7808 msgid "read reference patterns from stdin"
7809 msgstr "从标准输入读取引用的模式"
7811 #: builtin/for-each-ref.c
7812 msgid "also include HEAD ref and pseudorefs"
7813 msgstr "还包括 HEAD 引用和伪引用"
7815 #: builtin/for-each-ref.c
7816 msgid "unknown arguments supplied with --stdin"
7817 msgstr "为 --stdin 提供了未知的命令参数"
7819 #: builtin/for-each-repo.c
7820 msgid "git for-each-repo --config=<config> [--] <arguments>"
7821 msgstr "git for-each-repo --config=<配置> [--] <命令参数>"
7823 #: builtin/for-each-repo.c
7827 #: builtin/for-each-repo.c
7828 msgid "config key storing a list of repository paths"
7829 msgstr "存储着仓库路径列表的配置项键名"
7831 #: builtin/for-each-repo.c
7832 msgid "keep going even if command fails in a repository"
7833 msgstr "即使存储库中的命令失败,仍继续执行"
7835 #: builtin/for-each-repo.c
7836 msgid "missing --config=<config>"
7837 msgstr "缺少 --config=<配置>"
7839 #: builtin/for-each-repo.c
7841 msgid "got bad config --config=%s"
7842 msgstr "发现错误的配置行 --config=%s"
7848 #. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
7851 msgid "error in %s %s: %s"
7852 msgstr "%s %s 错误:%s"
7854 #. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
7857 msgid "warning in %s %s: %s"
7858 msgstr "%s %s 警告:%s"
7862 msgid "broken link from %7s %s"
7863 msgstr "来自 %7s %s 的损坏的链接"
7866 msgid "wrong object type in link"
7872 "broken link from %7s %s\n"
7878 #: builtin/fsck.c builtin/prune.c connected.c
7879 msgid "Checking connectivity"
7884 msgid "missing %s %s"
7889 msgid "unreachable %s %s"
7894 msgid "dangling %s %s"
7898 msgid "could not create lost-found"
7899 msgstr "不能创建 lost-found"
7901 #: builtin/fsck.c builtin/gc.c builtin/rebase.c rebase-interactive.c rerere.c
7904 msgid "could not write '%s'"
7909 msgid "could not finish '%s'"
7919 msgid "Checking connectivity (%d objects)"
7920 msgstr "正在检查连通性(%d 个对象)"
7924 msgid "Checking %s %s"
7928 msgid "broken links"
7938 msgid "tagged %s %s (%s) in %s"
7939 msgstr "标记 %s %s (%s) 于 %s"
7943 msgid "%s: object corrupt or missing"
7948 msgid "%s: invalid reflog entry %s"
7949 msgstr "%s:无效的引用日志条目 %s"
7953 msgid "Checking reflog %s->%s"
7954 msgstr "正在检查引用日志 %s->%s"
7958 msgid "%s: invalid sha1 pointer %s"
7959 msgstr "%s:无效的 sha1 指针 %s"
7963 msgid "%s: not a commit"
7967 msgid "notice: No default references"
7972 msgid "%s: hash-path mismatch, found at: %s"
7973 msgstr "%s:哈希路径不匹配,发现于 %s"
7977 msgid "%s: object corrupt or missing: %s"
7978 msgstr "%s:对象损坏或丢失:%s"
7982 msgid "%s: object is of unknown type '%s': %s"
7983 msgstr "%s:对象有未知的类型 '%s': %s"
7987 msgid "%s: object could not be parsed: %s"
7988 msgstr "%s:不能解析对象:%s"
7992 msgid "bad sha1 file: %s"
7993 msgstr "坏的 sha1 文件:%s"
7996 msgid "Checking object directory"
8000 msgid "Checking object directories"
8005 msgid "Checking %s link"
8008 #: builtin/fsck.c builtin/index-pack.c
8015 msgid "%s points to something strange (%s)"
8016 msgstr "%s 指向奇怪的东西(%s)"
8020 msgid "%s: detached HEAD points at nothing"
8021 msgstr "%s:分离头指针的指向不存在"
8025 msgid "notice: %s points to an unborn branch (%s)"
8026 msgstr "注意:%s 指向一个尚未诞生的分支(%s)"
8030 msgid "Checking cache tree of %s"
8035 msgid "%s: invalid sha1 pointer in cache-tree of %s"
8036 msgstr "%s:cache-tree %s 中存在无效的 sha1 指针"
8039 msgid "non-tree in cache-tree"
8040 msgstr "cache-tree 中非树对象"
8044 msgid "%s: invalid sha1 pointer in resolve-undo of %s"
8045 msgstr "%s:resolve-undo %s 中存在无效的 sha1 指针"
8049 msgid "unable to load rev-index for pack '%s'"
8050 msgstr "无法为包文件 %s 加载反向索引"
8054 msgid "invalid rev-index for pack '%s'"
8055 msgstr "包文件 '%s' 的反向索引文件无效"
8059 "git fsck [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]\n"
8060 " [--[no-]full] [--strict] [--verbose] [--lost-found]\n"
8061 " [--[no-]dangling] [--[no-]progress] [--connectivity-only]\n"
8062 " [--[no-]name-objects] [<object>...]"
8064 "git fsck [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]\n"
8065 " [--[no-]full] [--strict] [--verbose] [--lost-found]\n"
8066 " [--[no-]dangling] [--[no-]progress] [--connectivity-only]\n"
8067 " [--[no-]name-objects] [<对象>...]"
8070 msgid "show unreachable objects"
8074 msgid "show dangling objects"
8082 msgid "report root nodes"
8086 msgid "make index objects head nodes"
8087 msgstr "将索引亦作为检查的头节点"
8090 msgid "make reflogs head nodes (default)"
8091 msgstr "将引用日志作为检查的头节点(默认)"
8094 msgid "also consider packs and alternate objects"
8098 msgid "check only connectivity"
8101 #: builtin/fsck.c builtin/mktag.c
8102 msgid "enable more strict checking"
8106 msgid "write dangling objects in .git/lost-found"
8107 msgstr "将悬空对象写入 .git/lost-found 中"
8109 #: builtin/fsck.c builtin/prune.c
8110 msgid "show progress"
8114 msgid "show verbose names for reachable objects"
8115 msgstr "显示可达对象的详细名称"
8117 #: builtin/fsck.c builtin/index-pack.c
8118 msgid "Checking objects"
8123 msgid "%s: object missing"
8128 msgid "invalid parameter: expected sha1, got '%s'"
8129 msgstr "无效的参数:期望 sha1,得到 '%s'"
8131 #: builtin/fsmonitor--daemon.c
8132 msgid "git fsmonitor--daemon start [<options>]"
8133 msgstr "git fsmonitor--daemon start [<选项>]"
8135 #: builtin/fsmonitor--daemon.c
8136 msgid "git fsmonitor--daemon run [<options>]"
8137 msgstr "git fsmonitor--daemon run [<选项>]"
8139 #: builtin/fsmonitor--daemon.c
8141 msgid "value of '%s' out of range: %d"
8142 msgstr "'%s' 的值超出范围:%d"
8144 #: builtin/fsmonitor--daemon.c
8146 msgid "value of '%s' not bool or int: %d"
8147 msgstr "'%s' 的值不是 bool 或 int:%d"
8149 #: builtin/fsmonitor--daemon.c
8151 msgid "fsmonitor-daemon is watching '%s'\n"
8152 msgstr "fsmonitor-daemon 正在监视 '%s'\n"
8154 #: builtin/fsmonitor--daemon.c
8156 msgid "fsmonitor-daemon is not watching '%s'\n"
8157 msgstr "fsmonitor-daemon 不在监视 '%s'\n"
8159 #: builtin/fsmonitor--daemon.c
8161 msgid "could not create fsmonitor cookie '%s'"
8162 msgstr "无法创建 fsmonitor cookie '%s'"
8164 #: builtin/fsmonitor--daemon.c
8166 msgid "fsmonitor: cookie_result '%d' != SEEN"
8167 msgstr "fsmonitor: cookie_result '%d' != SEEN"
8169 #: builtin/fsmonitor--daemon.c
8171 msgid "could not start IPC thread pool on '%s'"
8172 msgstr "无法在 '%s' 启动 IPC 线程池"
8174 #: builtin/fsmonitor--daemon.c
8175 msgid "could not start fsmonitor listener thread"
8176 msgstr "无法启动 fsmonitor 监听线程"
8178 #: builtin/fsmonitor--daemon.c
8179 msgid "could not start fsmonitor health thread"
8180 msgstr "无法启动 fsmonitor 健康检查线程"
8182 #: builtin/fsmonitor--daemon.c
8183 msgid "could not initialize listener thread"
8186 #: builtin/fsmonitor--daemon.c
8187 msgid "could not initialize health thread"
8188 msgstr "无法初始化健康检查线程"
8190 #: builtin/fsmonitor--daemon.c
8192 msgid "could not cd home '%s'"
8193 msgstr "不能切换至家目录 '%s'"
8195 #: builtin/fsmonitor--daemon.c
8197 msgid "fsmonitor--daemon is already running '%s'"
8198 msgstr "fsmonitor--daemon 已经在运行 '%s'"
8200 #: builtin/fsmonitor--daemon.c
8202 msgid "running fsmonitor-daemon in '%s'\n"
8203 msgstr "在 '%s' 中运行 fsmonitor-daemon\n"
8205 #: builtin/fsmonitor--daemon.c
8207 msgid "starting fsmonitor-daemon in '%s'\n"
8208 msgstr "在 '%s' 中启动 fsmonitor-daemon\n"
8210 #: builtin/fsmonitor--daemon.c
8211 msgid "daemon failed to start"
8214 #: builtin/fsmonitor--daemon.c
8215 msgid "daemon not online yet"
8218 #: builtin/fsmonitor--daemon.c
8219 msgid "daemon terminated"
8222 #: builtin/fsmonitor--daemon.c
8223 msgid "detach from console"
8226 #: builtin/fsmonitor--daemon.c
8227 msgid "use <n> ipc worker threads"
8228 msgstr "使用 <n> 个 IPC 工作线程"
8230 #: builtin/fsmonitor--daemon.c
8231 msgid "max seconds to wait for background daemon startup"
8232 msgstr "等待守护进程启动的最大秒数"
8234 #: builtin/fsmonitor--daemon.c
8236 msgid "invalid 'ipc-threads' value (%d)"
8237 msgstr "无效的 'ipc-threads' 值(%d)"
8239 #: builtin/fsmonitor--daemon.c t/helper/test-cache-tree.c
8241 msgid "Unhandled subcommand '%s'"
8242 msgstr "未处理的子命令 '%s'"
8244 #: builtin/fsmonitor--daemon.c
8245 msgid "fsmonitor--daemon not supported on this platform"
8246 msgstr "fsmonitor--daemon 不支持本平台"
8249 msgid "git gc [<options>]"
8250 msgstr "git gc [<选项>]"
8254 msgid "Failed to fstat %s: %s"
8255 msgstr "对 %s 调用 fstat 失败:%s"
8259 msgid "failed to parse '%s' value '%s'"
8260 msgstr "无法解析 '%s' 值 '%s'"
8262 #: builtin/gc.c setup.c
8264 msgid "cannot stat '%s'"
8265 msgstr "不能对 '%s' 调用 stat"
8270 "The last gc run reported the following. Please correct the root cause\n"
8272 "Automatic cleanup will not be performed until the file is removed.\n"
8276 "最后一次 gc 操作报告如下信息。请检查原因并删除 %s\n"
8277 "在该文件被删除之前,自动清理将不会执行。\n"
8282 msgid "prune unreferenced objects"
8286 msgid "pack unreferenced objects separately"
8289 #: builtin/gc.c builtin/repack.c
8290 msgid "with --cruft, limit the size of new cruft packs"
8291 msgstr "使用 --cruft,限制新 cruft 包的总大小"
8294 msgid "be more thorough (increased runtime)"
8295 msgstr "更彻底(增加运行时间)"
8298 msgid "enable auto-gc mode"
8302 msgid "perform garbage collection in the background"
8306 msgid "force running gc even if there may be another gc running"
8307 msgstr "强制执行 gc 即使另外一个 gc 正在执行"
8310 msgid "repack all other packs except the largest pack"
8311 msgstr "除了最大的包之外,对所有其它包文件重新打包"
8315 msgid "failed to parse gc.logExpiry value %s"
8316 msgstr "无法解析 gc.logExpiry 的值 %s"
8320 msgid "failed to parse prune expiry value %s"
8321 msgstr "无法解析清除期限值 %s"
8325 msgid "Auto packing the repository in background for optimum performance.\n"
8326 msgstr "自动在后台执行仓库打包以求最佳性能。\n"
8330 msgid "Auto packing the repository for optimum performance.\n"
8331 msgstr "自动打包仓库以求最佳性能。\n"
8335 msgid "See \"git help gc\" for manual housekeeping.\n"
8336 msgstr "手工维护参见 \"git help gc\"。\n"
8341 "gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8343 "已经有一个 gc 正运行在机器 '%s' pid %<PRIuMAX>(如果不是,使用 --force)"
8347 "There are too many unreachable loose objects; run 'git prune' to remove them."
8348 msgstr "有太多不可达的松散对象,运行 'git prune' 删除它们。"
8352 "git maintenance run [--auto] [--[no-]quiet] [--task=<task>] [--schedule]"
8354 "git maintenance run [--auto] [--[no-]quiet] [--task=<任务>] [--schedule]"
8357 msgid "--no-schedule is not allowed"
8358 msgstr "--no-schedule 不被允许"
8362 msgid "unrecognized --schedule argument '%s'"
8363 msgstr "无法识别的 --schedule 参数 '%s'"
8366 msgid "failed to write commit-graph"
8370 msgid "failed to prefetch remotes"
8374 msgid "failed to start 'git pack-objects' process"
8375 msgstr "无法启动 'git pack-objects' 进程"
8378 msgid "failed to finish 'git pack-objects' process"
8379 msgstr "无法完成 'git pack-objects' 进程"
8382 msgid "failed to write multi-pack-index"
8386 msgid "'git multi-pack-index expire' failed"
8387 msgstr "'git multi-pack-index expire' 失败"
8390 msgid "'git multi-pack-index repack' failed"
8391 msgstr "'git multi-pack-index repack' 失败"
8395 "skipping incremental-repack task because core.multiPackIndex is disabled"
8396 msgstr "跳过增量重新打包任务,因为 core.multiPackIndex 被禁用"
8400 msgid "lock file '%s' exists, skipping maintenance"
8401 msgstr "锁文件 '%s' 已存在,跳过维护"
8405 msgid "task '%s' failed"
8410 msgid "'%s' is not a valid task"
8411 msgstr "'%s' 不是一个有效的任务"
8415 msgid "task '%s' cannot be selected multiple times"
8416 msgstr "任务 '%s' 不能被多次选择"
8419 msgid "run tasks based on the state of the repository"
8420 msgstr "基于仓库状态来运行任务"
8423 msgid "perform maintenance in the background"
8431 msgid "run tasks based on frequency"
8435 msgid "do not report progress or other information over stderr"
8436 msgstr "不通过标准错误报告进度或其它信息"
8443 msgid "run a specific task"
8447 msgid "use at most one of --auto and --schedule=<frequency>"
8448 msgstr "最多使用 --auto 和 --schedule=<频率> 其中之一"
8452 msgid "unable to add '%s' value of '%s'"
8453 msgstr "无法添加 '%2$s' 的 '%1$s' 值"
8456 msgid "return success even if repository was not registered"
8457 msgstr "即便仓库非注册仍然返回成功"
8461 msgid "unable to unset '%s' value of '%s'"
8462 msgstr "无法取消设置 '%2$s' 的 '%1$s' 值"
8466 msgid "repository '%s' is not registered"
8467 msgstr "仓库 '%s' 未注册"
8471 msgid "failed to expand path '%s'"
8472 msgstr "无法扩展路径 '%s'"
8475 msgid "failed to start launchctl"
8476 msgstr "无法启动 launchctl"
8480 msgid "failed to create directories for '%s'"
8481 msgstr "无法为 '%s' 创建目录"
8485 msgid "failed to bootstrap service %s"
8489 msgid "failed to create temp xml file"
8490 msgstr "无法创建临时 XML 文件"
8493 msgid "failed to start schtasks"
8497 msgid "failed to run 'crontab -l'; your system might not support 'cron'"
8498 msgstr "无法执行 'crontab -l',您的系统可能不支持 'cron'"
8501 msgid "failed to create crontab temporary file"
8502 msgstr "无法创建 crontab 临时文件"
8505 msgid "failed to open temporary file"
8509 msgid "failed to run 'crontab'; your system might not support 'cron'"
8510 msgstr "无法运行 'crontab',您的系统可能不支持 'cron'"
8513 msgid "'crontab' died"
8514 msgstr "'crontab' 终止"
8516 #: builtin/gc.c builtin/worktree.c
8518 msgid "failed to delete '%s'"
8521 #: builtin/gc.c rerere.c
8523 msgid "failed to flush '%s'"
8527 msgid "failed to start systemctl"
8528 msgstr "无法启动 systemctl"
8531 msgid "failed to run systemctl"
8532 msgstr "无法运行 systemctl"
8536 msgid "unrecognized --scheduler argument '%s'"
8537 msgstr "无法识别的 --scheduler 参数 '%s'"
8540 msgid "neither systemd timers nor crontab are available"
8541 msgstr "systemd 和 crontab 的定时器都不可用"
8545 msgid "%s scheduler is not available"
8549 msgid "another process is scheduling background maintenance"
8550 msgstr "另外一个进程正运行于后台维护"
8553 msgid "git maintenance start [--scheduler=<scheduler>]"
8554 msgstr "git maintenance start [--scheduler=<调度器>]"
8561 msgid "scheduler to trigger git maintenance run"
8562 msgstr "触发 git maintenance 执行的调度器"
8565 msgid "failed to set up maintenance schedule"
8569 msgid "failed to add repo to global config"
8570 msgstr "无法将仓库添加到全局配置"
8573 msgid "git maintenance <subcommand> [<options>]"
8574 msgstr "git maintenance <子命令> [<选项>]"
8577 msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8578 msgstr "git grep [<选项>] [-e] <模式> [<版本>...] [[--] <路径>...]"
8582 msgid "grep: failed to create thread: %s"
8583 msgstr "grep:无法创建线程:%s"
8587 msgid "invalid number of threads specified (%d) for %s"
8588 msgstr "为 %2$s 设定的线程数 (%1$d) 无效"
8590 #. #-#-#-#-# grep.c.po #-#-#-#-#
8591 #. TRANSLATORS: %s is the configuration
8592 #. variable for tweaking threads, currently
8595 #: builtin/grep.c builtin/index-pack.c builtin/pack-objects.c
8597 msgid "no threads support, ignoring %s"
8598 msgstr "没有线程支持,忽略 %s"
8602 msgid "unable to read tree %s"
8607 msgid "unable to grep from object of type %s"
8608 msgstr "无法抓取来自于 %s 类型的对象"
8612 msgid "switch `%c' expects a numerical value"
8613 msgstr "开关 `%c' 期望一个数字值"
8616 msgid "search in index instead of in the work tree"
8617 msgstr "在索引区搜索而不是在工作区"
8620 msgid "find in contents not managed by git"
8621 msgstr "在未被 git 管理的内容中查找"
8624 msgid "search in both tracked and untracked files"
8625 msgstr "在跟踪和未跟踪的文件中搜索"
8628 msgid "ignore files specified via '.gitignore'"
8629 msgstr "忽略 '.gitignore' 包含的文件"
8632 msgid "recursively search in each submodule"
8633 msgstr "在每一个子模组中递归搜索"
8636 msgid "show non-matching lines"
8640 msgid "case insensitive matching"
8644 msgid "match patterns only at word boundaries"
8648 msgid "process binary files as text"
8649 msgstr "把二进制文件当做文本处理"
8652 msgid "don't match patterns in binary files"
8653 msgstr "不在二进制文件中匹配模式"
8656 msgid "process binary files with textconv filters"
8657 msgstr "用 textconv 过滤器处理二进制文件"
8660 msgid "search in subdirectories (default)"
8661 msgstr "在子目录中寻找(默认)"
8664 msgid "descend at most <n> levels"
8665 msgstr "最多向下寻找 <n> 层"
8668 msgid "use extended POSIX regular expressions"
8669 msgstr "使用扩展的 POSIX 正则表达式"
8672 msgid "use basic POSIX regular expressions (default)"
8673 msgstr "使用基本的 POSIX 正则表达式(默认)"
8676 msgid "interpret patterns as fixed strings"
8677 msgstr "把模式解析为固定的字符串"
8680 msgid "use Perl-compatible regular expressions"
8681 msgstr "使用 Perl 兼容的正则表达式"
8684 msgid "show line numbers"
8688 msgid "show column number of first match"
8692 msgid "don't show filenames"
8696 msgid "show filenames"
8700 msgid "show filenames relative to top directory"
8701 msgstr "显示相对于顶级目录的文件名"
8704 msgid "show only filenames instead of matching lines"
8705 msgstr "只显示文件名而不显示匹配的行"
8708 msgid "synonym for --files-with-matches"
8709 msgstr "和 --files-with-matches 同义"
8712 msgid "show only the names of files without match"
8716 msgid "print NUL after filenames"
8717 msgstr "在文件名后输出 NUL 字符"
8720 msgid "show only matching parts of a line"
8721 msgstr "只显示行中的匹配的部分"
8724 msgid "show the number of matches instead of matching lines"
8725 msgstr "显示总匹配行数,而不显示匹配的行"
8728 msgid "highlight matches"
8732 msgid "print empty line between matches from different files"
8733 msgstr "在不同文件的匹配项之间打印空行"
8736 msgid "show filename only once above matches from same file"
8737 msgstr "只在同一文件的匹配项的上面显示一次文件名"
8740 msgid "show <n> context lines before and after matches"
8741 msgstr "显示匹配项前后的 <n> 行上下文"
8744 msgid "show <n> context lines before matches"
8745 msgstr "显示匹配项前 <n> 行上下文"
8748 msgid "show <n> context lines after matches"
8749 msgstr "显示匹配项后 <n> 行上下文"
8752 msgid "use <n> worker threads"
8753 msgstr "使用 <n> 个工作线程"
8756 msgid "shortcut for -C NUM"
8760 msgid "show a line with the function name before matches"
8761 msgstr "在匹配的前面显示一行函数名"
8764 msgid "show the surrounding function"
8765 msgstr "显示所在函数的前后内容"
8768 msgid "read patterns from file"
8772 msgid "match <pattern>"
8776 msgid "combine patterns specified with -e"
8777 msgstr "组合用 -e 参数设定的模式"
8780 msgid "indicate hit with exit status without output"
8781 msgstr "不输出,而用退出码标识命中状态"
8784 msgid "show only matches from files that match all patterns"
8785 msgstr "只显示匹配所有模式的文件中的匹配"
8792 msgid "show matching files in the pager"
8796 msgid "allow calling of grep(1) (ignored by this build)"
8797 msgstr "允许调用 grep(1)(本次构建忽略)"
8800 msgid "maximum number of results per file"
8801 msgstr "每个文件的最大结果数量"
8804 msgid "no pattern given"
8808 msgid "--no-index or --untracked cannot be used with revs"
8809 msgstr "--no-index 或 --untracked 不能和版本同时使用"
8813 msgid "unable to resolve revision: %s"
8817 msgid "--untracked not supported with --recurse-submodules"
8818 msgstr "--untracked 不支持和 --recurse-submodules 共用"
8821 msgid "invalid option combination, ignoring --threads"
8822 msgstr "无效的选项组合,忽略 --threads"
8824 #: builtin/grep.c builtin/pack-objects.c
8825 msgid "no threads support, ignoring --threads"
8826 msgstr "没有线程支持,忽略 --threads"
8828 #: builtin/grep.c builtin/index-pack.c builtin/pack-objects.c
8830 msgid "invalid number of threads specified (%d)"
8831 msgstr "指定的线程数无效(%d)"
8834 msgid "--open-files-in-pager only works on the worktree"
8835 msgstr "--open-files-in-pager 仅用于工作区"
8838 msgid "--[no-]exclude-standard cannot be used for tracked contents"
8839 msgstr "--[no-]exclude-standard 不能用于已跟踪内容"
8842 msgid "both --cached and trees are given"
8843 msgstr "同时给出了 --cached 和树对象"
8845 #: builtin/hash-object.c
8847 "git hash-object [-t <type>] [-w] [--path=<file> | --no-filters]\n"
8848 " [--stdin [--literally]] [--] <file>..."
8850 "git hash-object [-t <类型>] [-w] [--path=<文件> | --no-filters]\n"
8851 " [--stdin [--literally]] [--] <文件>..."
8853 #: builtin/hash-object.c
8854 msgid "git hash-object [-t <type>] [-w] --stdin-paths [--no-filters]"
8855 msgstr "git hash-object [-t <类型>] [-w] --stdin-paths [--no-filters]"
8857 #: builtin/hash-object.c
8861 #: builtin/hash-object.c
8862 msgid "write the object into the object database"
8865 #: builtin/hash-object.c
8866 msgid "read the object from stdin"
8869 #: builtin/hash-object.c
8870 msgid "store file as is without filters"
8871 msgstr "原样存储文件不使用过滤器"
8873 #: builtin/hash-object.c
8875 "just hash any random garbage to create corrupt objects for debugging Git"
8876 msgstr "允许对任意随机垃圾数据做散列来创建损坏的对象以便调试 Git"
8878 #: builtin/hash-object.c
8879 msgid "process file as it were from this path"
8880 msgstr "处理文件并假设其来自于此路径"
8883 msgid "print all available commands"
8887 msgid "show external commands in --all"
8888 msgstr "在 --all 中显示外部命令"
8891 msgid "show aliases in --all"
8892 msgstr "在 --all 中显示别名"
8895 msgid "exclude guides"
8899 msgid "show man page"
8903 msgid "show manual in web browser"
8904 msgstr "在 web 浏览器中显示手册"
8907 msgid "show info page"
8911 msgid "print command description"
8915 msgid "print list of useful guides"
8919 msgid "print list of user-facing repository, command and file interfaces"
8920 msgstr "打印面向用户的仓库、命令和文件接口列表"
8923 msgid "print list of file formats, protocols and other developer interfaces"
8924 msgstr "打印文件格式、协议和其他开发者接口列表"
8927 msgid "print all configuration variable names"
8931 msgid "git help [[-i|--info] [-m|--man] [-w|--web]] [<command>|<doc>]"
8932 msgstr "git help [[-i|--info] [-m|--man] [-w|--web]] [<命令>|<文档>]"
8936 msgid "unrecognized help format '%s'"
8937 msgstr "未能识别的帮助格式 '%s'"
8940 msgid "Failed to start emacsclient."
8941 msgstr "无法启动 emacsclient。"
8944 msgid "Failed to parse emacsclient version."
8945 msgstr "无法解析 emacsclient 版本。"
8949 msgid "emacsclient version '%d' too old (< 22)."
8950 msgstr "emacsclient 版本 '%d' 太老(< 22)。"
8954 msgid "failed to exec '%s'"
8960 "'%s': path for unsupported man viewer.\n"
8961 "Please consider using 'man.<tool>.cmd' instead."
8963 "'%s':不支持的 man 手册查看器的路径。\n"
8964 "请使用 'man.<工具>.cmd'。"
8969 "'%s': cmd for supported man viewer.\n"
8970 "Please consider using 'man.<tool>.path' instead."
8972 "'%s': 支持的 man 手册查看器命令。\n"
8973 "请使用 'man.<工具>.path'。"
8977 msgid "'%s': unknown man viewer."
8978 msgstr "'%s':未知的 man 查看器。"
8981 msgid "no man viewer handled the request"
8982 msgstr "没有 man 查看器处理此请求"
8985 msgid "no info viewer handled the request"
8986 msgstr "没有 info 查看器处理此请求"
8988 #: builtin/help.c git.c
8990 msgid "'%s' is aliased to '%s'"
8991 msgstr "'%s' 是 '%s' 的别名"
8993 #: builtin/help.c git.c
8995 msgid "bad alias.%s string: %s"
8996 msgstr "坏的 alias.%s 字符串:%s"
9000 msgid "the '%s' option doesn't take any non-option arguments"
9001 msgstr "'%s' 选项不带任何非选项参数"
9005 "the '--no-[external-commands|aliases]' options can only be used with '--all'"
9006 msgstr "'--no-[external-commands|aliases]' 选项只能和 '--all' 一起使用"
9014 msgid "'git help config' for more information"
9015 msgstr "'git help config' 获取更多信息"
9019 "git hook run [--ignore-missing] [--to-stdin=<path>] <hook-name> [-- <hook-"
9022 "git hook run [--ignore-missing] [--to-stdin=<路径>] <钩子名称> [-- <钩子参数"
9026 msgid "silently ignore missing requested <hook-name>"
9027 msgstr "静默地忽略缺失的 <钩子名称>"
9030 msgid "file to read into hooks' stdin"
9031 msgstr "读取至钩子标准输入的文件"
9033 #: builtin/index-pack.c
9035 msgid "object type mismatch at %s"
9036 msgstr "%s 的对象类型不匹配"
9038 #: builtin/index-pack.c
9040 msgid "did not receive expected object %s"
9041 msgstr "未能获取预期的对象 %s"
9043 #: builtin/index-pack.c
9045 msgid "object %s: expected type %s, found %s"
9046 msgstr "对象 %s:应为类型 %s,却是 %s"
9048 #: builtin/index-pack.c
9050 msgid "cannot fill %d byte"
9051 msgid_plural "cannot fill %d bytes"
9052 msgstr[0] "无法填充 %d 字节"
9053 msgstr[1] "无法填充 %d 字节"
9055 #: builtin/index-pack.c
9057 msgstr "过早的文件结束符(EOF)"
9059 #: builtin/index-pack.c
9060 msgid "read error on input"
9063 #: builtin/index-pack.c
9064 msgid "used more bytes than were available"
9067 #: builtin/index-pack.c builtin/pack-objects.c
9068 msgid "pack too large for current definition of off_t"
9069 msgstr "包太大超过了当前 off_t 的定义"
9071 #: builtin/index-pack.c
9073 msgid "pack exceeds maximum allowed size (%s)"
9074 msgstr "包超过了最大允许大小(%s)"
9076 #: builtin/index-pack.c
9077 msgid "pack signature mismatch"
9080 #: builtin/index-pack.c
9082 msgid "pack version %<PRIu32> unsupported"
9083 msgstr "不支持包版本 %<PRIu32>"
9085 #: builtin/index-pack.c
9087 msgid "pack has bad object at offset %<PRIuMAX>: %s"
9088 msgstr "包中有错误的对象位于偏移量 %<PRIuMAX>:%s"
9090 #: builtin/index-pack.c
9092 msgid "inflate returned %d"
9095 #: builtin/index-pack.c
9096 msgid "offset value overflow for delta base object"
9097 msgstr "偏移值覆盖了 delta 基准对象"
9099 #: builtin/index-pack.c
9100 msgid "delta base offset is out of bound"
9101 msgstr "delta 基准偏移越界"
9103 #: builtin/index-pack.c
9105 msgid "unknown object type %d"
9108 #: builtin/index-pack.c
9109 msgid "cannot pread pack file"
9112 #: builtin/index-pack.c
9114 msgid "premature end of pack file, %<PRIuMAX> byte missing"
9115 msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
9116 msgstr[0] "包文件过早结束,缺少 %<PRIuMAX> 字节"
9117 msgstr[1] "包文件过早结束,缺少 %<PRIuMAX> 字节"
9119 #: builtin/index-pack.c
9120 msgid "serious inflate inconsistency"
9123 #: builtin/index-pack.c
9125 msgid "SHA1 COLLISION FOUND WITH %s !"
9126 msgstr "发现 %s 出现 SHA1 冲突!"
9128 #: builtin/index-pack.c
9130 msgid "cannot read existing object info %s"
9131 msgstr "不能读取现存对象信息 %s"
9133 #: builtin/index-pack.c
9135 msgid "cannot read existing object %s"
9136 msgstr "不能读取现存对象 %s"
9138 #: builtin/index-pack.c
9140 msgid "invalid blob object %s"
9143 #: builtin/index-pack.c
9144 msgid "fsck error in packed object"
9145 msgstr "对打包对象 fsck 检查出错"
9147 #: builtin/index-pack.c
9149 msgid "Not all child objects of %s are reachable"
9150 msgstr "%s 的所有子对象并非都可达"
9152 #: builtin/index-pack.c
9153 msgid "failed to apply delta"
9156 #: builtin/index-pack.c
9157 msgid "Receiving objects"
9160 #: builtin/index-pack.c
9161 msgid "Indexing objects"
9164 #: builtin/index-pack.c
9165 msgid "pack is corrupted (SHA1 mismatch)"
9166 msgstr "包冲突(SHA1 不匹配)"
9168 #: builtin/index-pack.c
9169 msgid "cannot fstat packfile"
9170 msgstr "不能对包文件调用 fstat"
9172 #: builtin/index-pack.c
9173 msgid "pack has junk at the end"
9176 #: builtin/index-pack.c
9177 msgid "confusion beyond insanity in parse_pack_objects()"
9178 msgstr "parse_pack_objects() 中遇到不可理喻的问题"
9180 #: builtin/index-pack.c
9181 msgid "Resolving deltas"
9184 #: builtin/index-pack.c builtin/pack-objects.c
9186 msgid "unable to create thread: %s"
9189 #: builtin/index-pack.c
9190 msgid "confusion beyond insanity"
9193 #: builtin/index-pack.c
9195 msgid "completed with %d local object"
9196 msgid_plural "completed with %d local objects"
9197 msgstr[0] "完成 %d 个本地对象"
9198 msgstr[1] "完成 %d 个本地对象"
9200 #: builtin/index-pack.c
9202 msgid "Unexpected tail checksum for %s (disk corruption?)"
9203 msgstr "对 %s 的尾部校验出现意外(磁盘损坏?)"
9205 #: builtin/index-pack.c
9207 msgid "pack has %d unresolved delta"
9208 msgid_plural "pack has %d unresolved deltas"
9209 msgstr[0] "包有 %d 个未解决的 delta"
9210 msgstr[1] "包有 %d 个未解决的 delta"
9212 #: builtin/index-pack.c
9214 msgid "unable to deflate appended object (%d)"
9215 msgstr "不能压缩附加对象(%d)"
9217 #: builtin/index-pack.c
9219 msgid "local object %s is corrupt"
9220 msgstr "本地对象 %s 已损坏"
9222 #: builtin/index-pack.c
9224 msgid "packfile name '%s' does not end with '.%s'"
9225 msgstr "包文件名 '%s' 没有以 '.%s' 结尾"
9227 #: builtin/index-pack.c
9229 msgid "cannot write %s file '%s'"
9230 msgstr "无法写入 %s 文件 '%s'"
9232 #: builtin/index-pack.c
9234 msgid "cannot close written %s file '%s'"
9235 msgstr "无法关闭已写入的 %s 文件 '%s'"
9237 #: builtin/index-pack.c
9239 msgid "unable to rename temporary '*.%s' file to '%s'"
9240 msgstr "不能重命名临时文件 '*.%s' 为 '%s'"
9242 #: builtin/index-pack.c
9243 msgid "error while closing pack file"
9246 #: builtin/index-pack.c builtin/pack-objects.c
9248 msgid "bad pack.indexVersion=%<PRIu32>"
9249 msgstr "坏的 pack.indexVersion=%<PRIu32>"
9251 #: builtin/index-pack.c
9253 msgid "Cannot open existing pack file '%s'"
9254 msgstr "无法打开现存包文件 '%s'"
9256 #: builtin/index-pack.c
9258 msgid "Cannot open existing pack idx file for '%s'"
9259 msgstr "无法为 %s 打开包索引文件"
9261 #: builtin/index-pack.c
9263 msgid "non delta: %d object"
9264 msgid_plural "non delta: %d objects"
9265 msgstr[0] "非 delta:%d 个对象"
9266 msgstr[1] "非 delta:%d 个对象"
9268 #: builtin/index-pack.c
9270 msgid "chain length = %d: %lu object"
9271 msgid_plural "chain length = %d: %lu objects"
9272 msgstr[0] "链长 = %d: %lu 对象"
9273 msgstr[1] "链长 = %d: %lu 对象"
9275 #: builtin/index-pack.c
9276 msgid "Cannot come back to cwd"
9279 #: builtin/index-pack.c
9284 #: builtin/index-pack.c builtin/init-db.c setup.c
9286 msgid "unknown hash algorithm '%s'"
9287 msgstr "未知的哈希算法 '%s'"
9289 #: builtin/index-pack.c
9290 msgid "--stdin requires a git repository"
9291 msgstr "--stdin 需要 git 仓库"
9293 #: builtin/index-pack.c
9294 msgid "--verify with no packfile name given"
9295 msgstr "--verify 没有提供包文件名参数"
9297 #: builtin/index-pack.c builtin/unpack-objects.c
9298 msgid "fsck error in pack objects"
9299 msgstr "在打包对象中 fsck 检查出错"
9301 #: builtin/init-db.c
9303 "git init [-q | --quiet] [--bare] [--template=<template-directory>]\n"
9304 " [--separate-git-dir <git-dir>] [--object-format=<format>]\n"
9305 " [--ref-format=<format>]\n"
9306 " [-b <branch-name> | --initial-branch=<branch-name>]\n"
9307 " [--shared[=<permissions>]] [<directory>]"
9309 "git init [-q | --quiet] [--bare] [--template=<模板目录>]\n"
9310 " [--separate-git-dir <git 目录>] [--object-format=<格式>]\n"
9311 " [--ref-format=<格式>]\n"
9312 " [-b <分支名> | --initial-branch=<分支名>]\n"
9313 " [--shared[=<权限>]] [<目录>]"
9315 #: builtin/init-db.c
9319 #: builtin/init-db.c
9320 msgid "specify that the git repository is to be shared amongst several users"
9321 msgstr "指定 git 仓库是多个用户之间共享的"
9323 #: builtin/init-db.c
9324 msgid "override the name of the initial branch"
9327 #: builtin/init-db.c builtin/verify-pack.c
9331 #: builtin/init-db.c builtin/show-index.c builtin/verify-pack.c
9332 msgid "specify the hash algorithm to use"
9335 #: builtin/init-db.c
9337 msgid "cannot mkdir %s"
9340 #: builtin/init-db.c
9342 msgid "cannot chdir to %s"
9345 #: builtin/init-db.c
9348 "%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
9350 msgstr "不允许 %s(或 --work-tree=<目录>)而没有指定 %s(或 --git-dir=<目录>)"
9352 #: builtin/init-db.c
9354 msgid "Cannot access work tree '%s'"
9355 msgstr "不能访问工作区 '%s'"
9357 #: builtin/init-db.c
9358 msgid "--separate-git-dir incompatible with bare repository"
9359 msgstr "--separate-git-dir 不能用于纯仓库"
9361 #: builtin/interpret-trailers.c
9363 "git interpret-trailers [--in-place] [--trim-empty]\n"
9364 " [(--trailer (<key>|<key-alias>)[(=|:)<value>])...]\n"
9365 " [--parse] [<file>...]"
9367 "git interpret-trailers [--in-place] [--trim-empty]\n"
9368 " [(--trailer (<键|键别名>)[(=|:)<值>])...]\n"
9369 " [--parse] [<文件>...]"
9371 #: builtin/interpret-trailers.c wrapper.c
9373 msgid "could not stat %s"
9374 msgstr "不能对 %s 调用 stat"
9376 #: builtin/interpret-trailers.c
9378 msgid "file %s is not a regular file"
9379 msgstr "文件 %s 不是一个普通文件"
9381 #: builtin/interpret-trailers.c
9383 msgid "file %s is not writable by user"
9384 msgstr "文件 %s 用户不可写"
9386 #: builtin/interpret-trailers.c
9387 msgid "could not open temporary file"
9390 #: builtin/interpret-trailers.c
9392 msgid "could not read input file '%s'"
9393 msgstr "不能读取输入文件 '%s'"
9395 #: builtin/interpret-trailers.c builtin/mktag.c imap-send.c
9396 msgid "could not read from stdin"
9399 #: builtin/interpret-trailers.c
9401 msgid "could not rename temporary file to %s"
9402 msgstr "不能重命名临时文件为 %s"
9404 #: builtin/interpret-trailers.c
9405 msgid "edit files in place"
9408 #: builtin/interpret-trailers.c
9409 msgid "trim empty trailers"
9412 #: builtin/interpret-trailers.c
9416 #: builtin/interpret-trailers.c
9417 msgid "where to place the new trailer"
9420 #: builtin/interpret-trailers.c
9421 msgid "action if trailer already exists"
9422 msgstr "当尾注已经存在时所采取的动作"
9424 #: builtin/interpret-trailers.c
9425 msgid "action if trailer is missing"
9426 msgstr "当尾注缺失时所采取的动作"
9428 #: builtin/interpret-trailers.c
9429 msgid "output only the trailers"
9432 #: builtin/interpret-trailers.c
9433 msgid "do not apply trailer.* configuration variables"
9434 msgstr "不应用 trailer.* 配置变量"
9436 #: builtin/interpret-trailers.c
9437 msgid "reformat multiline trailer values as single-line values"
9438 msgstr "将多行尾注值重新格式化为单行值"
9440 #: builtin/interpret-trailers.c
9441 msgid "alias for --only-trailers --only-input --unfold"
9442 msgstr "--only-trailers --only-input --unfold 的别名"
9444 #: builtin/interpret-trailers.c
9445 msgid "do not treat \"---\" as the end of input"
9446 msgstr "不要将 \"---\" 视为输入的结束"
9448 #: builtin/interpret-trailers.c
9449 msgid "trailer(s) to add"
9452 #: builtin/interpret-trailers.c
9453 msgid "--trailer with --only-input does not make sense"
9454 msgstr "--trailer 和 --only-input 同时使用没有意义"
9456 #: builtin/interpret-trailers.c
9457 msgid "no input file given for in-place editing"
9458 msgstr "没有给出要原位编辑的文件"
9461 msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
9462 msgstr "git log [<选项>] [<版本范围>] [[--] <路径>...]"
9465 msgid "git show [<options>] <object>..."
9466 msgstr "git show [<选项>] <对象>..."
9470 msgid "invalid --decorate option: %s"
9471 msgstr "无效的 --decorate 选项:%s"
9473 #: builtin/log.c diff.c
9474 msgid "suppress diff output"
9482 msgid "clear all previously-defined decoration filters"
9483 msgstr "清除所有之前定义的修饰过滤器"
9486 msgid "only decorate refs that match <pattern>"
9487 msgstr "只修饰与 <模式> 匹配的引用"
9490 msgid "do not decorate refs that match <pattern>"
9491 msgstr "不修饰和 <模式> 匹配的引用"
9494 msgid "decorate options"
9499 "trace the evolution of line range <start>,<end> or function :<funcname> in "
9501 msgstr "跟踪 <文件> 中 <开始>,<结束> 范围内的行或函数 :<函数名> 的演变"
9503 #: builtin/log.c builtin/replay.c builtin/shortlog.c bundle.c
9505 msgid "unrecognized argument: %s"
9509 msgid "-L<range>:<file> cannot be used with pathspec"
9510 msgstr "-L<范围>:<文件> 不能和路径表达式共用"
9514 msgid "Final output: %d %s\n"
9515 msgstr "最终输出:%d %s\n"
9519 msgid "git show %s: bad file"
9520 msgstr "git show %s: 损坏的文件"
9524 msgid "could not read object %s"
9529 msgid "unknown type: %d"
9534 msgid "%s: invalid cover from description mode"
9535 msgstr "%s:从描述生成附函的模式无效"
9538 msgid "format.headers without value"
9539 msgstr "format.headers 没有值"
9543 msgid "cannot open patch file %s"
9544 msgstr "无法打开补丁文件 %s"
9547 msgid "need exactly one range"
9556 msgid "unable to read branch description file '%s'"
9557 msgstr "无法读取分支描述文件 '%s'"
9560 msgid "cover letter needs email format"
9564 msgid "failed to create cover-letter file"
9569 msgid "insane in-reply-to: %s"
9570 msgstr "不正常的 in-reply-to:%s"
9573 msgid "git format-patch [<options>] [<since> | <revision-range>]"
9574 msgstr "git format-patch [<选项>] [<从> | <版本范围>]"
9577 msgid "two output directories?"
9582 msgid "unknown commit %s"
9585 #: builtin/log.c builtin/replace.c
9587 msgid "failed to resolve '%s' as a valid ref"
9588 msgstr "无法将 '%s' 解析为一个有效引用"
9591 msgid "could not find exact merge base"
9592 msgstr "不能找到准确的合并基线"
9596 "failed to get upstream, if you want to record base commit automatically,\n"
9597 "please use git branch --set-upstream-to to track a remote branch.\n"
9598 "Or you could specify base commit by --base=<base-commit-id> manually"
9600 "无法得到上游地址,如果您想自动记录基线提交,请使用命令\n"
9601 "git branch --set-upstream-to 来跟踪一个远程分支。或者您可以通过\n"
9602 "参数 --base=<基线提交> 手动指定一个基线提交"
9605 msgid "failed to find exact merge base"
9606 msgstr "无法找到准确的合并基线"
9609 msgid "base commit should be the ancestor of revision list"
9610 msgstr "基线提交应该是版本列表的祖先"
9613 msgid "base commit shouldn't be in revision list"
9614 msgstr "基线提交不应该出现在版本列表中"
9617 msgid "cannot get patch id"
9621 msgid "failed to infer range-diff origin of current series"
9622 msgstr "无法推断当前系列的 range-diff 起始"
9626 msgid "using '%s' as range-diff origin of current series"
9627 msgstr "使用 '%s' 作为当前系列的 range-diff 源"
9630 msgid "use [PATCH n/m] even with a single patch"
9631 msgstr "使用 [PATCH n/m],即使只有一个补丁"
9634 msgid "use [PATCH] even with multiple patches"
9635 msgstr "使用 [PATCH],即使有多个补丁"
9638 msgid "print patches to standard out"
9642 msgid "generate a cover letter"
9646 msgid "use simple number sequence for output file names"
9647 msgstr "使用简单的数字序列作为输出文件名"
9654 msgid "use <sfx> instead of '.patch'"
9655 msgstr "使用 <后缀> 代替 '.patch'"
9658 msgid "start numbering patches at <n> instead of 1"
9659 msgstr "补丁以 <n> 开始编号,而不是1"
9662 msgid "reroll-count"
9666 msgid "mark the series as Nth re-roll"
9667 msgstr "标记补丁系列是第几次重制"
9670 msgid "max length of output filename"
9678 msgid "add <rfc> (default 'RFC') before 'PATCH'"
9679 msgstr "在 'PATCH' 之前添加 <RFC> (默认为 'RFC')"
9682 msgid "cover-from-description-mode"
9683 msgstr "从分支描述获取附函的模式"
9686 msgid "generate parts of a cover letter based on a branch's description"
9687 msgstr "基于一个分支描述生成部分附函"
9690 msgid "use branch description from file"
9691 msgstr "使用来自文件的分支描述"
9694 msgid "use [<prefix>] instead of [PATCH]"
9695 msgstr "使用 [<前缀>] 代替 [PATCH]"
9698 msgid "store resulting files in <dir>"
9699 msgstr "把结果文件存储在 <目录>"
9702 msgid "don't strip/add [PATCH]"
9703 msgstr "不删除/添加 [PATCH]"
9706 msgid "don't output binary diffs"
9710 msgid "output all-zero hash in From header"
9711 msgstr "在 From 头信息中输出全为零的哈希值"
9714 msgid "don't include a patch matching a commit upstream"
9715 msgstr "不包含已在上游提交中的补丁"
9718 msgid "show patch format instead of default (patch + stat)"
9719 msgstr "显示纯补丁格式而非默认的(补丁+状态)"
9730 msgid "add email header"
9738 msgid "add To: header"
9742 msgid "add Cc: header"
9750 msgid "set From address to <ident> (or committer ident if absent)"
9751 msgstr "将 From 地址设置为 <标识>(如若不提供,则用提交者 ID 做为地址)"
9758 msgid "make first mail a reply to <message-id>"
9759 msgstr "使第一封邮件作为对 <邮件标识> 的回复"
9766 msgid "attach the patch"
9770 msgid "inline the patch"
9774 msgid "enable message threading, styles: shallow, deep"
9775 msgstr "启用邮件线索,风格:浅,深"
9782 msgid "add a signature"
9790 msgid "add prerequisite tree info to the patch series"
9791 msgstr "为补丁列表添加前置树信息"
9794 msgid "add a signature from a file"
9798 msgid "don't print the patch filenames"
9802 msgid "show progress while generating patches"
9806 msgid "show changes against <rev> in cover letter or single patch"
9807 msgstr "在附函或单个补丁中显示和 <版本> 的差异"
9810 msgid "show changes against <refspec> in cover letter or single patch"
9811 msgstr "在附函或单个补丁中显示和 <引用规格> 的差异"
9813 #: builtin/log.c builtin/range-diff.c
9814 msgid "percentage by which creation is weighted"
9818 msgid "show in-body From: even if identical to the e-mail header"
9819 msgstr "显示正文内的 From:,即使其与电子邮件头中一致"
9823 msgid "invalid ident line: %s"
9824 msgstr "包含无效的身份标识:%s"
9827 msgid "--name-only does not make sense"
9828 msgstr "--name-only 无意义"
9831 msgid "--name-status does not make sense"
9832 msgstr "--name-status 无意义"
9835 msgid "--check does not make sense"
9836 msgstr "--check 无意义"
9839 msgid "--remerge-diff does not make sense"
9840 msgstr "--remerge-diff 无意义"
9842 #: builtin/log.c builtin/submodule--helper.c rerere.c submodule.c
9844 msgid "could not create directory '%s'"
9845 msgstr "不能创建目录 '%s'"
9848 msgid "--interdiff requires --cover-letter or single patch"
9849 msgstr "--interdiff 需要 --cover-letter 或单一补丁"
9857 msgid "Interdiff against v%d:"
9858 msgstr "对 v%d 的版本差异:"
9861 msgid "--range-diff requires --cover-letter or single patch"
9862 msgstr "--range-diff 需要 --cover-letter 或单一补丁"
9870 msgid "Range-diff against v%d:"
9871 msgstr "对 v%d 的范围差异:"
9875 msgid "unable to read signature file '%s'"
9876 msgstr "无法读取签名文件 '%s'"
9879 msgid "Generating patches"
9883 msgid "failed to create output files"
9887 msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9888 msgstr "git cherry [-v] [<上游> [<头> [<限制>]]]"
9893 "Could not find a tracked remote branch, please specify <upstream> manually.\n"
9894 msgstr "不能找到跟踪的远程分支,请手工指定 <上游>。\n"
9896 #: builtin/ls-files.c builtin/ls-tree.c
9898 msgid "could not get object info about '%s'"
9899 msgstr "无法获得关于 '%s' 的对象信息"
9901 #: builtin/ls-files.c
9902 msgid "git ls-files [<options>] [<file>...]"
9903 msgstr "git ls-files [<选项>] [<文件>...]"
9905 #: builtin/ls-files.c builtin/merge-tree.c
9906 msgid "separate paths with the NUL character"
9907 msgstr "用 NUL 字符分隔路径"
9909 #: builtin/ls-files.c
9910 msgid "identify the file status with tags"
9913 #: builtin/ls-files.c
9914 msgid "use lowercase letters for 'assume unchanged' files"
9915 msgstr "使用小写字母表示 '假设未改变的' 文件"
9917 #: builtin/ls-files.c
9918 msgid "use lowercase letters for 'fsmonitor clean' files"
9919 msgstr "使用小写字母表示 'fsmonitor clean' 文件"
9921 #: builtin/ls-files.c
9922 msgid "show cached files in the output (default)"
9923 msgstr "显示缓存的文件(默认)"
9925 #: builtin/ls-files.c
9926 msgid "show deleted files in the output"
9929 #: builtin/ls-files.c
9930 msgid "show modified files in the output"
9933 #: builtin/ls-files.c
9934 msgid "show other files in the output"
9937 #: builtin/ls-files.c
9938 msgid "show ignored files in the output"
9941 #: builtin/ls-files.c
9942 msgid "show staged contents' object name in the output"
9943 msgstr "显示暂存区内容的对象名称"
9945 #: builtin/ls-files.c
9946 msgid "show files on the filesystem that need to be removed"
9947 msgstr "显示文件系统需要删除的文件"
9949 #: builtin/ls-files.c
9950 msgid "show 'other' directories' names only"
9951 msgstr "只显示“其他”目录的名称"
9953 #: builtin/ls-files.c
9954 msgid "show line endings of files"
9957 #: builtin/ls-files.c
9958 msgid "don't show empty directories"
9961 #: builtin/ls-files.c
9962 msgid "show unmerged files in the output"
9965 #: builtin/ls-files.c
9966 msgid "show resolve-undo information"
9967 msgstr "显示 resolve-undo 信息"
9969 #: builtin/ls-files.c
9970 msgid "skip files matching pattern"
9973 #: builtin/ls-files.c
9974 msgid "read exclude patterns from <file>"
9975 msgstr "从 <文件> 读取排除模式"
9977 #: builtin/ls-files.c
9978 msgid "read additional per-directory exclude patterns in <file>"
9979 msgstr "从 <文件> 读取额外的每个目录的排除模式"
9981 #: builtin/ls-files.c
9982 msgid "add the standard git exclusions"
9983 msgstr "添加标准的 git 排除"
9985 #: builtin/ls-files.c
9986 msgid "make the output relative to the project top directory"
9987 msgstr "显示相对于顶级目录的文件名"
9989 #: builtin/ls-files.c
9990 msgid "if any <file> is not in the index, treat this as an error"
9991 msgstr "如果任何 <文件> 都不在索引区,视为错误"
9993 #: builtin/ls-files.c builtin/merge-tree.c
9997 #: builtin/ls-files.c
9998 msgid "pretend that paths removed since <tree-ish> are still present"
9999 msgstr "假装自从 <树对象> 之后删除的路径仍然存在"
10001 #: builtin/ls-files.c
10002 msgid "show debugging data"
10005 #: builtin/ls-files.c
10006 msgid "suppress duplicate entries"
10009 #: builtin/ls-files.c
10010 msgid "show sparse directories in the presence of a sparse index"
10011 msgstr "在稀疏索引存在时显示稀疏目录"
10013 #: builtin/ls-files.c
10015 "--format cannot be used with -s, -o, -k, -t, --resolve-undo, --deduplicate, "
10018 "--format 不能和 -s、-o、-k、-t、--resolve-undo、--deduplicate 和 --eol 同时使"
10021 #: builtin/ls-remote.c
10023 "git ls-remote [--branches] [--tags] [--refs] [--upload-pack=<exec>]\n"
10024 " [-q | --quiet] [--exit-code] [--get-url] [--sort=<key>]\n"
10025 " [--symref] [<repository> [<patterns>...]]"
10027 "git ls-remote [--branches] [--tags] [--refs] [--upload-pack=<可执行文件>]\n"
10028 " [-q | --quiet] [--exit-code] [--get-url] [--sort=<键>]\n"
10029 " [--symref] [<仓库> [<模式>...]]"
10031 #: builtin/ls-remote.c
10032 msgid "do not print remote URL"
10035 #: builtin/ls-remote.c builtin/rebase.c
10039 #: builtin/ls-remote.c
10040 msgid "path of git-upload-pack on the remote host"
10041 msgstr "远程主机上的 git-upload-pack 路径"
10043 #: builtin/ls-remote.c
10044 msgid "limit to tags"
10047 #: builtin/ls-remote.c
10048 msgid "limit to branches"
10051 #: builtin/ls-remote.c builtin/show-ref.c
10052 msgid "deprecated synonym for --branches"
10053 msgstr "已弃用的 --branches 同义词"
10055 #: builtin/ls-remote.c
10056 msgid "do not show peeled tags"
10059 #: builtin/ls-remote.c
10060 msgid "take url.<base>.insteadOf into account"
10061 msgstr "参考 url.<base>.insteadOf 设置"
10063 #: builtin/ls-remote.c
10064 msgid "exit with exit code 2 if no matching refs are found"
10065 msgstr "若未找到匹配的引用则以退出码2退出"
10067 #: builtin/ls-remote.c
10068 msgid "show underlying ref in addition to the object pointed by it"
10069 msgstr "除了显示指向的对象外,显示指向的引用名"
10071 #: builtin/ls-tree.c
10072 msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
10073 msgstr "git ls-tree [<选项>] <树对象> [<路径>...]"
10075 #: builtin/ls-tree.c
10076 msgid "only show trees"
10079 #: builtin/ls-tree.c
10080 msgid "recurse into subtrees"
10083 #: builtin/ls-tree.c
10084 msgid "show trees when recursing"
10087 #: builtin/ls-tree.c
10088 msgid "terminate entries with NUL byte"
10089 msgstr "条目以 NUL 字符终止"
10091 #: builtin/ls-tree.c
10092 msgid "include object size"
10095 #: builtin/ls-tree.c
10096 msgid "list only filenames"
10099 #: builtin/ls-tree.c
10100 msgid "list only objects"
10103 #: builtin/ls-tree.c
10104 msgid "use full path names"
10107 #: builtin/ls-tree.c
10108 msgid "list entire tree; not just current directory (implies --full-name)"
10109 msgstr "列出整个树;不仅仅当前目录(隐含 --full-name)"
10111 #: builtin/ls-tree.c
10112 msgid "--format can't be combined with other format-altering options"
10113 msgstr "--format 不能和改变格式的选项同时使用"
10115 #. TRANSLATORS: keep <> in "<" mail ">" info.
10116 #: builtin/mailinfo.c
10117 msgid "git mailinfo [<options>] <msg> <patch> < mail >info"
10118 msgstr "git mailinfo [<选项>] <消息> <补丁> < mail >info"
10120 #: builtin/mailinfo.c
10121 msgid "keep subject"
10124 #: builtin/mailinfo.c
10125 msgid "keep non patch brackets in subject"
10126 msgstr "在主题中保持无补丁括号标注"
10128 #: builtin/mailinfo.c
10129 msgid "copy Message-ID to the end of commit message"
10130 msgstr "拷贝 Message-ID 至提交说明结尾"
10132 #: builtin/mailinfo.c
10133 msgid "re-code metadata to i18n.commitEncoding"
10134 msgstr "将元数据重新编码为 i18n.commitEncoding"
10136 #: builtin/mailinfo.c
10137 msgid "disable charset re-coding of metadata"
10138 msgstr "禁用元数据的字符集重新编码"
10140 #: builtin/mailinfo.c
10144 #: builtin/mailinfo.c
10145 msgid "re-code metadata to this encoding"
10146 msgstr "将元数据用此编码重新编码"
10148 #: builtin/mailinfo.c
10149 msgid "use scissors"
10152 #: builtin/mailinfo.c
10156 #: builtin/mailinfo.c
10157 msgid "action when quoted CR is found"
10158 msgstr "找到引号中的 CR 时的操作"
10160 #: builtin/mailinfo.c
10161 msgid "use headers in message's body"
10162 msgstr "在消息正文中使用标头"
10164 #: builtin/mailsplit.c
10165 msgid "reading patches from stdin/tty..."
10166 msgstr "从标准输入或tty读取补丁……"
10168 #: builtin/mailsplit.c
10170 msgid "empty mbox: '%s'"
10171 msgstr "空的 mbox:'%s'"
10173 #: builtin/merge-base.c
10174 msgid "git merge-base [-a | --all] <commit> <commit>..."
10175 msgstr "git merge-base [-a | --all] <提交> <提交>..."
10177 #: builtin/merge-base.c
10178 msgid "git merge-base [-a | --all] --octopus <commit>..."
10179 msgstr "git merge-base [-a | --all] --octopus <提交>..."
10181 #: builtin/merge-base.c
10182 msgid "git merge-base --is-ancestor <commit> <commit>"
10183 msgstr "git merge-base --is-ancestor <提交> <提交>"
10185 #: builtin/merge-base.c
10186 msgid "git merge-base --independent <commit>..."
10187 msgstr "git merge-base --independent <提交>..."
10189 #: builtin/merge-base.c
10190 msgid "git merge-base --fork-point <ref> [<commit>]"
10191 msgstr "git merge-base --fork-point <引用> [<提交>]"
10193 #: builtin/merge-base.c
10194 msgid "output all common ancestors"
10197 #: builtin/merge-base.c
10198 msgid "find ancestors for a single n-way merge"
10199 msgstr "查找一个多路合并的祖先提交"
10201 #: builtin/merge-base.c
10202 msgid "list revs not reachable from others"
10203 msgstr "显示不能被其他访问到的版本"
10205 #: builtin/merge-base.c
10206 msgid "is the first one ancestor of the other?"
10207 msgstr "第一个是其他的祖先提交么?"
10209 #: builtin/merge-base.c
10210 msgid "find where <commit> forked from reflog of <ref>"
10211 msgstr "根据 <引用> 的引用日志查找 <提交> 的分叉点"
10213 #: builtin/merge-file.c
10215 "git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
10216 "<orig-file> <file2>"
10218 "git merge-file [<选项>] [-L <名字1> [-L <初始名字> [-L <名字2>]]] <文件1> <初"
10221 #: builtin/merge-file.c diff.c
10223 "option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
10226 "选项 diff-algorithm 接受参数 \"myers\"、\"minimal\"、\"patience\" 和 "
10229 #: builtin/merge-file.c
10230 msgid "send results to standard output"
10231 msgstr "将结果发送到标准输出"
10233 #: builtin/merge-file.c
10234 msgid "use object IDs instead of filenames"
10235 msgstr "使用对象 ID 替换文件名"
10237 #: builtin/merge-file.c
10238 msgid "use a diff3 based merge"
10239 msgstr "使用基于 diff3 的合并"
10241 #: builtin/merge-file.c
10242 msgid "use a zealous diff3 based merge"
10243 msgstr "使用基于狂热 diff3(zealous diff3)的合并"
10245 #: builtin/merge-file.c diff.c
10246 msgid "<algorithm>"
10249 #: builtin/merge-file.c diff.c
10250 msgid "choose a diff algorithm"
10253 #: builtin/merge-file.c
10254 msgid "for conflicts, use this marker size"
10255 msgstr "如果冲突,使用指定长度的标记"
10257 #: builtin/merge-file.c
10258 msgid "do not warn about conflicts"
10261 #: builtin/merge-file.c
10262 msgid "set labels for file1/orig-file/file2"
10263 msgstr "为 文件1/初始文件/文件2 设置标签"
10265 #: builtin/merge-file.c
10267 msgid "object '%s' does not exist"
10268 msgstr "对象 '%s' 不存在"
10270 #: builtin/merge-file.c
10271 msgid "Could not write object file"
10274 #: builtin/merge-recursive.c
10276 msgid "unknown option %s"
10279 #: builtin/merge-recursive.c
10281 msgid "could not parse object '%s'"
10282 msgstr "不能解析对象 '%s'"
10284 #: builtin/merge-recursive.c
10286 msgid "cannot handle more than %d base. Ignoring %s."
10287 msgid_plural "cannot handle more than %d bases. Ignoring %s."
10288 msgstr[0] "无法处理 %d 条以上的基线。忽略 %s。"
10289 msgstr[1] "无法处理 %d 条以上的基线。忽略 %s。"
10291 #: builtin/merge-recursive.c
10292 msgid "not handling anything other than two heads merge."
10293 msgstr "不能处理两个头合并之外的任何操作。"
10295 #: builtin/merge-recursive.c
10297 msgid "could not resolve ref '%s'"
10298 msgstr "无法解析引用 '%s'"
10300 #: builtin/merge-recursive.c
10302 msgid "Merging %s with %s\n"
10303 msgstr "合并 %s 和 %s\n"
10305 #: builtin/merge-tree.c
10307 msgid "could not parse as tree '%s'"
10308 msgstr "无法解析为树对象 '%s'"
10310 #: builtin/merge-tree.c builtin/merge.c
10311 msgid "not something we can merge"
10314 #: builtin/merge-tree.c builtin/merge.c
10315 msgid "refusing to merge unrelated histories"
10318 #: builtin/merge-tree.c
10319 msgid "failure to merge"
10322 #: builtin/merge-tree.c
10323 msgid "git merge-tree [--write-tree] [<options>] <branch1> <branch2>"
10324 msgstr "git merge-tree [--write-tree] [<选项>] <分支1> <分支2>"
10326 #: builtin/merge-tree.c
10327 msgid "git merge-tree [--trivial-merge] <base-tree> <branch1> <branch2>"
10328 msgstr "git merge-tree [--trivial-merge] <基准树> <分支1> <分支2>"
10330 #: builtin/merge-tree.c
10331 msgid "do a real merge instead of a trivial merge"
10332 msgstr "进行真正的合并而不是简单的合并"
10334 #: builtin/merge-tree.c
10335 msgid "do a trivial merge only"
10338 #: builtin/merge-tree.c
10339 msgid "also show informational/conflict messages"
10340 msgstr "同时显示额外信息/冲突消息"
10342 #: builtin/merge-tree.c
10343 msgid "list filenames without modes/oids/stages"
10344 msgstr "列出没有模式/对象 ID/暂存的文件名"
10346 #: builtin/merge-tree.c builtin/merge.c builtin/pull.c
10347 msgid "allow merging unrelated histories"
10348 msgstr "允许合并不相关的历史"
10350 #: builtin/merge-tree.c
10351 msgid "perform multiple merges, one per line of input"
10352 msgstr "实施多个合并,每输入行一个"
10354 #: builtin/merge-tree.c
10355 msgid "specify a merge-base for the merge"
10356 msgstr "指定用于合并的合并基线"
10358 #: builtin/merge-tree.c builtin/merge.c builtin/pull.c
10359 msgid "option=value"
10360 msgstr "option=value"
10362 #: builtin/merge-tree.c builtin/merge.c builtin/pull.c
10363 msgid "option for selected merge strategy"
10364 msgstr "所选的合并策略的选项"
10366 #: builtin/merge-tree.c
10367 msgid "--trivial-merge is incompatible with all other options"
10368 msgstr "--trivial-merge 与其他所有选项不兼容"
10370 #: builtin/merge-tree.c builtin/merge.c
10372 msgid "unknown strategy option: -X%s"
10373 msgstr "未知的策略选项:-X%s"
10375 #: builtin/merge-tree.c builtin/notes.c
10377 msgid "malformed input line: '%s'."
10378 msgstr "格式错误的输入行:'%s'。"
10380 #: builtin/merge-tree.c
10382 msgid "merging cannot continue; got unclean result of %d"
10383 msgstr "合并无法继续;得到不干净的结果 %d"
10386 msgid "git merge [<options>] [<commit>...]"
10387 msgstr "git merge [<选项>] [<提交>...]"
10390 msgid "switch `m' requires a value"
10391 msgstr "开关 `m' 需要一个值"
10395 msgid "option `%s' requires a value"
10396 msgstr "选项 `%s' 需要一个值"
10400 msgid "Could not find merge strategy '%s'.\n"
10401 msgstr "不能找到合并策略 '%s'。\n"
10405 msgid "Available strategies are:"
10410 msgid "Available custom strategies are:"
10411 msgstr "可用的自定义策略有:"
10413 #: builtin/merge.c builtin/pull.c
10414 msgid "do not show a diffstat at the end of the merge"
10415 msgstr "在合并的最后不显示差异统计"
10417 #: builtin/merge.c builtin/pull.c
10418 msgid "show a diffstat at the end of the merge"
10419 msgstr "在合并的最后显示差异统计"
10421 #: builtin/merge.c builtin/pull.c
10422 msgid "(synonym to --stat)"
10423 msgstr "(和 --stat 同义)"
10425 #: builtin/merge.c builtin/pull.c
10426 msgid "add (at most <n>) entries from shortlog to merge commit message"
10427 msgstr "在合并提交信息中添加(最多 <n> 条)精简提交记录"
10429 #: builtin/merge.c builtin/pull.c
10430 msgid "create a single commit instead of doing a merge"
10431 msgstr "创建一个单独的提交而不是做一次合并"
10433 #: builtin/merge.c builtin/pull.c
10434 msgid "perform a commit if the merge succeeds (default)"
10435 msgstr "如果合并成功,执行一次提交(默认)"
10437 #: builtin/merge.c builtin/pull.c
10438 msgid "edit message before committing"
10439 msgstr "在提交前编辑提交说明"
10442 msgid "allow fast-forward (default)"
10445 #: builtin/merge.c builtin/pull.c
10446 msgid "abort if fast-forward is not possible"
10447 msgstr "如果不能快进就放弃合并"
10449 #: builtin/merge.c builtin/pull.c
10450 msgid "verify that the named commit has a valid GPG signature"
10451 msgstr "验证指定的提交是否包含一个有效的 GPG 签名"
10453 #: builtin/merge.c builtin/notes.c builtin/pull.c builtin/rebase.c
10454 #: builtin/revert.c
10458 #: builtin/merge.c builtin/pull.c
10459 msgid "merge strategy to use"
10463 msgid "merge commit message (for a non-fast-forward merge)"
10464 msgstr "合并的提交说明(针对非快进式合并)"
10467 msgid "use <name> instead of the real target"
10468 msgstr "使用 <名称> 而不是真正的目标"
10471 msgid "abort the current in-progress merge"
10472 msgstr "放弃当前正在进行的合并"
10476 msgid "--abort but leave index and working tree alone"
10477 msgstr "--abort,但是保留索引和工作区"
10480 msgid "continue the current in-progress merge"
10481 msgstr "继续当前正在进行的合并"
10484 msgid "bypass pre-merge-commit and commit-msg hooks"
10485 msgstr "绕过 pre-merge-commit 和 commit-msg 钩子"
10488 msgid "could not run stash."
10492 msgid "stash failed"
10497 msgid "not a valid object: %s"
10498 msgstr "不是一个有效对象:%s"
10501 msgid "read-tree failed"
10505 msgid "Already up to date. (nothing to squash)"
10506 msgstr "已经是最新的。(无可挤压)"
10508 #: builtin/merge.c merge-ort-wrappers.c merge-recursive.c
10509 msgid "Already up to date."
10514 msgid "Squash commit -- not updating HEAD\n"
10515 msgstr "挤压提交 -- 未更新 HEAD\n"
10519 msgid "No merge message -- not updating HEAD\n"
10520 msgstr "无合并信息 -- 未更新 HEAD\n"
10524 msgid "'%s' does not point to a commit"
10525 msgstr "'%s' 没有指向一个提交"
10529 msgid "Bad branch.%s.mergeoptions string: %s"
10530 msgstr "坏的 branch.%s.mergeoptions 字符串:%s"
10532 #: builtin/merge.c merge-recursive.c
10533 msgid "Unable to write index."
10537 msgid "Not handling anything other than two heads merge."
10538 msgstr "未处理两个头合并之外的任何操作。"
10540 #: builtin/merge.c builtin/sparse-checkout.c
10542 msgid "unable to write %s"
10547 msgid "Could not read from '%s'"
10548 msgstr "不能从 '%s' 读取"
10552 msgid "Not committing merge; use 'git commit' to complete the merge.\n"
10553 msgstr "未提交合并,使用 'git commit' 完成此次合并。\n"
10557 "Please enter a commit message to explain why this merge is necessary,\n"
10558 "especially if it merges an updated upstream into a topic branch.\n"
10561 "请输入一个提交信息以解释此合并的必要性,尤其是将一个更新后的上游分支\n"
10566 msgid "An empty message aborts the commit.\n"
10567 msgstr "空的提交说明会终止提交。\n"
10572 "Lines starting with '%s' will be ignored, and an empty message aborts\n"
10574 msgstr "以 '%s' 开始的行将被忽略,而空的提交说明将终止提交。\n"
10577 msgid "Empty commit message."
10582 msgid "Wonderful.\n"
10587 msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
10588 msgstr "自动合并失败,修正冲突然后提交修正的结果。\n"
10591 msgid "No current branch."
10595 msgid "No remote for the current branch."
10596 msgstr "当前分支没有对应的远程仓库。"
10599 msgid "No default upstream defined for the current branch."
10600 msgstr "当前分支没有定义默认的上游分支。"
10604 msgid "No remote-tracking branch for %s from %s"
10605 msgstr "对于 %s 没有来自 %s 的远程跟踪分支"
10609 msgid "Bad value '%s' in environment '%s'"
10610 msgstr "环境 '%2$s' 中存在坏的取值 '%1$s'"
10612 #: builtin/merge.c editor.c read-cache.c wrapper.c
10614 msgid "could not close '%s'"
10619 msgid "not something we can merge in %s: %s"
10620 msgstr "不能在 %s 中合并:%s"
10623 msgid "--abort expects no arguments"
10624 msgstr "--abort 不带参数"
10627 msgid "There is no merge to abort (MERGE_HEAD missing)."
10628 msgstr "没有要终止的合并(MERGE_HEAD 丢失)。"
10631 msgid "--quit expects no arguments"
10632 msgstr "--quit 不带参数"
10635 msgid "--continue expects no arguments"
10636 msgstr "--continue 不带参数"
10639 msgid "There is no merge in progress (MERGE_HEAD missing)."
10640 msgstr "没有进行中的合并(MERGE_HEAD 丢失)。"
10644 "You have not concluded your merge (MERGE_HEAD exists).\n"
10645 "Please, commit your changes before you merge."
10647 "您尚未结束您的合并(存在 MERGE_HEAD)。\n"
10652 "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
10653 "Please, commit your changes before you merge."
10655 "您尚未结束您的拣选(存在 CHERRY_PICK_HEAD)。\n"
10659 msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
10660 msgstr "您尚未结束您的拣选(存在 CHERRY_PICK_HEAD)。"
10663 msgid "No commit specified and merge.defaultToUpstream not set."
10664 msgstr "未指定提交并且 merge.defaultToUpstream 未设置。"
10667 msgid "Squash commit into empty head not supported yet"
10668 msgstr "尚不支持到空分支的压缩提交"
10671 msgid "Non-fast-forward commit does not make sense into an empty head"
10672 msgstr "到空分支的非快进式提交没有意义"
10676 msgid "%s - not something we can merge"
10677 msgstr "%s - 不能被合并"
10680 msgid "Can merge only exactly one commit into empty head"
10681 msgstr "只能将一个提交合并到空分支上"
10685 msgid "Updating %s..%s\n"
10686 msgstr "更新 %s..%s\n"
10688 #: builtin/merge.c merge-ort-wrappers.c merge-recursive.c
10691 "Your local changes to the following files would be overwritten by merge:\n"
10694 "您对下列文件的本地修改将被合并操作覆盖:\n"
10699 msgid "Trying really trivial in-index merge...\n"
10700 msgstr "尝试非常小的索引内合并...\n"
10709 msgid "Rewinding the tree to pristine...\n"
10710 msgstr "将树回滚至原始状态...\n"
10714 msgid "Trying merge strategy %s...\n"
10715 msgstr "尝试合并策略 %s...\n"
10719 msgid "No merge strategy handled the merge.\n"
10720 msgstr "没有合并策略处理此合并。\n"
10724 msgid "Merge with strategy %s failed.\n"
10725 msgstr "使用策略 %s 合并失败。\n"
10729 msgid "Using the %s strategy to prepare resolving by hand.\n"
10730 msgstr "使用 %s 策略以准备手工解决。\n"
10734 msgid "Automatic merge went well; stopped before committing as requested\n"
10735 msgstr "自动合并进展顺利,按要求在提交前停止\n"
10739 msgid "When finished, apply stashed changes with `git stash pop`\n"
10740 msgstr "在完成后,使用 `git stash pop` 应用贮藏的变更\n"
10744 msgid "warning: tag input does not pass fsck: %s"
10745 msgstr "警告:标签输入未通过 fsck:%s"
10749 msgid "error: tag input does not pass fsck: %s"
10750 msgstr "错误:标签输入未通过 fsck:%s"
10754 msgid "%d (FSCK_IGNORE?) should never trigger this callback"
10755 msgstr "%d (FSCK_IGNORE?) 永远不应该触发这个回调"
10759 msgid "could not read tagged object '%s'"
10760 msgstr "不能读取被标记的对象 '%s'"
10764 msgid "object '%s' tagged as '%s', but is a '%s' type"
10765 msgstr "对象 '%s' 被标记为 '%s',然而是一个 '%s' 类型"
10768 msgid "tag on stdin did not pass our strict fsck check"
10769 msgstr "标准输入上的标签未通过我们严格的 fsck 检查"
10772 msgid "tag on stdin did not refer to a valid object"
10773 msgstr "标准输入上的标签未指向一个有效的对象"
10775 #: builtin/mktag.c builtin/tag.c
10776 msgid "unable to write tag file"
10779 #: builtin/mktree.c
10780 msgid "input is NUL terminated"
10781 msgstr "输入以 NUL 字符终止"
10783 #: builtin/mktree.c builtin/write-tree.c
10784 msgid "allow missing objects"
10787 #: builtin/mktree.c
10788 msgid "allow creation of more than one tree"
10789 msgstr "允许创建一个以上的树"
10791 #: builtin/multi-pack-index.c
10793 "git multi-pack-index [<options>] write [--preferred-pack=<pack>][--refs-"
10796 "git multi-pack-index [<选项>] write [--preferred-pack=<包>][--refs-snapshot=<"
10799 #: builtin/multi-pack-index.c
10800 msgid "git multi-pack-index [<options>] verify"
10801 msgstr "git multi-pack-index [<选项>] verify"
10803 #: builtin/multi-pack-index.c
10804 msgid "git multi-pack-index [<options>] expire"
10805 msgstr "git multi-pack-index [<选项>] expire"
10807 #: builtin/multi-pack-index.c
10808 msgid "git multi-pack-index [<options>] repack [--batch-size=<size>]"
10809 msgstr "git multi-pack-index [<选项>] repack [--batch-size=<尺寸>]"
10811 #: builtin/multi-pack-index.c
10815 #: builtin/multi-pack-index.c
10816 msgid "object directory containing set of packfile and pack-index pairs"
10817 msgstr "包含成对包文件和包索引的对象目录"
10819 #: builtin/multi-pack-index.c
10820 msgid "preferred-pack"
10823 #: builtin/multi-pack-index.c
10824 msgid "pack for reuse when computing a multi-pack bitmap"
10825 msgstr "在计算多包位图时打包以供重用"
10827 #: builtin/multi-pack-index.c
10828 msgid "write multi-pack bitmap"
10831 #: builtin/multi-pack-index.c
10832 msgid "write a new incremental MIDX"
10833 msgstr "写入一个新的增量 MIDX"
10835 #: builtin/multi-pack-index.c
10836 msgid "write multi-pack index containing only given indexes"
10837 msgstr "写入只包括给定索引的多包索引"
10839 #: builtin/multi-pack-index.c
10840 msgid "refs snapshot for selecting bitmap commits"
10841 msgstr "用于选择位图提交的引用快照"
10843 #: builtin/multi-pack-index.c
10845 "during repack, collect pack-files of smaller size into a batch that is "
10846 "larger than this size"
10847 msgstr "在 repack 期间,将较小尺寸的包文件收集到大于此大小的批次中"
10850 msgid "git mv [<options>] <source>... <destination>"
10851 msgstr "git mv [<选项>] <源>... <目标>"
10855 msgid "Directory %s is in index and no submodule?"
10856 msgstr "目录 %s 在索引中并且不是子模组?"
10859 msgid "Please stage your changes to .gitmodules or stash them to proceed"
10860 msgstr "请将您的修改暂存到 .gitmodules 中或贮藏后再继续"
10864 msgid "%.*s is in index"
10868 msgid "force move/rename even if target exists"
10869 msgstr "强制移动/重命令,即使目标存在"
10872 msgid "skip move/rename errors"
10873 msgstr "跳过移动/重命名错误"
10877 msgid "destination '%s' is not a directory"
10878 msgstr "目标 '%s' 不是一个目录"
10882 msgid "Checking rename of '%s' to '%s'\n"
10883 msgstr "检查 '%s' 到 '%s' 的重命名\n"
10890 msgid "destination exists"
10894 msgid "can not move directory into itself"
10895 msgstr "不能将目录移动到自身"
10898 msgid "destination already exists"
10902 msgid "source directory is empty"
10906 msgid "not under version control"
10915 msgid "overwriting '%s'"
10919 msgid "Cannot overwrite"
10923 msgid "multiple sources for the same target"
10927 msgid "destination directory does not exist"
10931 msgid "destination exists in the index"
10936 msgid "%s, source=%s, destination=%s"
10937 msgstr "%s,源=%s,目标=%s"
10941 msgid "Renaming %s to %s\n"
10942 msgstr "重命名 %s 至 %s\n"
10944 #: builtin/mv.c builtin/remote.c
10946 msgid "renaming '%s' failed"
10947 msgstr "重命名 '%s' 失败"
10949 #: builtin/name-rev.c
10950 msgid "git name-rev [<options>] <commit>..."
10951 msgstr "git name-rev [<选项>] <提交>..."
10953 #: builtin/name-rev.c
10954 msgid "git name-rev [<options>] --all"
10955 msgstr "git name-rev [<选项>] --all"
10957 #: builtin/name-rev.c
10958 msgid "git name-rev [<options>] --annotate-stdin"
10959 msgstr "git name-rev [<选项>] --annotate-stdin"
10961 #: builtin/name-rev.c
10962 msgid "print only ref-based names (no object names)"
10963 msgstr "只打印基于引用的名称(非对象名)"
10965 #: builtin/name-rev.c
10966 msgid "only use tags to name the commits"
10967 msgstr "只使用标签来命名提交"
10969 #: builtin/name-rev.c
10970 msgid "only use refs matching <pattern>"
10971 msgstr "只使用和 <模式> 相匹配的引用"
10973 #: builtin/name-rev.c
10974 msgid "ignore refs matching <pattern>"
10975 msgstr "忽略和 <模式> 相匹配的引用"
10977 #: builtin/name-rev.c
10978 msgid "list all commits reachable from all refs"
10979 msgstr "列出可以从所有引用访问的提交"
10981 #: builtin/name-rev.c
10982 msgid "deprecated: use --annotate-stdin instead"
10983 msgstr "已弃用:取而代之使用 --annotate-stdin"
10985 #: builtin/name-rev.c
10986 msgid "annotate text from stdin"
10989 #: builtin/name-rev.c
10990 msgid "allow to print `undefined` names (default)"
10991 msgstr "允许打印 `未定义` 的名称(默认)"
10993 #: builtin/name-rev.c
10994 msgid "dereference tags in the input (internal use)"
10995 msgstr "反向解析输入中的标签(内部使用)"
10998 msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10999 msgstr "git notes [--ref <注解引用>] [list [<对象>]]"
11003 "git notes [--ref <notes-ref>] add [-f] [--allow-empty] [--[no-]separator|--"
11004 "separator=<paragraph-break>] [--[no-]stripspace] [-m <msg> | -F <file> | (-c "
11005 "| -C) <object>] [<object>]"
11007 "git notes [--ref <注解引用>] add [-f] [--allow-empty] [--[no-]separator|--"
11008 "separator=<分段符>] [--[no-]stripspace] [-m <说明> | -F <文件> | (-c | -C) <"
11012 msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
11013 msgstr "git notes [--ref <注解引用>] copy [-f] <源对象> <目标对象>"
11017 "git notes [--ref <notes-ref>] append [--allow-empty] [--[no-]separator|--"
11018 "separator=<paragraph-break>] [--[no-]stripspace] [-m <msg> | -F <file> | (-c "
11019 "| -C) <object>] [<object>]"
11021 "git notes [--ref <注解引用>] append [--allow-empty] [--[no-]separator|--"
11022 "separator=<分段符>] [--[no-]stripspace] [-m <说明> | -F <文件> | (-c | -C) <"
11026 msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
11027 msgstr "git notes [--ref <注解引用>] edit [--allow-empty] [<对象>]"
11030 msgid "git notes [--ref <notes-ref>] show [<object>]"
11031 msgstr "git notes [--ref <注解引用>] show [<对象>]"
11035 "git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
11036 msgstr "git notes [--ref <注解引用>] merge [-v | -q] [-s <策略> ] <注解引用>"
11039 msgid "git notes [--ref <notes-ref>] remove [<object>...]"
11040 msgstr "git notes [--ref <注解引用>] remove [<对象>...]"
11043 msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
11044 msgstr "git notes [--ref <注解引用>] prune [-n] [-v]"
11047 msgid "git notes [--ref <notes-ref>] get-ref"
11048 msgstr "git notes [--ref <注解引用>] get-ref"
11051 msgid "git notes [list [<object>]]"
11052 msgstr "git notes [list [<对象>]]"
11055 msgid "git notes add [<options>] [<object>]"
11056 msgstr "git notes add [<选项>] [<对象>]"
11059 msgid "git notes copy [<options>] <from-object> <to-object>"
11060 msgstr "git notes copy [<选项>] <源对象> <目标对象>"
11063 msgid "git notes copy --stdin [<from-object> <to-object>]..."
11064 msgstr "git notes copy --stdin [<源对象> <目标对象>]..."
11067 msgid "git notes append [<options>] [<object>]"
11068 msgstr "git notes append [<选项>] [<对象>]"
11071 msgid "git notes edit [<object>]"
11072 msgstr "git notes edit [<对象>]"
11075 msgid "git notes show [<object>]"
11076 msgstr "git notes show [<对象>]"
11079 msgid "git notes merge [<options>] <notes-ref>"
11080 msgstr "git notes merge [<选项>] <注解引用>"
11083 msgid "git notes merge --commit [<options>]"
11084 msgstr "git notes merge --commit [<选项>]"
11087 msgid "git notes merge --abort [<options>]"
11088 msgstr "git notes merge --abort [<选项>]"
11091 msgid "git notes remove [<object>]"
11092 msgstr "git notes remove [<对象>]"
11095 msgid "git notes prune [<options>]"
11096 msgstr "git notes prune [<选项>]"
11099 msgid "Write/edit the notes for the following object:"
11100 msgstr "为下面的对象写/编辑说明:"
11103 msgid "could not read 'show' output"
11104 msgstr "不能读取 'show' 的输出"
11108 msgid "failed to finish 'show' for object '%s'"
11109 msgstr "无法为对象 '%s' 完成 'show'"
11112 msgid "please supply the note contents using either -m or -F option"
11113 msgstr "请通过 -m 或 -F 选项为注解提供内容"
11116 msgid "unable to write note object"
11121 msgid "the note contents have been left in %s"
11122 msgstr "注解内容被留在 %s 中"
11124 #: builtin/notes.c builtin/tag.c
11126 msgid "could not open or read '%s'"
11127 msgstr "不能打开或读取 '%s'"
11131 msgid "failed to resolve '%s' as a valid ref."
11132 msgstr "无法解析 '%s' 为一个有效引用。"
11136 msgid "failed to read object '%s'."
11137 msgstr "无法读取对象 '%s'。"
11141 msgid "cannot read note data from non-blob object '%s'."
11142 msgstr "不能从非数据对象 '%s' 中读取注解数据。"
11146 msgid "failed to copy notes from '%s' to '%s'"
11147 msgstr "无法把注解从 '%s' 拷贝到 '%s'"
11149 #. TRANSLATORS: the first %s will be replaced by a git
11150 #. notes command: 'add', 'merge', 'remove', etc.
11154 msgid "refusing to %s notes in %s (outside of refs/notes/)"
11155 msgstr "拒绝向 %2$s(在 refs/notes/ 之外)%1$s注解"
11159 msgid "no note found for object %s."
11160 msgstr "未发现对象 %s 的注解。"
11163 msgid "note contents as a string"
11164 msgstr "注解内容作为一个字符串"
11167 msgid "note contents in a file"
11168 msgstr "注解内容到一个文件中"
11171 msgid "reuse and edit specified note object"
11172 msgstr "重用和编辑指定的注解对象"
11175 msgid "reuse specified note object"
11179 msgid "allow storing empty note"
11183 msgid "replace existing notes"
11187 msgid "<paragraph-break>"
11191 msgid "insert <paragraph-break> between paragraphs"
11192 msgstr "在段落之间插入<分段符>"
11195 msgid "remove unnecessary whitespace"
11196 msgstr "删除不必要的空白字符"
11201 "Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
11203 msgstr "不能添加注解。发现对象 %s 已存在注解。使用 '-f' 覆盖现存注解"
11207 msgid "Overwriting existing notes for object %s\n"
11208 msgstr "覆盖对象 %s 现存注解\n"
11212 msgid "Removing note for object %s\n"
11213 msgstr "删除对象 %s 的注解\n"
11216 msgid "read objects from stdin"
11220 msgid "load rewriting config for <command> (implies --stdin)"
11221 msgstr "重新加载 <命令> 的配置(隐含 --stdin)"
11224 msgid "too few arguments"
11230 "Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
11232 msgstr "不能拷贝注解。发现对象 %s 已存在注解。使用 '-f' 覆盖现存注解"
11236 msgid "missing notes on source object %s. Cannot copy."
11237 msgstr "源对象 %s 缺少注解。不能拷贝。"
11242 "The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
11243 "Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
11245 "子命令 'edit' 的选项 -m/-F/-c/-C 已弃用。\n"
11246 "请换用 'git notes add -f -m/-F/-c/-C'。\n"
11249 msgid "failed to delete ref NOTES_MERGE_PARTIAL"
11250 msgstr "无法删除引用 NOTES_MERGE_PARTIAL"
11253 msgid "failed to delete ref NOTES_MERGE_REF"
11254 msgstr "无法删除引用 NOTES_MERGE_REF"
11257 msgid "failed to remove 'git notes merge' worktree"
11258 msgstr "无法删除 'git notes merge' 工作区"
11261 msgid "failed to read ref NOTES_MERGE_PARTIAL"
11262 msgstr "无法读取引用 NOTES_MERGE_PARTIAL"
11265 msgid "could not find commit from NOTES_MERGE_PARTIAL."
11266 msgstr "无法从 NOTES_MERGE_PARTIAL 中找到提交。"
11269 msgid "could not parse commit from NOTES_MERGE_PARTIAL."
11270 msgstr "无法从 NOTES_MERGE_PARTIAL 中解析提交。"
11273 msgid "failed to resolve NOTES_MERGE_REF"
11274 msgstr "无法解析 NOTES_MERGE_REF"
11277 msgid "failed to finalize notes merge"
11282 msgid "unknown notes merge strategy %s"
11283 msgstr "未知的注解合并策略 %s"
11286 msgid "General options"
11290 msgid "Merge options"
11295 "resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
11297 msgstr "使用指定的策略解决注解冲突 (manual/ours/theirs/union/cat_sort_uniq)"
11300 msgid "Committing unmerged notes"
11304 msgid "finalize notes merge by committing unmerged notes"
11305 msgstr "通过提交未合并的注解来完成注解合并"
11308 msgid "Aborting notes merge resolution"
11312 msgid "abort notes merge"
11316 msgid "cannot mix --commit, --abort or -s/--strategy"
11317 msgstr "不能混用 --commit、--abort 或 -s/--strategy"
11320 msgid "must specify a notes ref to merge"
11321 msgstr "必须指定一个注解引用来合并"
11325 msgid "unknown -s/--strategy: %s"
11326 msgstr "未知的 -s/--strategy:%s"
11330 msgid "a notes merge into %s is already in-progress at %s"
11331 msgstr "位于 %2$s 的一个到 %1$s 中的注解合并正在执行中"
11335 msgid "failed to store link to current notes ref (%s)"
11336 msgstr "无法存储链接到当前的注解引用(%s)"
11341 "Automatic notes merge failed. Fix conflicts in %s and commit the result with "
11342 "'git notes merge --commit', or abort the merge with 'git notes merge --"
11345 "自动合并说明失败。修改 %s 中的冲突并且使用命令 'git notes merge --commit' 提"
11346 "交结果,或者使用命令 'git notes merge --abort' 终止合并。\n"
11348 #: builtin/notes.c builtin/tag.c
11350 msgid "Failed to resolve '%s' as a valid ref."
11351 msgstr "无法解析 '%s' 为一个有效引用。"
11355 msgid "Object %s has no note\n"
11356 msgstr "对象 %s 没有注解\n"
11359 msgid "attempt to remove non-existent note is not an error"
11360 msgstr "尝试删除不存在的注解不是一个错误"
11363 msgid "read object names from the standard input"
11364 msgstr "从标准输入读取对象名称"
11366 #: builtin/notes.c builtin/prune.c builtin/worktree.c
11367 msgid "do not remove, show only"
11371 msgid "report pruned notes"
11379 msgid "use notes from <notes-ref>"
11380 msgstr "从 <注解引用> 使用注解"
11382 #: builtin/notes.c builtin/remote.c parse-options.c
11384 msgid "unknown subcommand: `%s'"
11385 msgstr "未知子命令:`%s'"
11387 #: builtin/pack-objects.c
11388 msgid "git pack-objects --stdout [<options>] [< <ref-list> | < <object-list>]"
11389 msgstr "git pack-objects --stdout [<选项>] [< <引用列表> | < <对象列表>]"
11391 #: builtin/pack-objects.c
11393 "git pack-objects [<options>] <base-name> [< <ref-list> | < <object-list>]"
11394 msgstr "git pack-objects [<选项>] <前缀名称> [< <引用列表> | < <对象列表>]"
11396 #: builtin/pack-objects.c
11399 "write_reuse_object: could not locate %s, expected at offset %<PRIuMAX> in "
11402 "write_reuse_object:无法定位 %1$s,预期在包 %3$s 中的偏移量 %2$<PRIuMAX> 上"
11404 #: builtin/pack-objects.c
11406 msgid "bad packed object CRC for %s"
11407 msgstr "%s 错的包对象 CRC"
11409 #: builtin/pack-objects.c
11411 msgid "corrupt packed object for %s"
11414 #: builtin/pack-objects.c
11416 msgid "recursive delta detected for object %s"
11417 msgstr "发现对象 %s 递归 delta"
11419 #: builtin/pack-objects.c
11421 msgid "ordered %u objects, expected %<PRIu32>"
11422 msgstr "排序了 %u 个对象,预期 %<PRIu32> 个"
11424 #: builtin/pack-objects.c
11426 msgid "expected object at offset %<PRIuMAX> in pack %s"
11427 msgstr "预期对象在包文件 %2$s 的偏移量 %1$<PRIuMAX> 上"
11429 #: builtin/pack-objects.c
11430 msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
11431 msgstr "禁用 bitmap 写入,因为 pack.packSizeLimit 设置使得包被切分为多个"
11433 #: builtin/pack-objects.c
11434 msgid "Writing objects"
11437 #: builtin/pack-objects.c builtin/update-index.c
11439 msgid "failed to stat %s"
11440 msgstr "无法对 %s 调用 stat"
11442 #: builtin/pack-objects.c object-file.c
11444 msgid "failed utime() on %s"
11445 msgstr "在 %s 上调用 utime() 失败"
11447 #: builtin/pack-objects.c
11448 msgid "failed to write bitmap index"
11451 #: builtin/pack-objects.c
11453 msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
11454 msgstr "写入 %<PRIu32> 个对象而预期 %<PRIu32> 个"
11456 #: builtin/pack-objects.c builtin/repack.c
11457 msgid "disabling bitmap writing, as some objects are not being packed"
11458 msgstr "禁用 bitmap 写入,因为一些对象将不会被打包"
11460 #: builtin/pack-objects.c
11462 msgid "delta base offset overflow in pack for %s"
11463 msgstr "%s 压缩中 delta 基准偏移越界"
11465 #: builtin/pack-objects.c
11467 msgid "delta base offset out of bound for %s"
11468 msgstr "%s 的 delta 基准偏移越界"
11470 #: builtin/pack-objects.c
11471 msgid "Counting objects"
11474 #: builtin/pack-objects.c pack-bitmap.c
11476 msgid "unable to get size of %s"
11477 msgstr "无法得到 %s 的大小"
11479 #: builtin/pack-objects.c
11481 msgid "unable to parse object header of %s"
11482 msgstr "无法解析对象 %s 头信息"
11484 #: builtin/pack-objects.c
11486 msgid "object %s cannot be read"
11487 msgstr "对象 %s 无法读取"
11489 #: builtin/pack-objects.c
11491 msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
11492 msgstr "对象 %s 不一致的对象长度(%<PRIuMAX> vs %<PRIuMAX>)"
11494 #: builtin/pack-objects.c
11495 msgid "suboptimal pack - out of memory"
11496 msgstr "次优(suboptimal)打包 - 内存不足"
11498 #: builtin/pack-objects.c
11500 msgid "Delta compression using up to %d threads"
11501 msgstr "使用 %d 个线程进行压缩"
11503 #: builtin/pack-objects.c
11505 msgid "unable to pack objects reachable from tag %s"
11506 msgstr "无法为标签 %s 压缩对象"
11508 #: builtin/pack-objects.c commit-graph.c
11510 msgid "unable to get type of object %s"
11511 msgstr "无法获得对象 %s 类型"
11513 #: builtin/pack-objects.c
11514 msgid "Compressing objects"
11517 #: builtin/pack-objects.c
11518 msgid "inconsistency with delta count"
11521 #: builtin/pack-objects.c
11523 msgid "invalid pack.allowPackReuse value: '%s'"
11524 msgstr "无效的 pack.allowPackReuse 值:'%s'"
11526 #: builtin/pack-objects.c
11529 "value of uploadpack.blobpackfileuri must be of the form '<object-hash> <pack-"
11530 "hash> <uri>' (got '%s')"
11532 "uploadpack.blobpackfileuri 的取值必须是 '<object-hash> <pack-hash> <uri>' 格"
11535 #: builtin/pack-objects.c
11538 "object already configured in another uploadpack.blobpackfileuri (got '%s')"
11539 msgstr "对象已经在另外的 uploadpack.blobpackfileuri 中配置(得到 '%s')"
11541 #: builtin/pack-objects.c
11543 msgid "could not get type of object %s in pack %s"
11544 msgstr "无法获得包 %2$s 中对象 %1$s 的类型"
11546 #: builtin/pack-objects.c
11548 msgid "could not find pack '%s'"
11549 msgstr "不能找到包 '%s'"
11551 #: builtin/pack-objects.c
11553 msgid "packfile %s cannot be accessed"
11554 msgstr "无法访问包文件 %s"
11556 #: builtin/pack-objects.c
11557 msgid "Enumerating cruft objects"
11560 #: builtin/pack-objects.c
11561 msgid "unable to add cruft objects"
11564 #: builtin/pack-objects.c
11565 msgid "Traversing cruft objects"
11568 #: builtin/pack-objects.c
11571 "expected edge object ID, got garbage:\n"
11574 "预期边界对象(edge object)ID,却得到垃圾数据:\n"
11577 #: builtin/pack-objects.c
11580 "expected object ID, got garbage:\n"
11583 "预期对象 ID,却得到垃圾数据:\n"
11586 #: builtin/pack-objects.c reachable.c
11587 msgid "could not load cruft pack .mtimes"
11588 msgstr "不能载入废弃包 .mtimes"
11590 #: builtin/pack-objects.c
11591 msgid "cannot open pack index"
11594 #: builtin/pack-objects.c
11596 msgid "loose object at %s could not be examined"
11597 msgstr "无法检查 %s 处的松散对象"
11599 #: builtin/pack-objects.c
11600 msgid "unable to force loose object"
11603 #: builtin/pack-objects.c
11605 msgid "not a rev '%s'"
11606 msgstr "不是一个版本 '%s'"
11608 #: builtin/pack-objects.c builtin/rev-parse.c
11610 msgid "bad revision '%s'"
11613 #: builtin/pack-objects.c
11614 msgid "unable to add recent objects"
11617 #: builtin/pack-objects.c
11619 msgid "unsupported index version %s"
11620 msgstr "不支持的索引版本 %s"
11622 #: builtin/pack-objects.c
11624 msgid "bad index version '%s'"
11625 msgstr "坏的索引版本 '%s'"
11627 #: builtin/pack-objects.c
11628 msgid "show progress meter during object writing phase"
11629 msgstr "在对象写入阶段显示进度表"
11631 #: builtin/pack-objects.c
11632 msgid "similar to --all-progress when progress meter is shown"
11633 msgstr "当进度表显示时类似于 --all-progress"
11635 #: builtin/pack-objects.c
11636 msgid "<version>[,<offset>]"
11637 msgstr "<版本>[,<偏移>]"
11639 #: builtin/pack-objects.c
11640 msgid "write the pack index file in the specified idx format version"
11641 msgstr "用指定的 idx 格式版本来写包索引文件"
11643 #: builtin/pack-objects.c
11644 msgid "maximum size of each output pack file"
11645 msgstr "每个输出包的最大尺寸"
11647 #: builtin/pack-objects.c
11648 msgid "ignore borrowed objects from alternate object store"
11649 msgstr "忽略从备用对象存储里借用对象"
11651 #: builtin/pack-objects.c
11652 msgid "ignore packed objects"
11655 #: builtin/pack-objects.c
11656 msgid "limit pack window by objects"
11657 msgstr "限制打包窗口的对象数"
11659 #: builtin/pack-objects.c
11660 msgid "limit pack window by memory in addition to object limit"
11661 msgstr "除对象数量限制外设置打包窗口的内存限制"
11663 #: builtin/pack-objects.c
11664 msgid "maximum length of delta chain allowed in the resulting pack"
11665 msgstr "打包允许的 delta 链的最大长度"
11667 #: builtin/pack-objects.c
11668 msgid "reuse existing deltas"
11669 msgstr "重用已存在的 deltas"
11671 #: builtin/pack-objects.c
11672 msgid "reuse existing objects"
11675 #: builtin/pack-objects.c
11676 msgid "use OFS_DELTA objects"
11677 msgstr "使用 OFS_DELTA 对象"
11679 #: builtin/pack-objects.c
11680 msgid "use threads when searching for best delta matches"
11681 msgstr "使用线程查询最佳 delta 匹配"
11683 #: builtin/pack-objects.c
11684 msgid "do not create an empty pack output"
11687 #: builtin/pack-objects.c
11688 msgid "read revision arguments from standard input"
11689 msgstr "从标准输入读取版本号参数"
11691 #: builtin/pack-objects.c
11692 msgid "limit the objects to those that are not yet packed"
11693 msgstr "限制那些尚未打包的对象"
11695 #: builtin/pack-objects.c
11696 msgid "include objects reachable from any reference"
11697 msgstr "包括可以从任何引用访问到的对象"
11699 #: builtin/pack-objects.c
11700 msgid "include objects referred by reflog entries"
11701 msgstr "包括被引用日志引用到的对象"
11703 #: builtin/pack-objects.c
11704 msgid "include objects referred to by the index"
11705 msgstr "包括被索引引用到的对象"
11707 #: builtin/pack-objects.c
11708 msgid "read packs from stdin"
11711 #: builtin/pack-objects.c
11712 msgid "output pack to stdout"
11715 #: builtin/pack-objects.c
11716 msgid "include tag objects that refer to objects to be packed"
11717 msgstr "包括那些引用了待打包对象的标签对象"
11719 #: builtin/pack-objects.c
11720 msgid "keep unreachable objects"
11723 #: builtin/pack-objects.c
11724 msgid "pack loose unreachable objects"
11725 msgstr "打包松散的不可达对象"
11727 #: builtin/pack-objects.c
11728 msgid "unpack unreachable objects newer than <time>"
11729 msgstr "将比给定 <时间> 新的无法访问的对象解包"
11731 #: builtin/pack-objects.c
11732 msgid "create a cruft pack"
11735 #: builtin/pack-objects.c
11736 msgid "expire cruft objects older than <time>"
11737 msgstr "使早于给定 <时间> 的废弃对象过期"
11739 #: builtin/pack-objects.c
11740 msgid "use the sparse reachability algorithm"
11743 #: builtin/pack-objects.c
11744 msgid "create thin packs"
11747 #: builtin/pack-objects.c
11748 msgid "create packs suitable for shallow fetches"
11749 msgstr "创建适合浅克隆仓库获取的包"
11751 #: builtin/pack-objects.c
11752 msgid "ignore packs that have companion .keep file"
11753 msgstr "忽略配有 .keep 文件的包"
11755 #: builtin/pack-objects.c
11756 msgid "ignore this pack"
11759 #: builtin/pack-objects.c
11760 msgid "pack compression level"
11763 #: builtin/pack-objects.c
11764 msgid "do not hide commits by grafts"
11765 msgstr "显示被移植隐藏的提交"
11767 #: builtin/pack-objects.c
11768 msgid "use a bitmap index if available to speed up counting objects"
11769 msgstr "使用 bitmap 索引(如果有的话)以提高对象计数时的速度"
11771 #: builtin/pack-objects.c
11772 msgid "write a bitmap index together with the pack index"
11773 msgstr "在建立包索引的同时创建 bitmap 索引"
11775 #: builtin/pack-objects.c
11776 msgid "write a bitmap index if possible"
11777 msgstr "如果可能,写 bitmap 索引"
11779 #: builtin/pack-objects.c
11780 msgid "handling for missing objects"
11783 #: builtin/pack-objects.c
11784 msgid "do not pack objects in promisor packfiles"
11785 msgstr "不要打包 promisor 包文件中的对象"
11787 #: builtin/pack-objects.c
11788 msgid "respect islands during delta compression"
11789 msgstr "在增量压缩时参考数据岛"
11791 #: builtin/pack-objects.c
11795 #: builtin/pack-objects.c
11796 msgid "exclude any configured uploadpack.blobpackfileuri with this protocol"
11797 msgstr "使用此协议排除任何已配置的 uploadpack.blobpackfileuri"
11799 #: builtin/pack-objects.c
11801 msgid "delta chain depth %d is too deep, forcing %d"
11802 msgstr "增量链深度 %d 太深了,强制为 %d"
11804 #: builtin/pack-objects.c
11806 msgid "pack.deltaCacheLimit is too high, forcing %d"
11807 msgstr "配置 pack.deltaCacheLimit 太高了,强制为 %d"
11809 #: builtin/pack-objects.c config.c
11811 msgid "bad pack compression level %d"
11812 msgstr "错误的打包压缩级别 %d"
11814 #: builtin/pack-objects.c
11815 msgid "--max-pack-size cannot be used to build a pack for transfer"
11816 msgstr "不能使用 --max-pack-size 来构建传输用的包文件"
11818 #: builtin/pack-objects.c
11819 msgid "minimum pack size limit is 1 MiB"
11820 msgstr "最小的包文件大小是 1 MiB"
11822 #: builtin/pack-objects.c
11823 msgid "--thin cannot be used to build an indexable pack"
11824 msgstr "--thin 不能用于创建一个可索引包"
11826 #: builtin/pack-objects.c
11827 msgid "cannot use --filter with --stdin-packs"
11828 msgstr "不能同时使用 --filter 和 --stdin-packs"
11830 #: builtin/pack-objects.c
11831 msgid "cannot use internal rev list with --stdin-packs"
11832 msgstr "不能同时使用内部版本列表和 --stdin-packs"
11834 #: builtin/pack-objects.c
11835 msgid "cannot use internal rev list with --cruft"
11836 msgstr "不能同时使用内部版本列表和 --cruft"
11838 #: builtin/pack-objects.c
11839 msgid "cannot use --stdin-packs with --cruft"
11840 msgstr "不能将 --stdin-packs 和 --cruft 同时使用"
11842 #: builtin/pack-objects.c
11843 msgid "Enumerating objects"
11846 #: builtin/pack-objects.c
11849 "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>), pack-"
11850 "reused %<PRIu32> (from %<PRIuMAX>)"
11852 "总共 %<PRIu32>(差异 %<PRIu32>),复用 %<PRIu32>(差异 %<PRIu32>),包复用 "
11853 "%<PRIu32>(来自 %<PRIuMAX> 个包)"
11855 #: builtin/pack-redundant.c
11857 "'git pack-redundant' is nominated for removal.\n"
11858 "If you still use this command, please add an extra\n"
11859 "option, '--i-still-use-this', on the command line\n"
11860 "and let us know you still use it by sending an e-mail\n"
11861 "to <git@vger.kernel.org>. Thanks.\n"
11863 "准备移除 'git pack-redundant' 命令。如果您仍旧使用这个\n"
11864 "命令,请在命令行中添加额外参数:'--i-still-use-this',\n"
11865 "并通过发送邮件到 <git@vger.kernel.org> 让我们知道您仍旧\n"
11868 #: builtin/pack-redundant.c
11869 msgid "refusing to run without --i-still-use-this"
11870 msgstr "拒绝在未指定 --i-still-use-this 选项时运行"
11872 #: builtin/pack-refs.c
11874 "git pack-refs [--all] [--no-prune] [--auto] [--include <pattern>] [--exclude "
11877 "git pack-refs [--all] [--no-prune] [--auto] [--include <模式>] [--exclude <模"
11880 #: builtin/pack-refs.c
11881 msgid "pack everything"
11884 #: builtin/pack-refs.c
11885 msgid "prune loose refs (default)"
11886 msgstr "清除松散的引用(默认)"
11888 #: builtin/pack-refs.c
11889 msgid "auto-pack refs as needed"
11892 #: builtin/pack-refs.c
11893 msgid "references to include"
11896 #: builtin/pack-refs.c
11897 msgid "references to exclude"
11900 #: builtin/patch-id.c
11901 msgid "git patch-id [--stable | --unstable | --verbatim]"
11902 msgstr "git patch-id [--stable | --unstable | --verbatim]"
11904 #: builtin/patch-id.c
11905 msgid "use the unstable patch-id algorithm"
11906 msgstr "使用不稳定的 patch-id 算法"
11908 #: builtin/patch-id.c
11909 msgid "use the stable patch-id algorithm"
11910 msgstr "使用稳定的 patch-id 算法"
11912 #: builtin/patch-id.c
11913 msgid "don't strip whitespace from the patch"
11914 msgstr "不要从补丁中删除空白字符"
11917 msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
11918 msgstr "git prune [-n] [-v] [--progress] [--expire <时间>] [--] [<head>...]"
11921 msgid "report pruned objects"
11925 msgid "expire objects older than <time>"
11926 msgstr "使早于给定时间的对象过期"
11929 msgid "limit traversal to objects outside promisor packfiles"
11930 msgstr "限制遍历 promisor 包以外的对象"
11933 msgid "cannot prune in a precious-objects repo"
11934 msgstr "不能在珍品仓库中执行清理操作"
11937 msgid "git pull [<options>] [<repository> [<refspec>...]]"
11938 msgstr "git pull [<选项>] [<仓库> [<引用规格>...]]"
11941 msgid "control for recursive fetching of submodules"
11942 msgstr "控制子模组的递归获取"
11945 msgid "Options related to merging"
11949 msgid "incorporate changes by rebasing rather than merging"
11950 msgstr "使用变基操作取代合并操作以合入修改"
11952 #: builtin/pull.c builtin/revert.c
11953 msgid "allow fast-forward"
11957 msgid "control use of pre-merge-commit and commit-msg hooks"
11958 msgstr "控制 pre-merge-commit 和 commit-msg 钩子的使用"
11960 #: builtin/pull.c parse-options.h
11961 msgid "automatically stash/stash pop before and after"
11962 msgstr "在操作前后执行自动贮藏和弹出贮藏"
11965 msgid "Options related to fetching"
11969 msgid "force overwrite of local branch"
11973 msgid "number of submodules pulled in parallel"
11974 msgstr "并发拉取的子模组的数量"
11976 #: builtin/pull.c parse-options.h
11977 msgid "use IPv4 addresses only"
11978 msgstr "只使用 IPv4 地址"
11980 #: builtin/pull.c parse-options.h
11981 msgid "use IPv6 addresses only"
11982 msgstr "只使用 IPv6 地址"
11986 "There is no candidate for rebasing against among the refs that you just "
11988 msgstr "在您刚刚获取到的引用中没有变基操作的候选。"
11992 "There are no candidates for merging among the refs that you just fetched."
11993 msgstr "在您刚刚获取到的引用中没有合并操作的候选。"
11997 "Generally this means that you provided a wildcard refspec which had no\n"
11998 "matches on the remote end."
11999 msgstr "通常这意味着您提供了一个通配符引用规格但未能和远端匹配。"
12004 "You asked to pull from the remote '%s', but did not specify\n"
12005 "a branch. Because this is not the default configured remote\n"
12006 "for your current branch, you must specify a branch on the command line."
12008 "您要求从远程 '%s' 拉取,但是未指定一个分支。因为这不是当前\n"
12009 "分支默认的远程仓库,您必须在命令行中指定一个分支名。"
12011 #: builtin/pull.c builtin/rebase.c
12012 msgid "You are not currently on a branch."
12013 msgstr "您当前不在一个分支上。"
12016 msgid "Please specify which branch you want to rebase against."
12017 msgstr "请指定您要变基到哪一个分支。"
12020 msgid "Please specify which branch you want to merge with."
12021 msgstr "请指定您要合并哪一个分支。"
12024 msgid "See git-pull(1) for details."
12025 msgstr "详见 git-pull(1)。"
12027 #: builtin/pull.c builtin/rebase.c
12031 #: builtin/pull.c scalar.c
12035 #: builtin/pull.c builtin/rebase.c
12036 msgid "There is no tracking information for the current branch."
12037 msgstr "当前分支没有跟踪信息。"
12041 "If you wish to set tracking information for this branch you can do so with:"
12042 msgstr "如果您想要为此分支创建跟踪信息,您可以执行:"
12047 "Your configuration specifies to merge with the ref '%s'\n"
12048 "from the remote, but no such ref was fetched."
12050 "您的配置中指定要合并远程的引用 '%s',\n"
12055 msgid "unable to access commit %s"
12059 msgid "ignoring --verify-signatures for rebase"
12060 msgstr "为变基操作忽略 --verify-signatures"
12064 "You have divergent branches and need to specify how to reconcile them.\n"
12065 "You can do so by running one of the following commands sometime before\n"
12066 "your next pull:\n"
12068 " git config pull.rebase false # merge\n"
12069 " git config pull.rebase true # rebase\n"
12070 " git config pull.ff only # fast-forward only\n"
12072 "You can replace \"git config\" with \"git config --global\" to set a "
12074 "preference for all repositories. You can also pass --rebase, --no-rebase,\n"
12075 "or --ff-only on the command line to override the configured default per\n"
12078 "您有偏离的分支,需要指定如何调和它们。您可以在执行下一次\n"
12079 "pull 操作之前执行下面一条命令来抑制本消息:\n"
12081 " git config pull.rebase false # 合并\n"
12082 " git config pull.rebase true # 变基\n"
12083 " git config pull.ff only # 仅快进\n"
12085 "您可以将 \"git config\" 替换为 \"git config --global\" 以便为所有仓库设置\n"
12086 "缺省的配置项。您也可以在每次执行 pull 命令时添加 --rebase、--no-rebase,\n"
12087 "或者 --ff-only 参数覆盖缺省设置。\n"
12090 msgid "Updating an unborn branch with changes added to the index."
12091 msgstr "更新尚未诞生的分支,变更添加至索引。"
12094 msgid "pull with rebase"
12097 #: builtin/pull.c builtin/rebase.c
12098 msgid "Please commit or stash them."
12104 "fetch updated the current branch head.\n"
12105 "fast-forwarding your working tree from\n"
12108 "fetch 更新了当前的分支。快进您的工作区\n"
12114 "Cannot fast-forward your working tree.\n"
12115 "After making sure that you saved anything precious from\n"
12118 "$ git reset --hard\n"
12121 "您当前的工作区无法执行快进操作。\n"
12124 "以确认所有有用的数据均已保存。然后执行下面的命令\n"
12125 "$ git reset --hard\n"
12129 msgid "Cannot merge multiple branches into empty head."
12130 msgstr "无法将多个分支合并到空分支。"
12133 msgid "Cannot rebase onto multiple branches."
12134 msgstr "无法变基到多个分支。"
12137 msgid "Cannot fast-forward to multiple branches."
12138 msgstr "无法快进到多个分支。"
12141 msgid "Need to specify how to reconcile divergent branches."
12142 msgstr "需要指定如何调和偏离的分支。"
12145 msgid "cannot rebase with locally recorded submodule modifications"
12146 msgstr "本地子模组中有修改,无法变基"
12149 msgid "git push [<options>] [<repository> [<refspec>...]]"
12150 msgstr "git push [<选项>] [<仓库> [<引用规格>...]]"
12153 msgid "tag shorthand without <tag>"
12154 msgstr "标签后面未提供 <标签> 参数"
12157 msgid "--delete only accepts plain target ref names"
12158 msgstr "--delete 只接受简单的目标引用名"
12163 "To choose either option permanently, see push.default in 'git help config'.\n"
12166 "为了永久地选择任一选项,参见 'git help config' 中的 push.default。\n"
12171 "To avoid automatically configuring an upstream branch when its name\n"
12172 "won't match the local branch, see option 'simple' of branch.autoSetupMerge\n"
12173 "in 'git help config'.\n"
12176 "为了避免在与本地分支名字不匹配时自动设置上游分支,参见 'git help config'\n"
12177 "中 branch.autoSetupMerge 的 'simple' 选项。\n"
12182 "The upstream branch of your current branch does not match\n"
12183 "the name of your current branch. To push to the upstream branch\n"
12184 "on the remote, use\n"
12186 " git push %s HEAD:%s\n"
12188 "To push to the branch of the same name on the remote, use\n"
12190 " git push %s HEAD\n"
12193 "您当前分支的上游分支和您当前分支名不匹配,为推送到远程的上游分支,\n"
12196 " git push %s HEAD:%s\n"
12200 " git push %s HEAD\n"
12206 "You are not currently on a branch.\n"
12207 "To push the history leading to the current (detached HEAD)\n"
12210 " git push %s HEAD:<name-of-remote-branch>\n"
12213 "现在为推送当前(分离头指针)的历史,使用\n"
12215 " git push %s HEAD:<远程分支名字>\n"
12220 "To have this happen automatically for branches without a tracking\n"
12221 "upstream, see 'push.autoSetupRemote' in 'git help config'.\n"
12224 "为了让没有追踪上游的分支自动配置,参见 'git help config' 中的 push."
12225 "autoSetupRemote。\n"
12230 "The current branch %s has no upstream branch.\n"
12231 "To push the current branch and set the remote as upstream, use\n"
12233 " git push --set-upstream %s %s\n"
12236 "当前分支 %s 没有对应的上游分支。\n"
12237 "为推送当前分支并建立与远程上游的跟踪,使用\n"
12239 " git push --set-upstream %s %s\n"
12244 msgid "The current branch %s has multiple upstream branches, refusing to push."
12245 msgstr "当前分支 %s 有多个上游分支,拒绝推送。"
12249 "You didn't specify any refspecs to push, and push.default is \"nothing\"."
12250 msgstr "您没有为推送指定任何引用规格,并且 push.default 为 \"nothing\"。"
12255 "You are pushing to remote '%s', which is not the upstream of\n"
12256 "your current branch '%s', without telling me what to push\n"
12257 "to update which remote branch."
12259 "您正推送至远程 '%s'(其并非当前分支 '%s' 的上游),\n"
12260 "而没有告诉我要推送什么、更新哪个远程分支。"
12264 "Updates were rejected because the tip of your current branch is behind\n"
12265 "its remote counterpart. If you want to integrate the remote changes,\n"
12266 "use 'git pull' before pushing again.\n"
12267 "See the 'Note about fast-forwards' in 'git push --help' for details."
12269 "更新被拒绝,因为您当前分支的最新提交落后于其对应的远程分支。\n"
12270 "如果您希望先与远程变更合并,请在推送前执行 'git pull'。\n"
12271 "详见 'git push --help' 中的 'Note about fast-forwards' 小节。"
12275 "Updates were rejected because a pushed branch tip is behind its remote\n"
12276 "counterpart. If you want to integrate the remote changes, use 'git pull'\n"
12277 "before pushing again.\n"
12278 "See the 'Note about fast-forwards' in 'git push --help' for details."
12280 "更新被拒绝,因为推送的一个分支的最新提交落后于其对应的远程分支。\n"
12281 "如果您希望先与远程变更合并,请在推送前执行 'git pull'。\n"
12282 "详见 'git push --help' 中的 'Note about fast-forwards' 小节。"
12286 "Updates were rejected because the remote contains work that you do not\n"
12287 "have locally. This is usually caused by another repository pushing to\n"
12288 "the same ref. If you want to integrate the remote changes, use\n"
12289 "'git pull' before pushing again.\n"
12290 "See the 'Note about fast-forwards' in 'git push --help' for details."
12292 "更新被拒绝,因为远程仓库包含您本地尚不存在的提交。这通常是因为另外\n"
12293 "一个仓库已向该引用进行了推送。如果您希望先与远程变更合并,请在推送\n"
12294 "前执行 'git pull'。\n"
12295 "详见 'git push --help' 中的 'Note about fast-forwards' 小节。"
12298 msgid "Updates were rejected because the tag already exists in the remote."
12299 msgstr "更新被拒绝,因为该标签在远程已经存在。"
12303 "You cannot update a remote ref that points at a non-commit object,\n"
12304 "or update a remote ref to make it point at a non-commit object,\n"
12305 "without using the '--force' option.\n"
12307 "如果不使用 '--force' 参数,您不能更新一个指向非提交对象的远程引用,\n"
12308 "也不能更新远程引用让其指向一个非提交对象。\n"
12312 "Updates were rejected because the tip of the remote-tracking branch has\n"
12313 "been updated since the last checkout. If you want to integrate the\n"
12314 "remote changes, use 'git pull' before pushing again.\n"
12315 "See the 'Note about fast-forwards' in 'git push --help' for details."
12317 "更新被拒绝,因为远程跟踪分支的最新提交自从上次检出之后已被更新。\n"
12318 "如果您希望先与远程变更合并,请在推送前执行 'git pull'。\n"
12319 "详见 'git push --help' 中的 'Note about fast-forwards' 小节。"
12323 msgid "Pushing to %s\n"
12328 msgid "failed to push some refs to '%s'"
12329 msgstr "无法推送一些引用到 '%s'"
12333 "recursing into submodule with push.recurseSubmodules=only; using on-demand "
12336 "在 push.recurseSubmodules=only 时递归进入子模组;取而代之使用 on-demand"
12338 #: builtin/push.c builtin/send-pack.c submodule-config.c
12340 msgid "invalid value for '%s'"
12343 #: builtin/push.c builtin/submodule--helper.c
12348 msgid "push all branches"
12351 #: builtin/push.c builtin/send-pack.c
12352 msgid "mirror all refs"
12356 msgid "delete refs"
12360 msgid "push tags (can't be used with --all or --branches or --mirror)"
12361 msgstr "推送标签(不能使用 --all or --branches or --mirror)"
12363 #: builtin/push.c builtin/send-pack.c
12364 msgid "force updates"
12367 #: builtin/push.c builtin/send-pack.c
12368 msgid "<refname>:<expect>"
12369 msgstr "<引用名>:<期望值>"
12371 #: builtin/push.c builtin/send-pack.c
12372 msgid "require old value of ref to be at this value"
12373 msgstr "要求引用旧的取值为设定值"
12375 #: builtin/push.c builtin/send-pack.c
12376 msgid "require remote updates to be integrated locally"
12377 msgstr "要求远程更新在本地被整合"
12380 msgid "control recursive pushing of submodules"
12381 msgstr "控制子模组的递归推送"
12383 #: builtin/push.c builtin/send-pack.c
12384 msgid "use thin pack"
12387 #: builtin/push.c builtin/send-pack.c
12388 msgid "receive pack program"
12392 msgid "set upstream for git pull/status"
12393 msgstr "设置 git pull/status 的上游"
12396 msgid "prune locally removed refs"
12400 msgid "bypass pre-push hook"
12401 msgstr "绕过 pre-push 钩子"
12404 msgid "push missing but relevant tags"
12405 msgstr "推送缺失但有关的标签"
12407 #: builtin/push.c builtin/send-pack.c
12408 msgid "GPG sign the push"
12409 msgstr "用 GPG 为推送签名"
12411 #: builtin/push.c builtin/send-pack.c
12412 msgid "request atomic transaction on remote side"
12413 msgstr "需要远端支持原子事务"
12416 msgid "--delete doesn't make sense without any refs"
12417 msgstr "--delete 未接任何引用没有意义"
12419 #: builtin/push.c t/helper/test-bundle-uri.c
12421 msgid "bad repository '%s'"
12426 "No configured push destination.\n"
12427 "Either specify the URL from the command-line or configure a remote "
12428 "repository using\n"
12430 " git remote add <name> <url>\n"
12432 "and then push using the remote name\n"
12434 " git push <name>\n"
12437 "或通过命令行指定 URL,或用下面命令配置一个远程仓库\n"
12439 " git remote add <名称> <地址>\n"
12446 msgid "--all can't be combined with refspecs"
12447 msgstr "--all 不能和引用规格同时使用"
12450 msgid "--mirror can't be combined with refspecs"
12451 msgstr "--mirror 不能和引用规格同时使用"
12454 msgid "push options must not have new line characters"
12455 msgstr "推送选项不能有换行符"
12457 #: builtin/range-diff.c
12458 msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
12459 msgstr "git range-diff [<选项>] <old-base>..<old-tip> <new-base>..<new-tip>"
12461 #: builtin/range-diff.c
12462 msgid "git range-diff [<options>] <old-tip>...<new-tip>"
12463 msgstr "git range-diff [<选项>] <old-tip>...<new-tip>"
12465 #: builtin/range-diff.c
12466 msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
12467 msgstr "git range-diff [<选项>] <base> <old-tip> <new-tip>"
12469 #: builtin/range-diff.c
12470 msgid "use simple diff colors"
12473 #: builtin/range-diff.c
12477 #: builtin/range-diff.c
12478 msgid "passed to 'git log'"
12479 msgstr "传递给 'git log'"
12481 #: builtin/range-diff.c
12482 msgid "only emit output related to the first range"
12483 msgstr "仅显示与第一个范围有关的输出"
12485 #: builtin/range-diff.c
12486 msgid "only emit output related to the second range"
12487 msgstr "仅显示与第二个范围有关的输出"
12489 #: builtin/range-diff.c
12491 msgid "not a revision: '%s'"
12494 #: builtin/range-diff.c
12496 msgid "not a commit range: '%s'"
12497 msgstr "不是提交范围:'%s'"
12499 #: builtin/range-diff.c
12501 msgid "not a symmetric range: '%s'"
12502 msgstr "不是对称的范围:'%s'"
12504 #: builtin/range-diff.c
12505 msgid "need two commit ranges"
12508 #: builtin/read-tree.c
12510 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --"
12511 "prefix=<prefix>)\n"
12512 " [-u | -i]] [--index-output=<file>] [--no-sparse-checkout]\n"
12513 " (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
12515 "git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<前缀>)\n"
12516 " [-u | -i]] [--index-output=<文件>] [--no-sparse-checkout]\n"
12517 " (--empty | <树对象一> [<树对象二> [<树对象三>]])"
12519 #: builtin/read-tree.c
12520 msgid "write resulting index to <file>"
12521 msgstr "将索引结果写入 <文件>"
12523 #: builtin/read-tree.c
12524 msgid "only empty the index"
12527 #: builtin/read-tree.c
12531 #: builtin/read-tree.c
12532 msgid "perform a merge in addition to a read"
12533 msgstr "读取之余再执行一个合并"
12535 #: builtin/read-tree.c
12536 msgid "3-way merge if no file level merging required"
12537 msgstr "如果没有文件级合并需要,执行三方合并"
12539 #: builtin/read-tree.c
12540 msgid "3-way merge in presence of adds and removes"
12541 msgstr "存在添加和删除时,也执行三方合并"
12543 #: builtin/read-tree.c
12544 msgid "same as -m, but discard unmerged entries"
12545 msgstr "类似于 -m,但丢弃未合并的条目"
12547 #: builtin/read-tree.c
12548 msgid "<subdirectory>/"
12551 #: builtin/read-tree.c
12552 msgid "read the tree into the index under <subdirectory>/"
12553 msgstr "读取树对象到索引的 <子目录>/ 下"
12555 #: builtin/read-tree.c
12556 msgid "update working tree with merge result"
12557 msgstr "用合并的结果更新工作区"
12559 #: builtin/read-tree.c
12563 #: builtin/read-tree.c
12564 msgid "allow explicitly ignored files to be overwritten"
12565 msgstr "允许忽略文件中设定的文件可以被覆盖"
12567 #: builtin/read-tree.c
12568 msgid "don't check the working tree after merging"
12571 #: builtin/read-tree.c
12572 msgid "don't update the index or the work tree"
12573 msgstr "不更新索引区和工作区"
12575 #: builtin/read-tree.c
12576 msgid "skip applying sparse checkout filter"
12577 msgstr "跳过应用稀疏检出过滤器"
12579 #: builtin/read-tree.c
12580 msgid "debug unpack-trees"
12581 msgstr "调试 unpack-trees"
12583 #: builtin/read-tree.c
12584 msgid "suppress feedback messages"
12587 #: builtin/read-tree.c
12588 msgid "You need to resolve your current index first"
12589 msgstr "您需要先解决当前索引的冲突"
12591 #: builtin/rebase.c
12593 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase> | --keep-base] "
12594 "[<upstream> [<branch>]]"
12596 "git rebase [-i] [options] [--exec <命令>] [--onto <新基线> | --keep-base] [<"
12599 #: builtin/rebase.c
12601 "git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
12603 "git rebase [-i] [选项] [--exec <命令>] [--onto <新基线>] --root [<分支>]"
12605 #: builtin/rebase.c sequencer.c
12607 msgid "could not read '%s'."
12608 msgstr "不能读取 '%s'。"
12610 #: builtin/rebase.c
12612 msgid "could not create temporary %s"
12613 msgstr "无法创建临时的 %s"
12615 #: builtin/rebase.c
12616 msgid "could not mark as interactive"
12619 #: builtin/rebase.c
12620 msgid "could not generate todo list"
12623 #: builtin/rebase.c
12624 msgid "a base commit must be provided with --upstream or --onto"
12625 msgstr "使用 --upstream 或 --onto 必须提供一个基线提交"
12627 #: builtin/rebase.c
12629 msgid "%s requires the merge backend"
12632 #: builtin/rebase.c
12634 msgid "invalid onto: '%s'"
12635 msgstr "无效新基线:'%s'"
12637 #: builtin/rebase.c
12639 msgid "invalid orig-head: '%s'"
12640 msgstr "无效的原始 head:'%s'"
12642 #: builtin/rebase.c
12644 msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
12645 msgstr "忽略无效的 allow_rerere_autoupdate:'%s'"
12647 #: builtin/rebase.c builtin/rm.c sequencer.c
12649 msgid "could not remove '%s'"
12652 #: builtin/rebase.c
12656 "git encountered an error while preparing the patches to replay\n"
12657 "these revisions:\n"
12661 "As a result, git cannot rebase them."
12664 "在为重放这些版本而准备补丁时,git 遇到了一个错误:\n"
12670 #: builtin/rebase.c
12672 msgid "Unknown rebase-merges mode: %s"
12673 msgstr "未知的变基合并模式:%s"
12675 #: builtin/rebase.c
12677 msgid "could not switch to %s"
12680 #: builtin/rebase.c
12681 msgid "apply options and merge options cannot be used together"
12682 msgstr "应用选项和合并选项不能同时使用"
12684 #: builtin/rebase.c
12685 msgid "--empty=ask is deprecated; use '--empty=stop' instead."
12686 msgstr "--empty=ask 已弃用;请使用 '--empty=stop'。"
12688 #: builtin/rebase.c
12691 "unrecognized empty type '%s'; valid values are \"drop\", \"keep\", and "
12693 msgstr "无法识别的空类型 '%s';有效值有 \"drop\"、\"keep\" 和 \"stop\"。"
12695 #: builtin/rebase.c
12697 "--rebase-merges with an empty string argument is deprecated and will stop "
12698 "working in a future version of Git. Use --rebase-merges without an argument "
12699 "instead, which does the same thing."
12701 "为 --rebase-merges 指定空值参数的方式已经被废弃并且在 Git 未来\n"
12702 "的版本中将不再支持。 支持使用无参数 --rebase-merges 的方式进行替\n"
12705 #: builtin/rebase.c
12709 "Please specify which branch you want to rebase against.\n"
12710 "See git-rebase(1) for details.\n"
12712 " git rebase '<branch>'\n"
12717 "详见 git-rebase(1)。\n"
12719 " git rebase '<branch>'\n"
12722 #: builtin/rebase.c
12725 "If you wish to set tracking information for this branch you can do so with:\n"
12727 " git branch --set-upstream-to=%s/<branch> %s\n"
12730 "如果您想要为此分支创建跟踪信息,您可以执行:\n"
12732 " git branch --set-upstream-to=%s/<branch> %s\n"
12735 #: builtin/rebase.c
12736 msgid "exec commands cannot contain newlines"
12737 msgstr "exec 命令不能包含换行符"
12739 #: builtin/rebase.c
12740 msgid "empty exec command"
12741 msgstr "空的 exec 命令"
12743 #: builtin/rebase.c
12744 msgid "rebase onto given branch instead of upstream"
12745 msgstr "变基到给定的分支而非上游"
12747 #: builtin/rebase.c
12748 msgid "use the merge-base of upstream and branch as the current base"
12749 msgstr "使用上游和分支的合并基线做为当前基线"
12751 #: builtin/rebase.c
12752 msgid "allow pre-rebase hook to run"
12753 msgstr "允许执行 pre-rebase 钩子"
12755 #: builtin/rebase.c
12756 msgid "be quiet. implies --no-stat"
12757 msgstr "安静。暗示 --no-stat"
12759 #: builtin/rebase.c
12760 msgid "display a diffstat of what changed upstream"
12761 msgstr "显示上游变化的差异统计"
12763 #: builtin/rebase.c
12764 msgid "do not show diffstat of what changed upstream"
12765 msgstr "不显示上游变化的差异统计"
12767 #: builtin/rebase.c
12768 msgid "add a Signed-off-by trailer to each commit"
12769 msgstr "为每一个提交添加 Signed-off-by 尾注"
12771 #: builtin/rebase.c
12772 msgid "make committer date match author date"
12773 msgstr "使提交者日期和作者日期一致"
12775 #: builtin/rebase.c
12776 msgid "ignore author date and use current date"
12777 msgstr "忽略作者日期,使用当前日期"
12779 #: builtin/rebase.c
12780 msgid "synonym of --reset-author-date"
12781 msgstr "--reset-author-date 的同义词"
12783 #: builtin/rebase.c
12784 msgid "passed to 'git apply'"
12785 msgstr "传递给 'git apply'"
12787 #: builtin/rebase.c
12788 msgid "ignore changes in whitespace"
12791 #: builtin/rebase.c
12792 msgid "cherry-pick all commits, even if unchanged"
12793 msgstr "拣选所有提交,即使未修改"
12795 #: builtin/rebase.c
12799 #: builtin/rebase.c
12800 msgid "skip current patch and continue"
12803 #: builtin/rebase.c
12804 msgid "abort and check out the original branch"
12807 #: builtin/rebase.c
12808 msgid "abort but keep HEAD where it is"
12809 msgstr "终止但保持 HEAD 不变"
12811 #: builtin/rebase.c
12812 msgid "edit the todo list during an interactive rebase"
12813 msgstr "在交互式变基中编辑待办列表"
12815 #: builtin/rebase.c
12816 msgid "show the patch file being applied or merged"
12817 msgstr "显示正在应用或合并的补丁文件"
12819 #: builtin/rebase.c
12820 msgid "use apply strategies to rebase"
12821 msgstr "使用应用策略进行变基"
12823 #: builtin/rebase.c
12824 msgid "use merging strategies to rebase"
12825 msgstr "使用合并策略进行变基"
12827 #: builtin/rebase.c
12828 msgid "let the user edit the list of commits to rebase"
12829 msgstr "让用户编辑要变基的提交列表"
12831 #: builtin/rebase.c
12832 msgid "(REMOVED) was: try to recreate merges instead of ignoring them"
12833 msgstr "(已删除)曾是:尝试重建合并提交而非忽略它们"
12835 #: builtin/rebase.c builtin/revert.c
12836 msgid "how to handle commits that become empty"
12837 msgstr "如何处理成为空提交的提交"
12839 #: builtin/rebase.c
12840 msgid "keep commits which start empty"
12843 #: builtin/rebase.c
12844 msgid "move commits that begin with squash!/fixup! under -i"
12845 msgstr "在 -i 交互模式下,移动以 squash!/fixup! 开头的提交"
12847 #: builtin/rebase.c
12848 msgid "update branches that point to commits that are being rebased"
12849 msgstr "更新指向正在被变基的提交的分支"
12851 #: builtin/rebase.c
12852 msgid "add exec lines after each commit of the editable list"
12853 msgstr "可编辑列表的每一个提交下面增加一行 exec"
12855 #: builtin/rebase.c
12856 msgid "allow rebasing commits with empty messages"
12857 msgstr "允许针对空提交说明的提交变基"
12859 #: builtin/rebase.c
12860 msgid "try to rebase merges instead of skipping them"
12861 msgstr "尝试对合并提交变基而不是忽略它们"
12863 #: builtin/rebase.c
12864 msgid "use 'merge-base --fork-point' to refine upstream"
12865 msgstr "使用 'merge-base --fork-point' 来优化上游"
12867 #: builtin/rebase.c
12868 msgid "use the given merge strategy"
12871 #: builtin/rebase.c builtin/revert.c
12875 #: builtin/rebase.c
12876 msgid "pass the argument through to the merge strategy"
12877 msgstr "将参数传递给合并策略"
12879 #: builtin/rebase.c
12880 msgid "rebase all reachable commits up to the root(s)"
12881 msgstr "将所有可达的提交变基到根提交"
12883 #: builtin/rebase.c
12884 msgid "automatically re-schedule any `exec` that fails"
12885 msgstr "自动重新安排任何失败的 `exec`"
12887 #: builtin/rebase.c
12888 msgid "apply all changes, even those already present upstream"
12889 msgstr "应用所有更改,甚至那些已在上游存在的"
12891 #: builtin/rebase.c
12892 msgid "It looks like 'git am' is in progress. Cannot rebase."
12893 msgstr "看起来 'git am' 正在执行中。无法变基。"
12895 #: builtin/rebase.c
12897 "`rebase --preserve-merges` (-p) is no longer supported.\n"
12898 "Use `git rebase --abort` to terminate current rebase.\n"
12899 "Or downgrade to v2.33, or earlier, to complete the rebase."
12901 "`rebase --preserve-merges` (-p) 不再被支持。\n"
12902 "使用 `git rebase --abort` 来终止当前的变基。\n"
12903 "或者降级至 v2.33 或更早的版本来完成此次变基。"
12905 #: builtin/rebase.c
12907 "--preserve-merges was replaced by --rebase-merges\n"
12908 "Note: Your `pull.rebase` configuration may also be set to 'preserve',\n"
12909 "which is no longer supported; use 'merges' instead"
12911 "--preserve-merges 被 --rebase-merges 取代\n"
12912 "提示:你的 `pull.rebase` 配置可能是不再被支持的 'preserve' 选项;\n"
12915 #: builtin/rebase.c
12916 msgid "no rebase in progress"
12919 #: builtin/rebase.c
12920 msgid "The --edit-todo action can only be used during interactive rebase."
12921 msgstr "动作 --edit-todo 只能用在交互式变基过程中。"
12923 #: builtin/rebase.c
12924 msgid "Cannot read HEAD"
12927 #: builtin/rebase.c
12929 "You must edit all merge conflicts and then\n"
12930 "mark them as resolved using git add"
12932 "您必须编辑所有的合并冲突,然后通过 git add\n"
12935 #: builtin/rebase.c
12936 msgid "could not discard worktree changes"
12939 #: builtin/rebase.c
12941 msgid "could not move back to %s"
12944 #: builtin/rebase.c
12947 "It seems that there is already a %s directory, and\n"
12948 "I wonder if you are in the middle of another rebase. If that is the\n"
12949 "case, please try\n"
12951 "If that is not the case, please\n"
12953 "and run me again. I am stopping in case you still have something\n"
12954 "valuable there.\n"
12956 "似乎已有一个 %s 目录,我怀疑您正处于另外一个变基操作过程中。\n"
12961 "然后再重新执行。 为避免丢失重要数据,我已经停止当前操作。\n"
12963 #: builtin/rebase.c
12964 msgid "switch `C' expects a numerical value"
12965 msgstr "开关 `C' 期望一个数字值"
12967 #: builtin/rebase.c
12969 "apply options are incompatible with rebase.rebaseMerges. Consider adding --"
12971 msgstr "应用的选项与 rebase.rebaseMerges 不兼容。考虑加上 --no-rebase-merges"
12973 #: builtin/rebase.c
12975 "apply options are incompatible with rebase.updateRefs. Consider adding --no-"
12977 msgstr "应用的选项与 rebase.updateRefs 不兼容。考虑加上 --no-update-refs"
12979 #: builtin/rebase.c
12981 msgid "Unknown rebase backend: %s"
12982 msgstr "未知的变基后端:%s"
12984 #: builtin/rebase.c
12985 msgid "--reschedule-failed-exec requires --exec or --interactive"
12986 msgstr "--reschedule-failed-exec 需要 --exec 或 --interactive"
12988 #: builtin/rebase.c
12990 msgid "invalid upstream '%s'"
12991 msgstr "无效的上游 '%s'"
12993 #: builtin/rebase.c
12994 msgid "Could not create new root commit"
12997 #: builtin/rebase.c
12999 msgid "no such branch/commit '%s'"
13000 msgstr "无此分支/提交 '%s'"
13002 #: builtin/rebase.c builtin/submodule--helper.c
13004 msgid "No such ref: %s"
13005 msgstr "没有这样的引用:%s"
13007 #: builtin/rebase.c
13008 msgid "Could not resolve HEAD to a commit"
13009 msgstr "不能解析 HEAD 至一个提交"
13011 #: builtin/rebase.c
13013 msgid "'%s': need exactly one merge base with branch"
13014 msgstr "'%s':只需要与分支的一个合并基线"
13016 #: builtin/rebase.c
13018 msgid "'%s': need exactly one merge base"
13019 msgstr "'%s':只需要一个合并基线"
13021 #: builtin/rebase.c
13023 msgid "Does not point to a valid commit '%s'"
13024 msgstr "没有指向一个有效的提交 '%s'"
13026 #: builtin/rebase.c
13027 msgid "HEAD is up to date."
13028 msgstr "HEAD 是最新的。"
13030 #: builtin/rebase.c
13032 msgid "Current branch %s is up to date.\n"
13033 msgstr "当前分支 %s 是最新的。\n"
13035 #: builtin/rebase.c
13036 msgid "HEAD is up to date, rebase forced."
13037 msgstr "HEAD 是最新的,强制变基。"
13039 #: builtin/rebase.c
13041 msgid "Current branch %s is up to date, rebase forced.\n"
13042 msgstr "当前分支 %s 是最新的,强制变基。\n"
13044 #: builtin/rebase.c
13045 msgid "The pre-rebase hook refused to rebase."
13046 msgstr "pre-rebase 钩子拒绝了变基操作。"
13048 #: builtin/rebase.c
13050 msgid "Changes to %s:\n"
13051 msgstr "到 %s 的变更:\n"
13053 #: builtin/rebase.c
13055 msgid "Changes from %s to %s:\n"
13056 msgstr "从 %s 到 %s 的变更:\n"
13058 #: builtin/rebase.c
13060 msgid "First, rewinding head to replay your work on top of it...\n"
13061 msgstr "首先,回退头指针以便在其上重放您的工作...\n"
13063 #: builtin/rebase.c
13064 msgid "Could not detach HEAD"
13067 #: builtin/rebase.c
13069 msgid "Fast-forwarded %s to %s.\n"
13070 msgstr "快进 %s 到 %s。\n"
13072 #: builtin/receive-pack.c
13073 msgid "git receive-pack <git-dir>"
13074 msgstr "git receive-pack <仓库目录>"
13076 #: builtin/receive-pack.c
13078 "By default, updating the current branch in a non-bare repository\n"
13079 "is denied, because it will make the index and work tree inconsistent\n"
13080 "with what you pushed, and will require 'git reset --hard' to match\n"
13081 "the work tree to HEAD.\n"
13083 "You can set the 'receive.denyCurrentBranch' configuration variable\n"
13084 "to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
13085 "its current branch; however, this is not recommended unless you\n"
13086 "arranged to update its work tree to match what you pushed in some\n"
13089 "To squelch this message and still keep the default behaviour, set\n"
13090 "'receive.denyCurrentBranch' configuration variable to 'refuse'."
13092 "默认禁止更新非纯仓库的当前分支,因为您推送的内容将导致索引和工作区\n"
13093 "不一致,并且将需要执行 'git reset --hard' 将工作区匹配到 HEAD。\n"
13095 "您可以在远程仓库中设置 'receive.denyCurrentBranch' 配置变量为\n"
13096 "'ignore' 或 'warn' 以允许推送到当前分支。然而不推荐这么做,除非您\n"
13097 "用某种方式将其工作区更新至您推送的状态。\n"
13099 "若要屏蔽此信息且保持默认行为,设置 'receive.denyCurrentBranch'\n"
13102 #: builtin/receive-pack.c
13104 "By default, deleting the current branch is denied, because the next\n"
13105 "'git clone' won't result in any file checked out, causing confusion.\n"
13107 "You can set 'receive.denyDeleteCurrent' configuration variable to\n"
13108 "'warn' or 'ignore' in the remote repository to allow deleting the\n"
13109 "current branch, with or without a warning message.\n"
13111 "To squelch this message, you can set it to 'refuse'."
13113 "默认禁止删除当前分支,因为下一次 'git clone' 将不会检出任何文件,\n"
13116 "您可以在远程仓库中设置 'receive.denyDeleteCurrent' 配置变量为\n"
13117 "'warn'(显示警告信息)或 'ignore'(忽略警告信息)以允许删除当前分支。\n"
13119 "若要屏蔽此信息,您可以设置它为 'refuse'。"
13121 #: builtin/receive-pack.c
13125 #: builtin/receive-pack.c
13126 msgid "you must specify a directory"
13129 #: builtin/reflog.c
13130 msgid "git reflog [show] [<log-options>] [<ref>]"
13131 msgstr "git reflog [show] [<log 选项>] [<引用>]"
13133 #: builtin/reflog.c
13134 msgid "git reflog list"
13135 msgstr "git reflog list"
13137 #: builtin/reflog.c
13139 "git reflog expire [--expire=<time>] [--expire-unreachable=<time>]\n"
13140 " [--rewrite] [--updateref] [--stale-fix]\n"
13141 " [--dry-run | -n] [--verbose] [--all [--single-worktree] | "
13144 "git reflog expire [--expire=<时间>] [--expire-unreachable=<时间>]\n"
13145 " [--rewrite] [--updateref] [--stale-fix]\n"
13146 " [--dry-run | -n] [--verbose] [--all [--single-worktree] | <"
13149 #: builtin/reflog.c
13151 "git reflog delete [--rewrite] [--updateref]\n"
13152 " [--dry-run | -n] [--verbose] <ref>@{<specifier>}..."
13154 "git reflog delete [--rewrite] [--updateref]\n"
13155 " [--dry-run | -n] [--verbose] <引用>@{<指定符>}..."
13157 #: builtin/reflog.c
13158 msgid "git reflog exists <ref>"
13159 msgstr "git reflog exists <引用>"
13161 #: builtin/reflog.c
13163 msgid "invalid timestamp '%s' given to '--%s'"
13164 msgstr "给 '--%2$s' 的时间戳 '%1$s' 无效"
13166 #: builtin/reflog.c sequencer.c
13168 msgid "%s does not accept arguments: '%s'"
13169 msgstr "%s 不接受参数:'%s'"
13171 #: builtin/reflog.c
13172 msgid "do not actually prune any entries"
13173 msgstr "不要实际清除任何条目"
13175 #: builtin/reflog.c
13177 "rewrite the old SHA1 with the new SHA1 of the entry that now precedes it"
13178 msgstr "用现在前继条目的 SHA1 来重写旧的 SHA1"
13180 #: builtin/reflog.c
13181 msgid "update the reference to the value of the top reflog entry"
13182 msgstr "更新引用至引用日志顶部的条目"
13184 #: builtin/reflog.c
13185 msgid "print extra information on screen"
13186 msgstr "在屏幕上打印额外信息"
13188 #: builtin/reflog.c
13192 #: builtin/reflog.c
13193 msgid "prune entries older than the specified time"
13194 msgstr "清除早于指定时间之前的条目"
13196 #: builtin/reflog.c
13198 "prune entries older than <time> that are not reachable from the current tip "
13200 msgstr "清除早于 <时间> 且自当前分支顶部不可达的条目"
13202 #: builtin/reflog.c
13203 msgid "prune any reflog entries that point to broken commits"
13204 msgstr "清除指向损坏提交的引用条目"
13206 #: builtin/reflog.c
13207 msgid "process the reflogs of all references"
13208 msgstr "处理所有引用的引用日志"
13210 #: builtin/reflog.c
13211 msgid "limits processing to reflogs from the current worktree only"
13212 msgstr "仅处理当前工作树的引用日志"
13214 #: builtin/reflog.c
13216 msgid "Marking reachable objects..."
13217 msgstr "正在标记可达对象..."
13219 #: builtin/reflog.c
13221 msgid "%s points nowhere!"
13224 #: builtin/reflog.c
13225 msgid "no reflog specified to delete"
13226 msgstr "未指定要删除的引用日志"
13228 #: builtin/reflog.c
13230 msgid "invalid ref format: %s"
13231 msgstr "无效的引用格式:%s"
13234 msgid "git refs migrate --ref-format=<format> [--dry-run]"
13235 msgstr "git refs migrate --ref-format=<格式> [--dry-run]"
13238 msgid "git refs verify [--strict] [--verbose]"
13239 msgstr "git refs verify [--strict] [--verbose]"
13242 msgid "specify the reference format to convert to"
13243 msgstr "指定要转换的引用格式"
13246 msgid "perform a non-destructive dry-run"
13247 msgstr "进行非破坏性的试运行(dry-run)"
13250 msgid "missing --ref-format=<format>"
13251 msgstr "缺少 --ref-format=<格式>"
13255 msgid "repository already uses '%s' format"
13256 msgstr "仓库已使用 '%s' 格式"
13259 msgid "enable strict checking"
13263 msgid "'git refs verify' takes no arguments"
13264 msgstr "'git refs verify' 不接受任何参数"
13266 #: builtin/remote.c
13268 "git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
13269 "mirror=<fetch|push>] <name> <url>"
13271 "git remote add [-t <分支>] [-m <master>] [-f] [--tags | --no-tags] [--"
13272 "mirror=<fetch|push>] <名称> <地址>"
13274 #: builtin/remote.c
13275 msgid "git remote rename [--[no-]progress] <old> <new>"
13276 msgstr "git remote rename [--[no-]progress] <旧> <新>"
13278 #: builtin/remote.c
13279 msgid "git remote remove <name>"
13280 msgstr "git remote remove <名称>"
13282 #: builtin/remote.c
13283 msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
13284 msgstr "git remote set-head <名称> (-a | --auto | -d | --delete | <分支>)"
13286 #: builtin/remote.c
13287 msgid "git remote [-v | --verbose] show [-n] <name>"
13288 msgstr "git remote [-v | --verbose] show [-n] <名称>"
13290 #: builtin/remote.c
13291 msgid "git remote prune [-n | --dry-run] <name>"
13292 msgstr "git remote prune [-n | --dry-run] <名称>"
13294 #: builtin/remote.c
13296 "git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
13297 msgstr "git remote [-v | --verbose] update [-p | --prune] [(<组> | <远程>)...]"
13299 #: builtin/remote.c
13300 msgid "git remote set-branches [--add] <name> <branch>..."
13301 msgstr "git remote set-branches [--add] <名称> <分支>..."
13303 #: builtin/remote.c
13304 msgid "git remote get-url [--push] [--all] <name>"
13305 msgstr "git remote get-url [--push] [--all] <名称>"
13307 #: builtin/remote.c
13308 msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
13309 msgstr "git remote set-url [--push] <名称> <新的地址> [<旧的地址>]"
13311 #: builtin/remote.c
13312 msgid "git remote set-url --add <name> <newurl>"
13313 msgstr "git remote set-url --add <名称> <新的地址>"
13315 #: builtin/remote.c
13316 msgid "git remote set-url --delete <name> <url>"
13317 msgstr "git remote set-url --delete <名称> <地址>"
13319 #: builtin/remote.c
13320 msgid "git remote add [<options>] <name> <url>"
13321 msgstr "git remote add [<选项>] <名称> <地址>"
13323 #: builtin/remote.c
13324 msgid "git remote set-branches <name> <branch>..."
13325 msgstr "git remote set-branches <名称> <分支>..."
13327 #: builtin/remote.c
13328 msgid "git remote set-branches --add <name> <branch>..."
13329 msgstr "git remote set-branches --add <名称> <分支>..."
13331 #: builtin/remote.c
13332 msgid "git remote show [<options>] <name>"
13333 msgstr "git remote show [<选项>] <名称>"
13335 #: builtin/remote.c
13336 msgid "git remote prune [<options>] <name>"
13337 msgstr "git remote prune [<选项>] <名称>"
13339 #: builtin/remote.c
13340 msgid "git remote update [<options>] [<group> | <remote>]..."
13341 msgstr "git remote update [<选项>] [<组> | <远程>]..."
13343 #: builtin/remote.c
13345 msgid "Updating %s"
13348 #: builtin/remote.c
13350 msgid "Could not fetch %s"
13353 #: builtin/remote.c
13355 "--mirror is dangerous and deprecated; please\n"
13356 "\t use --mirror=fetch or --mirror=push instead"
13358 "--mirror 选项危险且过时,请使用 --mirror=fetch\n"
13359 "\t 或 --mirror=push"
13361 #: builtin/remote.c
13363 msgid "unknown --mirror argument: %s"
13364 msgstr "未知的 --mirror 参数:%s"
13366 #: builtin/remote.c
13367 msgid "fetch the remote branches"
13370 #: builtin/remote.c
13372 "import all tags and associated objects when fetching\n"
13373 "or do not fetch any tag at all (--no-tags)"
13374 msgstr "抓取时导入所有的标签和关联对象,或不抓取任何标签(--no-tags)"
13376 #: builtin/remote.c
13377 msgid "branch(es) to track"
13380 #: builtin/remote.c
13381 msgid "master branch"
13384 #: builtin/remote.c
13385 msgid "set up remote as a mirror to push to or fetch from"
13386 msgstr "把远程设置为用以推送或抓取的镜像"
13388 #: builtin/remote.c
13389 msgid "specifying a master branch makes no sense with --mirror"
13390 msgstr "指定一个 master 分支并使用 --mirror 选项没有意义"
13392 #: builtin/remote.c
13393 msgid "specifying branches to track makes sense only with fetch mirrors"
13394 msgstr "指定要跟踪的分支只在与获取镜像同时使用才有意义"
13396 #: builtin/remote.c
13398 msgid "remote %s already exists."
13399 msgstr "远程 %s 已经存在。"
13401 #: builtin/remote.c
13403 msgid "Could not setup master '%s'"
13404 msgstr "无法设置 master '%s'"
13406 #: builtin/remote.c trailer.c
13408 msgid "more than one %s"
13411 #: builtin/remote.c
13413 msgid "unhandled branch.%s.rebase=%s; assuming 'true'"
13414 msgstr "未处理的 branch.%s.rebase=%s; 假定为 'true'"
13416 #: builtin/remote.c
13418 msgid "Could not get fetch map for refspec %s"
13419 msgstr "无法得到引用规格 %s 的获取列表"
13421 #: builtin/remote.c
13425 #: builtin/remote.c
13429 #: builtin/remote.c
13431 msgid "could not set '%s'"
13434 #: builtin/remote.c config.c
13436 msgid "could not unset '%s'"
13437 msgstr "不能取消设置 '%s'"
13439 #: builtin/remote.c
13442 "The %s configuration remote.pushDefault in:\n"
13444 "now names the non-existent remote '%s'"
13446 "配置(%s)remote.pushDefault 位于:\n"
13448 "现在在为不存在的远程名 '%s' 命名"
13450 #: builtin/remote.c
13452 msgid "No such remote: '%s'"
13453 msgstr "没有此远程仓库:'%s'"
13455 #: builtin/remote.c
13457 msgid "Could not rename config section '%s' to '%s'"
13458 msgstr "不能重命名配置小节 '%s' 到 '%s'"
13460 #: builtin/remote.c
13463 "Not updating non-default fetch refspec\n"
13465 "\tPlease update the configuration manually if necessary."
13471 #: builtin/remote.c
13472 msgid "Renaming remote references"
13475 #: builtin/remote.c
13477 msgid "deleting '%s' failed"
13478 msgstr "删除 '%s' 失败"
13480 #: builtin/remote.c
13482 msgid "creating '%s' failed"
13483 msgstr "创建 '%s' 失败"
13485 #: builtin/remote.c
13487 "Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
13488 "to delete it, use:"
13490 "Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
13491 "to delete them, use:"
13492 msgstr[0] "注意:refs/remotes/ 层级之外的一个分支未被移除。要删除它,使用:"
13493 msgstr[1] "注意:refs/remotes/ 层级之外的一些分支未被移除。要删除它们,使用:"
13495 #: builtin/remote.c
13497 msgid "Could not remove config section '%s'"
13498 msgstr "不能移除配置小节 '%s'"
13500 #: builtin/remote.c
13502 msgid " new (next fetch will store in remotes/%s)"
13503 msgstr " 新的(下一次获取将存储于 remotes/%s)"
13505 #: builtin/remote.c
13509 #: builtin/remote.c
13513 #: builtin/remote.c
13514 msgid " stale (use 'git remote prune' to remove)"
13515 msgstr " 已过期(使用 'git remote prune' 来移除)"
13517 #: builtin/remote.c
13521 #: builtin/remote.c
13523 msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
13524 msgstr "无效的 branch.%s.merge,不能变基到一个以上的分支"
13526 #: builtin/remote.c
13528 msgid "rebases interactively onto remote %s"
13529 msgstr "交互式变基到远程 %s"
13531 #: builtin/remote.c
13533 msgid "rebases interactively (with merges) onto remote %s"
13534 msgstr "交互式变基(含合并提交)到远程 %s"
13536 #: builtin/remote.c
13538 msgid "rebases onto remote %s"
13541 #: builtin/remote.c
13543 msgid " merges with remote %s"
13544 msgstr " 与远程 %s 合并"
13546 #: builtin/remote.c
13548 msgid "merges with remote %s"
13551 #: builtin/remote.c
13553 msgid "%-*s and with remote %s\n"
13554 msgstr "%-*s 以及和远程 %s\n"
13556 #: builtin/remote.c
13560 #: builtin/remote.c
13564 #: builtin/remote.c
13568 #: builtin/remote.c
13569 msgid "fast-forwardable"
13572 #: builtin/remote.c
13573 msgid "local out of date"
13576 #: builtin/remote.c
13578 msgid " %-*s forces to %-*s (%s)"
13579 msgstr " %-*s 强制推送至 %-*s (%s)"
13581 #: builtin/remote.c
13583 msgid " %-*s pushes to %-*s (%s)"
13584 msgstr " %-*s 推送至 %-*s (%s)"
13586 #: builtin/remote.c
13588 msgid " %-*s forces to %s"
13589 msgstr " %-*s 强制推送至 %s"
13591 #: builtin/remote.c
13593 msgid " %-*s pushes to %s"
13594 msgstr " %-*s 推送至 %s"
13596 #: builtin/remote.c
13597 msgid "do not query remotes"
13600 #: builtin/remote.c
13602 msgid "* remote %s"
13605 #: builtin/remote.c
13607 msgid " Fetch URL: %s"
13610 #. TRANSLATORS: the colon ':' should align
13611 #. with the one in " Fetch URL: %s"
13614 #: builtin/remote.c
13616 msgid " Push URL: %s"
13619 #: builtin/remote.c
13623 #: builtin/remote.c
13625 msgid " HEAD branch: %s"
13626 msgstr " HEAD 分支:%s"
13628 #: builtin/remote.c
13629 msgid "(not queried)"
13632 #: builtin/remote.c
13636 #: builtin/remote.c
13639 " HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
13640 msgstr " HEAD 分支(远程 HEAD 模糊,可能是下列中的一个):\n"
13642 #: builtin/remote.c
13644 msgid " Remote branch:%s"
13645 msgid_plural " Remote branches:%s"
13646 msgstr[0] " 远程分支:%s"
13647 msgstr[1] " 远程分支:%s"
13649 # 译者:中文字符串拼接,可删除前导空格
13650 #: builtin/remote.c
13651 msgid " (status not queried)"
13654 #: builtin/remote.c
13655 msgid " Local branch configured for 'git pull':"
13656 msgid_plural " Local branches configured for 'git pull':"
13657 msgstr[0] " 为 'git pull' 配置的本地分支:"
13658 msgstr[1] " 为 'git pull' 配置的本地分支:"
13660 #: builtin/remote.c
13661 msgid " Local refs will be mirrored by 'git push'"
13662 msgstr " 本地引用将在 'git push' 时被镜像"
13664 #: builtin/remote.c
13666 msgid " Local ref configured for 'git push'%s:"
13667 msgid_plural " Local refs configured for 'git push'%s:"
13668 msgstr[0] " 为 'git push' 配置的本地引用%s:"
13669 msgstr[1] " 为 'git push' 配置的本地引用%s:"
13671 #: builtin/remote.c
13672 msgid "set refs/remotes/<name>/HEAD according to remote"
13673 msgstr "根据远程设置 refs/remotes/<名称>/HEAD"
13675 #: builtin/remote.c
13676 msgid "delete refs/remotes/<name>/HEAD"
13677 msgstr "删除 refs/remotes/<名称>/HEAD"
13679 #: builtin/remote.c
13680 msgid "Cannot determine remote HEAD"
13681 msgstr "无法确定远程 HEAD"
13683 #: builtin/remote.c
13684 msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
13685 msgstr "多个远程 HEAD 分支。请明确地选择一个用命令:"
13687 #: builtin/remote.c
13689 msgid "Could not delete %s"
13692 #: builtin/remote.c
13694 msgid "Not a valid ref: %s"
13695 msgstr "不是一个有效引用:%s"
13697 #: builtin/remote.c
13699 msgid "Could not setup %s"
13703 #: builtin/remote.c
13705 msgid " %s will become dangling!"
13706 msgstr " %s 将成为悬空状态!"
13709 #: builtin/remote.c
13711 msgid " %s has become dangling!"
13712 msgstr " %s 已成为悬空状态!"
13714 #: builtin/remote.c
13719 #: builtin/remote.c
13724 #: builtin/remote.c
13726 msgid " * [would prune] %s"
13727 msgstr " * [将删除] %s"
13729 #: builtin/remote.c
13731 msgid " * [pruned] %s"
13732 msgstr " * [已删除] %s"
13734 #: builtin/remote.c
13735 msgid "prune remotes after fetching"
13738 #: builtin/remote.c
13740 msgid "No such remote '%s'"
13741 msgstr "没有此远程 '%s'"
13743 #: builtin/remote.c
13747 #: builtin/remote.c
13748 msgid "no remote specified"
13751 #: builtin/remote.c
13752 msgid "query push URLs rather than fetch URLs"
13753 msgstr "查询推送 URL 地址,而非获取 URL 地址"
13755 #: builtin/remote.c
13756 msgid "return all URLs"
13757 msgstr "返回所有 URL 地址"
13759 #: builtin/remote.c
13760 msgid "manipulate push URLs"
13763 #: builtin/remote.c
13767 #: builtin/remote.c
13768 msgid "delete URLs"
13771 #: builtin/remote.c
13772 msgid "--add --delete doesn't make sense"
13773 msgstr "--add --delete 无意义"
13775 #: builtin/remote.c
13777 msgid "Invalid old URL pattern: %s"
13778 msgstr "无效的旧 URL 匹配模版:%s"
13780 #: builtin/remote.c
13782 msgid "No such URL found: %s"
13783 msgstr "未找到此 URL:%s"
13785 #: builtin/remote.c
13786 msgid "Will not delete all non-push URLs"
13787 msgstr "将不会删除所有非推送 URL 地址"
13789 #: builtin/remote.c
13790 msgid "be verbose; must be placed before a subcommand"
13791 msgstr "冗长输出;必须置于子命令之前"
13793 #: builtin/repack.c
13794 msgid "git repack [<options>]"
13795 msgstr "git repack [<选项>]"
13797 #: builtin/repack.c
13799 "Incremental repacks are incompatible with bitmap indexes. Use\n"
13800 "--no-write-bitmap-index or disable the pack.writeBitmaps configuration."
13802 "增量 repack 和 bitmap 索引不兼容。 使用 --no-write-bitmap-index\n"
13803 "或禁用 pack.writeBitmaps 配置。"
13805 #: builtin/repack.c
13806 msgid "could not start pack-objects to repack promisor objects"
13807 msgstr "无法开始 pack-objects 来重新打包 promisor 对象"
13809 #: builtin/repack.c
13810 msgid "failed to feed promisor objects to pack-objects"
13811 msgstr "无法将承诺者对象提供给 pack-objects"
13813 #: builtin/repack.c
13814 msgid "repack: Expecting full hex object ID lines only from pack-objects."
13815 msgstr "repack:期望来自 pack-objects 的完整十六进制对象 ID。"
13817 #: builtin/repack.c
13818 msgid "could not finish pack-objects to repack promisor objects"
13819 msgstr "无法完成 pack-objects 来重新打包 promisor 对象"
13821 #: builtin/repack.c
13823 msgid "cannot open index for %s"
13824 msgstr "不能打开 %s 的索引"
13826 #: builtin/repack.c
13828 msgid "pack %s too large to consider in geometric progression"
13829 msgstr "包 %s 太大,不在几何级数中考虑"
13831 #: builtin/repack.c
13833 msgid "pack %s too large to roll up"
13834 msgstr "包 %s 太大导致数字溢出"
13836 #: builtin/repack.c
13838 msgid "could not open tempfile %s for writing"
13839 msgstr "无法打开临时文件 %s 进行写入"
13841 #: builtin/repack.c
13842 msgid "could not close refs snapshot tempfile"
13843 msgstr "不能关闭引用快照临时文件"
13845 #: builtin/repack.c
13847 msgid "could not remove stale bitmap: %s"
13848 msgstr "无法删除过期的位图: %s"
13850 #: builtin/repack.c
13852 msgid "pack prefix %s does not begin with objdir %s"
13853 msgstr "包前缀 %s 没有以对象目录 %s 开始"
13855 #: builtin/repack.c
13856 msgid "pack everything in a single pack"
13857 msgstr "所有内容打包到一个包文件中"
13859 #: builtin/repack.c
13860 msgid "same as -a, and turn unreachable objects loose"
13861 msgstr "和 -a 相同,并将不可达的对象设为松散对象"
13863 #: builtin/repack.c
13864 msgid "same as -a, pack unreachable cruft objects separately"
13865 msgstr "和 -a 相同,将不可达的废弃对象分开打包"
13867 #: builtin/repack.c
13868 msgid "approxidate"
13871 #: builtin/repack.c
13872 msgid "with --cruft, expire objects older than this"
13873 msgstr "使用 --cruft,使早于给定时间的对象过期"
13875 #: builtin/repack.c
13876 msgid "remove redundant packs, and run git-prune-packed"
13877 msgstr "删除多余的包,运行 git-prune-packed"
13879 #: builtin/repack.c
13880 msgid "pass --no-reuse-delta to git-pack-objects"
13881 msgstr "向 git-pack-objects 传递参数 --no-reuse-delta"
13883 #: builtin/repack.c
13884 msgid "pass --no-reuse-object to git-pack-objects"
13885 msgstr "向 git-pack-objects 传递参数 --no-reuse-object"
13887 #: builtin/repack.c
13888 msgid "do not run git-update-server-info"
13889 msgstr "不运行 git-update-server-info"
13891 #: builtin/repack.c
13892 msgid "pass --local to git-pack-objects"
13893 msgstr "向 git-pack-objects 传递参数 --local"
13895 #: builtin/repack.c
13896 msgid "write bitmap index"
13897 msgstr "写 bitmap 索引"
13899 #: builtin/repack.c
13900 msgid "pass --delta-islands to git-pack-objects"
13901 msgstr "向 git-pack-objects 传递参数 --delta-islands"
13903 #: builtin/repack.c
13904 msgid "with -A, do not loosen objects older than this"
13905 msgstr "使用 -A,不要将早于给定时间的对象过期"
13907 #: builtin/repack.c
13908 msgid "with -a, repack unreachable objects"
13909 msgstr "使用 -a ,重新对不可达对象打包"
13911 #: builtin/repack.c
13912 msgid "size of the window used for delta compression"
13913 msgstr "用于增量压缩的窗口值"
13915 #: builtin/repack.c
13919 #: builtin/repack.c
13920 msgid "same as the above, but limit memory size instead of entries count"
13921 msgstr "和上面的相似,但限制内存大小而非条目数"
13923 #: builtin/repack.c
13924 msgid "limits the maximum delta depth"
13927 #: builtin/repack.c
13928 msgid "limits the maximum number of threads"
13931 #: builtin/repack.c
13932 msgid "maximum size of each packfile"
13933 msgstr "每个包文件的最大尺寸"
13935 #: builtin/repack.c
13936 msgid "repack objects in packs marked with .keep"
13937 msgstr "对标记为 .keep 的包中的对象重新打包"
13939 #: builtin/repack.c
13940 msgid "do not repack this pack"
13941 msgstr "不要对该包文件重新打包"
13943 #: builtin/repack.c
13944 msgid "find a geometric progression with factor <N>"
13945 msgstr "使用因子 <n> 查找几何级数"
13947 #: builtin/repack.c
13948 msgid "write a multi-pack index of the resulting packs"
13949 msgstr "写入结果包的多包索引"
13951 #: builtin/repack.c
13952 msgid "pack prefix to store a pack containing pruned objects"
13953 msgstr "储存被清除的对象的包的前缀"
13955 #: builtin/repack.c
13956 msgid "pack prefix to store a pack containing filtered out objects"
13957 msgstr "储存被过滤的对象的包的前缀"
13959 #: builtin/repack.c
13960 msgid "cannot delete packs in a precious-objects repo"
13961 msgstr "不能删除珍品仓库中的打包文件"
13963 #: builtin/repack.c
13965 msgid "option '%s' can only be used along with '%s'"
13966 msgstr "选项 '%s' 只能和 '%s' 搭配使用"
13968 #: builtin/repack.c
13969 msgid "Nothing new to pack."
13972 #: builtin/repack.c
13974 msgid "renaming pack to '%s' failed"
13975 msgstr "重命名包至 '%s' 失败"
13977 #: builtin/repack.c
13979 msgid "pack-objects did not write a '%s' file for pack %s-%s"
13980 msgstr "pack-objects 未为包 %2$s-%3$s 写入 '%1$s' 文件"
13982 #: builtin/repack.c sequencer.c
13984 msgid "could not unlink: %s"
13987 #: builtin/replace.c
13988 msgid "git replace [-f] <object> <replacement>"
13989 msgstr "git replace [-f] <对象> <替换物>"
13991 #: builtin/replace.c
13992 msgid "git replace [-f] --edit <object>"
13993 msgstr "git replace [-f] --edit <对象>"
13995 #: builtin/replace.c
13996 msgid "git replace [-f] --graft <commit> [<parent>...]"
13997 msgstr "git replace [-f] --graft <提交> [<父提交>...]"
13999 #: builtin/replace.c
14000 msgid "git replace -d <object>..."
14001 msgstr "git replace -d <对象>..."
14003 #: builtin/replace.c
14004 msgid "git replace [--format=<format>] [-l [<pattern>]]"
14005 msgstr "git replace [--format=<格式>] [-l [<模式>]]"
14007 #: builtin/replace.c
14010 "invalid replace format '%s'\n"
14011 "valid formats are 'short', 'medium' and 'long'"
14014 "有效的格式有 'short'、'medium' 和 'long'"
14016 #: builtin/replace.c
14018 msgid "replace ref '%s' not found"
14019 msgstr "未发现替换引用 '%s'"
14021 #: builtin/replace.c
14023 msgid "Deleted replace ref '%s'"
14024 msgstr "已删除替换引用 '%s'"
14026 #: builtin/replace.c
14028 msgid "'%s' is not a valid ref name"
14029 msgstr "'%s' 不是一个有效的引用名"
14031 #: builtin/replace.c
14033 msgid "replace ref '%s' already exists"
14034 msgstr "替换引用 '%s' 已经存在"
14036 #: builtin/replace.c
14039 "Objects must be of the same type.\n"
14040 "'%s' points to a replaced object of type '%s'\n"
14041 "while '%s' points to a replacement object of type '%s'."
14044 "'%s' 指向 '%s' 类型的替换对象\n"
14045 "而 '%s' 指向 '%s' 类型的替换对象。"
14047 #: builtin/replace.c
14049 msgid "unable to open %s for writing"
14050 msgstr "无法为写入打开 %s"
14052 #: builtin/replace.c
14053 msgid "cat-file reported failure"
14054 msgstr "cat-file 报告失败"
14056 #: builtin/replace.c
14058 msgid "unable to open %s for reading"
14059 msgstr "无法为读取打开 %s"
14061 #: builtin/replace.c
14062 msgid "unable to spawn mktree"
14063 msgstr "无法启动 mktree"
14065 #: builtin/replace.c
14066 msgid "unable to read from mktree"
14067 msgstr "无法从 mktree 读取"
14069 #: builtin/replace.c
14070 msgid "mktree reported failure"
14071 msgstr "mktree 报告失败"
14073 #: builtin/replace.c
14074 msgid "mktree did not return an object name"
14075 msgstr "mktree 没有返回一个对象名"
14077 #: builtin/replace.c
14079 msgid "unable to fstat %s"
14080 msgstr "无法对 %s 执行 fstat"
14082 #: builtin/replace.c
14083 msgid "unable to write object to database"
14084 msgstr "无法向数据库写入对象"
14086 #: builtin/replace.c
14088 msgid "unable to get object type for %s"
14089 msgstr "无法得到 %s 的对象类型"
14091 #: builtin/replace.c
14092 msgid "editing object file failed"
14095 #: builtin/replace.c
14097 msgid "new object is the same as the old one: '%s'"
14098 msgstr "新对象和旧对象相同:'%s'"
14100 #: builtin/replace.c
14102 msgid "could not parse %s as a commit"
14103 msgstr "无法将 %s 解析为一个提交"
14105 #: builtin/replace.c
14107 msgid "bad mergetag in commit '%s'"
14108 msgstr "提交 '%s' 中含有损坏的合并标签"
14110 #: builtin/replace.c
14112 msgid "malformed mergetag in commit '%s'"
14113 msgstr "提交 '%s' 中含有格式错误的合并标签"
14115 #: builtin/replace.c
14118 "original commit '%s' contains mergetag '%s' that is discarded; use --edit "
14119 "instead of --graft"
14120 msgstr "原始提交 '%s' 包含已经丢弃的合并标签 '%s',使用 --edit 代替 --graft"
14122 #: builtin/replace.c
14124 msgid "the original commit '%s' has a gpg signature"
14125 msgstr "原始提交 '%s' 中有一个 gpg 签名"
14127 #: builtin/replace.c
14128 msgid "the signature will be removed in the replacement commit!"
14129 msgstr "在替换的提交中签名将被移除!"
14131 #: builtin/replace.c
14133 msgid "could not write replacement commit for: '%s'"
14134 msgstr "不能为 '%s' 写替换提交"
14136 #: builtin/replace.c
14138 msgid "graft for '%s' unnecessary"
14139 msgstr "对 '%s' 移植没有必要"
14141 #: builtin/replace.c
14143 msgid "new commit is the same as the old one: '%s'"
14144 msgstr "新提交和旧的一样:'%s'"
14146 #: builtin/replace.c
14149 "could not convert the following graft(s):\n"
14155 #: builtin/replace.c
14156 msgid "list replace refs"
14159 #: builtin/replace.c
14160 msgid "delete replace refs"
14163 #: builtin/replace.c
14164 msgid "edit existing object"
14167 #: builtin/replace.c
14168 msgid "change a commit's parents"
14169 msgstr "修改一个提交的父提交"
14171 #: builtin/replace.c
14172 msgid "convert existing graft file"
14175 #: builtin/replace.c
14176 msgid "replace the ref if it exists"
14179 #: builtin/replace.c
14180 msgid "do not pretty-print contents for --edit"
14181 msgstr "不要为 --edit 操作美观显示内容"
14183 #: builtin/replace.c
14184 msgid "use this format"
14187 #: builtin/replace.c
14188 msgid "--format cannot be used when not listing"
14189 msgstr "不列出时不能使用 --format"
14191 #: builtin/replace.c
14192 msgid "-f only makes sense when writing a replacement"
14193 msgstr "只有写一个替换时 -f 才有意义"
14195 #: builtin/replace.c
14196 msgid "--raw only makes sense with --edit"
14197 msgstr "--raw 只有和 --edit 共用才有意义"
14199 #: builtin/replace.c
14200 msgid "-d needs at least one argument"
14201 msgstr "-d 需要至少一个参数"
14203 #: builtin/replace.c
14204 msgid "bad number of arguments"
14207 #: builtin/replace.c
14208 msgid "-e needs exactly one argument"
14209 msgstr "-e 需要且仅需要一个参数"
14211 #: builtin/replace.c
14212 msgid "-g needs at least one argument"
14213 msgstr "-g 需要至少一个参数"
14215 #: builtin/replace.c
14216 msgid "--convert-graft-file takes no argument"
14217 msgstr "--convert-graft-file 不带参数"
14219 #: builtin/replace.c
14220 msgid "only one pattern can be given with -l"
14221 msgstr "只能为 -l 提供一个模式"
14223 #: builtin/replay.c
14224 msgid "need some commits to replay"
14227 #: builtin/replay.c
14228 msgid "--onto and --advance are incompatible"
14229 msgstr "--onto 和 --advance 不兼容"
14231 #: builtin/replay.c
14232 msgid "all positive revisions given must be references"
14233 msgstr "提供的所有正向版本必须为引用"
14235 #: builtin/replay.c
14236 msgid "argument to --advance must be a reference"
14237 msgstr "--advance 的参数必须是引用"
14239 #: builtin/replay.c
14241 "cannot advance target with multiple sources because ordering would be ill-"
14243 msgstr "不能使用多个源推进目标,因为无法明确如何排序"
14245 #: builtin/replay.c
14247 "cannot implicitly determine whether this is an --advance or --onto operation"
14248 msgstr "不能隐式地确定这是 --advance 还是 --onto 的操作"
14250 #: builtin/replay.c
14252 "cannot advance target with multiple source branches because ordering would "
14254 msgstr "不能使用多个源分支推进目标,因为无法明确如何排序"
14256 #: builtin/replay.c
14257 msgid "cannot implicitly determine correct base for --onto"
14258 msgstr "不能隐式地确定 --onto 正确的基线"
14260 #: builtin/replay.c
14262 "(EXPERIMENTAL!) git replay ([--contained] --onto <newbase> | --advance "
14263 "<branch>) <revision-range>..."
14265 "(试验中!)git replay ([--contained] --onto <新基线> | --advance <分支>) <版"
14268 #: builtin/replay.c
14269 msgid "make replay advance given branch"
14270 msgstr "重放时演进给定的分支"
14272 #: builtin/replay.c
14273 msgid "replay onto given commit"
14276 #: builtin/replay.c
14277 msgid "advance all branches contained in revision-range"
14278 msgstr "演进版本范围中包含的所有分支"
14280 #: builtin/replay.c
14281 msgid "option --onto or --advance is mandatory"
14282 msgstr "选项 --onto 或 --advance 必须指定其一"
14284 #: builtin/replay.c
14287 "some rev walking options will be overridden as '%s' bit in 'struct rev_info' "
14290 "一些版本遍历选项将被覆盖,如 'struct rev_info' 中的 '%s' 位将被强制设定"
14292 #: builtin/replay.c
14293 msgid "error preparing revisions"
14296 #: builtin/replay.c
14297 msgid "replaying down to root commit is not supported yet!"
14298 msgstr "目前还不支持重放到根提交!"
14300 #: builtin/replay.c
14301 msgid "replaying merge commits is not supported yet!"
14302 msgstr "目前还不支持重放到合并提交!"
14304 #: builtin/rerere.c
14306 "git rerere [clear | forget <pathspec>... | diff | status | remaining | gc]"
14308 "git rerere [clear | forget <路径规格>... | diff | status | remaining | gc]"
14310 #: builtin/rerere.c
14311 msgid "register clean resolutions in index"
14312 msgstr "在索引中注册干净的解决方案"
14314 #: builtin/rerere.c
14315 msgid "'git rerere forget' without paths is deprecated"
14316 msgstr "没有路径的 'git rerere forget' 已经过时"
14318 #: builtin/rerere.c
14320 msgid "unable to generate diff for '%s'"
14321 msgstr "无法为 '%s' 生成差异"
14325 "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
14326 msgstr "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<提交>]"
14329 msgid "git reset [-q] [<tree-ish>] [--] <pathspec>..."
14330 msgstr "git reset [-q] [<树对象>] [--] <路径表达式>..."
14334 "git reset [-q] [--pathspec-from-file [--pathspec-file-nul]] [<tree-ish>]"
14335 msgstr "git reset [-q] [--pathspec-from-file [--pathspec-file-nul]] [<树对象>]"
14338 msgid "git reset --patch [<tree-ish>] [--] [<pathspec>...]"
14339 msgstr "git reset --patch [<树对象>] [--] [<路径表达式>...]"
14362 msgid "You do not have a valid HEAD."
14363 msgstr "您没有一个有效的 HEAD。"
14366 msgid "Failed to find tree of HEAD."
14367 msgstr "无法找到 HEAD 指向的树。"
14371 msgid "Failed to find tree of %s."
14372 msgstr "无法找到 %s 指向的树。"
14376 msgid "HEAD is now at %s"
14377 msgstr "HEAD 现在位于 %s"
14379 # 译者:汉字之间无空格,故删除%s前后空格
14382 msgid "Cannot do a %s reset in the middle of a merge."
14383 msgstr "在合并过程中不能做%s重置操作。"
14385 #: builtin/reset.c builtin/stash.c
14386 msgid "be quiet, only report errors"
14387 msgstr "安静模式,只报告错误"
14390 msgid "skip refreshing the index after reset"
14394 msgid "reset HEAD and index"
14395 msgstr "重置 HEAD 和索引"
14398 msgid "reset only HEAD"
14402 msgid "reset HEAD, index and working tree"
14403 msgstr "重置 HEAD、索引和工作区"
14406 msgid "reset HEAD but keep local changes"
14407 msgstr "重置 HEAD 但保存本地变更"
14410 msgid "record only the fact that removed paths will be added later"
14411 msgstr "将删除的路径标记为稍后添加"
14415 msgid "Failed to resolve '%s' as a valid revision."
14416 msgstr "无法将 '%s' 解析为一个有效的版本。"
14420 msgid "Failed to resolve '%s' as a valid tree."
14421 msgstr "无法将 '%s' 解析为一个有效的树对象。"
14424 msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
14425 msgstr "--mixed 带路径已弃用,而是用 'git reset -- <路径>'。"
14427 # 译者:汉字之间无空格,故删除%s前后空格
14430 msgid "Cannot do %s reset with paths."
14431 msgstr "不能带路径进行%s重置。"
14433 # 译者:汉字之间无空格,故删除%s前后空格
14436 msgid "%s reset is not allowed in a bare repository"
14437 msgstr "不能对纯仓库进行%s重置"
14440 msgid "Unstaged changes after reset:"
14441 msgstr "重置后取消暂存的变更:"
14446 "It took %.2f seconds to refresh the index after reset. You can use\n"
14447 "'--no-refresh' to avoid this."
14448 msgstr "在重置后花了 %.2f 秒来刷新索引。使用 '--no-refresh' 以避免之。"
14452 msgid "Could not reset index file to revision '%s'."
14453 msgstr "不能重置索引文件至版本 '%s'。"
14456 msgid "Could not write new index file."
14457 msgstr "不能写入新的索引文件。"
14459 #: builtin/rev-list.c
14461 msgid "unable to get disk usage of %s"
14462 msgstr "无法得到 %s 的磁盘使用量"
14464 #: builtin/rev-list.c
14466 msgid "invalid value for '%s': '%s', the only allowed format is '%s'"
14467 msgstr "'%s' 的值无效:'%s',唯一允许的格式是 '%s'"
14469 #: builtin/rev-list.c
14470 msgid "rev-list does not support display of notes"
14471 msgstr "rev-list 不支持显示注解"
14473 #: builtin/rev-list.c
14475 msgid "marked counting and '%s' cannot be used together"
14476 msgstr "标记计数和 '%s' 不能同时使用"
14478 #: builtin/rev-parse.c
14479 msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
14480 msgstr "git rev-parse --parseopt [<选项>] -- [<参数>...]"
14482 #: builtin/rev-parse.c
14483 msgid "keep the `--` passed as an arg"
14484 msgstr "保持 `--` 作为一个参数传递"
14486 #: builtin/rev-parse.c
14487 msgid "stop parsing after the first non-option argument"
14488 msgstr "遇到第一个非选项参数后停止解析"
14490 #: builtin/rev-parse.c
14491 msgid "output in stuck long form"
14494 #: builtin/rev-parse.c
14495 msgid "premature end of input"
14498 #: builtin/rev-parse.c
14499 msgid "no usage string given before the `--' separator"
14500 msgstr "在 `--' 分隔符之前没有给出使用方法字符串"
14502 #: builtin/rev-parse.c
14503 msgid "missing opt-spec before option flags"
14504 msgstr "选项参数之前缺少选项规格"
14506 #: builtin/rev-parse.c
14507 msgid "Needed a single revision"
14510 #: builtin/rev-parse.c
14512 "git rev-parse --parseopt [<options>] -- [<args>...]\n"
14513 " or: git rev-parse --sq-quote [<arg>...]\n"
14514 " or: git rev-parse [<options>] [<arg>...]\n"
14516 "Run \"git rev-parse --parseopt -h\" for more information on the first usage."
14518 "git rev-parse --parseopt [<选项>] -- [<参数>...]\n"
14519 " 或者:git rev-parse --sq-quote [<参数>...]\n"
14520 " 或者:git rev-parse [<选项>] [<参数>...]\n"
14522 "初次使用时执行 \"git rev-parse --parseopt -h\" 来获得更多信息。"
14524 #: builtin/rev-parse.c
14525 msgid "--resolve-git-dir requires an argument"
14526 msgstr "--resolve-git-dir 需要一个参数"
14528 #: builtin/rev-parse.c
14530 msgid "not a gitdir '%s'"
14531 msgstr "不是一个git目录 '%s'"
14533 #: builtin/rev-parse.c
14534 msgid "--git-path requires an argument"
14535 msgstr "--git-path 需要一个参数"
14537 #: builtin/rev-parse.c
14538 msgid "-n requires an argument"
14541 #: builtin/rev-parse.c
14542 msgid "--path-format requires an argument"
14543 msgstr "--path-format 需要一个参数"
14545 #: builtin/rev-parse.c
14547 msgid "unknown argument to --path-format: %s"
14548 msgstr "未知的 --path-format 参数:%s"
14550 #: builtin/rev-parse.c
14551 msgid "--default requires an argument"
14552 msgstr "--default 需要一个参数"
14554 #: builtin/rev-parse.c
14555 msgid "--prefix requires an argument"
14556 msgstr "--prefix 需要一个参数"
14558 #: builtin/rev-parse.c
14559 msgid "no object format specified"
14562 #: builtin/rev-parse.c
14564 msgid "unsupported object format: %s"
14565 msgstr "不支持的对象格式:'%s'"
14567 #: builtin/rev-parse.c
14569 msgid "unknown mode for --abbrev-ref: %s"
14570 msgstr "未知的 --abbrev-ref 模式:%s"
14572 #: builtin/rev-parse.c setup.c
14573 msgid "this operation must be run in a work tree"
14574 msgstr "该操作必须在一个工作区中运行"
14576 #: builtin/rev-parse.c
14577 msgid "Could not read the index"
14580 #: builtin/rev-parse.c
14582 msgid "unknown mode for --show-object-format: %s"
14583 msgstr "未知的 --show-object-format 模式:%s"
14585 #: builtin/revert.c
14587 "git revert [--[no-]edit] [-n] [-m <parent-number>] [-s] [-S[<keyid>]] "
14590 "git revert [--[no-]edit] [-n] [-m <父编号>] [-s] [-S[<私钥 ID>]] <提交>..."
14592 #: builtin/revert.c
14593 msgid "git revert (--continue | --skip | --abort | --quit)"
14594 msgstr "git revert (--continue | --skip | --abort | --quit)"
14596 #: builtin/revert.c
14598 "git cherry-pick [--edit] [-n] [-m <parent-number>] [-s] [-x] [--ff]\n"
14599 " [-S[<keyid>]] <commit>..."
14601 "git cherry-pick [--edit] [-n] [-m <父编号>] [-s] [-x] [--ff]\n"
14602 " [-S[<私钥 ID>]] <提交>..."
14604 #: builtin/revert.c
14605 msgid "git cherry-pick (--continue | --skip | --abort | --quit)"
14606 msgstr "git cherry-pick (--continue | --skip | --abort | --quit)"
14608 #: builtin/revert.c
14610 msgid "option `%s' expects a number greater than zero"
14611 msgstr "选项 `%s' 期望一个大于零的数字"
14613 #: builtin/revert.c
14615 msgid "%s: %s cannot be used with %s"
14616 msgstr "%s:%s 不能和 %s 同时使用"
14618 #: builtin/revert.c
14619 msgid "end revert or cherry-pick sequence"
14622 #: builtin/revert.c
14623 msgid "resume revert or cherry-pick sequence"
14626 #: builtin/revert.c
14627 msgid "cancel revert or cherry-pick sequence"
14630 #: builtin/revert.c
14631 msgid "skip current commit and continue"
14634 #: builtin/revert.c
14635 msgid "don't automatically commit"
14638 #: builtin/revert.c
14639 msgid "edit the commit message"
14642 #: builtin/revert.c
14643 msgid "parent-number"
14646 #: builtin/revert.c
14647 msgid "select mainline parent"
14650 #: builtin/revert.c
14651 msgid "merge strategy"
14654 #: builtin/revert.c
14655 msgid "option for merge strategy"
14658 #: builtin/revert.c
14659 msgid "append commit name"
14662 #: builtin/revert.c
14663 msgid "preserve initially empty commits"
14666 #: builtin/revert.c
14667 msgid "allow commits with empty messages"
14670 #: builtin/revert.c
14671 msgid "deprecated: use --empty=keep instead"
14672 msgstr "已弃用:取而代之使用 --empty=keep"
14674 #: builtin/revert.c
14675 msgid "use the 'reference' format to refer to commits"
14676 msgstr "使用 'reference' 格式来指向提交"
14678 #: builtin/revert.c
14679 msgid "revert failed"
14682 #: builtin/revert.c
14683 msgid "cherry-pick failed"
14688 "git rm [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch]\n"
14689 " [--quiet] [--pathspec-from-file=<file> [--pathspec-file-nul]]\n"
14690 " [--] [<pathspec>...]"
14692 "git rm [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch]\n"
14693 " [--quiet] [--pathspec-from-file=<文件> [--pathspec-file-nul]]\n"
14694 " [--] [<路径规格>...]"
14698 "the following file has staged content different from both the\n"
14699 "file and the HEAD:"
14701 "the following files have staged content different from both the\n"
14702 "file and the HEAD:"
14703 msgstr[0] "如下文件其暂存的内容和工作区及 HEAD 中的都不一样:"
14704 msgstr[1] "如下文件其暂存的内容和工作区及 HEAD 中的都不一样:"
14709 "(use -f to force removal)"
14715 msgid "the following file has changes staged in the index:"
14716 msgid_plural "the following files have changes staged in the index:"
14717 msgstr[0] "下列文件索引中有变更"
14718 msgstr[1] "下列文件索引中有变更"
14723 "(use --cached to keep the file, or -f to force removal)"
14726 "(使用 --cached 保留本地文件,或用 -f 强制删除)"
14729 msgid "the following file has local modifications:"
14730 msgid_plural "the following files have local modifications:"
14731 msgstr[0] "如下文件有本地修改:"
14732 msgstr[1] "如下文件有本地修改:"
14735 msgid "do not list removed files"
14739 msgid "only remove from the index"
14743 msgid "override the up-to-date check"
14744 msgstr "忽略文件更新状态检查"
14747 msgid "allow recursive removal"
14751 msgid "exit with a zero status even if nothing matched"
14752 msgstr "即使没有匹配,也以零状态退出"
14755 msgid "No pathspec was given. Which files should I remove?"
14756 msgstr "没有提供路径规格。我应该删除哪些文件?"
14759 msgid "please stage your changes to .gitmodules or stash them to proceed"
14760 msgstr "请将您的修改暂存到 .gitmodules 中或贮藏后再继续"
14764 msgid "not removing '%s' recursively without -r"
14765 msgstr "未提供 -r 选项不会递归删除 '%s'"
14769 msgid "git rm: unable to remove %s"
14770 msgstr "git rm:不能删除 %s"
14772 #: builtin/send-pack.c
14774 "git send-pack [--mirror] [--dry-run] [--force]\n"
14775 " [--receive-pack=<git-receive-pack>]\n"
14776 " [--verbose] [--thin] [--atomic]\n"
14777 " [--[no-]signed | --signed=(true|false|if-asked)]\n"
14778 " [<host>:]<directory> (--all | <ref>...)"
14780 "git send-pack [--mirror] [--dry-run] [--force]\n"
14781 " [--receive-pack=<git-receive-pack>]\n"
14782 " [--verbose] [--thin] [--atomic]\n"
14783 " [--[no-]signed | --signed=(true|false|if-asked)]\n"
14784 " [<主机>:]<目录> (--all | <引用>...)"
14786 #: builtin/send-pack.c
14787 msgid "remote name"
14790 #: builtin/send-pack.c
14791 msgid "push all refs"
14794 #: builtin/send-pack.c
14795 msgid "use stateless RPC protocol"
14796 msgstr "使用无状态的 RPC 协议"
14798 #: builtin/send-pack.c
14799 msgid "read refs from stdin"
14802 #: builtin/send-pack.c
14803 msgid "print status from remote helper"
14804 msgstr "打印来自远程 helper 的状态"
14806 #: builtin/shortlog.c
14807 msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
14808 msgstr "git shortlog [<选项>] [<版本范围>] [[--] <路径>...]"
14810 #: builtin/shortlog.c
14811 msgid "git log --pretty=short | git shortlog [<options>]"
14812 msgstr "git log --pretty=short | git shortlog [<选项>]"
14814 #: builtin/shortlog.c
14815 msgid "using multiple --group options with stdin is not supported"
14816 msgstr "不支持和标准输入一起使用多个 --group 选项"
14818 #: builtin/shortlog.c
14820 msgid "using %s with stdin is not supported"
14821 msgstr "不支持对 %s 使用标准输入"
14823 #: builtin/shortlog.c
14825 msgid "unknown group type: %s"
14828 #: builtin/shortlog.c
14829 msgid "group by committer rather than author"
14830 msgstr "按照提交者而不是作者分组"
14832 #: builtin/shortlog.c
14833 msgid "sort output according to the number of commits per author"
14834 msgstr "根据每个作者的提交数量排序"
14836 #: builtin/shortlog.c
14837 msgid "suppress commit descriptions, only provides commit count"
14838 msgstr "抑制提交描述,只提供提交数量"
14840 #: builtin/shortlog.c
14841 msgid "show the email address of each author"
14842 msgstr "显示每个作者的电子邮件地址"
14844 #: builtin/shortlog.c
14845 msgid "<w>[,<i1>[,<i2>]]"
14846 msgstr "<w>[,<i1>[,<i2>]]"
14848 #: builtin/shortlog.c
14849 msgid "linewrap output"
14852 #: builtin/shortlog.c
14856 #: builtin/shortlog.c
14857 msgid "group by field"
14860 #: builtin/shortlog.c
14861 msgid "too many arguments given outside repository"
14862 msgstr "仓库外执行提供了太多的参数"
14864 #: builtin/show-branch.c
14866 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
14867 " [--current] [--color[=<when>] | --no-color] [--sparse]\n"
14868 " [--more=<n> | --list | --independent | --merge-base]\n"
14869 " [--no-name | --sha1-name] [--topics]\n"
14870 " [(<rev> | <glob>)...]"
14872 "git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
14873 " [--current] [--color[=<何时>] | --no-color] [--sparse]\n"
14874 " [--more=<n> | --list | --independent | --merge-base]\n"
14875 " [--no-name | --sha1-name] [--topics]\n"
14876 " [(<版本> | <通配符>)...]"
14878 #: builtin/show-branch.c
14879 msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
14880 msgstr "git show-branch (-g | --reflog)[=<n>[,<起始点>]] [--list] [<引用>]"
14882 #: builtin/show-branch.c
14884 msgid "ignoring %s; cannot handle more than %d ref"
14885 msgid_plural "ignoring %s; cannot handle more than %d refs"
14886 msgstr[0] "忽略 %s,无法处理 %d 个以上的引用"
14887 msgstr[1] "忽略 %s,无法处理 %d 个以上的引用"
14889 #: builtin/show-branch.c
14891 msgid "no matching refs with %s"
14892 msgstr "没有和 %s 匹配的引用"
14894 #: builtin/show-branch.c
14895 msgid "show remote-tracking and local branches"
14896 msgstr "显示远程跟踪的和本地的分支"
14898 #: builtin/show-branch.c
14899 msgid "show remote-tracking branches"
14902 #: builtin/show-branch.c
14903 msgid "color '*!+-' corresponding to the branch"
14904 msgstr "着色 '*!+-' 到相应的分支"
14906 #: builtin/show-branch.c
14907 msgid "show <n> more commits after the common ancestor"
14908 msgstr "显示共同祖先后的 <n> 个提交"
14910 #: builtin/show-branch.c
14911 msgid "synonym to more=-1"
14912 msgstr "和 more=-1 同义"
14914 #: builtin/show-branch.c
14915 msgid "suppress naming strings"
14918 #: builtin/show-branch.c
14919 msgid "include the current branch"
14922 #: builtin/show-branch.c
14923 msgid "name commits with their object names"
14926 #: builtin/show-branch.c
14927 msgid "show possible merge bases"
14930 #: builtin/show-branch.c
14931 msgid "show refs unreachable from any other ref"
14932 msgstr "显示没有任何引用的的引用"
14934 #: builtin/show-branch.c
14935 msgid "show commits in topological order"
14938 #: builtin/show-branch.c
14939 msgid "show only commits not on the first branch"
14940 msgstr "只显示不在第一个分支上的提交"
14942 #: builtin/show-branch.c
14943 msgid "show merges reachable from only one tip"
14944 msgstr "显示仅一个分支可访问的合并提交"
14946 #: builtin/show-branch.c
14947 msgid "topologically sort, maintaining date order where possible"
14948 msgstr "拓扑方式排序,并尽可能地保持日期顺序"
14950 #: builtin/show-branch.c
14951 msgid "<n>[,<base>]"
14952 msgstr "<n>[,<base>]"
14954 #: builtin/show-branch.c
14955 msgid "show <n> most recent ref-log entries starting at base"
14956 msgstr "显示从起始点开始的 <n> 条最近的引用日志记录"
14958 #: builtin/show-branch.c
14959 msgid "no branches given, and HEAD is not valid"
14960 msgstr "未提供分支,且 HEAD 无效"
14962 #: builtin/show-branch.c
14963 msgid "--reflog option needs one branch name"
14964 msgstr "选项 --reflog 需要一个分支名"
14966 #: builtin/show-branch.c
14968 msgid "only %d entry can be shown at one time."
14969 msgid_plural "only %d entries can be shown at one time."
14970 msgstr[0] "一次只能显示 %d 个条目。"
14971 msgstr[1] "一次只能显示 %d 个条目。"
14973 #: builtin/show-branch.c
14975 msgid "no such ref %s"
14978 #: builtin/show-branch.c
14980 msgid "cannot handle more than %d rev."
14981 msgid_plural "cannot handle more than %d revs."
14982 msgstr[0] "不能处理 %d 个以上的版本。"
14983 msgstr[1] "不能处理 %d 个以上的版本。"
14985 #: builtin/show-branch.c
14987 msgid "'%s' is not a valid ref."
14988 msgstr "'%s' 不是一个有效的引用。"
14990 #: builtin/show-branch.c
14992 msgid "cannot find commit %s (%s)"
14993 msgstr "不能找到提交 %s(%s)"
14995 #: builtin/show-index.c
14996 msgid "hash-algorithm"
14999 #: builtin/show-index.c
15000 msgid "Unknown hash algorithm"
15003 #: builtin/show-ref.c
15005 "git show-ref [--head] [-d | --dereference]\n"
15006 " [-s | --hash[=<n>]] [--abbrev[=<n>]] [--branches] [--tags]\n"
15007 " [--] [<pattern>...]"
15009 "git show-ref [--head] [-d | --dereference]\n"
15010 " [-s | --hash[=<n>]] [--abbrev[=<n>]] [--branches] [--tags]\n"
15013 #: builtin/show-ref.c
15015 "git show-ref --verify [-q | --quiet] [-d | --dereference]\n"
15016 " [-s | --hash[=<n>]] [--abbrev[=<n>]]\n"
15019 "git show-ref --verify [-q | --quiet] [-d | --dereference]\n"
15020 " [-s | --hash[=<n>]] [--abbrev[=<n>]]\n"
15023 #: builtin/show-ref.c
15024 msgid "git show-ref --exclude-existing[=<pattern>]"
15025 msgstr "git show-ref --exclude-existing[=<模式>]"
15027 #: builtin/show-ref.c
15028 msgid "git show-ref --exists <ref>"
15029 msgstr "git show-ref --exists <引用>"
15031 #: builtin/show-ref.c
15032 msgid "reference does not exist"
15035 #: builtin/show-ref.c
15036 msgid "failed to look up reference"
15039 #: builtin/show-ref.c
15040 msgid "only show tags (can be combined with --branches)"
15041 msgstr "仅显示标签(可与 --branches 组合使用)"
15043 #: builtin/show-ref.c
15044 msgid "only show branches (can be combined with --tags)"
15045 msgstr "仅显示分支(可与 --tags 组合使用)"
15047 #: builtin/show-ref.c
15048 msgid "check for reference existence without resolving"
15049 msgstr "检查引用是否存在但不解析"
15051 #: builtin/show-ref.c
15052 msgid "stricter reference checking, requires exact ref path"
15053 msgstr "更严格的引用检测,需要精确的引用路径"
15055 #: builtin/show-ref.c
15056 msgid "show the HEAD reference, even if it would be filtered out"
15057 msgstr "显示 HEAD 引用,即使被过滤掉"
15059 #: builtin/show-ref.c
15060 msgid "dereference tags into object IDs"
15061 msgstr "转换标签到对象 ID"
15063 #: builtin/show-ref.c
15064 msgid "only show SHA1 hash using <n> digits"
15065 msgstr "只显示使用 <n> 个数字的 SHA1 哈希"
15067 #: builtin/show-ref.c
15068 msgid "do not print results to stdout (useful with --verify)"
15069 msgstr "不打印结果到标准输出(例如与 --verify 参数共用)"
15071 #: builtin/show-ref.c
15072 msgid "show refs from stdin that aren't in local repository"
15073 msgstr "显示从标准输入中读入的不在本地仓库中的引用"
15075 #: builtin/sparse-checkout.c
15077 "git sparse-checkout (init | list | set | add | reapply | disable | check-"
15078 "rules) [<options>]"
15080 "git sparse-checkout (init | list | set | add | reapply | disable | check\n"
15083 #: builtin/sparse-checkout.c
15084 msgid "this worktree is not sparse"
15085 msgstr "这个工作区不是稀疏的"
15087 #: builtin/sparse-checkout.c
15088 msgid "this worktree is not sparse (sparse-checkout file may not exist)"
15089 msgstr "本工作区不是稀疏模式(稀疏检出文件可能不存在)"
15091 #: builtin/sparse-checkout.c
15094 "directory '%s' contains untracked files, but is not in the sparse-checkout "
15096 msgstr "目录 '%s' 包括了未跟踪文件,但不在稀疏检出锥中"
15098 #: builtin/sparse-checkout.c
15100 msgid "failed to remove directory '%s'"
15101 msgstr "无法删除目录 '%s'"
15103 #: builtin/sparse-checkout.c
15104 msgid "failed to create directory for sparse-checkout file"
15105 msgstr "无法为稀疏检出文件创建目录"
15107 #: builtin/sparse-checkout.c
15109 msgid "unable to fdopen %s"
15110 msgstr "不能 fdopen %s"
15112 #: builtin/sparse-checkout.c
15113 msgid "failed to initialize worktree config"
15114 msgstr "无法初始化工作树配置"
15116 #: builtin/sparse-checkout.c
15117 msgid "failed to modify sparse-index config"
15118 msgstr "无法修改 sparse-index 配置"
15120 #: builtin/sparse-checkout.c
15121 msgid "initialize the sparse-checkout in cone mode"
15122 msgstr "初始化稀疏检出为锥形模式"
15124 #: builtin/sparse-checkout.c
15125 msgid "toggle the use of a sparse index"
15128 #: builtin/sparse-checkout.c commit-graph.c midx-write.c sequencer.c
15130 msgid "unable to create leading directories of %s"
15131 msgstr "不能为 %s 创建先导目录"
15133 #: builtin/sparse-checkout.c
15135 msgid "failed to open '%s'"
15138 #: builtin/sparse-checkout.c
15140 msgid "could not normalize path %s"
15141 msgstr "无法规范化路径 %s"
15143 #: builtin/sparse-checkout.c
15145 msgid "unable to unquote C-style string '%s'"
15146 msgstr "无法为 C 语言风格的字符串 '%s' 去引号"
15148 #: builtin/sparse-checkout.c
15149 msgid "unable to load existing sparse-checkout patterns"
15150 msgstr "无法加载现存的稀疏检出模式"
15152 #: builtin/sparse-checkout.c
15153 msgid "existing sparse-checkout patterns do not use cone mode"
15154 msgstr "已有的稀疏检出模式不使用锥形模式"
15156 #: builtin/sparse-checkout.c
15157 msgid "please run from the toplevel directory in non-cone mode"
15158 msgstr "请在非锥形模式的顶级目录中运行"
15160 #: builtin/sparse-checkout.c
15161 msgid "specify directories rather than patterns (no leading slash)"
15162 msgstr "指定目录而不是模式(无前导斜线)"
15164 #: builtin/sparse-checkout.c
15166 "specify directories rather than patterns. If your directory starts with a "
15167 "'!', pass --skip-checks"
15168 msgstr "指定目录而不是模式。若你的目录以 '!' 开头,传入 --skip-checks"
15170 #: builtin/sparse-checkout.c
15172 "specify directories rather than patterns. If your directory really has any "
15173 "of '*?[]\\' in it, pass --skip-checks"
15175 "指定目录而不是模式。若你的目录真的包含 '*?[]\\' 中的字符,传入 --skip-checks"
15177 #: builtin/sparse-checkout.c
15180 "'%s' is not a directory; to treat it as a directory anyway, rerun with --"
15182 msgstr "'%s' 不是目录;若无论如何都要将它当作目录,使用 --skip-checks 重新运行"
15184 #: builtin/sparse-checkout.c
15187 "pass a leading slash before paths such as '%s' if you want a single file "
15188 "(see NON-CONE PROBLEMS in the git-sparse-checkout manual)."
15190 "如果您想要单独一个文件,在类似于 '%s' 的路径前传入前置斜线 (参见 git-sparse-"
15191 "checkout 手册中的 NON-CONE PROBLEMS)。"
15193 #: builtin/sparse-checkout.c
15194 msgid "git sparse-checkout add [--skip-checks] (--stdin | <patterns>)"
15195 msgstr "git sparse-checkout add [--skip-checks] (--stdin | <模式>)"
15197 #: builtin/sparse-checkout.c
15199 "skip some sanity checks on the given paths that might give false positives"
15200 msgstr "跳过可能对一些目录产生假阳性错误的合理性检查"
15202 #: builtin/sparse-checkout.c
15203 msgid "read patterns from standard in"
15206 #: builtin/sparse-checkout.c
15207 msgid "no sparse-checkout to add to"
15208 msgstr "没有可以添加到的稀疏检出"
15210 #: builtin/sparse-checkout.c
15212 "git sparse-checkout set [--[no-]cone] [--[no-]sparse-index] [--skip-checks] "
15213 "(--stdin | <patterns>)"
15215 "git sparse-checkout set [--[no-]cone] [--[no-]sparse-index] [--skip-checks] "
15218 #: builtin/sparse-checkout.c
15219 msgid "must be in a sparse-checkout to reapply sparsity patterns"
15220 msgstr "必须在稀疏检出中重应用稀疏模式"
15222 #: builtin/sparse-checkout.c
15223 msgid "error while refreshing working directory"
15226 #: builtin/sparse-checkout.c
15228 "git sparse-checkout check-rules [-z] [--skip-checks][--[no-]cone] [--rules-"
15231 "git sparse-checkout check-rules [-z] [--skip-checks][--[no-]cone] [--rules-"
15234 #: builtin/sparse-checkout.c
15235 msgid "terminate input and output files by a NUL character"
15236 msgstr "输入和输出的文件使用 NUL 字符终结"
15238 #: builtin/sparse-checkout.c
15239 msgid "when used with --rules-file interpret patterns as cone mode patterns"
15240 msgstr "通过 --rules-file 选项传递的模型将被作为锥形(稀疏检出模型)进行解析"
15242 #: builtin/sparse-checkout.c
15243 msgid "use patterns in <file> instead of the current ones."
15244 msgstr "从 <文件> 参数中读取模式,而不是从标准输入"
15247 msgid "git stash list [<log-options>]"
15248 msgstr "git stash list [<日志选项>]"
15252 "git stash show [-u | --include-untracked | --only-untracked] [<diff-"
15253 "options>] [<stash>]"
15255 "git stash show [-u | --include-untracked | --only-untracked] [<差异选项>] [<"
15259 msgid "git stash drop [-q | --quiet] [<stash>]"
15260 msgstr "git stash drop [-q | --quiet] [<贮存>]"
15263 msgid "git stash pop [--index] [-q | --quiet] [<stash>]"
15264 msgstr "git stash pop [--index] [-q | --quiet] [<贮存>]"
15267 msgid "git stash apply [--index] [-q | --quiet] [<stash>]"
15268 msgstr "git stash apply [--index] [-q | --quiet] [<贮存>]"
15271 msgid "git stash branch <branchname> [<stash>]"
15272 msgstr "git stash branch <分支名> [<stash>]"
15275 msgid "git stash store [(-m | --message) <message>] [-q | --quiet] <commit>"
15276 msgstr "git stash store [(-m | --message) <消息>] [-q | --quiet] <提交>"
15280 "git stash [push [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q "
15282 " [-u | --include-untracked] [-a | --all] [(-m | --message) "
15284 " [--pathspec-from-file=<file> [--pathspec-file-nul]]\n"
15285 " [--] [<pathspec>...]]"
15287 "git stash [push [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q "
15289 " [-u | --include-untracked] [-a | --all] [(-m | --message <消息>]\n"
15290 " [--pathspec-from-file=<文件> [--pathspec-file-nul]]\n"
15291 " [--] [<路径规格>...]]"
15295 "git stash save [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q | "
15297 " [-u | --include-untracked] [-a | --all] [<message>]"
15299 "git stash save [-p | --patch] [-S | --staged] [-k | --[no-]keep-index] [-q | "
15301 " [-u | --include-untracked] [-a | --all] [<消息>]"
15304 msgid "git stash create [<message>]"
15305 msgstr "git stash create [<消息>]"
15309 msgid "'%s' is not a stash-like commit"
15310 msgstr "'%s' 不像是一个贮藏提交"
15314 msgid "Too many revisions specified:%s"
15315 msgstr "指定了太多的版本:%s"
15318 msgid "No stash entries found."
15323 msgid "%s is not a valid reference"
15324 msgstr "%s 不是一个有效的引用名"
15327 msgid "git stash clear with arguments is unimplemented"
15328 msgstr "git stash clear 不支持参数"
15333 "WARNING: Untracked file in way of tracked file! Renaming\n"
15337 "警告:未跟踪文件出现在跟踪文件的路径上!重命名\n"
15342 msgid "cannot apply a stash in the middle of a merge"
15343 msgstr "无法在合并过程中应用贮藏"
15347 msgid "could not generate diff %s^!."
15348 msgstr "无法生成差异 %s^!."
15351 msgid "conflicts in index. Try without --index."
15352 msgstr "索引中有冲突。尝试不用 --index。"
15355 msgid "could not save index tree"
15360 msgid "Merging %s with %s"
15361 msgstr "正在合并 %s 和 %s"
15364 msgid "Index was not unstashed."
15365 msgstr "索引未从贮藏中恢复。"
15368 msgid "could not restore untracked files from stash"
15369 msgstr "无法从贮藏条目中恢复未跟踪文件"
15372 msgid "attempt to recreate the index"
15377 msgid "Dropped %s (%s)"
15378 msgstr "丢弃了 %s(%s)"
15382 msgid "%s: Could not drop stash entry"
15383 msgstr "%s:无法丢弃贮藏条目"
15387 msgid "'%s' is not a stash reference"
15388 msgstr "'%s' 不是一个贮藏引用"
15391 msgid "The stash entry is kept in case you need it again."
15392 msgstr "贮藏条目被保留以备您再次需要。"
15395 msgid "No branch name specified"
15399 msgid "failed to parse tree"
15403 msgid "failed to unpack trees"
15407 msgid "include untracked files in the stash"
15408 msgstr "在贮藏中包含未跟踪文件"
15411 msgid "only show untracked files in the stash"
15412 msgstr "仅显示贮藏中的未跟踪文件"
15416 msgid "Cannot update %s with %s"
15417 msgstr "无法用 %2$s 更新 %1$s"
15420 msgid "stash message"
15424 msgid "\"git stash store\" requires one <commit> argument"
15425 msgstr "\"git stash store\" 需要一个 <提交> 参数"
15428 msgid "No staged changes"
15432 msgid "No changes selected"
15436 msgid "You do not have the initial commit yet"
15440 msgid "Cannot save the current index state"
15441 msgstr "无法保存当前索引状态"
15444 msgid "Cannot save the untracked files"
15448 msgid "Cannot save the current worktree state"
15449 msgstr "无法保存当前工作区状态"
15452 msgid "Cannot save the current staged state"
15453 msgstr "无法保存当前暂存状态"
15456 msgid "Cannot record working tree state"
15460 msgid "Can't use --patch and --include-untracked or --all at the same time"
15461 msgstr "不能同时使用参数 --patch 和 --include-untracked 或 --all"
15464 msgid "Can't use --staged and --include-untracked or --all at the same time"
15465 msgstr "不能同时使用参数 --staged 和 --include-untracked 或 --all"
15468 msgid "Did you forget to 'git add'?"
15469 msgstr "您是否忘了执行 'git add'?"
15472 msgid "No local changes to save"
15473 msgstr "没有要保存的本地修改"
15476 msgid "Cannot initialize stash"
15480 msgid "Cannot save the current status"
15485 msgid "Saved working directory and index state %s"
15486 msgstr "保存工作目录和索引状态 %s"
15489 msgid "Cannot remove worktree changes"
15497 msgid "stash staged changes only"
15501 msgid "stash in patch mode"
15509 msgid "include untracked files in stash"
15510 msgstr "贮藏中包含未跟踪文件"
15513 msgid "include ignore files"
15516 #: builtin/stripspace.c
15517 msgid "skip and remove all lines starting with comment character"
15518 msgstr "跳过和移除所有的注释行"
15520 #: builtin/stripspace.c
15521 msgid "prepend comment character and space to each line"
15522 msgstr "为每一行的行首添加注释符和空格"
15524 #: builtin/submodule--helper.c
15526 msgid "Expecting a full ref name, got %s"
15527 msgstr "期望一个完整的引用名称,却得到 %s"
15529 #: builtin/submodule--helper.c
15531 msgid "could not get a repository handle for submodule '%s'"
15532 msgstr "无法获得子模组 '%s' 的仓库句柄"
15534 #: builtin/submodule--helper.c
15537 "could not look up configuration '%s'. Assuming this repository is its own "
15538 "authoritative upstream."
15539 msgstr "无法找到配置 '%s'。假定这个仓库是其自身的官方上游。"
15541 #: builtin/submodule--helper.c
15543 msgid "No url found for submodule path '%s' in .gitmodules"
15544 msgstr "在 .gitmodules 中未找到子模组路径 '%s' 的 url"
15546 #: builtin/submodule--helper.c
15548 msgid "Entering '%s'\n"
15551 #: builtin/submodule--helper.c
15554 "run_command returned non-zero status for %s\n"
15557 "对 %s 执行 run_command 返回非零值。\n"
15560 #: builtin/submodule--helper.c
15563 "run_command returned non-zero status while recursing in the nested "
15564 "submodules of %s\n"
15567 "在递归 %s 的子模组执行 run_command 时返回非零值。\n"
15570 #: builtin/submodule--helper.c
15571 msgid "suppress output of entering each submodule command"
15572 msgstr "抑制进入每一个子模组命令的输出"
15574 #: builtin/submodule--helper.c
15575 msgid "recurse into nested submodules"
15576 msgstr "递归进入嵌套子模组中"
15578 #: builtin/submodule--helper.c
15579 msgid "git submodule foreach [--quiet] [--recursive] [--] <command>"
15580 msgstr "git submodule foreach [--quiet] [--recursive] [--] <命令>"
15582 #: builtin/submodule--helper.c
15584 msgid "Failed to register url for submodule path '%s'"
15585 msgstr "无法为子模组路径 '%s' 注册 url"
15587 #: builtin/submodule--helper.c
15589 msgid "Submodule '%s' (%s) registered for path '%s'\n"
15590 msgstr "子模组 '%s'(%s)已对路径 '%s' 注册\n"
15592 #: builtin/submodule--helper.c
15594 msgid "warning: command update mode suggested for submodule '%s'\n"
15595 msgstr "警告:建议子模组 '%s' 使用命令更新模式\n"
15597 #: builtin/submodule--helper.c
15599 msgid "Failed to register update mode for submodule path '%s'"
15600 msgstr "无法为子模组路径 '%s' 注册更新模式"
15602 #: builtin/submodule--helper.c
15603 msgid "suppress output for initializing a submodule"
15604 msgstr "抑制子模组初始化的输出"
15606 #: builtin/submodule--helper.c
15607 msgid "git submodule init [<options>] [<path>]"
15608 msgstr "git submodule init [<选项>] [<路径>]"
15610 #: builtin/submodule--helper.c
15612 msgid "no submodule mapping found in .gitmodules for path '%s'"
15613 msgstr "在 .gitmodules 中没有发现路径 '%s' 的子模组映射"
15615 #: builtin/submodule--helper.c
15617 msgid "could not resolve HEAD ref inside the submodule '%s'"
15618 msgstr "无法解析子模组 '%s' 的 HEAD 引用"
15620 #: builtin/submodule--helper.c
15622 msgid "failed to recurse into submodule '%s'"
15623 msgstr "无法递归进入子模组 '%s'"
15625 #: builtin/submodule--helper.c
15626 msgid "suppress submodule status output"
15629 #: builtin/submodule--helper.c
15631 "use commit stored in the index instead of the one stored in the submodule "
15633 msgstr "使用存储在索引中的提交,而非存储在子模组 HEAD 中的提交"
15635 #: builtin/submodule--helper.c
15636 msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
15637 msgstr "git submodule status [--quiet] [--cached] [--recursive] [<路径>...]"
15639 #: builtin/submodule--helper.c
15641 msgid "* %s %s(blob)->%s(submodule)"
15642 msgstr "* %s %s(数据对象)->%s(子模组)"
15644 #: builtin/submodule--helper.c
15646 msgid "* %s %s(submodule)->%s(blob)"
15647 msgstr "* %s %s(子模组)->%s(数据对象)"
15649 #: builtin/submodule--helper.c
15654 #: builtin/submodule--helper.c
15656 msgid "couldn't hash object from '%s'"
15657 msgstr "不能从 '%s' 创建哈希对象"
15659 #: builtin/submodule--helper.c
15661 msgid "unexpected mode %o"
15664 #: builtin/submodule--helper.c
15665 msgid "use the commit stored in the index instead of the submodule HEAD"
15666 msgstr "使用存储在索引中的提交,而非存储在子模组 HEAD 中的提交"
15668 #: builtin/submodule--helper.c
15669 msgid "compare the commit in the index with that in the submodule HEAD"
15670 msgstr "比较存储在索引和子模组 HEAD 中的提交"
15672 #: builtin/submodule--helper.c
15673 msgid "skip submodules with 'ignore_config' value set to 'all'"
15674 msgstr "跳过设置了 'ignore_config' 为 'all' 的子模组"
15676 #: builtin/submodule--helper.c
15677 msgid "limit the summary size"
15680 #: builtin/submodule--helper.c
15681 msgid "git submodule summary [<options>] [<commit>] [--] [<path>]"
15682 msgstr "git submodule summary [<选项>] [<提交>] [--] [<路径>]"
15684 #: builtin/submodule--helper.c
15685 msgid "could not fetch a revision for HEAD"
15686 msgstr "不能为 HEAD 获取一个版本"
15688 #: builtin/submodule--helper.c
15690 msgid "Synchronizing submodule url for '%s'\n"
15691 msgstr "为 '%s' 同步子模组 url\n"
15693 #: builtin/submodule--helper.c
15695 msgid "failed to register url for submodule path '%s'"
15696 msgstr "无法为子模组路径 '%s' 注册 url"
15698 #: builtin/submodule--helper.c
15700 msgid "failed to update remote for submodule '%s'"
15701 msgstr "无法为子模组 '%s' 更新远程关联"
15703 #: builtin/submodule--helper.c
15704 msgid "suppress output of synchronizing submodule url"
15705 msgstr "抑制子模组 URL 同步的输出"
15707 #: builtin/submodule--helper.c
15708 msgid "git submodule sync [--quiet] [--recursive] [<path>]"
15709 msgstr "git submodule sync [--quiet] [--recursive] [<路径>]"
15711 #: builtin/submodule--helper.c
15714 "Submodule work tree '%s' contains a .git directory. This will be replaced "
15715 "with a .git file by using absorbgitdirs."
15717 "子模组工作区 '%s' 包含一个 .git 目录。这将会用 absorbgitdirs 子命令替换成一"
15720 #: builtin/submodule--helper.c
15723 "Submodule work tree '%s' contains local modifications; use '-f' to discard "
15725 msgstr "子模组工作区 '%s' 包含本地修改;使用 '-f' 丢弃它们"
15727 #: builtin/submodule--helper.c
15729 msgid "Cleared directory '%s'\n"
15730 msgstr "已清除目录 '%s'\n"
15732 #: builtin/submodule--helper.c
15734 msgid "Could not remove submodule work tree '%s'\n"
15735 msgstr "无法移除子模组工作区 '%s'\n"
15737 #: builtin/submodule--helper.c
15739 msgid "could not create empty submodule directory %s"
15740 msgstr "不能创建空的子模组目录 %s"
15742 #: builtin/submodule--helper.c
15744 msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
15745 msgstr "子模组 '%s'(%s)未对路径 '%s' 注册\n"
15747 #: builtin/submodule--helper.c
15748 msgid "remove submodule working trees even if they contain local changes"
15749 msgstr "删除子模组工作区,即使包含本地修改"
15751 #: builtin/submodule--helper.c
15752 msgid "unregister all submodules"
15753 msgstr "将所有子模组取消注册"
15755 #: builtin/submodule--helper.c
15757 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
15759 "git submodule deinit [--quiet] [-f | --force] [--all | [--] [<路径>...]]"
15761 #: builtin/submodule--helper.c
15762 msgid "Use '--all' if you really want to deinitialize all submodules"
15763 msgstr "如果您确实想要对所有子模组执行取消初始化,请使用 '--all'"
15765 #: builtin/submodule--helper.c
15767 "An alternate computed from a superproject's alternate is invalid.\n"
15768 "To allow Git to clone without an alternate in such a case, set\n"
15769 "submodule.alternateErrorStrategy to 'info' or, equivalently, clone with\n"
15770 "'--reference-if-able' instead of '--reference'."
15772 "从一个父项目的备用仓库中计算出的备用仓库无效。\n"
15773 "此场景下,设置 submodule.alternateErrorStrategy 为 'info',以允许\n"
15774 "Git 不使用备用仓库克隆,或者等效地使用 '--reference-if-able' 而非\n"
15775 "'--reference' 来克隆。"
15777 #: builtin/submodule--helper.c
15779 msgid "could not get a repository handle for gitdir '%s'"
15780 msgstr "无法获得 git 目录 '%s' 的仓库句柄"
15782 #: builtin/submodule--helper.c
15784 msgid "submodule '%s' cannot add alternate: %s"
15785 msgstr "子模组 '%s' 不能添加仓库备选:%s"
15787 #: builtin/submodule--helper.c
15789 msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
15790 msgstr "不能识别 submodule.alternateErrorStrategy 的取值 '%s'"
15792 #: builtin/submodule--helper.c
15794 msgid "Value '%s' for submodule.alternateLocation is not recognized"
15795 msgstr "不能识别 submodule.alternateLocation 的取值 '%s'"
15797 #: builtin/submodule--helper.c submodule.c
15799 msgid "refusing to create/use '%s' in another submodule's git dir"
15800 msgstr "拒绝在另一个子模组的 git 目录中创建/使用 '%s'"
15802 #: builtin/submodule--helper.c
15804 msgid "directory not empty: '%s'"
15807 #: builtin/submodule--helper.c
15809 msgid "clone of '%s' into submodule path '%s' failed"
15810 msgstr "无法克隆 '%s' 到子模组路径 '%s'"
15812 #: builtin/submodule--helper.c
15814 msgid "could not get submodule directory for '%s'"
15815 msgstr "无法得到 '%s' 的子模组目录"
15817 #: builtin/submodule--helper.c
15818 msgid "alternative anchor for relative paths"
15819 msgstr "相对路径的替代锚记(anchor)"
15821 #: builtin/submodule--helper.c
15822 msgid "where the new submodule will be cloned to"
15823 msgstr "新的子模组将要克隆的路径"
15825 #: builtin/submodule--helper.c
15826 msgid "name of the new submodule"
15829 #: builtin/submodule--helper.c
15830 msgid "url where to clone the submodule from"
15831 msgstr "克隆子模组的 url 地址"
15833 #: builtin/submodule--helper.c
15834 msgid "depth for shallow clones"
15837 #: builtin/submodule--helper.c
15838 msgid "force cloning progress"
15841 #: builtin/submodule--helper.c
15842 msgid "disallow cloning into non-empty directory"
15843 msgstr "不允许克隆到一个非空目录"
15845 #: builtin/submodule--helper.c
15847 "git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
15848 "<repository>] [--name <name>] [--depth <depth>] [--single-branch] [--filter "
15849 "<filter-spec>] --url <url> --path <path>"
15851 "git submodule--helper clone [--prefix=<路径>] [--quiet] [--reference <仓库>] "
15852 "[--name <名字>] [--depth <深度>] [--single-branch] [--filter <过滤器规格>] --"
15853 "url <url> --path <路径>"
15855 #: builtin/submodule--helper.c
15857 msgid "Invalid update mode '%s' configured for submodule path '%s'"
15858 msgstr "为子模组路径 '%2$s' 配置的更新模式 '%1$s' 无效"
15860 #: builtin/submodule--helper.c
15862 msgid "Submodule path '%s' not initialized"
15863 msgstr "子模组路径 '%s' 尚未初始化"
15865 #: builtin/submodule--helper.c
15866 msgid "Maybe you want to use 'update --init'?"
15867 msgstr "也许您想要执行 'update --init'?"
15869 #: builtin/submodule--helper.c
15871 msgid "Skipping unmerged submodule %s"
15872 msgstr "略过未合并的子模组 %s"
15874 #: builtin/submodule--helper.c
15876 msgid "Skipping submodule '%s'"
15877 msgstr "略过子模组 '%s'"
15879 #: builtin/submodule--helper.c
15881 msgid "cannot clone submodule '%s' without a URL"
15882 msgstr "无法在不提供 URL 时克隆子模组 '%s'"
15884 #: builtin/submodule--helper.c
15886 msgid "Failed to clone '%s'. Retry scheduled"
15887 msgstr "克隆 '%s' 失败。按计划重试"
15889 #: builtin/submodule--helper.c
15891 msgid "Failed to clone '%s' a second time, aborting"
15892 msgstr "第二次尝试克隆 '%s' 失败,退出"
15894 #: builtin/submodule--helper.c
15896 msgid "Unable to checkout '%s' in submodule path '%s'"
15897 msgstr "无法在子模组路径 '%2$s' 中检出 '%1$s'"
15899 #: builtin/submodule--helper.c
15901 msgid "Unable to rebase '%s' in submodule path '%s'"
15902 msgstr "无法在子模组路径 '%2$s' 中变基 '%1$s'"
15904 #: builtin/submodule--helper.c
15906 msgid "Unable to merge '%s' in submodule path '%s'"
15907 msgstr "无法在子模组路径 '%2$s' 中合并 '%1$s'"
15909 #: builtin/submodule--helper.c
15911 msgid "Execution of '%s %s' failed in submodule path '%s'"
15912 msgstr "在子模组路径 '%3$s' 中执行 '%1$s %2$s' 失败"
15914 #: builtin/submodule--helper.c
15916 msgid "Submodule path '%s': checked out '%s'\n"
15917 msgstr "子模组路径 '%s':检出 '%s'\n"
15919 #: builtin/submodule--helper.c
15921 msgid "Submodule path '%s': rebased into '%s'\n"
15922 msgstr "子模组路径 '%s':变基至 '%s'\n"
15924 #: builtin/submodule--helper.c
15926 msgid "Submodule path '%s': merged in '%s'\n"
15927 msgstr "子模组路径 '%s':合并入 '%s'\n"
15929 #: builtin/submodule--helper.c
15931 msgid "Submodule path '%s': '%s %s'\n"
15932 msgstr "子模组路径 '%s':'%s %s'\n"
15934 #: builtin/submodule--helper.c
15936 msgid "Unable to fetch in submodule path '%s'; trying to directly fetch %s:"
15937 msgstr "无法在子模组路径 '%s' 中获取;尝试直接获取 %s:"
15939 #: builtin/submodule--helper.c
15942 "Fetched in submodule path '%s', but it did not contain %s. Direct fetching "
15943 "of that commit failed."
15944 msgstr "获取了子模组路径 '%s',但是它没有包含 %s。直接获取该提交失败。"
15946 #: builtin/submodule--helper.c
15948 msgid "could not initialize submodule at path '%s'"
15949 msgstr "无法在路径 '%s' 初始化子模组"
15951 #: builtin/submodule--helper.c
15954 "Submodule (%s) branch configured to inherit branch from superproject, but "
15955 "the superproject is not on any branch"
15956 msgstr "子模组(%s)的分支配置为继承上级项目的分支,但是上级项目不在任何分支上"
15958 #: builtin/submodule--helper.c
15960 msgid "Unable to find current revision in submodule path '%s'"
15961 msgstr "无法在子模组路径 '%s' 中找到当前版本"
15963 #: builtin/submodule--helper.c
15965 msgid "Unable to fetch in submodule path '%s'"
15966 msgstr "无法在子模组路径 '%s' 中获取"
15968 #: builtin/submodule--helper.c
15970 msgid "Unable to find %s revision in submodule path '%s'"
15971 msgstr "无法在子模组路径 '%2$s' 中找到当前版本 %1$s"
15973 #: builtin/submodule--helper.c
15975 msgid "Failed to recurse into submodule path '%s'"
15976 msgstr "无法递归进入子模组路径 '%s'"
15978 #: builtin/submodule--helper.c
15979 msgid "force checkout updates"
15982 #: builtin/submodule--helper.c
15983 msgid "initialize uninitialized submodules before update"
15984 msgstr "在更新前初始化尚未初始化的子模组"
15986 #: builtin/submodule--helper.c
15987 msgid "use SHA-1 of submodule's remote tracking branch"
15988 msgstr "使用子模组远程追踪分支的 SHA-1"
15990 #: builtin/submodule--helper.c
15991 msgid "traverse submodules recursively"
15994 #: builtin/submodule--helper.c
15995 msgid "don't fetch new objects from the remote site"
15996 msgstr "不要从远程地址获取新对象"
15998 #: builtin/submodule--helper.c
15999 msgid "use the 'checkout' update strategy (default)"
16000 msgstr "使用 'checkout' 更新策略(默认)"
16002 #: builtin/submodule--helper.c
16003 msgid "use the 'merge' update strategy"
16004 msgstr "使用 'merge' 更新策略"
16006 #: builtin/submodule--helper.c
16007 msgid "use the 'rebase' update strategy"
16008 msgstr "使用 'rebase' 更新策略"
16010 #: builtin/submodule--helper.c
16011 msgid "create a shallow clone truncated to the specified number of revisions"
16012 msgstr "创建一个指定深度的浅克隆"
16014 #: builtin/submodule--helper.c
16015 msgid "parallel jobs"
16018 #: builtin/submodule--helper.c
16019 msgid "whether the initial clone should follow the shallow recommendation"
16020 msgstr "初始克隆是否应该遵守推荐的浅克隆选项"
16022 #: builtin/submodule--helper.c
16023 msgid "don't print cloning progress"
16026 #: builtin/submodule--helper.c
16027 msgid "disallow cloning into non-empty directory, implies --init"
16028 msgstr "不允许克隆到一个非空目录,暗含 --init"
16030 #: builtin/submodule--helper.c
16032 "git submodule [--quiet] update [--init [--filter=<filter-spec>]] [--remote] "
16033 "[-N|--no-fetch] [-f|--force] [--checkout|--merge|--rebase] [--[no-]recommend-"
16034 "shallow] [--reference <repository>] [--recursive] [--[no-]single-branch] "
16037 "git submodule [--quiet] update [--init [--filter=<过滤器规格>]] [--remote] [-"
16038 "N|--no-fetch] [-f|--force] [--checkout|--merge|--rebase] [--[no-]recommend-"
16039 "shallow] [--reference <仓库>] [--recursive] [--[no-]single-branch] [--] [<路"
16042 #: builtin/submodule--helper.c submodule.c
16043 msgid "Failed to resolve HEAD as a valid ref."
16044 msgstr "无法将 HEAD 解析为有效引用。"
16046 #: builtin/submodule--helper.c
16047 msgid "git submodule absorbgitdirs [<options>] [<path>...]"
16048 msgstr "git submodule absorbgitdirs [<选项>] [<路径>...]"
16050 #: builtin/submodule--helper.c
16051 msgid "suppress output for setting url of a submodule"
16052 msgstr "抑制设置子模组 URL 的输出"
16054 #: builtin/submodule--helper.c
16055 msgid "git submodule set-url [--quiet] <path> <newurl>"
16056 msgstr "git submodule set-url [--quiet] <路径> <新地址>"
16058 #: builtin/submodule--helper.c
16059 msgid "set the default tracking branch to master"
16060 msgstr "设置默认跟踪分支为 master"
16062 #: builtin/submodule--helper.c
16063 msgid "set the default tracking branch"
16066 #: builtin/submodule--helper.c
16067 msgid "git submodule set-branch [-q|--quiet] (-d|--default) <path>"
16068 msgstr "git submodule set-branch [-q|--quiet] (-d|--default) <路径>"
16070 #: builtin/submodule--helper.c
16071 msgid "git submodule set-branch [-q|--quiet] (-b|--branch) <branch> <path>"
16072 msgstr "git submodule set-branch [-q|--quiet] (-b|--branch) <分支> <路径>"
16074 #: builtin/submodule--helper.c
16075 msgid "--branch or --default required"
16076 msgstr "需要 --branch 或 --default"
16078 #: builtin/submodule--helper.c
16079 msgid "print only error messages"
16082 #: builtin/submodule--helper.c
16083 msgid "force creation"
16086 #: builtin/submodule--helper.c
16087 msgid "show whether the branch would be created"
16088 msgstr "显示是否将要创建分支"
16090 #: builtin/submodule--helper.c
16092 "git submodule--helper create-branch [-f|--force] [--create-reflog] [-q|--"
16093 "quiet] [-t|--track] [-n|--dry-run] <name> <start-oid> <start-name>"
16095 "git submodule--helper create-branch [-f|--force] [--create-reflog] [-q|--"
16096 "quiet] [-t|--track] [-n|--dry-run] <名称> <起始对象 ID> <起始名称>"
16098 #: builtin/submodule--helper.c
16100 msgid "creating branch '%s'"
16101 msgstr "正在创建分支 '%s'"
16103 #: builtin/submodule--helper.c
16105 msgid "Adding existing repo at '%s' to the index\n"
16106 msgstr "向索引中添加位于 '%s' 的已存在的仓库\n"
16108 #: builtin/submodule--helper.c
16110 msgid "'%s' already exists and is not a valid git repo"
16111 msgstr "'%s' 已存在并且不是一个有效的 git 仓库"
16113 #: builtin/submodule--helper.c
16115 msgid "A git directory for '%s' is found locally with remote(s):\n"
16116 msgstr "发现一个本地 git 目录 '%s' 及其远程仓库:\n"
16118 #: builtin/submodule--helper.c
16121 "If you want to reuse this local git directory instead of cloning again from\n"
16123 "use the '--force' option. If the local git directory is not the correct "
16125 "or you are unsure what this means choose another name with the '--name' "
16128 "如果您想要重用这个本地 git 目录而非重新克隆自\n"
16130 "使用 '--force' 选项。如果本地 git 目录不是正确的仓库,或者如果您不确定这里\n"
16131 "的含义,使用 '--name' 选项指定另外的名称。"
16133 #: builtin/submodule--helper.c
16135 msgid "Reactivating local git directory for submodule '%s'\n"
16136 msgstr "为子模组 '%s' 重新激活本地 git 目录\n"
16138 #: builtin/submodule--helper.c
16140 msgid "unable to checkout submodule '%s'"
16141 msgstr "无法检出子模组 '%s'"
16143 #: builtin/submodule--helper.c
16144 msgid "please make sure that the .gitmodules file is in the working tree"
16145 msgstr "请确认 .gitmodules 文件在工作区里"
16147 #: builtin/submodule--helper.c
16149 msgid "Failed to add submodule '%s'"
16150 msgstr "无法添加子模组 '%s'"
16152 #: builtin/submodule--helper.c
16154 msgid "Failed to register submodule '%s'"
16155 msgstr "无法注册子模组 '%s'"
16157 #: builtin/submodule--helper.c
16159 msgid "'%s' already exists in the index"
16160 msgstr "'%s' 已经存在于索引中"
16162 #: builtin/submodule--helper.c
16164 msgid "'%s' already exists in the index and is not a submodule"
16165 msgstr "'%s' 已经存在于索引中且不是一个子模组"
16167 #: builtin/submodule--helper.c read-cache.c
16169 msgid "'%s' does not have a commit checked out"
16170 msgstr "'%s' 没有检出一个提交"
16172 #: builtin/submodule--helper.c
16173 msgid "branch of repository to add as submodule"
16174 msgstr "要添加为子模组的仓库的分支"
16176 #: builtin/submodule--helper.c
16177 msgid "allow adding an otherwise ignored submodule path"
16178 msgstr "允许添加一个被忽略的子模组路径"
16180 #: builtin/submodule--helper.c
16181 msgid "borrow the objects from reference repositories"
16182 msgstr "从引用仓库中借用对象"
16184 #: builtin/submodule--helper.c
16186 "sets the submodule's name to the given string instead of defaulting to its "
16188 msgstr "将子模组的名称设置为给定的字符串,而非默认为其路径"
16190 #: builtin/submodule--helper.c
16191 msgid "git submodule add [<options>] [--] <repository> [<path>]"
16192 msgstr "git submodule add [<选项>] [--] <仓库> [<路径>]"
16194 #: builtin/submodule--helper.c
16195 msgid "Relative path can only be used from the toplevel of the working tree"
16196 msgstr "只能在工作区的顶级目录中使用相对路径"
16198 #: builtin/submodule--helper.c
16200 msgid "repo URL: '%s' must be absolute or begin with ./|../"
16201 msgstr "仓库 URL:'%s' 必须是绝对路径或以 ./|../ 起始"
16203 #: builtin/submodule--helper.c
16205 msgid "'%s' is not a valid submodule name"
16206 msgstr "'%s' 不是一个有效的子模组名称"
16208 #: builtin/submodule--helper.c
16209 msgid "git submodule--helper <command>"
16210 msgstr "git submodule--helper <命令>"
16212 #: builtin/symbolic-ref.c
16213 msgid "git symbolic-ref [-m <reason>] <name> <ref>"
16214 msgstr "git symbolic-ref [-m <理由>] <名称> <引用>"
16216 #: builtin/symbolic-ref.c
16217 msgid "git symbolic-ref [-q] [--short] [--no-recurse] <name>"
16218 msgstr "git symbolic-ref [-q] [--short] [--no-recurse] <名称>"
16220 #: builtin/symbolic-ref.c
16221 msgid "git symbolic-ref --delete [-q] <name>"
16222 msgstr "git symbolic-ref --delete [-q] <名称>"
16224 #: builtin/symbolic-ref.c
16225 msgid "suppress error message for non-symbolic (detached) refs"
16226 msgstr "不显示非符号(分离的)引用的错误信息"
16228 #: builtin/symbolic-ref.c
16229 msgid "delete symbolic ref"
16232 #: builtin/symbolic-ref.c
16233 msgid "shorten ref output"
16236 #: builtin/symbolic-ref.c
16237 msgid "recursively dereference (default)"
16240 #: builtin/symbolic-ref.c builtin/update-ref.c
16244 #: builtin/symbolic-ref.c builtin/update-ref.c
16245 msgid "reason of the update"
16250 "git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] [-e]\n"
16251 " [(--trailer <token>[(=|:)<value>])...]\n"
16252 " <tagname> [<commit> | <object>]"
16254 "git tag [-a | -s | -u <私钥 id>] [-f] [-m <消息> | -F <文件>] [-e]\n"
16255 " [(--trailer <令牌>[(=|:)<值>])...]\n"
16256 " <标签名> [<提交> | <对象>]"
16259 msgid "git tag -d <tagname>..."
16260 msgstr "git tag -d <标签名>..."
16264 "git tag [-n[<num>]] -l [--contains <commit>] [--no-contains <commit>]\n"
16265 " [--points-at <object>] [--column[=<options>] | --no-column]\n"
16266 " [--create-reflog] [--sort=<key>] [--format=<format>]\n"
16267 " [--merged <commit>] [--no-merged <commit>] [<pattern>...]"
16269 "git tag [-n[<数字>]] -l [--contains <提交>] [--no-contains <提交>]\n"
16270 " [--points-at <对象>] [--column[=<选项>] | --no-column]\n"
16271 " [--create-reflog] [--sort=<键>] [--format=<格式>]\n"
16272 " [--merged <提交>] [--no-merged <提交>] [<模式>...]"
16275 msgid "git tag -v [--format=<format>] <tagname>..."
16276 msgstr "git tag -v [--format=<格式>] <标签名>..."
16280 msgid "tag '%s' not found."
16281 msgstr "未发现标签 '%s'。"
16285 msgid "Deleted tag '%s' (was %s)\n"
16286 msgstr "已删除标签 '%s'(曾为 %s)\n"
16292 "Write a message for tag:\n"
16294 "Lines starting with '%s' will be ignored.\n"
16299 "以 '%s' 开头的行将被忽略。\n"
16305 "Write a message for tag:\n"
16307 "Lines starting with '%s' will be kept; you may remove them yourself if you "
16313 "以 '%s' 开头的行将被保留,如果您愿意也可以删除它们。\n"
16316 msgid "unable to sign the tag"
16322 "You have created a nested tag. The object referred to by your new tag is\n"
16323 "already a tag. If you meant to tag the object that it points to, use:\n"
16325 "\tgit tag -f %s %s^{}"
16327 "您创建了一个嵌套的标签。您的新标签指向的对象已经是一个标签。如果您想要\n"
16328 "对其指向的目标创建标签,使用:\n"
16330 "\tgit tag -f %s %s^{}"
16333 msgid "bad object type."
16337 msgid "no tag message?"
16342 msgid "The tag message has been left in %s\n"
16343 msgstr "标签说明被保留在 %s\n"
16346 msgid "list tag names"
16350 msgid "print <n> lines of each tag message"
16351 msgstr "每个标签信息打印 <n> 行"
16354 msgid "delete tags"
16358 msgid "verify tags"
16362 msgid "Tag creation options"
16366 msgid "annotated tag, needs a message"
16367 msgstr "附注标签,需要一个说明"
16370 msgid "tag message"
16374 msgid "force edit of tag message"
16378 msgid "annotated and GPG-signed tag"
16379 msgstr "附注并附加 GPG 签名的标签"
16382 msgid "use another key to sign the tag"
16383 msgstr "使用另外的私钥签名该标签"
16386 msgid "replace the tag if exists"
16387 msgstr "如果存在,替换现有的标签"
16389 #: builtin/tag.c builtin/update-ref.c
16390 msgid "create a reflog"
16394 msgid "Tag listing options"
16398 msgid "show tag list in columns"
16399 msgstr "以列的方式显示标签列表"
16402 msgid "print only tags that contain the commit"
16403 msgstr "只打印包含该提交的标签"
16406 msgid "print only tags that don't contain the commit"
16407 msgstr "只打印不包含该提交的标签"
16410 msgid "print only tags that are merged"
16411 msgstr "只打印已经合并的标签"
16414 msgid "print only tags that are not merged"
16415 msgstr "只打印尚未合并的标签"
16418 msgid "print only tags of the object"
16419 msgstr "只打印指向该对象的标签"
16422 msgid "could not start 'git column'"
16423 msgstr "无法启动 'git column'"
16427 msgid "the '%s' option is only allowed in list mode"
16428 msgstr "'%s' 选项只允许用在列表显示模式"
16432 msgid "'%s' is not a valid tag name."
16433 msgstr "'%s' 不是一个有效的标签名称。"
16437 msgid "tag '%s' already exists"
16438 msgstr "标签 '%s' 已存在"
16440 #: builtin/tag.c sequencer.c
16442 msgid "Invalid cleanup mode %s"
16443 msgstr "无效的清理模式 %s"
16447 msgid "Updated tag '%s' (was %s)\n"
16448 msgstr "已更新标签 '%s'(曾为 %s)\n"
16450 #: builtin/unpack-objects.c
16451 msgid "pack exceeds maximum allowed size"
16452 msgstr "包超过了最大允许大小"
16454 #: builtin/unpack-objects.c
16455 msgid "failed to write object in stream"
16458 #: builtin/unpack-objects.c
16460 msgid "inflate returned (%d)"
16461 msgstr "解压缩返回了 (%d)"
16463 #: builtin/unpack-objects.c
16464 msgid "invalid blob object from stream"
16467 #: builtin/unpack-objects.c
16468 msgid "Unpacking objects"
16471 #: builtin/update-index.c
16473 msgid "failed to create directory %s"
16476 #: builtin/update-index.c
16478 msgid "failed to delete file %s"
16481 #: builtin/update-index.c
16483 msgid "failed to delete directory %s"
16486 #: builtin/update-index.c
16488 msgid "Testing mtime in '%s' "
16489 msgstr "在 '%s' 中测试 mtime "
16491 #: builtin/update-index.c
16492 msgid "directory stat info does not change after adding a new file"
16493 msgstr "添加一个新文件后,目录的状态信息未改变"
16495 #: builtin/update-index.c
16496 msgid "directory stat info does not change after adding a new directory"
16497 msgstr "添加一个新目录后,目录的状态信息未改变"
16499 #: builtin/update-index.c
16500 msgid "directory stat info changes after updating a file"
16501 msgstr "更新一个文件后,目录的状态信息被修改"
16503 #: builtin/update-index.c
16504 msgid "directory stat info changes after adding a file inside subdirectory"
16505 msgstr "在子目录中添加文件后,目录的状态信息被修改"
16507 #: builtin/update-index.c
16508 msgid "directory stat info does not change after deleting a file"
16509 msgstr "删除一个文件后,目录的状态信息未改变"
16511 #: builtin/update-index.c
16512 msgid "directory stat info does not change after deleting a directory"
16513 msgstr "删除一个目录后,目录的状态信息未改变"
16515 #: builtin/update-index.c
16519 #: builtin/update-index.c
16520 msgid "git update-index [<options>] [--] [<file>...]"
16521 msgstr "git update-index [<选项>] [--] [<文件>...]"
16523 #: builtin/update-index.c
16524 msgid "continue refresh even when index needs update"
16525 msgstr "当索引需要更新时继续刷新"
16527 #: builtin/update-index.c
16528 msgid "refresh: ignore submodules"
16531 #: builtin/update-index.c
16532 msgid "do not ignore new files"
16535 #: builtin/update-index.c
16536 msgid "let files replace directories and vice-versa"
16537 msgstr "让文件替换目录(反之亦然)"
16539 #: builtin/update-index.c
16540 msgid "notice files missing from worktree"
16541 msgstr "通知文件从工作区丢失"
16543 #: builtin/update-index.c
16544 msgid "refresh even if index contains unmerged entries"
16545 msgstr "即使索引区包含未合并的条目也执行刷新"
16547 #: builtin/update-index.c
16548 msgid "refresh stat information"
16551 #: builtin/update-index.c
16552 msgid "like --refresh, but ignore assume-unchanged setting"
16553 msgstr "类似于 --refresh,但是忽略 assume-unchanged 设置"
16555 #: builtin/update-index.c
16556 msgid "<mode>,<object>,<path>"
16557 msgstr "<存取模式>,<对象>,<路径>"
16559 #: builtin/update-index.c
16560 msgid "add the specified entry to the index"
16561 msgstr "添加指定的条目到索引区"
16563 #: builtin/update-index.c
16564 msgid "mark files as \"not changing\""
16565 msgstr "把文件标记为 \"没有变更\""
16567 #: builtin/update-index.c
16568 msgid "clear assumed-unchanged bit"
16569 msgstr "清除 assumed-unchanged 位"
16571 #: builtin/update-index.c
16572 msgid "mark files as \"index-only\""
16573 msgstr "把文件标记为 \"仅索引\""
16575 #: builtin/update-index.c
16576 msgid "clear skip-worktree bit"
16577 msgstr "清除 skip-worktree 位"
16579 #: builtin/update-index.c
16580 msgid "do not touch index-only entries"
16583 #: builtin/update-index.c
16584 msgid "add to index only; do not add content to object database"
16585 msgstr "只添加到索引区;不添加对象到对象库"
16587 #: builtin/update-index.c
16588 msgid "remove named paths even if present in worktree"
16589 msgstr "即使存在工作区里,也删除路径"
16591 #: builtin/update-index.c
16592 msgid "with --stdin: input lines are terminated by null bytes"
16593 msgstr "携带 --stdin:输入的行以 null 字符终止"
16595 #: builtin/update-index.c
16596 msgid "read list of paths to be updated from standard input"
16597 msgstr "从标准输入中读取需要更新的路径列表"
16599 #: builtin/update-index.c
16600 msgid "add entries from standard input to the index"
16601 msgstr "从标准输入添加条目到索引区"
16603 #: builtin/update-index.c
16604 msgid "repopulate stages #2 and #3 for the listed paths"
16605 msgstr "为指定文件重新生成第2和第3暂存区"
16607 #: builtin/update-index.c
16608 msgid "only update entries that differ from HEAD"
16609 msgstr "只更新与 HEAD 不同的条目"
16611 #: builtin/update-index.c
16612 msgid "ignore files missing from worktree"
16613 msgstr "忽略工作区丢失的文件"
16615 #: builtin/update-index.c
16616 msgid "report actions to standard output"
16619 #: builtin/update-index.c
16620 msgid "(for porcelains) forget saved unresolved conflicts"
16621 msgstr "(for porcelains) 忘记保存的未解决的冲突"
16623 #: builtin/update-index.c
16624 msgid "write index in this format"
16625 msgstr "以这种格式写入索引区"
16627 #: builtin/update-index.c
16628 msgid "report on-disk index format version"
16629 msgstr "报告磁盘索引格式的版本"
16631 #: builtin/update-index.c
16632 msgid "enable or disable split index"
16635 #: builtin/update-index.c
16636 msgid "enable/disable untracked cache"
16637 msgstr "启用/禁用对未跟踪文件的缓存"
16639 #: builtin/update-index.c
16640 msgid "test if the filesystem supports untracked cache"
16641 msgstr "测试文件系统是否支持未跟踪文件缓存"
16643 #: builtin/update-index.c
16644 msgid "enable untracked cache without testing the filesystem"
16645 msgstr "无需检测文件系统,启用对未跟踪文件的缓存"
16647 #: builtin/update-index.c
16648 msgid "write out the index even if is not flagged as changed"
16649 msgstr "即使没有被标记为已更改,也要写出索引"
16651 #: builtin/update-index.c
16652 msgid "enable or disable file system monitor"
16653 msgstr "启用或禁用文件系统监控"
16655 #: builtin/update-index.c
16656 msgid "mark files as fsmonitor valid"
16657 msgstr "标记文件为 fsmonitor 有效"
16659 #: builtin/update-index.c
16660 msgid "clear fsmonitor valid bit"
16661 msgstr "清除 fsmonitor 有效位"
16663 #: builtin/update-index.c
16668 #: builtin/update-index.c
16670 msgid "index-version: was %d, set to %d"
16671 msgstr "索引版本:从 %d 设置为 %d"
16673 #: builtin/update-index.c
16675 "core.splitIndex is set to false; remove or change it, if you really want to "
16676 "enable split index"
16678 "core.splitIndex 被设置为 false。如果您确实要启用索引拆分,请删除或修改它。"
16680 #: builtin/update-index.c
16682 "core.splitIndex is set to true; remove or change it, if you really want to "
16683 "disable split index"
16685 "core.splitIndex 被设置为 true。如果您确实要禁用索引拆分,请删除或修改它。"
16687 #: builtin/update-index.c
16689 "core.untrackedCache is set to true; remove or change it, if you really want "
16690 "to disable the untracked cache"
16692 "core.untrackedCache 被设置为 true。如果您确实要禁用未跟踪文件缓存,请删除或修"
16695 #: builtin/update-index.c
16696 msgid "Untracked cache disabled"
16697 msgstr "缓存未跟踪文件被禁用"
16699 #: builtin/update-index.c
16701 "core.untrackedCache is set to false; remove or change it, if you really want "
16702 "to enable the untracked cache"
16704 "core.untrackedCache 被设置为 false。如果您确实要启用未跟踪文件缓存,请删除或"
16707 #: builtin/update-index.c
16709 msgid "Untracked cache enabled for '%s'"
16710 msgstr "缓存未跟踪文件在 '%s' 启用"
16712 #: builtin/update-index.c
16713 msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
16714 msgstr "core.fsmonitor 未设置;如果想要启用 fsmonitor 请设置该选项"
16716 #: builtin/update-index.c
16717 msgid "fsmonitor enabled"
16718 msgstr "fsmonitor 被启用"
16720 #: builtin/update-index.c
16722 "core.fsmonitor is set; remove it if you really want to disable fsmonitor"
16723 msgstr "core.fsmonitor 已设置;如果想要禁用 fsmonitor 请移除该选项"
16725 #: builtin/update-index.c
16726 msgid "fsmonitor disabled"
16727 msgstr "fsmonitor 被禁用"
16729 #: builtin/update-ref.c
16730 msgid "git update-ref [<options>] -d <refname> [<old-oid>]"
16731 msgstr "git update-ref [<选项>] -d <引用名> [<旧对象>]"
16733 #: builtin/update-ref.c
16734 msgid "git update-ref [<options>] <refname> <new-oid> [<old-oid>]"
16735 msgstr "git update-ref [<选项>] <引用名> <新对象> [<旧对象>]"
16737 #: builtin/update-ref.c
16738 msgid "git update-ref [<options>] --stdin [-z]"
16739 msgstr "git update-ref [<选项>] --stdin [-z]"
16741 #: builtin/update-ref.c
16742 msgid "delete the reference"
16745 #: builtin/update-ref.c
16746 msgid "update <refname> not the one it points to"
16747 msgstr "更新 <引用名> 本身而不是它指向的引用"
16749 #: builtin/update-ref.c
16750 msgid "stdin has NUL-terminated arguments"
16751 msgstr "标准输入有以 NUL 字符终止的参数"
16753 #: builtin/update-ref.c
16754 msgid "read updates from stdin"
16757 #: builtin/update-server-info.c
16758 msgid "update the info files from scratch"
16759 msgstr "从头开始更新文件信息"
16761 #: builtin/upload-pack.c
16763 "git-upload-pack [--[no-]strict] [--timeout=<n>] [--stateless-rpc]\n"
16764 " [--advertise-refs] <directory>"
16766 "git-upload-pack [--[no-]strict] [--timeout=<n>] [--stateless-rpc]\n"
16767 " [--advertise-refs] <目录>"
16769 #: builtin/upload-pack.c t/helper/test-serve-v2.c
16770 msgid "quit after a single request/response exchange"
16771 msgstr "在一次单独的请求/响应之后退出"
16773 #: builtin/upload-pack.c
16774 msgid "serve up the info/refs for git-http-backend"
16775 msgstr "为 git-http-backend 提供 info/refs"
16777 #: builtin/upload-pack.c
16778 msgid "do not try <directory>/.git/ if <directory> is no Git directory"
16779 msgstr "如果 <目录> 不是一个 Git 目录,不要尝试 <目录>/.git/"
16781 #: builtin/upload-pack.c
16782 msgid "interrupt transfer after <n> seconds of inactivity"
16783 msgstr "不活动 <n> 秒钟后终止传输"
16785 #: builtin/verify-commit.c
16786 msgid "git verify-commit [-v | --verbose] [--raw] <commit>..."
16787 msgstr "git verify-commit [-v | --verbose] [--raw] <提交>..."
16789 #: builtin/verify-commit.c
16790 msgid "print commit contents"
16793 #: builtin/verify-commit.c builtin/verify-tag.c
16794 msgid "print raw gpg status output"
16795 msgstr "打印原始 gpg 状态输出"
16797 #: builtin/verify-pack.c
16798 msgid "git verify-pack [-v | --verbose] [-s | --stat-only] [--] <pack>.idx..."
16799 msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] [--] <包>.idx..."
16801 #: builtin/verify-pack.c
16805 #: builtin/verify-pack.c
16806 msgid "show statistics only"
16809 #: builtin/verify-tag.c
16810 msgid "git verify-tag [-v | --verbose] [--format=<format>] [--raw] <tag>..."
16811 msgstr "git verify-tag [-v | --verbose] [--format=<格式>] [--raw] <标签>..."
16813 #: builtin/verify-tag.c
16814 msgid "print tag contents"
16817 #: builtin/worktree.c
16819 "git worktree add [-f] [--detach] [--checkout] [--lock [--reason <string>]]\n"
16820 " [--orphan] [(-b | -B) <new-branch>] <path> [<commit-ish>]"
16822 "git worktree add [-f] [--detach] [--checkout] [--lock [--reason <字符串>]]\n"
16823 " [--orphan] [(-b | -B) <新分支>] <路径> [<提交号>]"
16825 #: builtin/worktree.c
16826 msgid "git worktree list [-v | --porcelain [-z]]"
16827 msgstr "git worktree list [-v | --porcelain [-z]]"
16829 #: builtin/worktree.c
16830 msgid "git worktree lock [--reason <string>] <worktree>"
16831 msgstr "git worktree lock [--reason <字符串>] <工作区>"
16833 #: builtin/worktree.c
16834 msgid "git worktree move <worktree> <new-path>"
16835 msgstr "git worktree move <工作区> <新路径>"
16837 #: builtin/worktree.c
16838 msgid "git worktree prune [-n] [-v] [--expire <expire>]"
16839 msgstr "git worktree prune [-n] [-v] [--expire <过期>]"
16841 #: builtin/worktree.c
16842 msgid "git worktree remove [-f] <worktree>"
16843 msgstr "git worktree remove [-f] <工作区>"
16845 #: builtin/worktree.c
16846 msgid "git worktree repair [<path>...]"
16847 msgstr "git worktree repair [<路径>...]"
16849 #: builtin/worktree.c
16850 msgid "git worktree unlock <worktree>"
16851 msgstr "git worktree unlock <工作区>"
16853 #: builtin/worktree.c
16854 msgid "No possible source branch, inferring '--orphan'"
16855 msgstr "没有可用的源分支,将基于 '--orphan' 选项进行推断"
16857 #: builtin/worktree.c
16860 "If you meant to create a worktree containing a new unborn branch\n"
16861 "(branch with no commits) for this repository, you can do so\n"
16862 "using the --orphan flag:\n"
16864 " git worktree add --orphan -b %s %s\n"
16866 "如果你打算为此仓库创建一个包含新的未诞生的\n"
16867 "分支(没有提交的分支)的工作区,你可以使用\n"
16868 "选项 --orphan 来执行此操作:\n"
16870 " git worktree add --orphan -b %s %s\n"
16872 #: builtin/worktree.c
16875 "If you meant to create a worktree containing a new unborn branch\n"
16876 "(branch with no commits) for this repository, you can do so\n"
16877 "using the --orphan flag:\n"
16879 " git worktree add --orphan %s\n"
16881 "如果你打算为此仓库创建一个包含新的未诞生的\n"
16882 "分支(没有提交的分支)的工作区,你可以使用\n"
16883 "选项 --orphan 来执行此操作:\n"
16885 " git worktree add --orphan %s\n"
16887 #: builtin/worktree.c
16889 msgid "Removing %s/%s: %s"
16890 msgstr "删除 %s/%s: %s"
16892 #: builtin/worktree.c
16893 msgid "report pruned working trees"
16896 #: builtin/worktree.c
16897 msgid "expire working trees older than <time>"
16898 msgstr "将早于 <时间> 的工作区过期"
16900 #: builtin/worktree.c
16902 msgid "'%s' already exists"
16905 #: builtin/worktree.c
16907 msgid "unusable worktree destination '%s'"
16908 msgstr "无法使用的工作区目标 '%s'"
16910 #: builtin/worktree.c
16913 "'%s' is a missing but locked worktree;\n"
16914 "use '%s -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
16916 "'%s' 是一个丢失但锁定的工作区,\n"
16917 "使用 '%s -f -f' 覆盖,或用 'unlock' 和 'prune' 或 'remove' 清除"
16919 #: builtin/worktree.c
16922 "'%s' is a missing but already registered worktree;\n"
16923 "use '%s -f' to override, or 'prune' or 'remove' to clear"
16925 "'%s' 是一个丢失但已经注册的工作区,\n"
16926 "使用 '%s -f' 覆盖,或用 'prune' 或 'remove' 清除"
16928 #: builtin/worktree.c
16930 msgid "failed to copy '%s' to '%s'; sparse-checkout may not work correctly"
16931 msgstr "无法将 '%s' 复制至 '%s';稀疏检出可能无法正确工作"
16933 #: builtin/worktree.c
16935 msgid "failed to copy worktree config from '%s' to '%s'"
16936 msgstr "无法把工作树配置从 '%s' 拷贝到 '%s'"
16938 #: builtin/worktree.c
16940 msgid "failed to unset '%s' in '%s'"
16941 msgstr "无法在 '%2$s' 中取消配置 '%1$s'"
16943 #: builtin/worktree.c
16945 msgid "could not create directory of '%s'"
16946 msgstr "不能创建目录 '%s'"
16948 #: builtin/worktree.c
16949 msgid "initializing"
16952 #: builtin/worktree.c
16954 msgid "could not find created worktree '%s'"
16955 msgstr "无法找到已创建的工作树 '%s'"
16957 #: builtin/worktree.c
16959 msgid "Preparing worktree (new branch '%s')"
16960 msgstr "准备工作区(新分支 '%s')"
16962 #: builtin/worktree.c
16964 msgid "Preparing worktree (resetting branch '%s'; was at %s)"
16965 msgstr "准备工作区(重置分支 '%s',之前为 %s)"
16967 #: builtin/worktree.c
16969 msgid "Preparing worktree (checking out '%s')"
16970 msgstr "准备工作区(检出 '%s')"
16972 #: builtin/worktree.c
16974 msgid "unreachable: invalid reference: %s"
16975 msgstr "不可达:无效引用:%s"
16977 #: builtin/worktree.c
16979 msgid "Preparing worktree (detached HEAD %s)"
16980 msgstr "准备工作区(分离头指针 %s)"
16982 #: builtin/worktree.c
16985 "HEAD points to an invalid (or orphaned) reference.\n"
16986 "HEAD path: '%s'\n"
16987 "HEAD contents: '%s'"
16989 "HEAD 指向了一个无用的(或孤立的)引用。\n"
16993 #: builtin/worktree.c
16995 "No local or remote refs exist despite at least one remote\n"
16996 "present, stopping; use 'add -f' to override or fetch a remote first"
16998 "尽管已配置远程仓库,但不存在任何本地的或远程的引用,操作终止。\n"
16999 "请先使用 'add -f' 来覆盖或拉取一个远程仓库"
17001 #: builtin/worktree.c
17002 msgid "checkout <branch> even if already checked out in other worktree"
17003 msgstr "检出 <分支>,即使已经被检出到其它工作区"
17005 #: builtin/worktree.c
17006 msgid "create a new branch"
17009 #: builtin/worktree.c
17010 msgid "create or reset a branch"
17013 #: builtin/worktree.c
17014 msgid "create unborn branch"
17015 msgstr "创建一个尚未诞生的分支"
17017 #: builtin/worktree.c
17018 msgid "populate the new working tree"
17021 #: builtin/worktree.c
17022 msgid "keep the new working tree locked"
17025 #: builtin/worktree.c
17026 msgid "reason for locking"
17029 #: builtin/worktree.c
17030 msgid "set up tracking mode (see git-branch(1))"
17031 msgstr "设置跟踪模式(参见 git-branch(1))"
17033 #: builtin/worktree.c
17034 msgid "try to match the new branch name with a remote-tracking branch"
17035 msgstr "尝试为新分支名匹配一个远程跟踪分支"
17037 #: builtin/worktree.c diff.c parse-options.c
17039 msgid "options '%s', '%s', and '%s' cannot be used together"
17040 msgstr "选项 '%s'、'%s' 和 '%s' 不能同时使用"
17042 #: builtin/worktree.c
17044 msgid "option '%s' and commit-ish cannot be used together"
17045 msgstr "选项 '%s' 和提交号不能同时使用"
17047 #: builtin/worktree.c
17048 msgid "added with --lock"
17049 msgstr "由 --lock 添加"
17051 #: builtin/worktree.c
17052 msgid "--[no-]track can only be used if a new branch is created"
17053 msgstr "只能在创建新分支时使用选项 --[no-]track "
17055 #: builtin/worktree.c
17056 msgid "show extended annotations and reasons, if available"
17057 msgstr "显示扩展的注释和原因(如果有)"
17059 #: builtin/worktree.c
17060 msgid "add 'prunable' annotation to worktrees older than <time>"
17061 msgstr "向早于 <时间> 的工作区添添加“可修剪”注释"
17063 #: builtin/worktree.c
17064 msgid "terminate records with a NUL character"
17065 msgstr "使用 NUL 字符终结记录"
17067 #: builtin/worktree.c
17069 msgid "'%s' is not a working tree"
17070 msgstr "'%s' 不是一个工作区"
17072 #: builtin/worktree.c
17073 msgid "The main working tree cannot be locked or unlocked"
17074 msgstr "主工作区无法被加锁或解锁"
17076 #: builtin/worktree.c
17078 msgid "'%s' is already locked, reason: %s"
17079 msgstr "'%s' 已被锁定,原因:%s"
17081 #: builtin/worktree.c
17083 msgid "'%s' is already locked"
17086 #: builtin/worktree.c
17088 msgid "'%s' is not locked"
17091 #: builtin/worktree.c
17092 msgid "working trees containing submodules cannot be moved or removed"
17093 msgstr "不能移动或删除包含子模组的工作区"
17095 #: builtin/worktree.c
17096 msgid "force move even if worktree is dirty or locked"
17097 msgstr "强制移动,即使工作区是脏的或已锁定"
17099 #: builtin/worktree.c
17101 msgid "'%s' is a main working tree"
17102 msgstr "'%s' 是一个主工作区"
17104 #: builtin/worktree.c
17106 msgid "could not figure out destination name from '%s'"
17107 msgstr "无法从 '%s' 算出目标名称"
17109 #: builtin/worktree.c
17112 "cannot move a locked working tree, lock reason: %s\n"
17113 "use 'move -f -f' to override or unlock first"
17115 "无法移动一个锁定的工作区,锁定原因:%s\n"
17116 "使用 'move -f -f' 覆盖或先解锁"
17118 #: builtin/worktree.c
17120 "cannot move a locked working tree;\n"
17121 "use 'move -f -f' to override or unlock first"
17124 "使用 'move -f -f' 覆盖或先解锁"
17126 #: builtin/worktree.c
17128 msgid "validation failed, cannot move working tree: %s"
17129 msgstr "验证失败,无法移动工作区:%s"
17131 #: builtin/worktree.c
17133 msgid "failed to move '%s' to '%s'"
17134 msgstr "无法移动 '%s' 到 '%s'"
17136 #: builtin/worktree.c
17138 msgid "failed to run 'git status' on '%s'"
17139 msgstr "无法在 '%s' 中执行 'git status'"
17141 #: builtin/worktree.c
17143 msgid "'%s' contains modified or untracked files, use --force to delete it"
17144 msgstr "'%s' 包含修改或未跟踪的文件,使用 --force 删除"
17146 #: builtin/worktree.c
17148 msgid "failed to run 'git status' on '%s', code %d"
17149 msgstr "无法在 '%s' 中执行 'git status',退出码 %d"
17151 #: builtin/worktree.c
17152 msgid "force removal even if worktree is dirty or locked"
17153 msgstr "强制删除,即使工作区是脏的或已锁定"
17155 #: builtin/worktree.c
17158 "cannot remove a locked working tree, lock reason: %s\n"
17159 "use 'remove -f -f' to override or unlock first"
17161 "无法删除一个锁定的工作区,锁定原因:%s\n"
17162 "使用 'remove -f -f' 覆盖或先解锁"
17164 #: builtin/worktree.c
17166 "cannot remove a locked working tree;\n"
17167 "use 'remove -f -f' to override or unlock first"
17170 "使用 'remove -f -f' 覆盖或先解锁"
17172 #: builtin/worktree.c
17174 msgid "validation failed, cannot remove working tree: %s"
17175 msgstr "验证失败,无法删除工作区:%s"
17177 #: builtin/worktree.c
17179 msgid "repair: %s: %s"
17182 #: builtin/worktree.c
17184 msgid "error: %s: %s"
17187 #: builtin/write-tree.c
17188 msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
17189 msgstr "git write-tree [--missing-ok] [--prefix=<前缀>/]"
17191 #: builtin/write-tree.c
17195 #: builtin/write-tree.c
17196 msgid "write tree object for a subdirectory <prefix>"
17197 msgstr "将 <前缀> 子目录内容写到一个树对象"
17199 #: builtin/write-tree.c
17200 msgid "only useful for debugging"
17204 msgid "core.fsyncMethod = batch is unsupported on this platform"
17205 msgstr "core.fsyncMethod = batch 不支持本平台"
17209 msgid "could not parse bundle list key %s with value '%s'"
17210 msgstr "不能解析归档包列表键 %s 的值 '%s'"
17214 msgid "bundle list at '%s' has no mode"
17215 msgstr "在 '%s' 的归档包列表没有模式"
17218 msgid "failed to create temporary file"
17222 msgid "insufficient capabilities"
17227 msgid "file downloaded from '%s' is not a bundle"
17228 msgstr "下载自 '%s' 的文件不是归档包"
17231 msgid "failed to store maximum creation token"
17232 msgstr "无法储存最大的创建令牌"
17236 msgid "unrecognized bundle mode from URI '%s'"
17237 msgstr "不可辨认的归档包模式来自 URI '%s'"
17241 msgid "exceeded bundle URI recursion limit (%d)"
17242 msgstr "超过了 URI 递归限制 (%d)"
17246 msgid "failed to download bundle from URI '%s'"
17247 msgstr "无法从 URI '%s' 下载归档包"
17251 msgid "file at URI '%s' is not a bundle or bundle list"
17252 msgstr "位于 URI '%s' 的文件不是归档包或归档包列表"
17256 msgid "bundle-uri: unexpected argument: '%s'"
17257 msgstr "bundle-uri: 意外的参数:'%s'"
17260 msgid "bundle-uri: expected flush after arguments"
17261 msgstr "bundle-uri: 在参数之后应有一个 flush"
17264 msgid "bundle-uri: got an empty line"
17265 msgstr "bundle-uri: 获得了空行"
17268 msgid "bundle-uri: line is not of the form 'key=value'"
17269 msgstr "bundle-uri: 行不是以 'key=value' 格式"
17272 msgid "bundle-uri: line has empty key or value"
17273 msgstr "bundle-uri: 行有空的键或值"
17277 msgid "unrecognized bundle hash algorithm: %s"
17278 msgstr "未能识别的归档包哈希算法:%s"
17282 msgid "unknown capability '%s'"
17287 msgid "'%s' does not look like a v2 or v3 bundle file"
17288 msgstr "'%s' 不像是一个 v2 或 v3 版本的归档包文件"
17292 msgid "unrecognized header: %s%s (%d)"
17293 msgstr "未能识别的包头:%s%s (%d)"
17296 msgid "Repository lacks these prerequisite commits:"
17297 msgstr "仓库中缺少这些必备的提交:"
17301 "some prerequisite commits exist in the object store, but are not connected "
17302 "to the repository's history"
17303 msgstr "一些前置提交存在于对象储存中,但未连接于本仓库的历史"
17307 msgid "The bundle contains this ref:"
17308 msgid_plural "The bundle contains these %<PRIuMAX> refs:"
17309 msgstr[0] "这个归档包中含有这个引用:"
17310 msgstr[1] "这个归档包中含有 %<PRIuMAX> 个引用:"
17313 msgid "The bundle records a complete history."
17314 msgstr "这个归档包记录一个完整历史。"
17318 msgid "The bundle requires this ref:"
17319 msgid_plural "The bundle requires these %<PRIuMAX> refs:"
17320 msgstr[0] "这个归档包需要这个引用:"
17321 msgstr[1] "这个归档包需要 %<PRIuMAX> 个引用:"
17325 msgid "The bundle uses this hash algorithm: %s"
17326 msgstr "该归档包使用的哈希算法:%s"
17330 msgid "The bundle uses this filter: %s"
17331 msgstr "归档包使用了过滤器:%s"
17334 msgid "unable to dup bundle descriptor"
17335 msgstr "无法复制归档包描述符"
17338 msgid "Could not spawn pack-objects"
17339 msgstr "不能生成 pack-objects 进程"
17342 msgid "pack-objects died"
17343 msgstr "pack-objects 终止"
17347 msgid "ref '%s' is excluded by the rev-list options"
17348 msgstr "引用 '%s' 被 rev-list 选项排除"
17352 msgid "unsupported bundle version %d"
17353 msgstr "不支持的归档包版本 %d"
17357 msgid "cannot write bundle version %d with algorithm %s"
17358 msgstr "不能写入,归档包版本 %d 不支持算法 %s"
17361 msgid "Refusing to create empty bundle."
17362 msgstr "不能创建空的归档包。"
17366 msgid "cannot create '%s'"
17370 msgid "index-pack died"
17371 msgstr "index-pack 终止"
17374 msgid "terminating chunk id appears earlier than expected"
17375 msgstr "终止块 ID 比预期更早出现"
17379 msgid "chunk id %<PRIx32> not %d-byte aligned"
17380 msgstr "块 id %<PRIx32> 未 %d 字节对齐"
17384 msgid "improper chunk offset(s) %<PRIx64> and %<PRIx64>"
17385 msgstr "不正确的块偏移 %<PRIx64> 和 %<PRIx64>"
17389 msgid "duplicate chunk ID %<PRIx32> found"
17390 msgstr "发现重复的块ID %<PRIx32>"
17394 msgid "final chunk has non-zero id %<PRIx32>"
17395 msgstr "最终块有非零 ID %<PRIx32>"
17398 msgid "invalid hash version"
17403 msgid "invalid color value: %.*s"
17404 msgstr "无效的颜色值:%.*s"
17407 msgid "Add file contents to the index"
17411 msgid "Apply a series of patches from a mailbox"
17412 msgstr "应用邮箱格式的系列补丁"
17415 msgid "Annotate file lines with commit information"
17416 msgstr "使用提交信息注释文件行"
17419 msgid "Apply a patch to files and/or to the index"
17420 msgstr "应用一个补丁到文件和/或索引区"
17423 msgid "Import a GNU Arch repository into Git"
17424 msgstr "将一个 GNU Arch 仓库导入到 Git"
17427 msgid "Create an archive of files from a named tree"
17428 msgstr "基于一个指定的树创建文件存档"
17431 msgid "Use binary search to find the commit that introduced a bug"
17432 msgstr "通过二分查找定位引入 bug 的提交"
17435 msgid "Show what revision and author last modified each line of a file"
17436 msgstr "显示文件每一行最后修改的版本和修改者"
17439 msgid "List, create, or delete branches"
17440 msgstr "列出、创建或删除分支"
17443 msgid "Collect information for user to file a bug report"
17444 msgstr "收集信息以供用户提交错误报告"
17447 msgid "Move objects and refs by archive"
17448 msgstr "通过归档移动对象和引用"
17451 msgid "Provide contents or details of repository objects"
17452 msgstr "提供仓库对象的内容或详情"
17455 msgid "Display gitattributes information"
17456 msgstr "显示 gitattributes 信息"
17459 msgid "Debug gitignore / exclude files"
17460 msgstr "调试 gitignore / exclude 文件"
17463 msgid "Show canonical names and email addresses of contacts"
17464 msgstr "显示联系人的规范名称和电子邮件"
17467 msgid "Ensures that a reference name is well formed"
17468 msgstr "确保引用名称格式正确"
17471 msgid "Switch branches or restore working tree files"
17472 msgstr "切换分支或恢复工作区文件"
17475 msgid "Copy files from the index to the working tree"
17476 msgstr "从索引拷贝文件到工作区"
17479 msgid "Find commits yet to be applied to upstream"
17480 msgstr "查找尚未应用到上游的提交"
17483 msgid "Apply the changes introduced by some existing commits"
17484 msgstr "应用一些现存提交引入的修改"
17487 msgid "Graphical alternative to git-commit"
17488 msgstr "git-commit 的图形替代界面"
17491 msgid "Remove untracked files from the working tree"
17492 msgstr "从工作区中删除未跟踪文件"
17495 msgid "Clone a repository into a new directory"
17496 msgstr "克隆仓库到一个新目录"
17499 msgid "Display data in columns"
17503 msgid "Record changes to the repository"
17507 msgid "Write and verify Git commit-graph files"
17508 msgstr "写入和校验 Git 提交图文件"
17511 msgid "Create a new commit object"
17512 msgstr "创建一个新的提交对象"
17515 msgid "Get and set repository or global options"
17516 msgstr "获取和设置仓库或者全局选项"
17519 msgid "Count unpacked number of objects and their disk consumption"
17520 msgstr "计算未打包对象的数量和磁盘空间占用"
17523 msgid "Retrieve and store user credentials"
17527 msgid "Helper to temporarily store passwords in memory"
17528 msgstr "在内存中临时存储密码的助手"
17531 msgid "Helper to store credentials on disk"
17532 msgstr "在磁盘存储密码的助手"
17535 msgid "Export a single commit to a CVS checkout"
17536 msgstr "将一个提交导出到 CVS 检出中"
17539 msgid "Salvage your data out of another SCM people love to hate"
17540 msgstr "从另外一个人们爱恨的配置管理系统中拯救您的数据"
17543 msgid "A CVS server emulator for Git"
17544 msgstr "Git 的一个 CVS 服务模拟器"
17547 msgid "A really simple server for Git repositories"
17548 msgstr "一个非常简单的 Git 仓库服务器"
17551 msgid "Give an object a human readable name based on an available ref"
17552 msgstr "基于一个现存的引用为一个对象起一个可读的名称"
17555 msgid "Generate a zip archive of diagnostic information"
17556 msgstr "生成诊断信息的压缩包"
17559 msgid "Show changes between commits, commit and working tree, etc"
17560 msgstr "显示提交之间、提交和工作区之间等的差异"
17563 msgid "Compares files in the working tree and the index"
17564 msgstr "比较工作区和索引区中的文件"
17567 msgid "Compare a tree to the working tree or index"
17568 msgstr "将一个树和工作区或索引做比较"
17571 msgid "Compares the content and mode of blobs found via two tree objects"
17572 msgstr "比较两个树对象的文件内容和模式"
17575 msgid "Show changes using common diff tools"
17576 msgstr "使用常见的差异工具显示更改"
17579 msgid "Git data exporter"
17583 msgid "Backend for fast Git data importers"
17584 msgstr "Git 快速数据导入器后端"
17587 msgid "Download objects and refs from another repository"
17588 msgstr "从另外一个仓库下载对象和引用"
17591 msgid "Receive missing objects from another repository"
17592 msgstr "从另一个仓库获取缺失的对象"
17595 msgid "Rewrite branches"
17599 msgid "Produce a merge commit message"
17600 msgstr "生成一个合并提交信息"
17603 msgid "Output information on each ref"
17604 msgstr "对每一个引用输出信息 "
17607 msgid "Run a Git command on a list of repositories"
17608 msgstr "在一个仓库列表上运行 Git 命令"
17611 msgid "Prepare patches for e-mail submission"
17612 msgstr "准备电子邮件提交的补丁"
17615 msgid "Verifies the connectivity and validity of the objects in the database"
17616 msgstr "验证仓库中对象的连通性和有效性"
17619 msgid "Cleanup unnecessary files and optimize the local repository"
17620 msgstr "清除不必要的文件和优化本地仓库"
17623 msgid "Extract commit ID from an archive created using git-archive"
17624 msgstr "从 git-archive 创建的归档文件中提取提交 ID"
17627 msgid "Print lines matching a pattern"
17631 msgid "A portable graphical interface to Git"
17632 msgstr "一个便携的 Git 图形客户端"
17635 msgid "Compute object ID and optionally create an object from a file"
17636 msgstr "从一个文件计算对象 ID,并支持可选地创建一个对象"
17639 msgid "Display help information about Git"
17640 msgstr "显示 Git 的帮助信息"
17643 msgid "Run git hooks"
17647 msgid "Server side implementation of Git over HTTP"
17648 msgstr "Git HTTP 协议的服务端实现"
17651 msgid "Download from a remote Git repository via HTTP"
17652 msgstr "通过 HTTP 从远程 Git 仓库下载"
17655 msgid "Push objects over HTTP/DAV to another repository"
17656 msgstr "通过 HTTP/DAV 推送对象另一个仓库"
17659 msgid "Send a collection of patches from stdin to an IMAP folder"
17660 msgstr "从标准输入将一组补丁发送到IMAP文件夹"
17663 msgid "Build pack index file for an existing packed archive"
17664 msgstr "从一个现存的包存档文件创建包索引"
17667 msgid "Create an empty Git repository or reinitialize an existing one"
17668 msgstr "创建一个空的 Git 仓库或重新初始化一个已存在的仓库"
17671 msgid "Instantly browse your working repository in gitweb"
17672 msgstr "在 gitweb 中即时浏览您的工作仓库"
17675 msgid "Add or parse structured information in commit messages"
17676 msgstr "添加或解析提交说明中的结构化信息"
17679 msgid "Show commit logs"
17683 msgid "Show information about files in the index and the working tree"
17684 msgstr "显示索引和工作区中文件的信息"
17687 msgid "List references in a remote repository"
17688 msgstr "显示一个远程仓库的引用"
17691 msgid "List the contents of a tree object"
17692 msgstr "显示一个树对象的内容"
17695 msgid "Extracts patch and authorship from a single e-mail message"
17696 msgstr "从单个电子邮件中提取补丁和作者身份"
17699 msgid "Simple UNIX mbox splitter program"
17700 msgstr "简单的 UNIX mbox 邮箱切分程序"
17703 msgid "Run tasks to optimize Git repository data"
17704 msgstr "运行任务以优化仓库数据"
17707 msgid "Join two or more development histories together"
17708 msgstr "合并两个或更多开发历史"
17711 msgid "Find as good common ancestors as possible for a merge"
17712 msgstr "为了合并查找尽可能好的公共祖先提交"
17715 msgid "Run a three-way file merge"
17716 msgstr "运行一个三路文件合并"
17719 msgid "Run a merge for files needing merging"
17720 msgstr "对于需要合并的文件执行合并"
17723 msgid "The standard helper program to use with git-merge-index"
17724 msgstr "与 git-merge-index 一起使用的标准向导程序"
17727 msgid "Perform merge without touching index or working tree"
17728 msgstr "在不触碰索引或工作树情况下应用合并"
17731 msgid "Run merge conflict resolution tools to resolve merge conflicts"
17732 msgstr "运行合并冲突解决工具以解决合并冲突"
17735 msgid "Creates a tag object with extra validation"
17736 msgstr "创建一个有额外验证的标签对象"
17739 msgid "Build a tree-object from ls-tree formatted text"
17740 msgstr "基于 ls-tree 的格式化文本创建一个树对象"
17743 msgid "Write and verify multi-pack-indexes"
17747 msgid "Move or rename a file, a directory, or a symlink"
17748 msgstr "移动或重命名一个文件、目录或符号链接"
17752 msgid "Find symbolic names for given revs"
17753 msgstr "查找给定版本的符号名称"
17756 msgid "Add or inspect object notes"
17760 msgid "Import from and submit to Perforce repositories"
17761 msgstr "导入和提交到 Perforce 仓库中"
17764 msgid "Create a packed archive of objects"
17768 msgid "Find redundant pack files"
17772 msgid "Pack heads and tags for efficient repository access"
17773 msgstr "打包头和标签以实现高效的仓库访问"
17776 msgid "Compute unique ID for a patch"
17777 msgstr "计算一个补丁的唯一 ID"
17780 msgid "Prune all unreachable objects from the object database"
17781 msgstr "删除对象库中所有不可达对象"
17784 msgid "Remove extra objects that are already in pack files"
17785 msgstr "删除已经在包文件中的多余对象"
17788 msgid "Fetch from and integrate with another repository or a local branch"
17789 msgstr "获取并整合另外的仓库或一个本地分支"
17792 msgid "Update remote refs along with associated objects"
17793 msgstr "更新远程引用和相关的对象"
17796 msgid "Applies a quilt patchset onto the current branch"
17797 msgstr "将一个 quilt 补丁集应用到当前分支。"
17800 msgid "Compare two commit ranges (e.g. two versions of a branch)"
17801 msgstr "比较两个提交范围(如一个分支的两个版本)"
17804 msgid "Reads tree information into the index"
17808 msgid "Reapply commits on top of another base tip"
17809 msgstr "在另一个分支上重新应用提交"
17812 msgid "Receive what is pushed into the repository"
17813 msgstr "接收推送到仓库中的对象"
17816 msgid "Manage reflog information"
17817 msgstr "管理 reflog 信息"
17820 msgid "Low-level access to refs"
17824 msgid "Manage set of tracked repositories"
17828 msgid "Pack unpacked objects in a repository"
17829 msgstr "打包仓库中未打包对象"
17832 msgid "Create, list, delete refs to replace objects"
17833 msgstr "创建、列出、删除对象替换引用"
17836 msgid "EXPERIMENTAL: Replay commits on a new base, works with bare repos too"
17837 msgstr "试验中:基于一个新基线重放提交,同样适用于纯仓库"
17840 msgid "Generates a summary of pending changes"
17844 msgid "Reuse recorded resolution of conflicted merges"
17845 msgstr "重用冲突合并的解决方案记录"
17848 msgid "Reset current HEAD to the specified state"
17849 msgstr "重置当前 HEAD 到指定状态"
17852 msgid "Restore working tree files"
17856 msgid "Lists commit objects in reverse chronological order"
17857 msgstr "按时间顺序列出提交对象"
17860 msgid "Pick out and massage parameters"
17864 msgid "Revert some existing commits"
17868 msgid "Remove files from the working tree and from the index"
17869 msgstr "从工作区和索引中删除文件"
17872 msgid "Send a collection of patches as emails"
17873 msgstr "通过电子邮件发送一组补丁"
17876 msgid "Push objects over Git protocol to another repository"
17877 msgstr "使用 Git 协议推送对象到另一个仓库"
17880 msgid "Git's i18n setup code for shell scripts"
17881 msgstr "为 shell 脚本准备的 Git 国际化设置代码"
17884 msgid "Common Git shell script setup code"
17885 msgstr "常用的 Git shell 脚本设置代码"
17888 msgid "Restricted login shell for Git-only SSH access"
17889 msgstr "只允许 Git SSH 访问的受限登录shell"
17892 msgid "Summarize 'git log' output"
17893 msgstr "'git log' 输出摘要"
17896 msgid "Show various types of objects"
17900 msgid "Show branches and their commits"
17904 msgid "Show packed archive index"
17908 msgid "List references in a local repository"
17909 msgstr "显示本地仓库中的引用"
17911 # 译者:中文字符串拼接,可删除前导空格
17913 msgid "Reduce your working tree to a subset of tracked files"
17914 msgstr "将您的工作树缩减至已追踪文件的子集"
17917 msgid "Add file contents to the staging area"
17918 msgstr "将文件内容添加到暂存区"
17921 msgid "Stash the changes in a dirty working directory away"
17922 msgstr "贮藏脏工作区中的修改"
17925 msgid "Show the working tree status"
17929 msgid "Remove unnecessary whitespace"
17930 msgstr "删除不必要的空白字符"
17933 msgid "Initialize, update or inspect submodules"
17934 msgstr "初始化、更新或检查子模组"
17937 msgid "Bidirectional operation between a Subversion repository and Git"
17938 msgstr "Subersion 仓库和 Git 之间的双向操作"
17941 msgid "Switch branches"
17945 msgid "Read, modify and delete symbolic refs"
17946 msgstr "读取、修改和删除符号引用"
17949 msgid "Create, list, delete or verify a tag object signed with GPG"
17950 msgstr "创建、列出、删除或校验一个 GPG 签名的标签对象"
17953 msgid "Creates a temporary file with a blob's contents"
17954 msgstr "用 blob 数据对象的内容创建一个临时文件"
17957 msgid "Unpack objects from a packed archive"
17958 msgstr "从打包文件中解压缩对象"
17961 msgid "Register file contents in the working tree to the index"
17962 msgstr "将工作区的文件内容注册到索引"
17965 msgid "Update the object name stored in a ref safely"
17966 msgstr "安全地更新存储于引用中的对象名称"
17969 msgid "Update auxiliary info file to help dumb servers"
17970 msgstr "更新辅助信息文件以帮助哑协议服务"
17973 msgid "Send archive back to git-archive"
17974 msgstr "将存档发送回 git-archive"
17977 msgid "Send objects packed back to git-fetch-pack"
17978 msgstr "将对象压缩包发送回 git-fetch-pack"
17981 msgid "Show a Git logical variable"
17982 msgstr "显示一个Git逻辑变量"
17985 msgid "Check the GPG signature of commits"
17986 msgstr "检查 GPG 提交签名"
17989 msgid "Validate packed Git archive files"
17990 msgstr "校验打包的Git存仓文件"
17993 msgid "Check the GPG signature of tags"
17994 msgstr "检查标签的 GPG 签名"
17997 msgid "Display version information about Git"
17998 msgstr "显示关于 Git 的版本信息"
18001 msgid "Show logs with differences each commit introduces"
18002 msgstr "显示每一个提交引入的差异日志"
18005 msgid "Manage multiple working trees"
18009 msgid "Create a tree object from the current index"
18010 msgstr "从当前索引创建一个树对象"
18013 msgid "Defining attributes per path"
18017 msgid "Git command-line interface and conventions"
18018 msgstr "Git 命令行界面和约定"
18021 msgid "A Git core tutorial for developers"
18022 msgstr "面向开发人员的 Git 核心教程"
18025 msgid "Providing usernames and passwords to Git"
18026 msgstr "为 Git 提供用户名和口令"
18029 msgid "Git for CVS users"
18030 msgstr "适合 CVS 用户的 Git 帮助"
18033 msgid "Tweaking diff output"
18037 msgid "A useful minimum set of commands for Everyday Git"
18038 msgstr "每一天 Git 的一组有用的最小命令集合"
18041 msgid "Frequently asked questions about using Git"
18042 msgstr "关于使用 Git 的常见问题"
18045 msgid "The bundle file format"
18049 msgid "Chunk-based file formats"
18053 msgid "Git commit-graph format"
18057 msgid "Git index format"
18061 msgid "Git pack format"
18065 msgid "Git cryptographic signature formats"
18066 msgstr "Git 密码学签名格式"
18069 msgid "A Git Glossary"
18073 msgid "Hooks used by Git"
18077 msgid "Specifies intentionally untracked files to ignore"
18078 msgstr "指定故意忽略的未跟踪文件"
18081 msgid "The Git repository browser"
18085 msgid "Map author/committer names and/or E-Mail addresses"
18086 msgstr "映射作者/提交者的名称和/或邮件地址"
18089 msgid "Defining submodule properties"
18093 msgid "Git namespaces"
18097 msgid "Protocol v0 and v1 capabilities"
18098 msgstr "协议 v0 和 v1 能力"
18101 msgid "Things common to various protocols"
18105 msgid "Git HTTP-based protocols"
18106 msgstr "Git 基于 HTTP 的协议"
18109 msgid "How packs are transferred over-the-wire"
18110 msgstr "包在线路中传输的方式"
18113 msgid "Git Wire Protocol, Version 2"
18114 msgstr "Git 传输协议,第二版"
18117 msgid "Helper programs to interact with remote repositories"
18118 msgstr "与远程仓库交互的助手程序"
18121 msgid "Git Repository Layout"
18125 msgid "Specifying revisions and ranges for Git"
18126 msgstr "指定 Git 的版本和版本范围"
18129 msgid "Mounting one repository inside another"
18130 msgstr "将一个仓库安装到另外一个仓库中"
18133 msgid "A tutorial introduction to Git"
18137 msgid "A tutorial introduction to Git: part two"
18138 msgstr "Git 入门教程:第二部分"
18141 msgid "Git web interface (web frontend to Git repositories)"
18142 msgstr "Git web 界面(Git 仓库的 web 前端)"
18145 msgid "An overview of recommended workflows with Git"
18146 msgstr "Git 推荐的工作流概览"
18149 msgid "A tool for managing large Git repositories"
18150 msgstr "一个管理大型 Git 仓库的工具"
18153 msgid "commit-graph file is too small"
18157 msgid "commit-graph oid fanout chunk is wrong size"
18158 msgstr "提交图中对象 ID 的扇出块大小错误"
18161 msgid "commit-graph fanout values out of order"
18165 msgid "commit-graph OID lookup chunk is the wrong size"
18166 msgstr "提交图的对象 ID 查询块大小错误"
18169 msgid "commit-graph commit data chunk is wrong size"
18170 msgstr "提交图的提交数据块大小错误"
18173 msgid "commit-graph generations chunk is wrong size"
18174 msgstr "提交图的世代块大小错误"
18177 msgid "commit-graph changed-path index chunk is too small"
18178 msgstr "提交图的变更路径的索引块太小"
18183 "ignoring too-small changed-path chunk (%<PRIuMAX> < %<PRIuMAX>) in commit-"
18185 msgstr "忽略提交图文件中过小的更改路径块(%<PRIuMAX> < %<PRIuMAX>)"
18189 msgid "commit-graph signature %X does not match signature %X"
18190 msgstr "提交图签名 %X 和签名 %X 不匹配"
18194 msgid "commit-graph version %X does not match version %X"
18195 msgstr "提交图版本 %X 和版本 %X 不匹配"
18199 msgid "commit-graph hash version %X does not match version %X"
18200 msgstr "提交图哈希版本 %X 和版本 %X 不匹配"
18204 msgid "commit-graph file is too small to hold %u chunks"
18205 msgstr "提交图文件太小,容不下 %u 个块"
18208 msgid "commit-graph required OID fanout chunk missing or corrupted"
18209 msgstr "提交图所需的对象 ID 扇出块缺失或损坏"
18212 msgid "commit-graph required OID lookup chunk missing or corrupted"
18213 msgstr "提交图所需的对象 ID 查询块缺失或损坏"
18216 msgid "commit-graph required commit data chunk missing or corrupted"
18217 msgstr "提交图所需的提交数据块缺失或损坏"
18222 "disabling Bloom filters for commit-graph layer '%s' due to incompatible "
18224 msgstr "由于不兼容的设置,正在禁用提交图层 '%s' 的布隆过滤器"
18227 msgid "commit-graph has no base graphs chunk"
18228 msgstr "提交图没有基础图形块"
18231 msgid "commit-graph base graphs chunk is too small"
18232 msgstr "提交图的基础图形块过小"
18235 msgid "commit-graph chain does not match"
18240 msgid "commit count in base graph too high: %<PRIuMAX>"
18241 msgstr "基础图形中的提交数量过高:%<PRIuMAX>"
18244 msgid "commit-graph chain file too small"
18249 msgid "invalid commit-graph chain: line '%s' not a hash"
18250 msgstr "无效的提交图链:行 '%s' 不是一个哈希值"
18253 msgid "unable to find all commit-graph files"
18254 msgstr "无法找到所有提交图文件"
18257 msgid "invalid commit position. commit-graph is likely corrupt"
18258 msgstr "无效的提交位置。提交图可能已损坏"
18262 msgid "could not find commit %s"
18266 msgid "commit-graph requires overflow generation data but has none"
18267 msgstr "提交图需要溢出世代数据,但是没有"
18270 msgid "commit-graph overflow generation data is too small"
18271 msgstr "提交图溢出世代数据过小"
18274 msgid "commit-graph extra-edges pointer out of bounds"
18275 msgstr "提交图额外边的指针越界"
18278 msgid "Loading known commits in commit graph"
18279 msgstr "正在加载提交图中的已知提交"
18282 msgid "Expanding reachable commits in commit graph"
18283 msgstr "正在扩展提交图中的可达提交"
18286 msgid "Clearing commit marks in commit graph"
18287 msgstr "正在清除提交图中的提交标记"
18290 msgid "Computing commit graph topological levels"
18291 msgstr "正在计算提交图拓扑级别"
18294 msgid "Computing commit graph generation numbers"
18295 msgstr "正在计算提交图世代数字"
18298 msgid "Computing commit changed paths Bloom filters"
18299 msgstr "计算提交变更路径的布隆过滤器"
18302 msgid "Collecting referenced commits"
18307 msgid "Finding commits for commit graph in %<PRIuMAX> pack"
18308 msgid_plural "Finding commits for commit graph in %<PRIuMAX> packs"
18309 msgstr[0] "正在 %<PRIuMAX> 个包中查找提交图的提交"
18310 msgstr[1] "正在 %<PRIuMAX> 个包中查找提交图的提交"
18314 msgid "error adding pack %s"
18319 msgid "error opening index for %s"
18320 msgstr "为 %s 打开索引出错"
18323 msgid "Finding commits for commit graph among packed objects"
18324 msgstr "正在打包对象中查找提交图的提交"
18327 msgid "Finding extra edges in commit graph"
18328 msgstr "正在查找提交图中额外的边"
18331 msgid "failed to write correct number of base graph ids"
18332 msgstr "无法写入正确数量的基础图形 ID"
18335 msgid "unable to create temporary graph layer"
18338 #: commit-graph.c midx-write.c
18340 msgid "unable to adjust shared permissions for '%s'"
18341 msgstr "无法为 '%s' 调整共享权限"
18345 msgid "Writing out commit graph in %d pass"
18346 msgid_plural "Writing out commit graph in %d passes"
18347 msgstr[0] "正在用 %d 步写出提交图"
18348 msgstr[1] "正在用 %d 步写出提交图"
18351 msgid "unable to open commit-graph chain file"
18352 msgstr "无法打开提交图链文件"
18355 msgid "failed to rename base commit-graph file"
18356 msgstr "无法重命名基础提交图文件"
18359 msgid "failed to rename temporary commit-graph file"
18360 msgstr "无法重命名临时提交图文件"
18364 msgid "cannot merge graphs with %<PRIuMAX>, %<PRIuMAX> commits"
18366 "无法合并提交图,总共已累加提交数:%<PRIuMAX>,当前待累加提交数:%<PRIuMAX>"
18370 msgid "cannot merge graph %s, too many commits: %<PRIuMAX>"
18371 msgstr "无法合并提交图 %s, 提交过多:%<PRIuMAX>"
18374 msgid "Scanning merged commits"
18378 msgid "Merging commit-graph"
18382 msgid "attempting to write a commit-graph, but 'core.commitGraph' is disabled"
18383 msgstr "正尝试写提交图,但是 'core.commitGraph' 被禁用"
18388 "attempting to write a commit-graph, but 'commitGraph.changedPathsVersion' "
18389 "(%d) is not supported"
18390 msgstr "尝试写入提交图,但不支持 'commitGraph.changedPathsVersion' (%d)"
18393 msgid "too many commits to write graph"
18397 msgid "the commit-graph file has incorrect checksum and is likely corrupt"
18398 msgstr "提交图文件的校验码错误,可能已经损坏"
18402 msgid "commit-graph has incorrect OID order: %s then %s"
18403 msgstr "提交图的对象 ID 顺序不正确:%s 然后 %s"
18407 msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
18408 msgstr "提交图有不正确的扇出值:fanout[%d] = %u != %u"
18412 msgid "failed to parse commit %s from commit-graph"
18413 msgstr "无法从提交图中解析提交 %s"
18417 msgid "failed to parse commit %s from object database for commit-graph"
18418 msgstr "无法从提交图的对象库中解析提交 %s"
18422 msgid "root tree OID for commit %s in commit-graph is %s != %s"
18423 msgstr "提交图中的提交 %s 的根树对象 ID 是 %s != %s"
18427 msgid "commit-graph parent list for commit %s is too long"
18428 msgstr "提交 %s 的提交图父提交列表太长了"
18432 msgid "commit-graph parent for %s is %s != %s"
18433 msgstr "%s 的提交图父提交是 %s != %s"
18437 msgid "commit-graph parent list for commit %s terminates early"
18438 msgstr "提交 %s 的提交图父提交列表过早终止"
18442 msgid "commit-graph generation for commit %s is %<PRIuMAX> < %<PRIuMAX>"
18443 msgstr "提交图中的提交 %s 的世代号是 %<PRIuMAX> < %<PRIuMAX>"
18447 msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
18448 msgstr "提交图中提交 %s 的提交日期是 %<PRIuMAX> != %<PRIuMAX>"
18453 "commit-graph has both zero and non-zero generations (e.g., commits '%s' and "
18455 msgstr "提交图具有零和非零的世代(例如:提交 '%s' 和 '%s')"
18458 msgid "Verifying commits in commit graph"
18459 msgstr "正在校验提交图中的提交"
18461 #: commit-reach.c sequencer.c
18463 msgid "could not parse commit %s"
18468 msgid "%s %s is not a commit!"
18469 msgstr "%s %s 不是一个提交!"
18473 "Support for <GIT_DIR>/info/grafts is deprecated\n"
18474 "and will be removed in a future Git version.\n"
18476 "Please use \"git replace --convert-graft-file\"\n"
18477 "to convert the grafts into replace refs.\n"
18479 "Turn this message off by running\n"
18480 "\"git config advice.graftFileDeprecated false\""
18482 "对 <GIT_DIR>/info/grafts 的支持已过时,并将在\n"
18485 "请使用 \"git replace --convert-graft-file\" 将\n"
18486 "grafts 转换为替换引用。\n"
18488 "设置 \"git config advice.graftFileDeprecated false\"\n"
18493 msgid "commit %s exists in commit-graph but not in the object database"
18494 msgstr "提交 %s 存在于提交图中,但不存在于对象数据库中"
18498 msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
18499 msgstr "提交 %s 有一个非可信的声称来自 %s 的 GPG 签名。"
18503 msgid "Commit %s has a bad GPG signature allegedly by %s."
18504 msgstr "提交 %s 有一个错误的声称来自 %s 的 GPG 签名。"
18508 msgid "Commit %s does not have a GPG signature."
18509 msgstr "提交 %s 没有 GPG 签名。"
18513 msgid "Commit %s has a good GPG signature by %s\n"
18514 msgstr "提交 %s 有一个来自 %s 的好的 GPG 签名。\n"
18518 "Warning: commit message did not conform to UTF-8.\n"
18519 "You may want to amend it after fixing the message, or set the config\n"
18520 "variable i18n.commitEncoding to the encoding your project uses.\n"
18522 "警告:提交说明不符合 UTF-8 字符编码。\n"
18523 "您可以通过修补提交来改正提交说明,或者将配置变量 i18n.commitEncoding\n"
18526 #: compat/compiler.h
18527 msgid "no compiler information available\n"
18528 msgstr "编译器信息不可用\n"
18530 #: compat/compiler.h
18531 msgid "no libc information available\n"
18532 msgstr "libc 信息不可用\n"
18536 msgid "could not determine free disk size for '%s'"
18537 msgstr "不能确定 '%s' 的空余磁盘空间"
18541 msgid "could not get info for '%s'"
18542 msgstr "无法获得 '%s' 的信息"
18544 #: compat/fsmonitor/fsm-health-win32.c
18546 msgid "[GLE %ld] health thread could not open '%ls'"
18547 msgstr "[GLE %ld] 健康监测线程不能打开 '%ls'"
18549 #: compat/fsmonitor/fsm-health-win32.c
18551 msgid "[GLE %ld] health thread getting BHFI for '%ls'"
18552 msgstr "[GLE %ld] 健康监测线程正在获取 '%ls' 的 BHFI"
18554 #: compat/fsmonitor/fsm-health-win32.c compat/fsmonitor/fsm-listen-win32.c
18556 msgid "could not convert to wide characters: '%s'"
18557 msgstr "不能转换至宽字符:'%s'"
18559 #: compat/fsmonitor/fsm-health-win32.c
18561 msgid "BHFI changed '%ls'"
18562 msgstr "BHFI 已改变 '%ls'"
18564 #: compat/fsmonitor/fsm-health-win32.c
18566 msgid "unhandled case in 'has_worktree_moved': %d"
18567 msgstr "'has_worktree_moved' 中未处理的情况:%d"
18569 #: compat/fsmonitor/fsm-health-win32.c
18571 msgid "health thread wait failed [GLE %ld]"
18572 msgstr "健康监测线程等待失败 [GLE %ld]"
18574 #: compat/fsmonitor/fsm-ipc-darwin.c
18576 msgid "Invalid path: %s"
18579 #: compat/fsmonitor/fsm-listen-darwin.c
18580 msgid "Unable to create FSEventStream."
18581 msgstr "无法创建 FSEventStream。"
18583 #: compat/fsmonitor/fsm-listen-darwin.c
18584 msgid "Failed to start the FSEventStream"
18585 msgstr "无法启动 FSEventStream"
18587 #: compat/fsmonitor/fsm-listen-win32.c
18589 msgid "[GLE %ld] could not convert path to UTF-8: '%.*ls'"
18590 msgstr "[GLE %ld] 无法将路径转换至 UTF-8:'%.*ls'"
18592 #: compat/fsmonitor/fsm-listen-win32.c
18594 msgid "[GLE %ld] could not watch '%s'"
18595 msgstr "[GLE %ld] 无法监视 '%s'"
18597 #: compat/fsmonitor/fsm-listen-win32.c
18599 msgid "[GLE %ld] could not get longname of '%s'"
18600 msgstr "[GLE %ld] 无法获取 '%s' 的长名称"
18602 #: compat/fsmonitor/fsm-listen-win32.c
18604 msgid "ReadDirectoryChangedW failed on '%s' [GLE %ld]"
18605 msgstr "ReadDirectoryChangedW 失败于 '%s' [GLE %ld]"
18607 #: compat/fsmonitor/fsm-listen-win32.c
18609 msgid "GetOverlappedResult failed on '%s' [GLE %ld]"
18610 msgstr "GetOverlappedResult 失败于 '%s' [GLE %ld]"
18612 #: compat/fsmonitor/fsm-listen-win32.c
18614 msgid "could not read directory changes [GLE %ld]"
18615 msgstr "无法获取目录变更 [GLE %ld]"
18617 #: compat/fsmonitor/fsm-path-utils-darwin.c
18619 msgid "opendir('%s') failed"
18620 msgstr "opendir('%s') 失败"
18622 #: compat/fsmonitor/fsm-path-utils-darwin.c
18624 msgid "lstat('%s') failed"
18625 msgstr "lstat('%s') 失败"
18627 #: compat/fsmonitor/fsm-path-utils-darwin.c
18629 msgid "strbuf_readlink('%s') failed"
18630 msgstr "strbuf_readlink('%s') 失败"
18632 #: compat/fsmonitor/fsm-path-utils-darwin.c
18634 msgid "closedir('%s') failed"
18635 msgstr "closedir('%s') 失败"
18637 #: compat/fsmonitor/fsm-path-utils-win32.c
18639 msgid "[GLE %ld] unable to open for read '%ls'"
18640 msgstr "[GLE %ld] 无法打开要读取的 '%ls'"
18642 #: compat/fsmonitor/fsm-path-utils-win32.c
18644 msgid "[GLE %ld] unable to get protocol information for '%ls'"
18645 msgstr "[GLE %ld] 无法获取 '%ls' 的协议信息 "
18649 msgid "failed to copy SID (%ld)"
18650 msgstr "无法拷贝 SID (%ld)"
18654 msgid "failed to get owner for '%s' (%ld)"
18655 msgstr "无法获取 '%s' 的所有者 (%ld)"
18657 #: compat/obstack.c
18658 msgid "memory exhausted"
18661 #: compat/regex/regcomp.c
18665 #: compat/regex/regcomp.c
18669 #: compat/regex/regcomp.c
18670 msgid "Invalid regular expression"
18673 #: compat/regex/regcomp.c
18674 msgid "Invalid collation character"
18677 #: compat/regex/regcomp.c
18678 msgid "Invalid character class name"
18681 #: compat/regex/regcomp.c
18682 msgid "Trailing backslash"
18685 #: compat/regex/regcomp.c
18686 msgid "Invalid back reference"
18689 #: compat/regex/regcomp.c
18690 msgid "Unmatched [ or [^"
18691 msgstr "未匹配的 [ 或 [^"
18693 #: compat/regex/regcomp.c
18694 msgid "Unmatched ( or \\("
18695 msgstr "未匹配的 ( 或 \\("
18697 #: compat/regex/regcomp.c
18698 msgid "Unmatched \\{"
18701 #: compat/regex/regcomp.c
18702 msgid "Invalid content of \\{\\}"
18703 msgstr "\\{\\} 的内容非法"
18705 #: compat/regex/regcomp.c
18706 msgid "Invalid range end"
18709 #: compat/regex/regcomp.c
18710 msgid "Memory exhausted"
18713 #: compat/regex/regcomp.c
18714 msgid "Invalid preceding regular expression"
18715 msgstr "非法的前置正则表达式"
18717 #: compat/regex/regcomp.c
18718 msgid "Premature end of regular expression"
18721 #: compat/regex/regcomp.c
18722 msgid "Regular expression too big"
18725 #: compat/regex/regcomp.c
18726 msgid "Unmatched ) or \\)"
18727 msgstr "未匹配的 ) 或 \\)"
18729 #: compat/regex/regcomp.c
18730 msgid "No previous regular expression"
18731 msgstr "没有上一个正则表达式"
18733 #: compat/simple-ipc/ipc-unix-socket.c compat/simple-ipc/ipc-win32.c
18734 msgid "could not send IPC command"
18735 msgstr "无法发送 IPC 命令"
18737 #: compat/simple-ipc/ipc-unix-socket.c compat/simple-ipc/ipc-win32.c
18738 msgid "could not read IPC response"
18739 msgstr "无法读取 IPC 响应"
18741 #: compat/simple-ipc/ipc-unix-socket.c
18743 msgid "could not start accept_thread '%s'"
18744 msgstr "无法启动 accept_thread '%s'"
18746 #: compat/simple-ipc/ipc-unix-socket.c
18748 msgid "could not start worker[0] for '%s'"
18749 msgstr "无法启动 '%s' 的 worker[0]"
18751 #: compat/simple-ipc/ipc-win32.c
18753 msgid "ConnectNamedPipe failed for '%s' (%lu)"
18754 msgstr "ConnectNamedPipe 失败于 '%s' (%lu)"
18756 #: compat/simple-ipc/ipc-win32.c
18758 msgid "could not create fd from pipe for '%s'"
18759 msgstr "无法为 '%s' 从管道创建 fd"
18761 #: compat/simple-ipc/ipc-win32.c
18763 msgid "could not start thread[0] for '%s'"
18764 msgstr "无法为 '%s' 启动 thread[0]"
18766 #: compat/simple-ipc/ipc-win32.c
18768 msgid "wait for hEvent failed for '%s'"
18769 msgstr "为 '%s' 等待 hEvent 失败"
18771 #: compat/terminal.c
18772 msgid "cannot resume in the background, please use 'fg' to resume"
18773 msgstr "无法从后台中恢复,请使用 'fg' 来恢复"
18775 #: compat/terminal.c
18776 msgid "cannot restore terminal settings"
18782 "exceeded maximum include depth (%d) while including\n"
18786 "This might be due to circular includes."
18788 "超过了最大包含深度(%1$d),当从\n"
18796 msgid "could not expand include path '%s'"
18797 msgstr "无法扩展包含路径 '%s'"
18800 msgid "relative config includes must come from files"
18801 msgstr "相对路径的配置文件引用必须来自于文件"
18804 msgid "relative config include conditionals must come from files"
18805 msgstr "相对路径的配置文件条件引用必须来自于文件"
18809 "remote URLs cannot be configured in file directly or indirectly included by "
18810 "includeIf.hasconfig:remote.*.url"
18812 "远程 URL 不能在文件中配置,不管直接地还是通过 includeIf.hasconfig:remote.*."
18817 msgid "invalid config format: %s"
18818 msgstr "无效的配置格式:%s"
18822 msgid "missing environment variable name for configuration '%.*s'"
18823 msgstr "配置 '%.*s' 缺少环境变量名称"
18827 msgid "missing environment variable '%s' for configuration '%.*s'"
18828 msgstr "缺少环境变量 '%s' 于配置 '%.*s' "
18832 msgid "key does not contain a section: %s"
18833 msgstr "键名没有包含一个小节名称:%s"
18837 msgid "key does not contain variable name: %s"
18838 msgstr "键名没有包含变量名:%s"
18840 #: config.c sequencer.c
18842 msgid "invalid key: %s"
18847 msgid "invalid key (newline): %s"
18848 msgstr "无效键名(有换行符):%s"
18851 msgid "empty config key"
18856 msgid "bogus config parameter: %s"
18861 msgid "bogus format in %s"
18866 msgid "bogus count in %s"
18871 msgid "too many entries in %s"
18876 msgid "missing config key %s"
18881 msgid "missing config value %s"
18886 msgid "bad config line %d in blob %s"
18887 msgstr "数据对象 %2$s 中错误的配置行 %1$d"
18891 msgid "bad config line %d in file %s"
18892 msgstr "文件 %2$s 中错误的配置行 %1$d"
18896 msgid "bad config line %d in standard input"
18897 msgstr "标准输入中错误的配置行 %d"
18901 msgid "bad config line %d in submodule-blob %s"
18902 msgstr "子模组数据对象 %2$s 中错误的配置行 %1$d"
18906 msgid "bad config line %d in command line %s"
18907 msgstr "命令行 %2$s 中错误的配置行 %1$d"
18911 msgid "bad config line %d in %s"
18912 msgstr "在 %2$s 中错误的配置行 %1$d"
18915 msgid "out of range"
18919 msgid "invalid unit"
18924 msgid "bad numeric config value '%s' for '%s': %s"
18925 msgstr "配置变量 '%2$s' 的数字取值 '%1$s' 设置错误:%3$s"
18929 msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
18930 msgstr "数据对象 %3$s 中配置变量 '%2$s' 错误的取值 '%1$s':%4$s"
18934 msgid "bad numeric config value '%s' for '%s' in file %s: %s"
18935 msgstr "文件 %3$s 中配置变量 '%2$s' 错误的取值 '%1$s':%4$s"
18939 msgid "bad numeric config value '%s' for '%s' in standard input: %s"
18940 msgstr "标准输入中配置变量 '%2$s' 错误的取值 '%1$s':%3$s"
18944 msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
18945 msgstr "子模组数据 %3$s 中配置变量 '%2$s' 错误的取值 '%1$s':%4$s"
18949 msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
18950 msgstr "命令行 %3$s 中配置变量 '%2$s' 错误的取值 '%1$s':%4$s"
18954 msgid "bad numeric config value '%s' for '%s' in %s: %s"
18955 msgstr "在 %3$s 中配置变量 '%2$s' 错误的取值 '%1$s':%4$s"
18959 msgid "invalid value for variable %s"
18960 msgstr "变量 %s 的值无效"
18964 msgid "ignoring unknown core.fsync component '%s'"
18965 msgstr "忽略未知的 core.fsync 组件 '%s'"
18969 msgid "bad boolean config value '%s' for '%s'"
18970 msgstr "'%2$s' 的错误的布尔取值 '%1$s'"
18974 msgid "failed to expand user dir in: '%s'"
18975 msgstr "无法扩展用户目录:'%s'"
18979 msgid "'%s' for '%s' is not a valid timestamp"
18980 msgstr "'%2$s' 的值 '%1$s' 不是一个有效的时间戳"
18984 msgid "abbrev length out of range: %d"
18985 msgstr "缩写长度超出范围:%d"
18989 msgid "bad zlib compression level %d"
18990 msgstr "错误的 zlib 压缩级别 %d"
18994 msgid "%s cannot contain newline"
18995 msgstr "%s 不能包含换行符"
18999 msgid "%s must have at least one character"
19000 msgstr "%s 必须至少有一个字符"
19004 msgid "ignoring unknown core.fsyncMethod value '%s'"
19005 msgstr "忽略未知的 core.fsyncMethod 值 '%s'"
19008 msgid "core.fsyncObjectFiles is deprecated; use core.fsync instead"
19009 msgstr "core.fsyncObjectFiles 已经被弃用;取而代之使用 core.fsync"
19013 msgid "invalid mode for object creation: %s"
19014 msgstr "无效的对象创建模式:%s"
19018 msgid "malformed value for %s"
19019 msgstr "%s 的取值格式错误"
19023 msgid "malformed value for %s: %s"
19024 msgstr "%s 的取值格式错误:%s"
19027 msgid "must be one of nothing, matching, simple, upstream or current"
19028 msgstr "必须是其中之一:nothing、matching、simple、upstream 或 current"
19032 msgid "unable to load config blob object '%s'"
19033 msgstr "无法从数据对象 '%s' 加载配置"
19037 msgid "reference '%s' does not point to a blob"
19038 msgstr "引用 '%s' 没有指向一个数据对象"
19042 msgid "unable to resolve config blob '%s'"
19043 msgstr "不能解析配置对象 '%s'"
19046 msgid "unable to parse command-line config"
19047 msgstr "无法解析命令行中的配置"
19050 msgid "unknown error occurred while reading the configuration files"
19051 msgstr "在读取配置文件时遇到未知错误"
19055 msgid "Invalid %s: '%s'"
19056 msgstr "无效 %s:'%s'"
19060 msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
19061 msgstr "splitIndex.maxPercentChange 的取值 '%d' 应该介于 0 和 100 之间"
19065 msgid "unable to parse '%s' from command-line config"
19066 msgstr "无法解析命令行配置中的 '%s'"
19070 msgid "bad config variable '%s' in file '%s' at line %d"
19071 msgstr "在文件 '%2$s' 的第 %3$d 行发现错误的配置变量 '%1$s'"
19075 msgid "invalid section name '%s'"
19076 msgstr "无效的小节名称 '%s'"
19080 msgid "%s has multiple values"
19085 msgid "failed to write new configuration file %s"
19086 msgstr "无法写入新的配置文件 %s"
19090 msgid "no multi-line comment allowed: '%s'"
19091 msgstr "不允许多行注释:'%s'"
19095 msgid "could not lock config file %s"
19096 msgstr "不能锁定配置文件 %s"
19105 msgid "invalid config file %s"
19106 msgstr "无效的配置文件 %s"
19110 msgid "fstat on %s failed"
19111 msgstr "对 %s 调用 fstat 失败"
19115 msgid "unable to mmap '%s'%s"
19116 msgstr "不能 mmap '%s'%s"
19120 msgid "chmod on %s failed"
19121 msgstr "对 %s 调用 chmod 失败"
19125 msgid "could not write config file %s"
19126 msgstr "不能写入配置文件 %s"
19130 msgid "could not set '%s' to '%s'"
19131 msgstr "不能设置 '%s' 为 '%s'"
19135 msgid "invalid section name: %s"
19136 msgstr "无效的小节名称:%s"
19140 msgid "refusing to work with overly long line in '%s' on line %<PRIuMAX>"
19141 msgstr "拒绝支持内容过长的行,位于文件 '%s' 中的第 %<PRIuMAX> 行"
19145 msgid "missing value for '%s'"
19149 msgid "the remote end hung up upon initial contact"
19150 msgstr "远端在初始连接时即挂断"
19154 "Could not read from remote repository.\n"
19156 "Please make sure you have the correct access rights\n"
19157 "and the repository exists."
19161 "请确认您有正确的访问权限并且仓库存在。"
19165 msgid "server doesn't support '%s'"
19166 msgstr "服务器不支持 '%s'"
19170 msgid "server doesn't support feature '%s'"
19171 msgstr "服务器不支持特性 '%s'"
19174 msgid "expected flush after capabilities"
19175 msgstr "在能力之后应为一个 flush 包"
19179 msgid "ignoring capabilities after first line '%s'"
19180 msgstr "忽略第一行 '%s' 之后的能力字段"
19183 msgid "protocol error: unexpected capabilities^{}"
19184 msgstr "协议错误:意外的 capabilities^{}"
19188 msgid "protocol error: expected shallow sha-1, got '%s'"
19189 msgstr "协议错误:预期浅克隆 sha-1,却得到 '%s'"
19192 msgid "repository on the other end cannot be shallow"
19193 msgstr "另一端的仓库不能是浅克隆仓库"
19196 msgid "invalid packet"
19201 msgid "protocol error: unexpected '%s'"
19202 msgstr "协议错误:意外的 '%s'"
19206 msgid "unknown object format '%s' specified by server"
19207 msgstr "服务器给出未知的对象格式 '%s'"
19211 msgid "error on bundle-uri response line %d: %s"
19212 msgstr "于 bundle-uri 响应行 %d 发生错误:%s"
19215 msgid "expected flush after bundle-uri listing"
19216 msgstr "在 bundle-uri 列表之后应该有一个 flush 包"
19219 msgid "expected response end packet after ref listing"
19220 msgstr "在引用列表之后应该有响应结束包"
19224 msgid "invalid ls-refs response: %s"
19225 msgstr "无效的 ls-refs 响应:%s"
19228 msgid "expected flush after ref listing"
19229 msgstr "在引用列表之后应该有一个 flush 包"
19233 msgid "protocol '%s' is not supported"
19234 msgstr "不支持 '%s' 协议"
19237 msgid "unable to set SO_KEEPALIVE on socket"
19238 msgstr "无法为 socket 设置 SO_KEEPALIVE"
19242 msgid "Looking up %s ... "
19247 msgid "unable to look up %s (port %s) (%s)"
19248 msgstr "无法查找 %s(端口 %s)(%s)"
19250 #. TRANSLATORS: this is the end of "Looking up %s ... "
19255 "Connecting to %s (port %s) ... "
19258 "连接到 %s(端口 %s)... "
19263 "unable to connect to %s:\n"
19269 #. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
19276 msgid "unable to look up %s (%s)"
19277 msgstr "无法查找 %s(%s)"
19281 msgid "unknown port %s"
19286 msgid "strange hostname '%s' blocked"
19287 msgstr "已阻止奇怪的主机名 '%s'"
19291 msgid "strange port '%s' blocked"
19292 msgstr "已阻止奇怪的端口号 '%s'"
19296 msgid "cannot start proxy %s"
19300 msgid "no path specified; see 'git help pull' for valid url syntax"
19301 msgstr "未指定路径,执行 'git help pull' 查看有效的 url 语法"
19304 msgid "newline is forbidden in git:// hosts and repo paths"
19305 msgstr "在 git:// 主机和仓库路径中禁止使用换行符"
19308 msgid "ssh variant 'simple' does not support -4"
19309 msgstr "ssh 变体 'simple' 不支持 -4"
19312 msgid "ssh variant 'simple' does not support -6"
19313 msgstr "ssh 变体 'simple' 不支持 -6"
19316 msgid "ssh variant 'simple' does not support setting port"
19317 msgstr "ssh 变体 'simple' 不支持设置端口"
19321 msgid "strange pathname '%s' blocked"
19322 msgstr "已阻止奇怪的路径名 '%s'"
19325 msgid "unable to fork"
19329 msgid "Could not run 'git rev-list'"
19330 msgstr "不能执行 'git rev-list'"
19333 msgid "failed write to rev-list"
19334 msgstr "写入 rev-list 失败"
19337 msgid "failed to close rev-list's stdin"
19338 msgstr "无法关闭 rev-list 的标准输入"
19342 msgid "illegal crlf_action %d"
19343 msgstr "非法的 crlf_action %d"
19347 msgid "CRLF would be replaced by LF in %s"
19348 msgstr "%s 中的 CRLF 将被 LF 替换"
19353 "in the working copy of '%s', CRLF will be replaced by LF the next time Git "
19355 msgstr "在 '%s' 的工作拷贝中,下次 Git 接触时 CRLF 将被 LF 替换"
19359 msgid "LF would be replaced by CRLF in %s"
19360 msgstr "文件 %s 中的 LF 将被 CRLF 替换"
19365 "in the working copy of '%s', LF will be replaced by CRLF the next time Git "
19367 msgstr "在 '%s' 的工作拷贝中,下次 Git 接触时 LF 将被 CRLF 替换"
19371 msgid "BOM is prohibited in '%s' if encoded as %s"
19372 msgstr "如果使用 %2$s 编码,禁止在 '%1$s' 中使用 BOM"
19377 "The file '%s' contains a byte order mark (BOM). Please use UTF-%.*s as "
19378 "working-tree-encoding."
19380 "文件 '%s' 包含一个字节顺序标记(BOM)。请使用 UTF-%.*s 作为工作区编码。"
19384 msgid "BOM is required in '%s' if encoded as %s"
19385 msgstr "如果编码为 %2$s,需要在 '%1$s' 中使用 BOM"
19390 "The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
19391 "%sLE (depending on the byte order) as working-tree-encoding."
19393 "文件 '%s' 缺失一个字节顺序标记(BOM)。请使用 UTF-%sBE or UTF-%sLE(取决于字"
19398 msgid "failed to encode '%s' from %s to %s"
19399 msgstr "无法对 '%s' 进行从 %s 到 %s 的编码"
19403 msgid "encoding '%s' from %s to %s and back is not the same"
19404 msgstr "将'%s' 的编码从 %s 到 %s 来回转换不一致"
19408 msgid "cannot fork to run external filter '%s'"
19409 msgstr "不能 fork 以执行外部过滤器 '%s'"
19413 msgid "cannot feed the input to external filter '%s'"
19414 msgstr "不能将输入传递给外部过滤器 '%s'"
19418 msgid "external filter '%s' failed %d"
19419 msgstr "外部过滤器 '%s' 失败码 %d"
19423 msgid "read from external filter '%s' failed"
19424 msgstr "从外部过滤器 '%s' 读取失败"
19428 msgid "external filter '%s' failed"
19429 msgstr "外部过滤器 '%s' 失败"
19432 msgid "unexpected filter type"
19436 msgid "path name too long for external filter"
19437 msgstr "外部过滤器的路径名太长"
19442 "external filter '%s' is not available anymore although not all paths have "
19444 msgstr "外部过滤器 '%s' 不再可用,但并非所有路径都已过滤"
19447 msgid "true/false are no valid working-tree-encodings"
19448 msgstr "true/false 不是有效的工作区编码"
19452 msgid "%s: clean filter '%s' failed"
19453 msgstr "%s:clean 过滤器 '%s' 失败"
19457 msgid "%s: smudge filter %s failed"
19458 msgstr "%s:smudge 过滤器 %s 失败"
19462 msgid "skipping credential lookup for key: credential.%s"
19463 msgstr "跳过凭据查询:credential.%s"
19466 msgid "refusing to work with credential missing host field"
19467 msgstr "拒绝使用缺少主机字段的凭据"
19470 msgid "refusing to work with credential missing protocol field"
19471 msgstr "拒绝使用缺少协议字段的凭据"
19475 msgid "url contains a newline in its %s component: %s"
19476 msgstr "URL 的 %s 组件中包含换行符:%s"
19480 msgid "url has no scheme: %s"
19481 msgstr "URL 没有 scheme:%s"
19485 msgid "credential url cannot be parsed: %s"
19486 msgstr "不能解析凭据 URL:%s"
19489 msgid "in the future"
19494 msgid "%<PRIuMAX> second ago"
19495 msgid_plural "%<PRIuMAX> seconds ago"
19496 msgstr[0] "%<PRIuMAX> 秒钟前"
19497 msgstr[1] "%<PRIuMAX> 秒钟前"
19501 msgid "%<PRIuMAX> minute ago"
19502 msgid_plural "%<PRIuMAX> minutes ago"
19503 msgstr[0] "%<PRIuMAX> 分钟前"
19504 msgstr[1] "%<PRIuMAX> 分钟前"
19508 msgid "%<PRIuMAX> hour ago"
19509 msgid_plural "%<PRIuMAX> hours ago"
19510 msgstr[0] "%<PRIuMAX> 小时前"
19511 msgstr[1] "%<PRIuMAX> 小时前"
19515 msgid "%<PRIuMAX> day ago"
19516 msgid_plural "%<PRIuMAX> days ago"
19517 msgstr[0] "%<PRIuMAX> 天前"
19518 msgstr[1] "%<PRIuMAX> 天前"
19522 msgid "%<PRIuMAX> week ago"
19523 msgid_plural "%<PRIuMAX> weeks ago"
19524 msgstr[0] "%<PRIuMAX> 周前"
19525 msgstr[1] "%<PRIuMAX> 周前"
19529 msgid "%<PRIuMAX> month ago"
19530 msgid_plural "%<PRIuMAX> months ago"
19531 msgstr[0] "%<PRIuMAX> 个月前"
19532 msgstr[1] "%<PRIuMAX> 个月前"
19536 msgid "%<PRIuMAX> year"
19537 msgid_plural "%<PRIuMAX> years"
19538 msgstr[0] "%<PRIuMAX> 年"
19539 msgstr[1] "%<PRIuMAX> 年"
19541 #. TRANSLATORS: "%s" is "<n> years"
19544 msgid "%s, %<PRIuMAX> month ago"
19545 msgid_plural "%s, %<PRIuMAX> months ago"
19546 msgstr[0] "%s %<PRIuMAX> 个月前"
19547 msgstr[1] "%s %<PRIuMAX> 个月前"
19551 msgid "%<PRIuMAX> year ago"
19552 msgid_plural "%<PRIuMAX> years ago"
19553 msgstr[0] "%<PRIuMAX> 年前"
19554 msgstr[1] "%<PRIuMAX> 年前"
19557 msgid "Propagating island marks"
19562 msgid "bad tree object %s"
19567 msgid "failed to load island regex for '%s': %s"
19568 msgstr "未能加载 '%s' 的数据岛正则表达式:%s"
19572 msgid "island regex from config has too many capture groups (max=%d)"
19573 msgstr "来自 config 的数据岛正则表达式有太多的捕获组(最多 %d 个)"
19577 msgid "Marked %d islands, done.\n"
19578 msgstr "已标记 %d 个数据岛,结束。\n"
19582 msgid "invalid --%s value '%s'"
19583 msgstr "无效的 --%s 值 '%s'"
19587 msgid "could not archive missing directory '%s'"
19588 msgstr "无法归档缺失的目录 '%s'"
19590 #: diagnose.c dir.c
19592 msgid "could not open directory '%s'"
19593 msgstr "无法打开目录 '%s'"
19597 msgid "skipping '%s', which is neither file nor directory"
19598 msgstr "跳过 '%s',既不是文件又不是目录"
19601 msgid "could not duplicate stdout"
19606 msgid "could not add directory '%s' to archiver"
19607 msgstr "无法添加目录 '%s' 至归档器"
19610 msgid "failed to write archive"
19614 msgid "--merge-base does not work with ranges"
19615 msgstr "--merge-base 不适用于范围"
19618 msgid "unable to get HEAD"
19622 msgid "no merge base found"
19626 msgid "multiple merge bases found"
19630 msgid "cannot compare stdin to a directory"
19631 msgstr "无法将标准输入和目录进行比较"
19634 msgid "cannot compare a named pipe to a directory"
19635 msgstr "无法将命名管道和目录进行比较"
19638 msgid "git diff --no-index [<options>] <path> <path>"
19639 msgstr "git diff --no-index [<选项>] <路径> <路径>"
19643 "Not a git repository. Use --no-index to compare two paths outside a working "
19645 msgstr "不是 git 仓库。使用 --no-index 比较工作区之外的两个路径"
19650 msgid " Failed to parse dirstat cut-off percentage '%s'\n"
19651 msgstr " 无法解析 dirstat 截止(cut-off)百分比 '%s'\n"
19656 msgid " Unknown dirstat parameter '%s'\n"
19657 msgstr " 未知的 dirstat 参数 '%s'\n"
19661 "color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
19662 "'dimmed-zebra', 'plain'"
19664 "移动的颜色设置必须是 'no'、'default'、'blocks'、'zebra'、'dimmed-zebra' 或 "
19670 "unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
19671 "'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
19673 "未知的 color-moved-ws 模式 '%s',可能的取值有 'ignore-space-change'、'ignore-"
19674 "space-at-eol'、'ignore-all-space'、'allow-indentation-change'"
19678 "color-moved-ws: allow-indentation-change cannot be combined with other "
19680 msgstr "color-moved-ws:allow-indentation-change 不能与其它空白字符模式共用"
19684 msgid "Unknown value for 'diff.submodule' config variable: '%s'"
19685 msgstr "配置变量 'diff.submodule' 未知的取值:'%s'"
19687 #: diff.c merge-recursive.c transport.c
19689 msgid "unknown value for config '%s': %s"
19690 msgstr "配置 '%s' 未知的取值:%s"
19695 "Found errors in 'diff.dirstat' config variable:\n"
19698 "发现配置变量 'diff.dirstat' 中的错误:\n"
19703 msgid "external diff died, stopping at %s"
19704 msgstr "外部 diff 退出,停止在 %s"
19707 msgid "--follow requires exactly one pathspec"
19708 msgstr "--follow 明确要求只跟一个路径规格"
19712 msgid "pathspec magic not supported by --follow: %s"
19713 msgstr "指定 --follow: %s 的同时,不支持在路径规格中使用神奇前缀"
19715 #: diff.c parse-options.c
19717 msgid "options '%s', '%s', '%s', and '%s' cannot be used together"
19718 msgstr "选项 '%s'、'%s'、'%s' 和 '%s' 不能同时使用"
19722 msgid "options '%s' and '%s' cannot be used together, use '%s' with '%s'"
19723 msgstr "选项 '%1$s'、'%2$s' 不能同时使用,与 '%4$s' 一起使用 '%3$s'"
19728 "options '%s' and '%s' cannot be used together, use '%s' with '%s' and '%s'"
19729 msgstr "选项 '%1$s'、'%2$s' 不能同时使用,与 '%4$s' 和 '%5$s' 一起使用 '%3$s'"
19733 msgid "invalid --stat value: %s"
19734 msgstr "无效的 --stat 值:%s"
19736 #: diff.c parse-options.c
19738 msgid "%s expects a numerical value"
19739 msgstr "%s 期望一个数字值"
19744 "Failed to parse --dirstat/-X option parameter:\n"
19747 "无法解析 --dirstat/-X 选项的参数:\n"
19752 msgid "unknown change class '%c' in --diff-filter=%s"
19753 msgstr "--diff-filter=%2$s 中未知的变更类 '%1$c'"
19757 msgid "unknown value after ws-error-highlight=%.*s"
19758 msgstr "ws-error-highlight=%.*s 之后未知的值"
19762 msgid "unable to resolve '%s'"
19767 msgid "%s expects <n>/<m> form"
19768 msgstr "%s 期望 <n>/<m> 格式"
19772 msgid "%s expects a character, got '%s'"
19773 msgstr "%s 期望一个字符,得到 '%s'"
19777 msgid "bad --color-moved argument: %s"
19778 msgstr "坏的 --color-moved 参数:%s"
19782 msgid "invalid mode '%s' in --color-moved-ws"
19783 msgstr "--color-moved-ws 中的无效模式 '%s' "
19787 msgid "invalid argument to %s"
19792 msgid "invalid regex given to -I: '%s'"
19793 msgstr "选项 -I 的正则表达式无效:'%s'"
19797 msgid "failed to parse --submodule option parameter: '%s'"
19798 msgstr "无法解析 --submodule 选项的参数:'%s'"
19802 msgid "bad --word-diff argument: %s"
19803 msgstr "坏的 --word-diff 参数:%s"
19806 msgid "Diff output format options"
19810 msgid "generate patch"
19818 msgid "generate diffs with <n> lines context"
19819 msgstr "生成含 <n> 行上下文的差异"
19822 msgid "generate the diff in raw format"
19826 msgid "synonym for '-p --raw'"
19827 msgstr "和 '-p --raw' 同义"
19830 msgid "synonym for '-p --stat'"
19831 msgstr "和 '-p --stat' 同义"
19834 msgid "machine friendly --stat"
19835 msgstr "机器友好的 --stat"
19838 msgid "output only the last line of --stat"
19839 msgstr "只输出 --stat 的最后一行"
19842 msgid "<param1>,<param2>..."
19843 msgstr "<参数1>,<参数2>..."
19847 "output the distribution of relative amount of changes for each sub-directory"
19848 msgstr "输出每个子目录相对变更的分布"
19851 msgid "synonym for --dirstat=cumulative"
19852 msgstr "和 --dirstat=cumulative 同义"
19855 msgid "synonym for --dirstat=files,<param1>,<param2>..."
19856 msgstr "是 --dirstat=files,<参数1>,<参数2>... 的同义词"
19859 msgid "warn if changes introduce conflict markers or whitespace errors"
19860 msgstr "如果变更中引入冲突定界符或空白错误,给出警告"
19863 msgid "condensed summary such as creations, renames and mode changes"
19864 msgstr "精简摘要,例如创建、重命名和模式变更"
19867 msgid "show only names of changed files"
19868 msgstr "只显示变更文件的文件名"
19871 msgid "show only names and status of changed files"
19872 msgstr "只显示变更文件的文件名和状态"
19875 msgid "<width>[,<name-width>[,<count>]]"
19876 msgstr "<宽度>[,<文件名宽度>[,<次数>]]"
19879 msgid "generate diffstat"
19880 msgstr "生成差异统计(diffstat)"
19887 msgid "generate diffstat with a given width"
19888 msgstr "使用给定的长度生成差异统计"
19891 msgid "generate diffstat with a given name width"
19892 msgstr "使用给定的文件名长度生成差异统计"
19895 msgid "generate diffstat with a given graph width"
19896 msgstr "使用给定的图形长度生成差异统计"
19903 msgid "generate diffstat with limited lines"
19904 msgstr "生成有限行数的差异统计"
19907 msgid "generate compact summary in diffstat"
19908 msgstr "生成差异统计的简洁摘要"
19911 msgid "output a binary diff that can be applied"
19912 msgstr "输出一个可以应用的二进制差异"
19915 msgid "show full pre- and post-image object names on the \"index\" lines"
19916 msgstr "在 \"index\" 行显示完整的前后对象名称"
19919 msgid "show colored diff"
19928 "highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
19930 msgstr "对于差异中的上下文、旧的和新的行,加亮显示错误的空白字符"
19934 "do not munge pathnames and use NULs as output field terminators in --raw or "
19937 "在 --raw 或者 --numstat 中,不对路径字符转码并使用 NUL 字符做为输出字段的分隔"
19945 msgid "show the given source prefix instead of \"a/\""
19946 msgstr "显示给定的源前缀取代 \"a/\""
19949 msgid "show the given destination prefix instead of \"b/\""
19950 msgstr "显示给定的目标前缀取代 \"b/\""
19953 msgid "prepend an additional prefix to every line of output"
19954 msgstr "输出的每一行附加前缀"
19957 msgid "do not show any source or destination prefix"
19958 msgstr "不显示任何源和目标前缀"
19961 msgid "use default prefixes a/ and b/"
19962 msgstr "使用 a/ 和 b/ 作为默认前缀"
19965 msgid "show context between diff hunks up to the specified number of lines"
19966 msgstr "显示指定行数的差异块间的上下文"
19973 msgid "specify the character to indicate a new line instead of '+'"
19974 msgstr "指定一个字符取代 '+' 来表示新的一行"
19977 msgid "specify the character to indicate an old line instead of '-'"
19978 msgstr "指定一个字符取代 '-' 来表示旧的一行"
19981 msgid "specify the character to indicate a context instead of ' '"
19982 msgstr "指定一个字符取代 ' ' 来表示一行上下文"
19985 msgid "Diff rename options"
19993 msgid "break complete rewrite changes into pairs of delete and create"
19994 msgstr "将完全重写的变更打破为成对的删除和创建"
19997 msgid "detect renames"
20001 msgid "omit the preimage for deletes"
20002 msgstr "省略删除操作的差异输出"
20005 msgid "detect copies"
20009 msgid "use unmodified files as source to find copies"
20010 msgstr "使用未修改的文件做为发现拷贝的源"
20013 msgid "disable rename detection"
20017 msgid "use empty blobs as rename source"
20018 msgstr "使用空的数据对象做为重命名的源"
20021 msgid "continue listing the history of a file beyond renames"
20022 msgstr "继续列出文件重命名以外的历史记录"
20026 "prevent rename/copy detection if the number of rename/copy targets exceeds "
20028 msgstr "如果重命名/拷贝目标超过给定的限制,禁止重命名/拷贝检测"
20031 msgid "Diff algorithm options"
20035 msgid "produce the smallest possible diff"
20039 msgid "ignore whitespace when comparing lines"
20040 msgstr "行比较时忽略空白字符"
20043 msgid "ignore changes in amount of whitespace"
20047 msgid "ignore changes in whitespace at EOL"
20048 msgstr "忽略行尾的空白字符变更"
20051 msgid "ignore carrier-return at the end of line"
20052 msgstr "忽略行尾的回车符(CR)"
20055 msgid "ignore changes whose lines are all blank"
20056 msgstr "忽略整行都是空白的变更"
20063 msgid "ignore changes whose all lines match <regex>"
20064 msgstr "忽略所有行都和正则表达式匹配的变更"
20067 msgid "heuristic to shift diff hunk boundaries for easy reading"
20068 msgstr "启发式转换差异边界以便阅读"
20071 msgid "generate diff using the \"patience diff\" algorithm"
20072 msgstr "使用 \"patience diff\" 算法生成差异"
20075 msgid "generate diff using the \"histogram diff\" algorithm"
20076 msgstr "使用 \"histogram diff\" 算法生成差异"
20083 msgid "generate diff using the \"anchored diff\" algorithm"
20084 msgstr "使用 \"anchored diff\" 算法生成差异"
20091 msgid "show word diff, using <mode> to delimit changed words"
20092 msgstr "显示单词差异,使用 <模式> 分隔变更的单词"
20095 msgid "use <regex> to decide what a word is"
20096 msgstr "使用 <正则表达式> 确定何为一个词"
20099 msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
20100 msgstr "相当于 --word-diff=color --word-diff-regex=<正则>"
20103 msgid "moved lines of code are colored differently"
20104 msgstr "移动的代码行用不同方式着色"
20107 msgid "how white spaces are ignored in --color-moved"
20108 msgstr "在 --color-moved 下如何忽略空白字符"
20111 msgid "Other diff options"
20115 msgid "when run from subdir, exclude changes outside and show relative paths"
20116 msgstr "当从子目录运行,排除目录之外的变更并显示相对路径"
20119 msgid "treat all files as text"
20120 msgstr "把所有文件当做文本处理"
20123 msgid "swap two inputs, reverse the diff"
20124 msgstr "交换两个输入,反转差异"
20127 msgid "exit with 1 if there were differences, 0 otherwise"
20128 msgstr "有差异时退出码为 1,否则为 0"
20131 msgid "disable all output of the program"
20132 msgstr "禁用本程序的所有输出"
20135 msgid "allow an external diff helper to be executed"
20136 msgstr "允许执行一个外置的差异助手"
20139 msgid "run external text conversion filters when comparing binary files"
20140 msgstr "当比较二进制文件时,运行外部的文本转换过滤器"
20147 msgid "ignore changes to submodules in the diff generation"
20148 msgstr "在生成差异时,忽略子模组的更改"
20155 msgid "specify how differences in submodules are shown"
20156 msgstr "指定子模组的差异如何显示"
20159 msgid "hide 'git add -N' entries from the index"
20160 msgstr "隐藏索引中 'git add -N' 条目"
20163 msgid "treat 'git add -N' entries as real in the index"
20164 msgstr "将索引中 'git add -N' 条目当做真实的"
20172 "look for differences that change the number of occurrences of the specified "
20174 msgstr "查找改变了指定字符串出现次数的差异"
20178 "look for differences that change the number of occurrences of the specified "
20180 msgstr "查找改变指定正则匹配出现次数的差异"
20183 msgid "show all changes in the changeset with -S or -G"
20184 msgstr "显示使用 -S 或 -G 的变更集的所有变更"
20187 msgid "treat <string> in -S as extended POSIX regular expression"
20188 msgstr "将 -S 的 <string> 当做扩展的 POSIX 正则表达式"
20191 msgid "control the order in which files appear in the output"
20192 msgstr "控制输出中的文件显示顺序"
20199 msgid "show the change in the specified path first"
20200 msgstr "先显示指定路径的变更"
20203 msgid "skip the output to the specified path"
20207 msgid "<object-id>"
20212 "look for differences that change the number of occurrences of the specified "
20214 msgstr "查找改变指定对象出现次数的差异"
20217 msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
20218 msgstr "[(A|C|D|M|R|T|U|X|B)...[*]]"
20221 msgid "select files by diff type"
20222 msgstr "通过差异类型选择文件"
20229 msgid "output to a specific file"
20233 msgid "exhaustive rename detection was skipped due to too many files."
20234 msgstr "由于文件太多,跳过详尽的重命名检查。"
20237 msgid "only found copies from modified paths due to too many files."
20238 msgstr "由于文件太多,只在修改的路径中找到了拷贝。"
20243 "you may want to set your %s variable to at least %d and retry the command."
20244 msgstr "您可能想要将变量 %s 设置为至少 %d 并再次执行此命令。"
20246 #: diffcore-order.c
20248 msgid "failed to read orderfile '%s'"
20249 msgstr "无法读取排序文件 '%s'"
20251 #: diffcore-rename.c
20252 msgid "Performing inexact rename detection"
20253 msgstr "正在进行非精确的重命名探测"
20255 #: diffcore-rotate.c
20257 msgid "No such path '%s' in the diff"
20258 msgstr "在差异中无此路径 '%s'"
20262 msgid "pathspec '%s' did not match any file(s) known to git"
20263 msgstr "路径规格 '%s' 未匹配任何 git 已知文件"
20267 msgid "unrecognized pattern: '%s'"
20268 msgstr "未识别的模式:'%s'"
20272 msgid "unrecognized negative pattern: '%s'"
20273 msgstr "未识别的反向模式:'%s'"
20277 msgid "your sparse-checkout file may have issues: pattern '%s' is repeated"
20278 msgstr "您的 sparse-checkout 文件可能有问题:重复的模式 '%s'"
20281 msgid "disabling cone pattern matching"
20286 msgid "cannot use %s as an exclude file"
20287 msgstr "不能将 %s 用作排除文件"
20290 msgid "failed to get kernel name and information"
20291 msgstr "无法获得内核名称和信息"
20294 msgid "untracked cache is disabled on this system or location"
20295 msgstr "缓存未跟踪文件在本系统或位置中被禁用"
20299 "No directory name could be guessed.\n"
20300 "Please specify a directory on the command line"
20307 msgid "index file corrupt in repo %s"
20308 msgstr "仓库 %s 中的索引文件损坏"
20312 msgid "could not create directories for %s"
20313 msgstr "不能为 %s 创建目录"
20317 msgid "could not migrate git directory from '%s' to '%s'"
20318 msgstr "不能从 '%s' 迁移 git 目录到 '%s'"
20322 msgid "hint: Waiting for your editor to close the file...%c"
20323 msgstr "提示:等待您的编辑器关闭文件...%c"
20325 #: editor.c sequencer.c wrapper.c
20327 msgid "could not write to '%s'"
20332 msgid "could not edit '%s'"
20336 msgid "Filtering content"
20341 msgid "could not stat file '%s'"
20342 msgstr "不能对文件 '%s' 调用 stat"
20346 msgid "bad git namespace path \"%s\""
20347 msgstr "错误的 git 名字空间路径 \"%s\""
20351 msgid "too many args to run %s"
20352 msgstr "执行 %s 的参数太多"
20355 msgid "git fetch-pack: expected shallow list"
20356 msgstr "git fetch-pack:应为 shallow 列表"
20359 msgid "git fetch-pack: expected a flush packet after shallow list"
20360 msgstr "git fetch-pack:在浅克隆列表之后期望一个 flush 包"
20363 msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
20364 msgstr "git fetch-pack:期望 ACK/NAK,却得到 flush 包"
20368 msgid "git fetch-pack: expected ACK/NAK, got '%s'"
20369 msgstr "git fetch-pack:应为 ACK/NAK,却得到 '%s'"
20372 msgid "unable to write to remote"
20376 msgid "Server supports filter"
20377 msgstr "服务器支持 filter"
20381 msgid "invalid shallow line: %s"
20382 msgstr "无效的 shallow 信息:%s"
20386 msgid "invalid unshallow line: %s"
20387 msgstr "无效的 unshallow 信息:%s"
20391 msgid "object not found: %s"
20396 msgid "error in object: %s"
20401 msgid "no shallow found: %s"
20402 msgstr "未发现 shallow:%s"
20406 msgid "expected shallow/unshallow, got %s"
20407 msgstr "应为 shallow/unshallow,却得到 %s"
20411 msgid "got %s %d %s"
20412 msgstr "得到 %s %d %s"
20416 msgid "invalid commit %s"
20423 #: fetch-pack.c progress.h
20429 msgid "got %s (%d) %s"
20430 msgstr "得到 %s (%d) %s"
20434 msgid "Marking %s as complete"
20439 msgid "already have %s (%s)"
20440 msgstr "已经有 %s(%s)"
20443 msgid "fetch-pack: unable to fork off sideband demultiplexer"
20444 msgstr "fetch-pack:无法派生 sideband 多路输出"
20447 msgid "protocol error: bad pack header"
20452 msgid "fetch-pack: unable to fork off %s"
20453 msgstr "fetch-pack:无法派生进程 %s"
20456 msgid "fetch-pack: invalid index-pack output"
20457 msgstr "fetch-pack:无效的 index-pack 输出"
20465 msgid "error in sideband demultiplexer"
20466 msgstr "sideband 多路输出出错"
20470 msgid "Server version is %.*s"
20471 msgstr "服务器版本 %.*s"
20475 msgid "Server supports %s"
20479 msgid "Server does not support shallow clients"
20480 msgstr "服务器不支持浅客户端"
20483 msgid "Server does not support --shallow-since"
20484 msgstr "服务器不支持 --shallow-since"
20487 msgid "Server does not support --shallow-exclude"
20488 msgstr "服务器不支持 --shallow-exclude"
20491 msgid "Server does not support --deepen"
20492 msgstr "服务器不支持 --deepen"
20495 msgid "Server does not support this repository's object format"
20496 msgstr "服务器不支持这个仓库的对象格式"
20499 msgid "no common commits"
20503 msgid "git fetch-pack: fetch failed."
20504 msgstr "git fetch-pack:获取失败。"
20508 msgid "mismatched algorithms: client %s; server %s"
20509 msgstr "不匹配的算法:客户端 %s,服务端 %s"
20513 msgid "the server does not support algorithm '%s'"
20514 msgstr "服务器不支持算法 '%s'"
20517 msgid "Server does not support shallow requests"
20518 msgstr "服务器不支持浅克隆请求"
20521 msgid "unable to write request to remote"
20526 msgid "expected '%s', received '%s'"
20527 msgstr "预期 '%s',得到 '%s'"
20531 msgid "expected '%s'"
20536 msgid "unexpected acknowledgment line: '%s'"
20537 msgstr "意外的确认行:'%s'"
20541 msgid "error processing acks: %d"
20542 msgstr "处理 ack 出错:%d"
20544 #. TRANSLATORS: The parameter will be 'ready', a protocol
20549 msgid "expected packfile to be sent after '%s'"
20550 msgstr "预期在 '%s' 之后发送 packfile"
20552 #. TRANSLATORS: The parameter will be 'ready', a protocol
20557 msgid "expected no other sections to be sent after no '%s'"
20558 msgstr "在没有 '%s' 后不应该发送其它小节"
20562 msgid "error processing shallow info: %d"
20563 msgstr "处理浅克隆信息出错:%d"
20567 msgid "expected wanted-ref, got '%s'"
20568 msgstr "预期 wanted-ref,得到 '%s'"
20572 msgid "unexpected wanted-ref: '%s'"
20573 msgstr "意外的 wanted-ref:'%s'"
20577 msgid "error processing wanted refs: %d"
20578 msgstr "处理要获取的引用出错:%d"
20581 msgid "git fetch-pack: expected response end packet"
20582 msgstr "git fetch-pack:预期响应结束包"
20585 msgid "no matching remote head"
20589 msgid "unexpected 'ready' from remote"
20590 msgstr "来自远程的意外的 'ready'"
20594 msgid "no such remote ref %s"
20595 msgstr "没有这样的远程引用 %s"
20599 msgid "Server does not allow request for unadvertised object %s"
20600 msgstr "服务器不允许请求未公开的对象 %s"
20604 msgid "fsmonitor_ipc__send_query: invalid path '%s'"
20605 msgstr "fsmonitor_ipc__send_query: 无效路径 '%s'"
20609 msgid "fsmonitor_ipc__send_query: unspecified error on '%s'"
20610 msgstr "fsmonitor_ipc__send_query: 未知错误于 '%s'"
20613 msgid "fsmonitor--daemon is not running"
20614 msgstr "fsmonitor--daemon 没有运行"
20618 msgid "could not send '%s' command to fsmonitor--daemon"
20619 msgstr "无法发送 '%s' 命令至 fsmonitor--daemon"
20621 #: fsmonitor-settings.c
20623 msgid "bare repository '%s' is incompatible with fsmonitor"
20624 msgstr "纯仓库 '%s' 与 fsmonitor 不兼容"
20626 #: fsmonitor-settings.c
20628 msgid "repository '%s' is incompatible with fsmonitor due to errors"
20629 msgstr "因为错误,仓库 '%s' 与 fsmonitor 不兼容"
20631 #: fsmonitor-settings.c
20633 msgid "remote repository '%s' is incompatible with fsmonitor"
20634 msgstr "远程仓库 '%s' 与 fsmonitor 不兼容"
20636 #: fsmonitor-settings.c
20638 msgid "virtual repository '%s' is incompatible with fsmonitor"
20639 msgstr "虚拟仓库 '%s' 与 fsmonitor 不兼容"
20641 #: fsmonitor-settings.c
20644 "socket directory '%s' is incompatible with fsmonitor due to lack of Unix "
20646 msgstr "因为缺少 Unix 套接字支持,套接字目录 '%s' 与 fsmonitor 不兼容"
20650 "git [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>]\n"
20651 " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
20652 " [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--no-"
20654 " [--no-optional-locks] [--no-advice] [--bare] [--git-dir=<path>]\n"
20655 " [--work-tree=<path>] [--namespace=<name>] [--config-"
20656 "env=<name>=<envvar>]\n"
20657 " <command> [<args>]"
20659 "git [-v | --version] [-h | --help] [-C <路径>] [-c <名称>=<取值>]\n"
20660 " [--exec-path[=<路径>]] [--html-path] [--man-path] [--info-path]\n"
20661 " [-p | --paginate | -P | --no-pager] [--no-replace-objects] [\"--"
20663 " [--no-optional-locks] [--no-advice] [--bare] [--git-dir=<路径>]\n"
20664 " [--work-tree=<路径>] [--namespace=<名称>]\n"
20665 " [--config-env=<名称>=<环境变量>] <命令> [<参数>]"
20669 "'git help -a' and 'git help -g' list available subcommands and some\n"
20670 "concept guides. See 'git help <command>' or 'git help <concept>'\n"
20671 "to read about a specific subcommand or concept.\n"
20672 "See 'git help git' for an overview of the system."
20674 "命令 'git help -a' 和 'git help -g' 显示可用的子命令和一些概念帮助。\n"
20675 "查看 'git help <命令>' 或 'git help <概念>' 以获取给定子命令或概念的\n"
20677 "有关系统的概述,查看 'git help git'。"
20681 msgid "unsupported command listing type '%s'"
20682 msgstr "不支持的命令列表类型 '%s'"
20686 msgid "no directory given for '%s' option\n"
20687 msgstr "没有为 '%s' 选项提供目录\n"
20691 msgid "no namespace given for --namespace\n"
20692 msgstr "没有为 --namespace 提供命名空间\n"
20696 msgid "-c expects a configuration string\n"
20697 msgstr "应为 -c 提供一个配置字符串\n"
20701 msgid "no config key given for --config-env\n"
20702 msgstr "没有为 --config-env 提供配置名称\n"
20706 msgid "no attribute source given for --attr-source\n"
20707 msgstr "没有为 --attr-source 提供属性来源\n"
20711 msgid "unknown option: %s\n"
20716 msgid "while expanding alias '%s': '%s'"
20717 msgstr "在扩展别名 '%s' 时:'%s'"
20722 "alias '%s' changes environment variables.\n"
20723 "You can use '!git' in the alias to do this"
20725 "别名 '%s' 修改环境变量。您可以使用在别名中\n"
20730 msgid "empty alias for %s"
20735 msgid "recursive alias: %s"
20739 msgid "write failure on standard output"
20743 msgid "unknown write failure on standard output"
20744 msgstr "到标准输出的未知写入错误"
20747 msgid "close failed on standard output"
20752 msgid "alias loop detected: expansion of '%s' does not terminate:%s"
20753 msgstr "检测到别名循环:'%s'的扩展未终止:%s"
20757 msgid "cannot handle %s as a builtin"
20758 msgstr "不能作为内置命令处理 %s"
20771 msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
20772 msgstr "展开别名命令 '%s' 失败,'%s' 不是一个 git 命令\n"
20776 msgid "failed to run command '%s': %s\n"
20777 msgstr "无法运行命令 '%s':%s\n"
20780 msgid "could not create temporary file"
20785 msgid "failed writing detached signature to '%s'"
20786 msgstr "无法将分离式签名写入 '%s'"
20790 "gpg.ssh.allowedSignersFile needs to be configured and exist for ssh "
20791 "signature verification"
20792 msgstr "ssh 签名验证需要 gpg.ssh.allowedSignersFile 被设置且存在"
20796 "ssh-keygen -Y find-principals/verify is needed for ssh signature "
20797 "verification (available in openssh version 8.2p1+)"
20799 "ssh 签名验证需要 ssh-keygen -Y find-principals/verify \n"
20800 "(openssh 8.2p1+ 版本可用)"
20804 msgid "ssh signing revocation file configured but not found: %s"
20805 msgstr "设置了 ssh 签名吊销文件但无法找到:%s"
20809 msgid "bad/incompatible signature '%s'"
20810 msgstr "坏的/不兼容的签名 '%s‘"
20814 msgid "failed to get the ssh fingerprint for key '%s'"
20815 msgstr "无法得到密钥 '%s' 的 ssh 指纹"
20819 "either user.signingkey or gpg.ssh.defaultKeyCommand needs to be configured"
20820 msgstr "需要配置 user.signingkey 或者 gpg.ssh.defaultKeyCommand 其中之一"
20824 msgid "gpg.ssh.defaultKeyCommand succeeded but returned no keys: %s %s"
20825 msgstr "gpg.ssh.defaultKeyCommand 成功,但没有返回密钥:%s %s"
20829 msgid "gpg.ssh.defaultKeyCommand failed: %s %s"
20830 msgstr "gpg.ssh.defaultKeyCommand 失败:%s %s"
20835 "gpg failed to sign the data:\n"
20842 msgid "user.signingKey needs to be set for ssh signing"
20843 msgstr "ssh 签名需要设置 user.signingKey"
20847 msgid "failed writing ssh signing key to '%s'"
20848 msgstr "无法将 ssh 签名密钥写入 '%s'"
20852 msgid "failed writing ssh signing key buffer to '%s'"
20853 msgstr "无法将 ssh 签名密钥缓冲区写入 '%s'"
20857 "ssh-keygen -Y sign is needed for ssh signing (available in openssh version "
20859 msgstr "ssh 签名需要 ssh-keygen -Y sign (openssh 8.2p1+ 版本可用)"
20863 msgid "failed reading ssh signing data buffer from '%s'"
20864 msgstr "无法从 '%s' 读入 ssh 签名数据"
20868 msgid "ignored invalid color '%.*s' in log.graphColors"
20869 msgstr "忽略 log.graphColors 中无效的颜色 '%.*s'"
20873 "given pattern contains NULL byte (via -f <file>). This is only supported "
20874 "with -P under PCRE v2"
20876 "给定的模式包含 NULL 字符(通过 -f <文件> 参数)。只有 PCRE v2 下的 -P 支持此"
20881 msgid "'%s': unable to read %s"
20882 msgstr "'%s':无法读取 %s"
20886 msgid "'%s': short read"
20887 msgstr "'%s':读取不完整"
20890 msgid "start a working area (see also: git help tutorial)"
20891 msgstr "开始一个工作区(参见:git help tutorial)"
20894 msgid "work on the current change (see also: git help everyday)"
20895 msgstr "在当前变更上工作(参见:git help everyday)"
20898 msgid "examine the history and state (see also: git help revisions)"
20899 msgstr "检查历史和状态(参见:git help revisions)"
20902 msgid "grow, mark and tweak your common history"
20903 msgstr "扩展、标记和调校您的历史记录"
20906 msgid "collaborate (see also: git help workflows)"
20907 msgstr "协同(参见:git help workflows)"
20910 msgid "Main Porcelain Commands"
20914 msgid "Ancillary Commands / Manipulators"
20918 msgid "Ancillary Commands / Interrogators"
20922 msgid "Interacting with Others"
20926 msgid "Low-level Commands / Manipulators"
20930 msgid "Low-level Commands / Interrogators"
20934 msgid "Low-level Commands / Syncing Repositories"
20938 msgid "Low-level Commands / Internal Helpers"
20942 msgid "User-facing repository, command and file interfaces"
20943 msgstr "面向用户的仓库、命令和文件接口"
20946 msgid "Developer-facing file formats, protocols and other interfaces"
20947 msgstr "面向开发者的文件格式、协议和其他接口"
20951 msgid "available git commands in '%s'"
20952 msgstr "在 '%s' 下可用的 git 命令"
20955 msgid "git commands available from elsewhere on your $PATH"
20956 msgstr "在 $PATH 路径中的其他地方可用的 git 命令"
20959 msgid "These are common Git commands used in various situations:"
20960 msgstr "这些是各种场合常见的 Git 命令:"
20963 msgid "The Git concept guides are:"
20964 msgstr "Git 概念向导有:"
20967 msgid "User-facing repository, command and file interfaces:"
20968 msgstr "面向用户的仓库、命令和文件接口:"
20971 msgid "File formats, protocols and other developer interfaces:"
20972 msgstr "文件格式、协议和其他开发者接口列表:"
20975 msgid "External commands"
20979 msgid "Command aliases"
20983 msgid "See 'git help <command>' to read about a specific subcommand"
20984 msgstr "执行 'git help <command>' 来了解特定子命令"
20989 "'%s' appears to be a git command, but we were not\n"
20990 "able to execute it. Maybe git-%s is broken?"
20992 "'%s' 像是一个 git 命令,但却无法运行。\n"
20997 msgid "git: '%s' is not a git command. See 'git --help'."
20998 msgstr "git:'%s' 不是一个 git 命令。参见 'git --help'。"
21001 msgid "Uh oh. Your system reports no Git commands at all."
21002 msgstr "唉呀,您的系统中未发现 Git 命令。"
21006 msgid "WARNING: You called a Git command named '%s', which does not exist."
21007 msgstr "警告:您运行了一个并不存在的 Git 命令 '%s'。"
21011 msgid "Continuing under the assumption that you meant '%s'."
21012 msgstr "假定您想要的是 '%s' 并继续。"
21016 msgid "Run '%s' instead [y/N]? "
21017 msgstr "取而代之运行 '%s' [y/N]?"
21021 msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
21022 msgstr "假定您想要的是 '%2$s',在 %1$0.1f 秒钟后继续。"
21027 "The most similar command is"
21030 "The most similar commands are"
21039 msgid "git version [--build-options]"
21040 msgstr "git version [--build-options]"
21044 msgid "%s: %s - %s"
21045 msgstr "%s:%s - %s"
21050 "Did you mean this?"
21053 "Did you mean one of these?"
21064 "The '%s' hook was ignored because it's not set as executable.\n"
21065 "You can disable this warning with `git config advice.ignoredHook false`."
21067 "因为没有将钩子 '%s' 设置为可执行,钩子被忽略。您可以通过\n"
21068 "配置 `git config advice.ignoredHook false` 来关闭这条警告。"
21071 msgid "not a git repository"
21076 msgid "argument to --packfile must be a valid hash (got '%s')"
21077 msgstr "--packfile 的参数必须是有效的哈希值(得到 '%s')"
21081 msgid "negative value for http.postBuffer; defaulting to %d"
21082 msgstr "http.postBuffer 为负值,默认为 %d"
21085 msgid "Delegation control is not supported with cURL < 7.22.0"
21086 msgstr "不支持委托控制,因为 cURL < 7.22.0"
21089 msgid "Public key pinning not supported with cURL < 7.39.0"
21090 msgstr "不支持公钥文件锁定,因为 cURL < 7.39.0"
21093 msgid "Unknown value for http.proactiveauth"
21094 msgstr "http.proactiveauth 为未知取值"
21097 msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
21098 msgstr "不支持 CURLSSLOPT_NO_REVOKE,因为 cURL < 7.44.0"
21102 msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
21103 msgstr "不支持的 SSL 后端 '%s'。支持的 SSL 后端:"
21107 msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
21108 msgstr "无法设置 SSL 后端为 '%s':cURL: cURL 没有使用 SSL 后端构建"
21112 msgid "Could not set SSL backend to '%s': already set"
21113 msgstr "无法将 SSL 后端设置为 '%s':已经设置"
21116 msgid "refusing to read cookies from http.cookiefile '-'"
21117 msgstr "拒绝从 http.cookiefile '-' 读取 cookies"
21120 msgid "ignoring http.savecookies for empty http.cookiefile"
21121 msgstr "因为 http.cookiefile 为空,忽略 http.savecookies"
21126 "unable to update url base from redirection:\n"
21130 "不能更新重定向的 url base:\n"
21135 msgid "Author identity unknown\n"
21139 msgid "Committer identity unknown\n"
21145 "*** Please tell me who you are.\n"
21149 " git config --global user.email \"you@example.com\"\n"
21150 " git config --global user.name \"Your Name\"\n"
21152 "to set your account's default identity.\n"
21153 "Omit --global to set the identity only in this repository.\n"
21161 " git config --global user.email \"you@example.com\"\n"
21162 " git config --global user.name \"Your Name\"\n"
21165 "如果仅在本仓库设置身份标识,则省略 --global 参数。\n"
21169 msgid "no email was given and auto-detection is disabled"
21170 msgstr "未提供邮件地址且自动探测被禁用"
21174 msgid "unable to auto-detect email address (got '%s')"
21175 msgstr "无法自动探测邮件地址(得到 '%s')"
21178 msgid "no name was given and auto-detection is disabled"
21179 msgstr "未提供姓名且自动探测被禁用"
21183 msgid "unable to auto-detect name (got '%s')"
21184 msgstr "无法自动探测姓名(得到 '%s')"
21188 msgid "empty ident name (for <%s>) not allowed"
21189 msgstr "不允许空的姓名(对于 <%s>)"
21193 msgid "name consists only of disallowed characters: %s"
21194 msgstr "姓名中仅包含禁用字符:%s"
21196 #: list-objects-filter-options.c
21197 msgid "expected 'tree:<depth>'"
21198 msgstr "期望 'tree:<深度>'"
21200 #: list-objects-filter-options.c
21201 msgid "sparse:path filters support has been dropped"
21202 msgstr "sparse:path 过滤器支持已被删除"
21204 #: list-objects-filter-options.c
21206 msgid "'%s' for 'object:type=<type>' is not a valid object type"
21207 msgstr "'object:type=<type>' 的值 '%s' 不是有效的对象类型"
21209 #: list-objects-filter-options.c
21211 msgid "invalid filter-spec '%s'"
21212 msgstr "无效的过滤器表达式 '%s'"
21214 #: list-objects-filter-options.c
21216 msgid "must escape char in sub-filter-spec: '%c'"
21217 msgstr "必须对 sub-filter-spec 中的字符进行转义:'%c'"
21219 #: list-objects-filter-options.c
21220 msgid "expected something after combine:"
21221 msgstr "期望在组合后有一些东西:"
21223 #: list-objects-filter-options.c
21224 msgid "multiple filter-specs cannot be combined"
21225 msgstr "不能混用多种过滤规格"
21227 #: list-objects-filter-options.c
21228 msgid "unable to upgrade repository format to support partial clone"
21229 msgstr "无法升级仓库格式以支持部分克隆"
21231 #: list-objects-filter-options.h
21235 #: list-objects-filter-options.h
21236 msgid "object filtering"
21239 #: list-objects-filter.c
21241 msgid "unable to access sparse blob in '%s'"
21242 msgstr "不能访问 '%s' 中的稀疏数据对象"
21244 #: list-objects-filter.c
21246 msgid "unable to parse sparse filter data in %s"
21247 msgstr "无法解析 %s 中的稀疏过滤器数据"
21251 msgid "entry '%s' in tree %s has tree mode, but is not a tree"
21252 msgstr "树 %2$s 中的条目 '%1$s' 具有树的模式,但不是一个树对象"
21256 msgid "entry '%s' in tree %s has blob mode, but is not a blob"
21257 msgstr "树 %2$s 中的条目 '%1$s' 具有数据对象的模式,但不是一个数据对象"
21261 msgid "unable to load root tree for commit %s"
21262 msgstr "无法为提交 %s 加载根树"
21267 "Unable to create '%s.lock': %s.\n"
21269 "Another git process seems to be running in this repository, e.g.\n"
21270 "an editor opened by 'git commit'. Please make sure all processes\n"
21271 "are terminated then try again. If it still fails, a git process\n"
21272 "may have crashed in this repository earlier:\n"
21273 "remove the file manually to continue."
21275 "无法创建 '%s.lock':%s。\n"
21277 "似乎另外一个 git 进程在这个仓库中运行,例如:'git commit' 命令打\n"
21278 "开了一个编辑器。请确认所有进程都已经关闭然后重试。如果仍然报错,\n"
21279 "可能之前有一个 git 进程在这个仓库中异常退出:\n"
21284 msgid "Unable to create '%s.lock': %s"
21285 msgstr "不能创建 '%s.lock':%s"
21288 msgid "unable to create temporary object directory"
21289 msgstr "无法创建临时对象目录"
21293 msgid "could not write loose object index %s"
21294 msgstr "不能写入松散对象索引 %s"
21298 msgid "failed to write loose object index %s"
21299 msgstr "无法写入松散对象索引 %s"
21303 msgid "unexpected line: '%s'"
21307 msgid "expected flush after ls-refs arguments"
21308 msgstr "在 ls-refs 参数后应该有一个 flush 包"
21311 msgid "quoted CRLF detected"
21312 msgstr "检测到被引用的 CRLF"
21314 #: mem-pool.c strbuf.c wrapper.c
21316 msgid "unable to format message: %s"
21317 msgstr "无法格式化消息:%s"
21319 #: merge-ort.c merge-recursive.c
21321 msgid "Failed to merge submodule %s (not checked out)"
21322 msgstr "无法合并子模组 %s (没有检出)"
21326 msgid "Failed to merge submodule %s (no merge base)"
21327 msgstr "无法合并子模组 %s (没有合并基线)"
21329 #: merge-ort.c merge-recursive.c
21331 msgid "Failed to merge submodule %s (commits not present)"
21332 msgstr "无法合并子模组 %s(提交不存在)"
21336 msgid "error: failed to merge submodule %s (repository corrupt)"
21337 msgstr "错误:无法合并子模组 %s(仓库损坏)"
21339 #: merge-ort.c merge-recursive.c
21341 msgid "Failed to merge submodule %s (commits don't follow merge-base)"
21342 msgstr "无法合并子模组 %s (提交未跟随合并基线)"
21346 msgid "Note: Fast-forwarding submodule %s to %s"
21347 msgstr "注意:快进子模组 %s 到 %s"
21351 msgid "Failed to merge submodule %s"
21352 msgstr "无法合并子模组 %s"
21357 "Failed to merge submodule %s, but a possible merge resolution exists: %s"
21358 msgstr "无法合并子模组 %s,但是存在一个可能的合并方案:%s"
21363 "Failed to merge submodule %s, but multiple possible merges exist:\n"
21366 "无法合并子模组 %s,但是存在多个可能的合并:\n"
21371 msgid "error: failed to execute internal merge for %s"
21372 msgstr "错误:无法为 %s 执行内部合并"
21376 msgid "error: unable to add %s to database"
21377 msgstr "错误:不能添加 %s 至对象库"
21379 #: merge-ort.c merge-recursive.c
21381 msgid "Auto-merging %s"
21384 #: merge-ort.c merge-recursive.c
21387 "CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
21388 "implicit directory rename(s) putting the following path(s) there: %s."
21390 "冲突(隐式目录重命名):处于隐式目录重命名的现存文件/目录 %s,将以下路径放"
21393 #: merge-ort.c merge-recursive.c
21396 "CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
21397 "implicit directory renames tried to put these paths there: %s"
21399 "冲突(隐式目录重命名):无法映射一个以上路径到 %s,隐式目录重命名尝试将这些路"
21405 "CONFLICT (directory rename split): Unclear where to rename %s to; it was "
21406 "renamed to multiple other directories, with no destination getting a "
21407 "majority of the files."
21409 "冲突(分割的目录重命名):不清楚重命名 %s 到哪里,因为它被重命名到多个其他目"
21410 "录中,没有一个目标目录中包含多数文件。"
21412 #: merge-ort.c merge-recursive.c
21415 "WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
21417 msgstr "警告:避免应用 %s -> %s 的重命名到 %s,因为 %s 本身已被重命名。"
21419 #: merge-ort.c merge-recursive.c
21422 "Path updated: %s added in %s inside a directory that was renamed in %s; "
21425 "路径已更新:%s 添加到 %s,位于一个被重命名到 %s 的目录中,将其移动到 %s。"
21427 #: merge-ort.c merge-recursive.c
21430 "Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
21431 "%s; moving it to %s."
21433 "路径已更新:%1$s 重命名为 %3$s 中的 %2$s,而该目录被重命名到 %4$s 中,将其移"
21436 #: merge-ort.c merge-recursive.c
21439 "CONFLICT (file location): %s added in %s inside a directory that was renamed "
21440 "in %s, suggesting it should perhaps be moved to %s."
21442 "冲突(文件位置):%s 添加到 %s,位于一个被重命名为 %s 的目录中,建议将其移动"
21445 #: merge-ort.c merge-recursive.c
21448 "CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
21449 "was renamed in %s, suggesting it should perhaps be moved to %s."
21451 "冲突(文件位置):%1$s 重命名为 %3$s 中的 %2$s,而该目录被重命名到 %4$s 中,"
21456 msgid "CONFLICT (rename/rename): %s renamed to %s in %s and to %s in %s."
21458 "冲突(重命名/重命名):%1$s 重命名为 %3$s 中的 %2$s,以及在 %5$s 中的 %4$s。"
21463 "CONFLICT (rename involved in collision): rename of %s -> %s has content "
21464 "conflicts AND collides with another path; this may result in nested conflict "
21467 "冲突(重命名卷入冲突):重命名 %s -> %s 有内容冲突并且和另外一个路径碰撞,这"
21472 msgid "CONFLICT (rename/delete): %s renamed to %s in %s, but deleted in %s."
21473 msgstr "冲突(重命名/删除):%1$s 在 %3$s 中重命名为 %2$s,但在 %4$s 中删除。"
21477 msgid "error: cannot read object %s"
21478 msgstr "错误:不能读取对象 %s"
21482 msgid "error: object %s is not a blob"
21483 msgstr "错误:对象 %s 不是一个数据对象"
21488 "CONFLICT (file/directory): directory in the way of %s from %s; moving it to "
21490 msgstr "冲突(文件/目录):目录已存在于 %2$s 中的 %1$s,将其移动到 %3$s。"
21495 "CONFLICT (distinct types): %s had different types on each side; renamed both "
21496 "of them so each can be recorded somewhere."
21498 "冲突(不同类型):%s 在两侧有不同的类型,将两者都重命名以便它们能记录在不同位"
21504 "CONFLICT (distinct types): %s had different types on each side; renamed one "
21505 "of them so each can be recorded somewhere."
21507 "冲突(不同类型):%s 在两侧有不同的类型,将其中之一重命名以便它们能记录在不同"
21510 #: merge-ort.c merge-recursive.c
21514 #: merge-ort.c merge-recursive.c
21518 #: merge-ort.c merge-recursive.c
21522 #: merge-ort.c merge-recursive.c
21524 msgid "CONFLICT (%s): Merge conflict in %s"
21525 msgstr "冲突(%s):合并冲突于 %s"
21530 "CONFLICT (modify/delete): %s deleted in %s and modified in %s. Version %s "
21531 "of %s left in tree."
21533 "冲突(修改/删除):%1$s 在 %2$s 中被删除,在 %3$s 中被修改。%5$s 的 %4$s 版本"
21536 #. TRANSLATORS: This is a line of advice to resolve a merge
21537 #. conflict in a submodule. The first argument is the submodule
21538 #. name, and the second argument is the abbreviated id of the
21539 #. commit that needs to be merged. For example:
21540 #. - go to submodule (mysubmodule), and either merge commit abc1234"
21545 " - go to submodule (%s), and either merge commit %s\n"
21546 " or update to an existing commit which has merged those changes\n"
21548 " - 进入子模组(%s),要么合并提交 %s\n"
21549 " 要么更新至已合并这些变更的提交\n"
21554 "Recursive merging with submodules currently only supports trivial cases.\n"
21555 "Please manually handle the merging of each conflicted submodule.\n"
21556 "This can be accomplished with the following steps:\n"
21557 "%s - come back to superproject and run:\n"
21561 " to record the above merge or update\n"
21562 " - resolve any other conflicts in the superproject\n"
21563 " - commit the resulting index in the superproject\n"
21565 "子模组内的递归合并现在只支持简单的情况。\n"
21566 "请手动合并每个有冲突的子模组。\n"
21568 "%s - 回到上级项目并运行:\n"
21573 " - 解决上级项目中的其他冲突\n"
21574 " - 提交上级项目中的结果索引\n"
21576 #. TRANSLATORS: The %s arguments are: 1) tree hash of a merge
21577 #. base, and 2-3) the trees for the two trees we're merging.
21581 msgid "collecting merge info failed for trees %s, %s, %s"
21582 msgstr "无法收集树 %s、%s、%s 的合并信息"
21584 #: merge-recursive.c
21585 msgid "(bad commit)\n"
21588 #: merge-recursive.c
21590 msgid "add_cacheinfo failed for path '%s'; merge aborting."
21591 msgstr "add_cacheinfo 对路径 '%s' 执行失败,合并终止。"
21593 #: merge-recursive.c
21595 msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
21596 msgstr "add_cacheinfo 无法刷新路径 '%s',合并终止。"
21598 #: merge-recursive.c
21600 msgid "failed to create path '%s'%s"
21601 msgstr "无法创建路径 '%s'%s"
21603 #: merge-recursive.c
21605 msgid "Removing %s to make room for subdirectory\n"
21606 msgstr "删除 %s 以便为子目录留出空间\n"
21608 #: merge-recursive.c
21609 msgid ": perhaps a D/F conflict?"
21610 msgstr ":可能是一个目录/文件冲突?"
21612 #: merge-recursive.c
21614 msgid "refusing to lose untracked file at '%s'"
21615 msgstr "拒绝丢弃 '%s' 中的未跟踪文件"
21617 #: merge-recursive.c
21619 msgid "blob expected for %s '%s'"
21620 msgstr "%s '%s' 应为数据对象"
21622 #: merge-recursive.c
21624 msgid "failed to open '%s': %s"
21625 msgstr "无法打开 '%s':%s"
21627 #: merge-recursive.c
21629 msgid "failed to symlink '%s': %s"
21630 msgstr "无法创建符号链接 '%s':%s"
21632 #: merge-recursive.c
21634 msgid "do not know what to do with %06o %s '%s'"
21635 msgstr "不知道如何处理 %06o %s '%s'"
21637 #: merge-recursive.c
21639 msgid "Failed to merge submodule %s (repository corrupt)"
21640 msgstr "无法合并子模组 %s(仓库损坏)"
21642 #: merge-recursive.c
21644 msgid "Fast-forwarding submodule %s to the following commit:"
21645 msgstr "子模组 %s 快进到如下提交:"
21647 #: merge-recursive.c
21649 msgid "Fast-forwarding submodule %s"
21652 #: merge-recursive.c
21654 msgid "Failed to merge submodule %s (merge following commits not found)"
21655 msgstr "无法合并子模组 %s (没发现合并跟随的提交)"
21657 #: merge-recursive.c
21659 msgid "Failed to merge submodule %s (not fast-forward)"
21660 msgstr "无法合并子模组 %s(非快进)"
21662 #: merge-recursive.c
21663 msgid "Found a possible merge resolution for the submodule:\n"
21664 msgstr "找到子模组的一个可能的合并方案:\n"
21666 #: merge-recursive.c
21669 "If this is correct simply add it to the index for example\n"
21672 " git update-index --cacheinfo 160000 %s \"%s\"\n"
21674 "which will accept this suggestion.\n"
21676 "如果这个正确,将其添加到索引,例如使用命令:\n"
21678 " git update-index --cacheinfo 160000 %s \"%s\"\n"
21682 #: merge-recursive.c
21684 msgid "Failed to merge submodule %s (multiple merges found)"
21685 msgstr "无法合并子模组 %s (发现多个合并)"
21687 #: merge-recursive.c
21688 msgid "failed to execute internal merge"
21691 #: merge-recursive.c
21693 msgid "unable to add %s to database"
21694 msgstr "不能添加 %s 至对象库"
21696 #: merge-recursive.c
21698 msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
21699 msgstr "错误:拒绝丢失未跟踪文件 '%s',而是写入 %s。"
21701 #: merge-recursive.c
21704 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
21707 "冲突(%1$s/删除):%2$s 在 %3$s 中被删除,在 %5$s 中被 %4$s。%7$s 的 %6$s 版"
21710 #: merge-recursive.c
21713 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
21716 "冲突(%1$s/删除):%2$s 在 %3$s 中被删除,在 %6$s 中的 %5$s 被 %4$s。%8$s 的 "
21719 #: merge-recursive.c
21722 "CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
21725 "冲突(%1$s/删除):%2$s 在 %3$s 中被删除,在 %5$s 中被 %4$s。%7$s 的 %6$s 版"
21728 #: merge-recursive.c
21731 "CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
21732 "left in tree at %s."
21734 "冲突(%1$s/删除):%2$s 在 %3$s 中被删除,在 %6$s 中的 %5$s 被 %4$s。%8$s 的 "
21735 "%7$s 版本保留在 %9$s 中。"
21737 #: merge-recursive.c
21741 #: merge-recursive.c
21745 #: merge-recursive.c
21747 msgid "Refusing to lose dirty file at %s"
21748 msgstr "拒绝丢失脏文件 '%s'"
21750 #: merge-recursive.c
21752 msgid "Refusing to lose untracked file at %s, even though it's in the way."
21753 msgstr "拒绝在 '%s' 处失去未跟踪文件,即使它存在于重命名中。"
21755 #: merge-recursive.c
21757 msgid "CONFLICT (rename/add): Rename %s->%s in %s. Added %s in %s"
21758 msgstr "冲突(重命名/添加):在 %3$s 中重命名 %1$s->%2$s。在 %5$s 中添加 %4$s"
21760 #: merge-recursive.c
21762 msgid "%s is a directory in %s adding as %s instead"
21763 msgstr "%s 是 %s 中的一个目录而以 %s 为名被添加"
21765 #: merge-recursive.c
21767 msgid "Refusing to lose untracked file at %s; adding as %s instead"
21768 msgstr "拒绝丢失未跟踪文件 '%s',而是添加为 %s"
21770 #: merge-recursive.c
21773 "CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename "
21774 "\"%s\"->\"%s\" in \"%s\"%s"
21776 "冲突(重命名/重命名):在分支 \"%3$s\" 中重命名 \"%1$s\"->\"%2$s\",在分支 "
21777 "\"%6$s\" 中重命名 \"%4$s\"->\"%5$s\"%7$s"
21779 #: merge-recursive.c
21780 msgid " (left unresolved)"
21783 #: merge-recursive.c
21785 msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
21787 "冲突(重命名/重命名):在 %3$s 中重命名 %1$s->%2$s,在 %6$s 中重命名 %4$s-"
21790 #: merge-recursive.c
21793 "CONFLICT (directory rename split): Unclear where to place %s because "
21794 "directory %s was renamed to multiple other directories, with no destination "
21795 "getting a majority of the files."
21797 "冲突(分割的目录重命名):不清楚 %s 应该放在哪里,因为目录 %s 被重命名到多个"
21798 "其它目录,没有目录包含大部分文件。"
21800 #: merge-recursive.c
21803 "CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
21806 "冲突(重命名/重命名):在 %3$s 中重命名目录 %1$s->%2$s,在 %6$s 中重命名目录 "
21809 #: merge-recursive.c
21811 msgid "cannot read object %s"
21814 #: merge-recursive.c
21816 msgid "object %s is not a blob"
21817 msgstr "对象 %s 不是一个数据对象"
21819 #: merge-recursive.c
21823 #: merge-recursive.c
21827 #: merge-recursive.c
21829 msgid "Skipped %s (merged same as existing)"
21830 msgstr "略过 %s(已经做过相同合并)"
21832 #: merge-recursive.c
21834 msgid "Adding as %s instead"
21835 msgstr "而是以 %s 为名添加"
21837 #: merge-recursive.c
21839 msgid "Removing %s"
21842 #: merge-recursive.c
21843 msgid "file/directory"
21846 #: merge-recursive.c
21847 msgid "directory/file"
21850 #: merge-recursive.c
21852 msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
21853 msgstr "冲突(%1$s):在 %3$s 中有一个名为 %2$s 的目录。以 %5$s 为名添加 %4$s"
21855 #: merge-recursive.c
21860 #: merge-recursive.c
21862 msgid "CONFLICT (add/add): Merge conflict in %s"
21863 msgstr "冲突(add/add):合并冲突于 %s"
21865 #: merge-recursive.c
21867 msgid "merging of trees %s and %s failed"
21868 msgstr "无法合并树 %s 和 %s"
21870 #: merge-recursive.c
21874 #: merge-recursive.c
21876 msgid "found %u common ancestor:"
21877 msgid_plural "found %u common ancestors:"
21878 msgstr[0] "发现 %u 个共同祖先:"
21879 msgstr[1] "发现 %u 个共同祖先:"
21881 #: merge-recursive.c
21882 msgid "merge returned no commit"
21885 #: merge-recursive.c
21887 msgid "Could not parse object '%s'"
21888 msgstr "不能解析对象 '%s'"
21891 msgid "failed to read the cache"
21896 msgid "failed to add packfile '%s'"
21897 msgstr "无法添加包文件 '%s'"
21901 msgid "failed to open pack-index '%s'"
21902 msgstr "无法打开包索引 '%s'"
21906 msgid "failed to locate object %d in packfile"
21907 msgstr "无法在包文件中定位对象 %d"
21910 msgid "cannot store reverse index file"
21911 msgstr "无法存储反向索引文件"
21915 msgid "could not parse line: %s"
21920 msgid "malformed line: %s"
21924 msgid "could not load pack"
21929 msgid "could not open index for %s"
21930 msgstr "不能打开 %s 的索引"
21934 msgid "unable to link '%s' to '%s'"
21935 msgstr "无法将 '%s' 链接至 '%s'"
21937 #: midx-write.c midx.c
21939 msgid "failed to clear multi-pack-index at %s"
21940 msgstr "无法清理位于 %s 的多包索引"
21943 msgid "cannot write incremental MIDX with bitmap"
21944 msgstr "无法使用位图写入增量 MIDX"
21947 msgid "ignoring existing multi-pack-index; checksum mismatch"
21948 msgstr "忽略已存在的多包索引,校验码不匹配"
21951 msgid "Adding packfiles to multi-pack-index"
21952 msgstr "添加包文件到多包索引"
21956 msgid "unknown preferred pack: '%s'"
21957 msgstr "未知的首选包:'%s'"
21961 msgid "cannot select preferred pack %s with no objects"
21962 msgstr "不能选择没有对象的首选包 %s"
21966 msgid "did not see pack-file %s to drop"
21967 msgstr "没有看到要丢弃的包文件 %s"
21971 msgid "preferred pack '%s' is expired"
21972 msgstr "首选包 '%s' 已过期"
21975 msgid "no pack files to index."
21976 msgstr "没有要索引的包文件。"
21979 msgid "refusing to write multi-pack .bitmap without any objects"
21980 msgstr "拒绝写入没有任何对象的多包位图"
21983 msgid "unable to create temporary MIDX layer"
21984 msgstr "无法创建临时 MIDX 层"
21987 msgid "could not write multi-pack bitmap"
21991 msgid "unable to open multi-pack-index chain file"
21992 msgstr "无法打开多包索引链文件"
21995 msgid "unable to rename new multi-pack-index layer"
21996 msgstr "无法重命名新的多包索引层"
21999 msgid "could not write multi-pack-index"
22003 msgid "cannot expire packs from an incremental multi-pack-index"
22004 msgstr "增量多包索引中的包不能过期"
22007 msgid "Counting referenced objects"
22011 msgid "Finding and deleting unreferenced packfiles"
22012 msgstr "正在查找和删除未引用的包文件"
22015 msgid "cannot repack an incremental multi-pack-index"
22016 msgstr "无法重新打包增量多包索引"
22019 msgid "could not start pack-objects"
22020 msgstr "不能开始 pack-objects"
22023 msgid "could not finish pack-objects"
22024 msgstr "不能结束 pack-objects"
22027 msgid "multi-pack-index OID fanout is of the wrong size"
22028 msgstr "多包索引的对象 ID 扇出表大小错误"
22033 "oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
22034 msgstr "对象 ID 扇出失序:fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
22037 msgid "multi-pack-index OID lookup chunk is the wrong size"
22038 msgstr "多包索引的对象 ID 查询块大小错误"
22041 msgid "multi-pack-index object offset chunk is the wrong size"
22042 msgstr "多包索引的对象 ID 偏移块大小错误"
22046 msgid "multi-pack-index file %s is too small"
22047 msgstr "多包索引文件 %s 太小"
22051 msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
22052 msgstr "多包索引签名 0x%08x 和签名 0x%08x 不匹配"
22056 msgid "multi-pack-index version %d not recognized"
22057 msgstr "multi-pack-index 版本 %d 不能被识别"
22061 msgid "multi-pack-index hash version %u does not match version %u"
22062 msgstr "多包索引哈希版本 %u 和版本 %u 不匹配"
22065 msgid "multi-pack-index required pack-name chunk missing or corrupted"
22066 msgstr "多包索引必需的包名块缺失或损坏"
22069 msgid "multi-pack-index required OID fanout chunk missing or corrupted"
22070 msgstr "多包索引必需的对象 ID 扇出块缺失或损坏"
22073 msgid "multi-pack-index required OID lookup chunk missing or corrupted"
22074 msgstr "多包索引必需的对象 ID 查询块缺失或损坏"
22077 msgid "multi-pack-index required object offsets chunk missing or corrupted"
22078 msgstr "多包索引必需的对象偏移块缺少或损坏"
22081 msgid "multi-pack-index pack-name chunk is too short"
22086 msgid "multi-pack-index pack names out of order: '%s' before '%s'"
22087 msgstr "多包索引包名无序:'%s' 在 '%s' 之前"
22090 msgid "multi-pack-index chain file too small"
22095 msgid "pack count in base MIDX too high: %<PRIuMAX>"
22096 msgstr "基线的 MIDX 中包的数量过高:%<PRIuMAX>"
22100 msgid "object count in base MIDX too high: %<PRIuMAX>"
22101 msgstr "基线的 MIDX 中对象的数量过高:%<PRIuMAX>"
22105 msgid "invalid multi-pack-index chain: line '%s' not a hash"
22106 msgstr "无效的多包索引链:第 '%s' 行不是哈希值"
22109 msgid "unable to find all multi-pack index files"
22110 msgstr "无法找到所有的多包索引文件"
22113 msgid "invalid MIDX object position, MIDX is likely corrupt"
22114 msgstr "无效的 MIDX 对象位置,MIDX 可能已损坏"
22118 msgid "bad pack-int-id: %u (%u total packs)"
22119 msgstr "错的 pack-int-id:%u(共有 %u 个包)"
22122 msgid "MIDX does not contain the BTMP chunk"
22123 msgstr "多包索引中未包含 BTMP 块"
22127 msgid "could not load bitmapped pack %<PRIu32>"
22128 msgstr "不能打开已被位图索引的包 %<PRIu32>"
22131 msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
22132 msgstr "多包索引存储一个64位偏移,但是 off_t 太小"
22135 msgid "multi-pack-index large offset out of bounds"
22136 msgstr "多包索引大偏移区越界"
22139 msgid "multi-pack-index file exists, but failed to parse"
22140 msgstr "多包索引文件存在,但无法解析"
22143 msgid "incorrect checksum"
22147 msgid "Looking for referenced packfiles"
22148 msgstr "正在查找引用的包文件"
22151 msgid "the midx contains no oid"
22152 msgstr "midx 不包含 oid"
22155 msgid "Verifying OID order in multi-pack-index"
22156 msgstr "校验多包索引中的 OID 顺序"
22160 msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
22161 msgstr "对象 ID 查询无序:oid[%d] = %s >= %s = oid[%d]"
22164 msgid "Sorting objects by packfile"
22165 msgstr "通过包文件为对象排序"
22168 msgid "Verifying object offsets"
22173 msgid "failed to load pack entry for oid[%d] = %s"
22174 msgstr "无法为 oid[%d] = %s 加载包条目"
22178 msgid "failed to load pack-index for packfile %s"
22179 msgstr "无法为包文件 %s 加载包索引"
22183 msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
22184 msgstr "oid[%d] = %s 错误的对象偏移:%<PRIx64> != %<PRIx64>"
22188 msgid "unable to create lazy_dir thread: %s"
22189 msgstr "不能创建 lazy_dir 线程:%s"
22193 msgid "unable to create lazy_name thread: %s"
22194 msgstr "不能创建 lazy_name 线程:%s"
22198 msgid "unable to join lazy_name thread: %s"
22199 msgstr "不能加入 lazy_name 线程:%s"
22204 "You have not concluded your previous notes merge (%s exists).\n"
22205 "Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
22206 "commit/abort the previous merge before you start a new notes merge."
22208 "您的前一次注释合并尚未结束(存在 %s)。\n"
22209 "在开始一个新的注释合并之前,请使用 'git notes merge --commit' 或者 'git "
22210 "notes merge --abort' 来提交/终止前一次合并。"
22214 msgid "You have not concluded your notes merge (%s exists)."
22215 msgstr "您尚未结束注释合并(存在 %s)。"
22218 msgid "Cannot commit uninitialized/unreferenced notes tree"
22219 msgstr "不能提交未初始化/未引用的注解树"
22223 msgid "Bad notes.rewriteMode value: '%s'"
22224 msgstr "坏的 notes.rewriteMode 值:'%s'"
22228 msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
22229 msgstr "拒绝向 %s(在 refs/notes/ 之外)写入注解"
22231 #. TRANSLATORS: The first %s is the name of
22232 #. the environment variable, the second %s is
22237 msgid "Bad %s value: '%s'"
22238 msgstr "坏的 %s 值:'%s'"
22240 #: object-file-convert.c
22241 msgid "failed to decode tree entry"
22244 #: object-file-convert.c
22246 msgid "failed to map tree entry for %s"
22247 msgstr "无法为 %s 映射树对象"
22249 #: object-file-convert.c
22251 msgid "bad %s in commit"
22252 msgstr "提交中有错误的 %s"
22254 #: object-file-convert.c
22256 msgid "unable to map %s %s in commit object"
22257 msgstr "无法将 %s %s 映射到提交对象中"
22259 #: object-file-convert.c
22261 msgid "Failed to convert object from %s to %s"
22262 msgstr "无法将对象从 %s 转换为 %s"
22266 msgid "object directory %s does not exist; check .git/objects/info/alternates"
22267 msgstr "对象目录 %s 不存在,检查 .git/objects/info/alternates"
22271 msgid "unable to normalize alternate object path: %s"
22272 msgstr "无法规范化备用对象路径:%s"
22276 msgid "%s: ignoring alternate object stores, nesting too deep"
22277 msgstr "%s:忽略备用对象库,嵌套太深"
22280 msgid "unable to fdopen alternates lockfile"
22281 msgstr "无法 fdopen 替换锁文件"
22284 msgid "unable to read alternates file"
22288 msgid "unable to move new alternates file into place"
22289 msgstr "无法将新的替代文件移动到位"
22293 msgid "path '%s' does not exist"
22294 msgstr "路径 '%s' 不存在"
22298 msgid "reference repository '%s' as a linked checkout is not supported yet."
22299 msgstr "尚不支持将参考仓库 '%s' 作为一个链接检出。"
22303 msgid "reference repository '%s' is not a local repository."
22304 msgstr "参考仓库 '%s' 不是一个本地仓库。"
22308 msgid "reference repository '%s' is shallow"
22309 msgstr "参考仓库 '%s' 是一个浅克隆"
22313 msgid "reference repository '%s' is grafted"
22314 msgstr "参考仓库 '%s' 已被移植"
22318 msgid "could not find object directory matching %s"
22319 msgstr "无法找到和 %s 匹配的对象目录"
22323 msgid "invalid line while parsing alternate refs: %s"
22324 msgstr "解析备用引用时无效的行:%s"
22328 msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
22329 msgstr "尝试 mmap %<PRIuMAX>,超过了最大值 %<PRIuMAX>"
22333 msgid "mmap failed%s"
22338 msgid "object file %s is empty"
22339 msgstr "对象文件 %s 为空"
22343 msgid "corrupt loose object '%s'"
22344 msgstr "损坏的松散对象 '%s'"
22348 msgid "garbage at end of loose object '%s'"
22349 msgstr "松散对象 '%s' 后面有垃圾数据"
22353 msgid "unable to open loose object %s"
22354 msgstr "无法打开松散对象 %s"
22358 msgid "unable to parse %s header"
22359 msgstr "无法解析 %s 头部"
22362 msgid "invalid object type"
22367 msgid "unable to unpack %s header"
22368 msgstr "无法解开 %s 头部"
22372 msgid "header for %s too long, exceeds %d bytes"
22373 msgstr "%s 的头部太长,超出了 %d 字节"
22377 msgid "loose object %s (stored in %s) is corrupt"
22378 msgstr "松散对象 %s(保存在 %s)已损坏"
22382 msgid "replacement %s not found for %s"
22383 msgstr "找不到 %2$s 的替代 %1$s"
22387 msgid "packed object %s (stored in %s) is corrupt"
22388 msgstr "打包对象 %s(保存在 %s)已损坏"
22392 msgid "missing mapping of %s to %s"
22393 msgstr "缺少 %s 到 %s 的映射"
22397 msgid "unable to open %s"
22402 msgid "files '%s' and '%s' differ in contents"
22403 msgstr "文件 '%s' 和 '%s' 的内容不同"
22407 msgid "unable to write file %s"
22412 msgid "unable to set permission to '%s'"
22413 msgstr "无法为 '%s' 设置权限"
22416 msgid "error when closing loose object file"
22417 msgstr "关闭松散对象文件时出错"
22421 msgid "insufficient permission for adding an object to repository database %s"
22422 msgstr "权限不足,无法在仓库对象库 %s 中添加对象"
22425 msgid "unable to create temporary file"
22429 msgid "unable to write loose object file"
22434 msgid "unable to deflate new object %s (%d)"
22435 msgstr "不能压缩新对象 %s(%d)"
22439 msgid "deflateEnd on object %s failed (%d)"
22440 msgstr "在对象 %s 上调用 deflateEnd 失败(%d)"
22444 msgid "confused by unstable object source data for %s"
22445 msgstr "被 %s 的不稳定对象源数据搞糊涂了"
22449 msgid "write stream object %ld != %<PRIuMAX>"
22450 msgstr "写入流对象 %ld != %<PRIuMAX>"
22454 msgid "unable to stream deflate new object (%d)"
22455 msgstr "不能流式压缩新对象(%d)"
22459 msgid "deflateEnd on stream object failed (%d)"
22460 msgstr "在流对象上调用 deflateEnd 失败(%d)"
22464 msgid "unable to create directory %s"
22469 msgid "cannot read object for %s"
22474 msgid "cannot map object %s to %s"
22475 msgstr "无法将对象 %s 映射到 %s"
22479 msgid "object fails fsck: %s"
22480 msgstr "对象 fsck 失败:%s"
22483 msgid "refusing to create malformed object"
22484 msgstr "拒绝创建格式错误的对象"
22488 msgid "read error while indexing %s"
22489 msgstr "索引 %s 时读取错误"
22493 msgid "short read while indexing %s"
22494 msgstr "索引 %s 时读入不完整"
22498 msgid "%s: failed to insert into database"
22499 msgstr "%s:无法插入数据库"
22503 msgid "%s: unsupported file type"
22504 msgstr "%s:不支持的文件类型"
22508 msgid "%s is not a valid '%s' object"
22509 msgstr "%s 不是一个有效的 '%s' 对象"
22513 msgid "hash mismatch for %s (expected %s)"
22514 msgstr "%s 的哈希值不匹配(预期 %s)"
22518 msgid "unable to mmap %s"
22519 msgstr "不能 mmap %s"
22523 msgid "unable to unpack header of %s"
22524 msgstr "无法解压缩 %s 的头部"
22528 msgid "unable to parse header of %s"
22529 msgstr "无法解析 %s 的头部"
22533 msgid "unable to unpack contents of %s"
22534 msgstr "无法解压缩 %s 的内容"
22536 #. TRANSLATORS: This is a line of ambiguous object
22537 #. output shown when we cannot look up or parse the
22538 #. object in question. E.g. "deadbeef [bad object]".
22542 msgid "%s [bad object]"
22545 #. TRANSLATORS: This is a line of ambiguous commit
22546 #. object output. E.g.:
22548 #. "deadbeef commit 2021-01-01 - Some Commit Message"
22552 msgid "%s commit %s - %s"
22553 msgstr "%s 提交 %s - %s"
22555 #. TRANSLATORS: This is a line of ambiguous
22556 #. tag object output. E.g.:
22558 #. "deadbeef tag 2022-01-01 - Some Tag Message"
22560 #. The second argument is the YYYY-MM-DD found
22563 #. The third argument is the "tag" string
22568 msgid "%s tag %s - %s"
22569 msgstr "%s 标签 %s - %s"
22571 #. TRANSLATORS: This is a line of ambiguous
22572 #. tag object output where we couldn't parse
22573 #. the tag itself. E.g.:
22575 #. "deadbeef [bad tag, could not parse it]"
22579 msgid "%s [bad tag, could not parse it]"
22580 msgstr "%s [坏的标签,无法解析]"
22582 #. TRANSLATORS: This is a line of ambiguous <type>
22583 #. object output. E.g. "deadbeef tree".
22590 #. TRANSLATORS: This is a line of ambiguous <type>
22591 #. object output. E.g. "deadbeef blob".
22600 msgid "short object ID %s is ambiguous"
22601 msgstr "短对象ID %s 存在歧义"
22603 #. TRANSLATORS: The argument is the list of ambiguous
22604 #. objects composed in show_ambiguous_object(). See
22605 #. its "TRANSLATORS" comments for details.
22610 "The candidates are:\n"
22618 "Git normally never creates a ref that ends with 40 hex characters\n"
22619 "because it will be ignored when you just specify 40-hex. These refs\n"
22620 "may be created by mistake. For example,\n"
22622 " git switch -c $br $(git rev-parse ...)\n"
22624 "where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
22625 "examine these refs and maybe delete them. Turn this message off by\n"
22626 "running \"git config advice.objectNameWarning false\""
22628 "Git 通常不会创建一个以40个十六进制字符结尾的引用,因为当您只提供40\n"
22629 "个十六进制字符时将被忽略。这些引用可能被错误地创建。例如:\n"
22631 " git switch -c $br $(git rev-parse ...)\n"
22633 "当 \"$br\" 某种原因空白时,一个40位十六进制的引用将被创建。请检查这些\n"
22634 "引用,可能需要删除它们。运行 \"git config advice.objectNameWarning\n"
22635 "false\" 命令关闭本消息通知。"
22639 msgid "log for '%.*s' only goes back to %s"
22640 msgstr "'%.*s' 的日志仅能回到 %s"
22644 msgid "log for '%.*s' only has %d entries"
22645 msgstr "'%.*s' 的日志仅有 %d 个条目"
22649 msgid "path '%s' exists on disk, but not in '%.*s'"
22650 msgstr "路径 '%s' 在磁盘上,但是不在 '%.*s' 中"
22655 "path '%s' exists, but not '%s'\n"
22656 "hint: Did you mean '%.*s:%s' aka '%.*s:./%s'?"
22658 "路径 '%s' 存在,而 '%s' 不存在\n"
22659 "提示:您的意思是 '%.*s:%s' 亦即 '%.*s:./%s'?"
22663 msgid "path '%s' does not exist in '%.*s'"
22664 msgstr "路径 '%s' 不在 '%.*s' 中"
22669 "path '%s' is in the index, but not at stage %d\n"
22670 "hint: Did you mean ':%d:%s'?"
22672 "路径 '%s' 在索引中,但不在暂存区 %d 中\n"
22673 "提示:您的意思是 ':%d:%s'?"
22678 "path '%s' is in the index, but not '%s'\n"
22679 "hint: Did you mean ':%d:%s' aka ':%d:./%s'?"
22681 "路径 '%s' 在索引中,但 '%s' 不在\n"
22682 "提示:您的意思是 ':%d:%s' 亦即 ':%d:./%s'?"
22686 msgid "path '%s' exists on disk, but not in the index"
22687 msgstr "路径 '%s' 在磁盘上,但不在索引里"
22691 msgid "path '%s' does not exist (neither on disk nor in the index)"
22692 msgstr "路径 '%s' 不存在(既不在磁盘上,也不在索引中)"
22695 msgid "relative path syntax can't be used outside working tree"
22696 msgstr "不能在工作区之外使用相对路径语法"
22700 msgid "<object>:<path> required, only <object> '%s' given"
22701 msgstr "需要 <对象>:<路径>,只给出了 <对象> '%s'"
22705 msgid "invalid object name '%.*s'."
22706 msgstr "无效的对象名 '%.*s'。"
22710 msgid "invalid object type \"%s\""
22711 msgstr "无效的对象类型 \"%s\""
22715 msgid "object %s is a %s, not a %s"
22716 msgstr "对象 %s 是一个 %s,不是一个 %s"
22720 msgid "object %s has unknown type id %d"
22721 msgstr "对象 %s 有未知的类型 id %d"
22725 msgid "unable to parse object: %s"
22730 msgid "hash mismatch %s"
22731 msgstr "哈希值与 %s 不匹配"
22733 #: pack-bitmap-write.c
22735 msgid "duplicate entry when writing bitmap index: %s"
22736 msgstr "写入位图索引时存在重复条目:'%s'"
22738 #: pack-bitmap-write.c
22740 msgid "attempted to store non-selected commit: '%s'"
22741 msgstr "尝试存储未选定的提交:'%s'"
22743 #: pack-bitmap-write.c
22744 msgid "too many pseudo-merges"
22747 #: pack-bitmap-write.c
22748 msgid "trying to write commit not in index"
22749 msgstr "尝试写入未在索引中的提交"
22752 msgid "failed to load bitmap index (corrupted?)"
22753 msgstr "无法载入位图索引(已损坏?)"
22756 msgid "corrupted bitmap index (too small)"
22757 msgstr "损坏的位图索引(太小)"
22760 msgid "corrupted bitmap index file (wrong header)"
22761 msgstr "损坏的位图索引(错误的文件头)"
22765 msgid "unsupported version '%d' for bitmap index file"
22766 msgstr "不支持的位图索引文件版本 '%d'"
22769 msgid "corrupted bitmap index file (too short to fit hash cache)"
22770 msgstr "损坏的位图索引(太小,容不下哈希缓存)"
22773 msgid "corrupted bitmap index file (too short to fit lookup table)"
22774 msgstr "损坏的位图索引(太小,容不下查询表)"
22778 "corrupted bitmap index file (too short to fit pseudo-merge table header)"
22779 msgstr "损坏的位图索引文件(太短而无法容纳伪合并表头)"
22782 msgid "corrupted bitmap index file (too short to fit pseudo-merge table)"
22783 msgstr "损坏的位图索引(太短而无法容纳伪合并表)"
22786 msgid "corrupted bitmap index file, pseudo-merge table too short"
22787 msgstr "损坏的位图索引,伪合并表过短"
22791 msgid "duplicate entry in bitmap index: '%s'"
22792 msgstr "位图索引中的重复条目:'%s'"
22796 msgid "corrupt ewah bitmap: truncated header for entry %d"
22797 msgstr "损坏的 EWAH 位图:条目 %d 截断的文件头"
22801 msgid "corrupt ewah bitmap: commit index %u out of range"
22802 msgstr "损坏的 EWAH 位图:提交索引 %u 超出范围"
22805 msgid "corrupted bitmap pack index"
22809 msgid "invalid XOR offset in bitmap pack index"
22810 msgstr "位图包索引中 XOR 偏移值无效"
22813 msgid "cannot fstat bitmap file"
22814 msgstr "不能对位图文件调用 fstat"
22817 msgid "checksum doesn't match in MIDX and bitmap"
22818 msgstr "MIDX 和位图中的校验码不匹配"
22821 msgid "multi-pack bitmap is missing required reverse index"
22822 msgstr "多包位图缺少必需的反向索引"
22826 msgid "could not open pack %s"
22829 #: pack-bitmap.c t/helper/test-read-midx.c
22830 msgid "could not determine MIDX preferred pack"
22831 msgstr "不能确定多包索引的首选包"
22835 msgid "preferred pack (%s) is invalid"
22836 msgstr "首选包 (%s) 无效"
22839 msgid "corrupt bitmap lookup table: triplet position out of index"
22840 msgstr "损坏的位图查询表:三元组位置超出索引"
22843 msgid "corrupt bitmap lookup table: xor chain exceeds entry count"
22844 msgstr "损坏的位图查询表:xor 链超出条目数"
22848 msgid "corrupt bitmap lookup table: commit index %u out of range"
22849 msgstr "损坏的位图查询表:提交索引 %u 超出范围"
22853 msgid "corrupt ewah bitmap: truncated header for bitmap of commit \"%s\""
22854 msgstr "损坏的 EWAH 位图:提交 \"%s\" 位图的文件头被截断"
22858 msgid "unable to load pack: '%s', disabling pack-reuse"
22859 msgstr "无法打开包:'%s',禁用包重用"
22862 msgid "unable to compute preferred pack, disabling pack-reuse"
22863 msgstr "无法计算首选包,禁用包重用"
22867 msgid "object '%s' not found in type bitmaps"
22868 msgstr "对象 %s 为在类型位图中找到"
22872 msgid "object '%s' does not have a unique type"
22873 msgstr "对象 '%s' 没有唯一的类型"
22877 msgid "object '%s': real type '%s', expected: '%s'"
22878 msgstr "对象 '%s':实际类型 '%s',预期:'%s'"
22882 msgid "object not in bitmap: '%s'"
22883 msgstr "对象不在位图中:%s"
22886 msgid "failed to load bitmap indexes"
22890 msgid "you must specify exactly one commit to test"
22891 msgstr "您必须准确指定一个提交来测试"
22895 msgid "commit '%s' doesn't have an indexed bitmap"
22896 msgstr "提交 '%s' 没有索引位图"
22899 msgid "mismatch in bitmap results"
22904 msgid "pseudo-merge index out of range (%<PRIu32> >= %<PRIuMAX>)"
22905 msgstr "伪合并索引超出范围 (%<PRIu32> >= %<PRIuMAX>)"
22909 msgid "could not find '%s' in pack '%s' at offset %<PRIuMAX>"
22910 msgstr "无法在包 '%2$s' 偏移 %3$<PRIuMAX> 中找到 '%1$s'"
22914 msgid "unable to get disk usage of '%s'"
22915 msgstr "无法得到 '%s' 的磁盘使用量"
22919 msgid "bitmap file '%s' has invalid checksum"
22920 msgstr "位图文件 '%s' 有无效的校验码"
22924 msgid "mtimes file %s is too small"
22925 msgstr "mtimes 文件 %s 太小"
22929 msgid "mtimes file %s has unknown signature"
22930 msgstr "mtimes 文件 %s 有未知的签名"
22934 msgid "mtimes file %s has unsupported version %<PRIu32>"
22935 msgstr "mtimes 文件 %s 不支持的版本 %<PRIu32>"
22939 msgid "mtimes file %s has unsupported hash id %<PRIu32>"
22940 msgstr "mtimes 文件 %s 有不支持的哈希 ID %<PRIu32>"
22944 msgid "mtimes file %s is corrupt"
22945 msgstr "mtimes 文件 %s 损坏"
22949 msgid "reverse-index file %s is too small"
22950 msgstr "反向索引文件 %s 太小"
22954 msgid "reverse-index file %s is corrupt"
22955 msgstr "反向索引文件 %s 损坏"
22959 msgid "reverse-index file %s has unknown signature"
22960 msgstr "反向索引文件 %s 有错误的签名"
22964 msgid "reverse-index file %s has unsupported version %<PRIu32>"
22965 msgstr "反向索引文件 %s 不支持的版本 %<PRIu32>"
22969 msgid "reverse-index file %s has unsupported hash id %<PRIu32>"
22970 msgstr "反向索引文件 %s 有不支持的哈希 ID %<PRIu32>"
22973 msgid "invalid checksum"
22978 msgid "invalid rev-index position at %<PRIu64>: %<PRIu32> != %<PRIu32>"
22979 msgstr "位于 %<PRIu64> 的无效的反向索引:%<PRIu32> != %<PRIu32>"
22982 msgid "multi-pack-index reverse-index chunk is the wrong size"
22983 msgstr "多包索引的反向索引块大小错误"
22986 msgid "could not determine preferred pack"
22990 msgid "cannot both write and verify reverse index"
22991 msgstr "无法同时写入和校验反向索引"
22995 msgid "could not stat: %s"
22996 msgstr "不能调用 stat:%s"
23000 msgid "failed to make %s readable"
23001 msgstr "无法设置 %s 为可读"
23005 msgid "could not write '%s' promisor file"
23006 msgstr "无法写入 '%s' 承诺者文件"
23009 msgid "offset before end of packfile (broken .idx?)"
23010 msgstr "偏移量在包文件结束之前(损坏的 .idx?)"
23014 msgid "packfile %s cannot be mapped%s"
23015 msgstr "包文件 %s 不能被映射%s"
23019 msgid "offset before start of pack index for %s (corrupt index?)"
23020 msgstr "偏移量在 %s 的包索引开始之前(损坏的索引?)"
23024 msgid "offset beyond end of pack index for %s (truncated index?)"
23025 msgstr "偏移量越过了 %s 的包索引的结尾(被截断的索引?)"
23027 #: parse-options-cb.c
23029 msgid "malformed expiration date '%s'"
23030 msgstr "格式错误的到期时间:'%s'"
23032 #: parse-options-cb.c
23034 msgid "option `%s' expects \"always\", \"auto\", or \"never\""
23035 msgstr "选项 `%s' 期望 \"always\"、\"auto\" 或 \"never\""
23037 #: parse-options-cb.c
23039 msgid "malformed object name '%s'"
23040 msgstr "格式错误的对象名 '%s'"
23042 #: parse-options-cb.c
23044 msgid "option `%s' expects \"%s\" or \"%s\""
23045 msgstr "选项 `%s' 期望 \"%s\" 或 \"%s\""
23049 msgid "%s requires a value"
23054 msgid "%s takes no value"
23059 msgid "%s isn't available"
23064 msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
23065 msgstr "%s 期望一个非负整数和一个可选的 k/m/g 后缀"
23069 msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
23070 msgstr "有歧义的选项:%s(可以是 --%s%s 或 --%s%s)"
23074 msgid "did you mean `--%s` (with two dashes)?"
23075 msgstr "您的意思是 `--%s`(有两个短线)?"
23079 msgid "alias of --%s"
23083 msgid "need a subcommand"
23088 msgid "unknown option `%s'"
23093 msgid "unknown switch `%c'"
23098 msgid "unknown non-ascii option in string: `%s'"
23099 msgstr "字符串中未知的非 ascii 字符选项:`%s'"
23110 #. TRANSLATORS: the colon here should align with the
23111 #. one in "usage: %s" translation.
23118 #. TRANSLATORS: You should only need to translate this format
23119 #. string if your language is a RTL language (e.g. Arabic,
23120 #. Hebrew etc.), not if it's a LTR language (e.g. German,
23121 #. Russian, Chinese etc.).
23123 #. When a translated usage string has an embedded "\n" it's
23124 #. because options have wrapped to the next line. The line
23125 #. after the "\n" will then be padded to align with the
23126 #. command name, such as N_("git cmd [opt]\n<8
23127 #. spaces>[opt2]"), where the 8 spaces are the same length as
23130 #. This format string prints out that already-translated
23131 #. line. The "%*s" is whitespace padding to account for the
23132 #. padding at the start of the line that we add in this
23133 #. function. The "%s" is a line in the (hopefully already
23134 #. translated) N_() usage string, which contained embedded
23135 #. newlines before we split it up.
23142 # 译者:为保证在输出中对齐,注意调整句中空格!
23154 msgid "opposite of --no-%s"
23155 msgstr "与 --no-%s 相反"
23158 msgid "expiry-date"
23162 msgid "no-op (backward compatibility)"
23166 msgid "be more verbose"
23170 msgid "be more quiet"
23174 msgid "use <n> digits to display object names"
23175 msgstr "用 <n> 位数字显示对象名"
23178 msgid "prefixed path to initial superproject"
23179 msgstr "用来初始化父项目的前缀路径"
23182 msgid "how to strip spaces and #comments from message"
23183 msgstr "设置如何删除提交说明里的空格和#注释"
23186 msgid "read pathspec from file"
23187 msgstr "从文件读取路径表达式"
23191 "with --pathspec-from-file, pathspec elements are separated with NUL character"
23192 msgstr "使用 --pathspec-from-file,路径表达式用空字符分隔"
23196 msgid "bad boolean environment value '%s' for '%s'"
23197 msgstr "对于 '%2$s' 的错误的布尔环境取值 '%1$s'"
23201 msgid "failed to parse %s"
23206 msgid "Could not make %s writable by group"
23207 msgstr "不能设置 %s 为组可写"
23210 msgid "Escape character '\\' not allowed as last character in attr value"
23211 msgstr "转义字符 '\\' 不能作为属性值的最后一个字符"
23214 msgid "Only one 'attr:' specification is allowed."
23215 msgstr "只允许一个 'attr:' 规格。"
23218 msgid "attr spec must not be empty"
23223 msgid "invalid attribute name %s"
23227 msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
23228 msgstr "全局的 'glob' 和 'noglob' 路径规格设置不兼容"
23232 "global 'literal' pathspec setting is incompatible with all other global "
23233 "pathspec settings"
23234 msgstr "全局的 'literal' 路径规格设置和其它的全局路径规格设置不兼容"
23237 msgid "invalid parameter for pathspec magic 'prefix'"
23238 msgstr "路径规格包含无效的神奇前缀"
23242 msgid "Invalid pathspec magic '%.*s' in '%s'"
23243 msgstr "在路径规格 '%3$s' 中无效的神奇前缀 '%2$.*1$s'"
23247 msgid "Missing ')' at the end of pathspec magic in '%s'"
23248 msgstr "路径规格 '%s' 的神奇前缀结尾少了一个 ')'"
23252 msgid "Unimplemented pathspec magic '%c' in '%s'"
23253 msgstr "路径规格 '%2$s' 中包含未实现的神奇前缀 '%1$c'"
23257 msgid "%s: 'literal' and 'glob' are incompatible"
23258 msgstr "%s:'literal' 和 'glob' 不兼容"
23262 msgid "'%s' is outside the directory tree"
23263 msgstr "'%s' 位于目录树之外"
23267 msgid "%s: '%s' is outside repository at '%s'"
23268 msgstr "%s:'%s' 在位于 '%s' 的仓库之外"
23272 msgid "'%s' (mnemonic: '%c')"
23273 msgstr "'%s'(助记符:'%c')"
23277 msgid "%s: pathspec magic not supported by this command: %s"
23278 msgstr "%s:路径规格神奇前缀不被此命令支持:%s"
23282 msgid "pathspec '%s' is beyond a symbolic link"
23283 msgstr "路径规格 '%s' 位于符号链接中"
23287 msgid "line is badly quoted: %s"
23288 msgstr "行被错误地引用:%s"
23291 msgid "unable to write flush packet"
23292 msgstr "无法写 flush 包"
23295 msgid "unable to write delim packet"
23296 msgstr "无法写 delim 包"
23299 msgid "unable to write response end packet"
23300 msgstr "无法写入响应结束数据包"
23303 msgid "flush packet write failed"
23304 msgstr "flush 包写错误"
23307 msgid "protocol error: impossibly long line"
23308 msgstr "协议错误:不可能的长行"
23311 msgid "packet write with format failed"
23315 msgid "packet write failed - data exceeds max packet size"
23316 msgstr "写数据包失败:数据超过了包的最大长度"
23320 msgid "packet write failed: %s"
23321 msgstr "数据包写入失败:%s"
23328 msgid "the remote end hung up unexpectedly"
23333 msgid "protocol error: bad line length character: %.4s"
23334 msgstr "协议错误:错误的行长度字符串:%.4s"
23338 msgid "protocol error: bad line length %d"
23339 msgstr "协议错误:错误的行长度 %d"
23341 #: pkt-line.c sideband.c
23343 msgid "remote error: %s"
23347 msgid "Refreshing index"
23352 msgid "unable to create threaded lstat: %s"
23353 msgstr "无法创建线程 lstat:%s"
23356 msgid "unable to parse --pretty format"
23357 msgstr "不能解析 --pretty 格式"
23359 #: promisor-remote.c
23360 msgid "lazy fetching disabled; some objects may not be available"
23361 msgstr "禁用延迟获取,某些对象可能不可用"
23363 #: promisor-remote.c
23364 msgid "promisor-remote: unable to fork off fetch subprocess"
23365 msgstr "promisor-remote:无法派生 fetch 子进程"
23367 #: promisor-remote.c
23368 msgid "promisor-remote: could not write to fetch subprocess"
23369 msgstr "promisor-remote:无法向 fetch 子进程写入"
23371 #: promisor-remote.c
23372 msgid "promisor-remote: could not close stdin to fetch subprocess"
23373 msgstr "promisor-remote:无法关闭至 fetch 子进程的标准输入"
23375 #: promisor-remote.c
23377 msgid "promisor remote name cannot begin with '/': %s"
23378 msgstr "promisor 远程名称不能以 '/' 开始:%s"
23380 #: promisor-remote.c
23382 msgid "could not fetch %s from promisor remote"
23383 msgstr "无法从承诺者远程获取 %s"
23386 msgid "object-info: expected flush after arguments"
23387 msgstr "object-info:在参数之后应有一个 flush"
23390 msgid "Removing duplicate objects"
23395 msgid "failed to load pseudo-merge regex for %s: '%s'"
23396 msgstr "未能加载 %s 的伪合并正则表达式:'%s'"
23400 msgid "%s must be non-negative, using default"
23401 msgstr "%s 必须为非负整数,使用默认值"
23405 msgid "%s must be between 0 and 1, using default"
23406 msgstr "%s 必须介于 0 到 1 之间,使用默认值"
23410 msgid "%s must be positive, using default"
23411 msgstr "%s 必须为正数,使用默认值"
23415 msgid "pseudo-merge group '%s' missing required pattern"
23416 msgstr "伪合并组 '%s' 缺少所需的模式"
23420 msgid "pseudo-merge group '%s' has unstable threshold before stable one"
23421 msgstr "伪合并组 '%s' 在稳定阈值之前有不稳定阈值"
23426 "pseudo-merge regex from config has too many capture groups (max=%<PRIuMAX>)"
23427 msgstr "来自 config 的伪合并正则表达式有太多的捕获组(最多 %<PRIuMAX> 个)"
23431 msgid "extended pseudo-merge read out-of-bounds (%<PRIuMAX> >= %<PRIuMAX>)"
23432 msgstr "扩展伪合并读取越界 (%<PRIuMAX> >= %<PRIuMAX>)"
23436 msgid "extended pseudo-merge entry is too short (%<PRIuMAX> >= %<PRIuMAX>)"
23437 msgstr "扩展伪合并条目太短(%<PRIuMAX> >= %<PRIuMAX>)"
23441 msgid "could not find pseudo-merge for commit %s at offset %<PRIuMAX>"
23442 msgstr "无法在提交 %1$s 的偏移 %2$<PRIuMAX> 中找到伪合并"
23446 msgid "extended pseudo-merge lookup out-of-bounds (%<PRIu32> >= %<PRIu32>)"
23447 msgstr "扩展伪合并查找越界 (%<PRIu32> >= %<PRIu32>)"
23451 msgid "out-of-bounds read: (%<PRIuMAX> >= %<PRIuMAX>)"
23452 msgstr "越界读取:(%<PRIuMAX> >= %<PRIuMAX>)"
23456 msgid "could not read extended pseudo-merge table for commit %s"
23457 msgstr "无法读取提交 %s 的扩展伪合并表"
23460 msgid "could not start `log`"
23461 msgstr "不能启动 `log`"
23464 msgid "could not read `log` output"
23465 msgstr "不能读取 `log` 的输出"
23467 #: range-diff.c sequencer.c
23469 msgid "could not parse commit '%s'"
23470 msgstr "不能解析提交 '%s'"
23475 "could not parse first line of `log` output: did not start with 'commit ': "
23477 msgstr "无法解析 `log` 输出的首行:不是以 'commit ' 开头:'%s'"
23481 msgid "could not parse git header '%.*s'"
23482 msgstr "无法解析 git 头 '%.*s'"
23485 msgid "failed to generate diff"
23490 msgid "could not parse log for '%s'"
23491 msgstr "不能解析 '%s' 的日志"
23495 msgid "invalid extra cruft tip: '%s'"
23496 msgstr "无效的额外废弃提交版本:'%s'"
23499 msgid "unable to enumerate additional recent objects"
23500 msgstr "无法枚举额外的近期对象"
23504 msgid "will not add file alias '%s' ('%s' already exists in index)"
23505 msgstr "将不会添加文件别名 '%s'('%s' 已经存在于索引中)"
23508 msgid "cannot create an empty blob in the object database"
23509 msgstr "不能在对象数据库中创建空的数据对象"
23513 msgid "%s: can only add regular files, symbolic links or git-directories"
23514 msgstr "%s:只能添加常规文件、符号链接或 git 目录"
23518 msgid "unable to index file '%s'"
23519 msgstr "无法索引文件 '%s'"
23523 msgid "unable to add '%s' to index"
23524 msgstr "无法在索引中添加 '%s'"
23528 msgid "'%s' appears as both a file and as a directory"
23529 msgstr "'%s' 看起来既是文件又是目录"
23532 msgid "Refresh index"
23538 "index.version set, but the value is invalid.\n"
23541 "设置了 index.version,但是取值无效。\n"
23547 "GIT_INDEX_VERSION set, but the value is invalid.\n"
23550 "设置了 GIT_INDEX_VERSION,但是取值无效。\n"
23555 msgid "bad signature 0x%08x"
23556 msgstr "坏的签名 0x%08x"
23560 msgid "bad index version %d"
23564 msgid "bad index file sha1 signature"
23565 msgstr "坏的索引文件 sha1 签名"
23569 msgid "index uses %.4s extension, which we do not understand"
23570 msgstr "索引使用不被支持的 %.4s 扩展"
23574 msgid "ignoring %.4s extension"
23575 msgstr "忽略 %.4s 扩展"
23579 msgid "unknown index entry format 0x%08x"
23580 msgstr "未知的索引条目格式 0x%08x"
23584 msgid "malformed name field in the index, near path '%s'"
23585 msgstr "索引中靠近路径 '%s' 有错误的名称字段"
23588 msgid "unordered stage entries in index"
23589 msgstr "索引中有未排序的暂存条目"
23593 msgid "multiple stage entries for merged file '%s'"
23594 msgstr "合并文件 '%s' 有多个暂存条目"
23598 msgid "unordered stage entries for '%s'"
23599 msgstr "'%s' 的未排序暂存条目"
23603 msgid "unable to create load_cache_entries thread: %s"
23604 msgstr "无法创建 load_cache_entries 线程:%s"
23608 msgid "unable to join load_cache_entries thread: %s"
23609 msgstr "无法加入 load_cache_entries 线程:%s"
23613 msgid "%s: index file open failed"
23614 msgstr "%s:打开索引文件失败"
23618 msgid "%s: cannot stat the open index"
23619 msgstr "%s:不能对打开的索引执行 stat 操作"
23623 msgid "%s: index file smaller than expected"
23624 msgstr "%s:索引文件比预期的小"
23628 msgid "%s: unable to map index file%s"
23629 msgstr "%s:无法映射索引文件%s"
23633 msgid "unable to create load_index_extensions thread: %s"
23634 msgstr "无法创建 load_index_extensions 线程:%s"
23638 msgid "unable to join load_index_extensions thread: %s"
23639 msgstr "无法加入 load_index_extensions 线程:%s"
23643 msgid "could not freshen shared index '%s'"
23644 msgstr "无法刷新共享索引 '%s'"
23648 msgid "broken index, expect %s in %s, got %s"
23649 msgstr "损坏的索引,期望在 %2$s 中的 %1$s,得到 %3$s"
23652 msgid "cannot write split index for a sparse index"
23653 msgstr "无法为稀疏索引写入拆分索引"
23656 msgid "failed to convert to a sparse-index"
23661 msgid "unable to open git dir: %s"
23662 msgstr "不能打开 git 目录:%s"
23666 msgid "unable to unlink: %s"
23671 msgid "cannot fix permission bits on '%s'"
23672 msgstr "不能修复 '%s' 的权限位"
23676 msgid "%s: cannot drop to stage #0"
23677 msgstr "%s:不能落到暂存区 #0"
23681 msgid "unexpected diff status %c"
23682 msgstr "意外的差异状态 %c"
23686 msgid "remove '%s'\n"
23689 #: rebase-interactive.c
23691 "You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
23693 "Or you can abort the rebase with 'git rebase --abort'.\n"
23695 "您可以用 'git rebase --edit-todo' 修正,然后执行 'git rebase --continue'。\n"
23696 "或者您可以用 'git rebase --abort' 终止变基。\n"
23698 #: rebase-interactive.c
23701 "unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
23702 msgstr "选项 rebase.missingCommitsCheck 的值 %s 无法识别。已忽略。"
23704 #: rebase-interactive.c
23708 "p, pick <commit> = use commit\n"
23709 "r, reword <commit> = use commit, but edit the commit message\n"
23710 "e, edit <commit> = use commit, but stop for amending\n"
23711 "s, squash <commit> = use commit, but meld into previous commit\n"
23712 "f, fixup [-C | -c] <commit> = like \"squash\" but keep only the previous\n"
23713 " commit's log message, unless -C is used, in which case\n"
23714 " keep only this commit's message; -c is same as -C but\n"
23715 " opens the editor\n"
23716 "x, exec <command> = run command (the rest of the line) using shell\n"
23717 "b, break = stop here (continue rebase later with 'git rebase --continue')\n"
23718 "d, drop <commit> = remove commit\n"
23719 "l, label <label> = label current HEAD with a name\n"
23720 "t, reset <label> = reset HEAD to a label\n"
23721 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
23722 " create a merge commit using the original merge commit's\n"
23723 " message (or the oneline, if no original merge commit was\n"
23724 " specified); use -c <commit> to reword the commit message\n"
23725 "u, update-ref <ref> = track a placeholder for the <ref> to be updated\n"
23726 " to this position in the new commits. The <ref> is\n"
23727 " updated at the end of the rebase\n"
23729 "These lines can be re-ordered; they are executed from top to bottom.\n"
23733 "p, pick <提交> = 使用提交\n"
23734 "r, reword <提交> = 使用提交,但编辑提交说明\n"
23735 "e, edit <提交> = 使用提交,但停止以便修补提交\n"
23736 "s, squash <提交> = 使用提交,但挤压到前一个提交\n"
23737 "f, fixup [-C | -c] <提交> = 类似于 \"squash\",但只保留前一个提交\n"
23738 " 的提交说明,除非使用了 -C 参数,此情况下则只\n"
23739 " 保留本提交说明。使用 -c 和 -C 类似,但会打开\n"
23741 "x, exec <命令> = 使用 shell 运行命令(此行剩余部分)\n"
23742 "b, break = 在此处停止(使用 'git rebase --continue' 继续变基)\n"
23743 "d, drop <提交> = 删除提交\n"
23744 "l, label <label> = 为当前 HEAD 打上标记\n"
23745 "t, reset <label> = 重置 HEAD 到该标记\n"
23746 "m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
23747 ". 创建一个合并提交,并使用原始的合并提交说明(如果没有指定\n"
23748 ". 原始提交,使用注释部分的 oneline 作为提交说明)。使用\n"
23749 ". -c <提交> 可以编辑提交说明。\n"
23750 "u, update-ref <引用> = 为引用 <ref> 设置一个占位符,以将该引用更新为此处的新"
23752 " 此 <引用> 在变基结束后更新。\n"
23754 "可以对这些行重新排序,将从上至下执行。\n"
23756 #: rebase-interactive.c
23758 msgid "Rebase %s onto %s (%d command)"
23759 msgid_plural "Rebase %s onto %s (%d commands)"
23760 msgstr[0] "变基 %s 到 %s(%d 个提交)"
23761 msgstr[1] "变基 %s 到 %s(%d 个提交)"
23763 #: rebase-interactive.c
23766 "Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
23769 "不要删除任意一行。使用 'drop' 显式地删除一个提交。\n"
23771 #: rebase-interactive.c
23774 "If you remove a line here THAT COMMIT WILL BE LOST.\n"
23777 "如果您在这里删除一行,对应的提交将会丢失。\n"
23779 #: rebase-interactive.c
23782 "You are editing the todo file of an ongoing interactive rebase.\n"
23783 "To continue rebase after editing, run:\n"
23784 " git rebase --continue\n"
23788 "您正在修改进行中的交互式变基待办列表。若要在编辑结束后继续变基,\n"
23790 " git rebase --continue\n"
23793 #: rebase-interactive.c
23796 "However, if you remove everything, the rebase will be aborted.\n"
23800 "然而,如果您删除全部内容,变基操作将会终止。\n"
23803 #: rebase-interactive.c
23805 msgid "could not write '%s'."
23806 msgstr "不能写入 '%s'。"
23808 #: rebase-interactive.c
23811 "Warning: some commits may have been dropped accidentally.\n"
23812 "Dropped commits (newer to older):\n"
23814 "警告:一些提交可能被意外丢弃。\n"
23817 #: rebase-interactive.c
23820 "To avoid this message, use \"drop\" to explicitly remove a commit.\n"
23822 "Use 'git config rebase.missingCommitsCheck' to change the level of "
23824 "The possible behaviours are: ignore, warn, error.\n"
23827 "为避免这条信息,使用 \"drop\" 指令显式地删除一个提交。\n"
23829 "使用 'git config rebase.missingCommitsCheck' 来修改警告级别。\n"
23830 "可选值有:ignore、warn、error。\n"
23835 msgid "%s: 'preserve' superseded by 'merges'"
23836 msgstr "%s:'preserve' 被 'merges' 取代"
23838 #: ref-filter.c wt-status.c
23854 msgid "ahead %d, behind %d"
23855 msgstr "领先 %d,落后 %d"
23859 msgid "%%(%.*s) does not take arguments"
23860 msgstr "%%(%.*s) 不带参数"
23864 msgid "unrecognized %%(%.*s) argument: %s"
23865 msgstr "未能识别的 %%(%.*s) 参数:%s"
23869 msgid "expected format: %%(color:<color>)"
23870 msgstr "期望的格式:%%(color:<颜色>)"
23874 msgid "unrecognized color: %%(color:%s)"
23875 msgstr "未能识别的颜色:%%(color:%s)"
23879 msgid "Integer value expected refname:lstrip=%s"
23880 msgstr "期望整数值 refname:lstrip=%s"
23884 msgid "Integer value expected refname:rstrip=%s"
23885 msgstr "期望整数值 refname:rstrip=%s"
23889 msgid "expected %%(trailers:key=<value>)"
23890 msgstr "预期 %%(trailers:key=<值>)"
23894 msgid "unknown %%(trailers) argument: %s"
23895 msgstr "未知的 %%(trailers) 参数:%s"
23899 msgid "positive value expected contents:lines=%s"
23900 msgstr "期望一个正数 contents:lines=%s"
23904 msgid "argument expected for %s"
23909 msgid "positive value expected %s=%s"
23910 msgstr "预期正数参数值 %s=%s"
23914 msgid "cannot fully parse %s=%s"
23915 msgstr "不能完整解析 %s=%s"
23919 msgid "value expected %s="
23924 msgid "positive value expected '%s' in %%(%s)"
23925 msgstr "期望 %%(%2$s) 中的 '%1$s' 是一个正数"
23929 msgid "expected format: %%(align:<width>,<position>)"
23930 msgstr "期望的格式:%%(align:<宽度>,<位置>)"
23934 msgid "unrecognized position:%s"
23935 msgstr "未能识别的位置:%s"
23939 msgid "unrecognized width:%s"
23940 msgstr "未能识别的宽度:%s"
23944 msgid "unrecognized %%(%s) argument: %s"
23945 msgstr "未能识别的 %%(%s) 参数:%s"
23949 msgid "positive width expected with the %%(align) atom"
23950 msgstr "元素 %%(align) 需要一个正数的宽度"
23954 msgid "expected format: %%(ahead-behind:<committish>)"
23955 msgstr "期望的格式:%%(ahead-behind:<提交号>)"
23959 msgid "expected format: %%(is-base:<committish>)"
23960 msgstr "期望的格式:%%(is-base:<提交号>)"
23964 msgid "malformed field name: %.*s"
23965 msgstr "格式错误的字段名:%.*s"
23969 msgid "unknown field name: %.*s"
23970 msgstr "未知的字段名:%.*s"
23975 "not a git repository, but the field '%.*s' requires access to object data"
23976 msgstr "不是 git 仓库,但是字段 '%.*s' 需要访问对象数据"
23980 msgid "format: %%(%s) atom used without a %%(%s) atom"
23981 msgstr "格式:在没有 %%(%2$s) 元素的情况下使用了 %%(%1$s) 元素"
23985 msgid "format: %%(then) atom used more than once"
23986 msgstr "格式:%%(then) 元素用了多次"
23990 msgid "format: %%(then) atom used after %%(else)"
23991 msgstr "格式:%%(then) 元素用在了 %%(else) 之后"
23995 msgid "format: %%(else) atom used more than once"
23996 msgstr "格式:%%(else) 元素用了多次"
24000 msgid "format: %%(end) atom used without corresponding atom"
24001 msgstr "格式:使用了 %%(end) 元素却没有它的对应元素"
24005 msgid "malformed format string %s"
24006 msgstr "错误的格式化字符串 %s"
24010 msgid "this command reject atom %%(%.*s)"
24011 msgstr "这个命令拒绝元素 %%(%.*s)"
24015 msgid "--format=%.*s cannot be used with --python, --shell, --tcl"
24016 msgstr "--format=%.*s 不能和 --python、--shell、--tcl 同时使用"
24019 msgid "failed to run 'describe'"
24020 msgstr "无法运行 'describe'"
24024 msgid "(no branch, rebasing %s)"
24025 msgstr "(非分支,正变基 %s)"
24029 msgid "(no branch, rebasing detached HEAD %s)"
24030 msgstr "(非分支,正变基分离头指针 %s)"
24034 msgid "(no branch, bisect started on %s)"
24035 msgstr "(非分支,二分查找开始于 %s)"
24039 msgid "(HEAD detached at %s)"
24040 msgstr "(头指针在 %s 分离)"
24044 msgid "(HEAD detached from %s)"
24045 msgstr "(头指针自 %s 分离)"
24048 msgid "(no branch)"
24053 msgid "missing object %s for %s"
24054 msgstr "缺失 %2$s 的对象 %1$s"
24058 msgid "parse_object_buffer failed on %s for %s"
24059 msgstr "parse_object_buffer 失败于 %2$s 的 %1$s"
24063 msgid "malformed object at '%s'"
24064 msgstr "格式错误的对象 '%s'"
24068 msgid "ignoring ref with broken name %s"
24069 msgstr "忽略带有错误名称 %s 的引用"
24071 #: ref-filter.c refs.c
24073 msgid "ignoring broken ref %s"
24074 msgstr "忽略损坏的引用 %s"
24078 msgid "format: %%(end) atom missing"
24079 msgstr "格式:缺少 %%(end) 元素"
24083 msgid "malformed object name %s"
24084 msgstr "格式错误的对象名 %s"
24088 msgid "option `%s' must point to a commit"
24089 msgstr "选项 `%s' 必须指向一个提交"
24096 msgid "field name to sort on"
24100 msgid "exclude refs which match pattern"
24101 msgstr "排除与 <模式> 相匹配的引用"
24105 msgid "not a reflog: %s"
24106 msgstr "不是一个引用日志:%s"
24110 msgid "no reflog for '%s'"
24111 msgstr "没有 '%s' 的引用日志"
24115 msgid "%s does not point to a valid object!"
24116 msgstr "%s 没有指向一个有效的对象!"
24121 "Using '%s' as the name for the initial branch. This default branch name\n"
24122 "is subject to change. To configure the initial branch name to use in all\n"
24123 "of your new repositories, which will suppress this warning, call:\n"
24125 "\tgit config --global init.defaultBranch <name>\n"
24127 "Names commonly chosen instead of 'master' are 'main', 'trunk' and\n"
24128 "'development'. The just-created branch can be renamed via this command:\n"
24130 "\tgit branch -m <name>\n"
24132 "使用 '%s' 作为初始分支的名称。这个默认分支名称可能会更改。要在新仓库中\n"
24133 "配置使用初始分支名,并消除这条警告,请执行:\n"
24135 "\tgit config --global init.defaultBranch <名称>\n"
24137 "除了 'master' 之外,通常选定的名字有 'main'、'trunk' 和 'development'。\n"
24138 "可以通过以下命令重命名刚创建的分支:\n"
24140 "\tgit branch -m <name>\n"
24144 msgid "could not retrieve `%s`"
24149 msgid "invalid branch name: %s = %s"
24150 msgstr "无效的分支名:%s = %s"
24154 msgid "ignoring dangling symref %s"
24155 msgstr "忽略悬空符号引用 %s"
24159 msgid "log for ref %s has gap after %s"
24160 msgstr "引用 %s 的日志在 %s 之后有缺口"
24164 msgid "log for ref %s unexpectedly ended on %s"
24165 msgstr "引用 %s 的日志意外终止于 %s "
24169 msgid "log for %s is empty"
24173 msgid "refusing to force and skip creation of reflog"
24174 msgstr "拒绝既强制又跳过创建引用日志"
24178 msgid "refusing to update ref with bad name '%s'"
24179 msgstr "拒绝更新有错误名称 '%s' 的引用"
24183 msgid "refusing to update pseudoref '%s'"
24184 msgstr "拒绝更新伪引用 '%s'"
24188 msgid "update_ref failed for ref '%s': %s"
24189 msgstr "对引用 '%s' 执行 update_ref 失败:%s"
24193 msgid "multiple updates for ref '%s' not allowed"
24194 msgstr "不允许对引用 '%s' 多次更新"
24197 msgid "ref updates forbidden inside quarantine environment"
24198 msgstr "在隔离环境中禁止更新引用"
24201 msgid "ref updates aborted by hook"
24206 msgid "'%s' exists; cannot create '%s'"
24207 msgstr "'%s' 已存在,无法创建 '%s'"
24211 msgid "cannot process '%s' and '%s' at the same time"
24212 msgstr "无法同时处理 '%s' 和 '%s'"
24216 msgid "could not delete reference %s: %s"
24217 msgstr "无法删除引用 %s:%s"
24221 msgid "could not delete references: %s"
24226 msgid "Finished dry-run migration of refs, the result can be found at '%s'\n"
24227 msgstr "已完成 refs 的试运行迁移,结果可在 '%s' 处找到\n"
24231 msgid "could not remove temporary migration directory '%s'"
24232 msgstr "无法删除临时迁移目录 '%s'"
24236 msgid "migrated refs can be found at '%s'"
24237 msgstr "迁移的引用可以在 '%s' 处找到"
24239 #: refs/files-backend.c refs/reftable-backend.c
24242 "cannot lock ref '%s': expected symref with target '%s': but is a regular ref"
24243 msgstr "无法锁定引用 '%s':预期目标为 '%s' 的符号引用:但是是普通引用"
24245 #: refs/files-backend.c
24247 msgid "cannot open directory %s"
24250 #: refs/files-backend.c
24251 msgid "Checking references consistency"
24254 #: refs/reftable-backend.c
24256 msgid "refname is dangerous: %s"
24257 msgstr "危险的引用名称:%s"
24259 #: refs/reftable-backend.c
24261 msgid "trying to write ref '%s' with nonexistent object %s"
24262 msgstr "试图用不存在的对象 %2$s 写入引用 '%1$s'"
24264 #: refs/reftable-backend.c
24266 msgid "trying to write non-commit object %s to branch '%s'"
24267 msgstr "尝试将非提交对象 %s 写入分支 '%s'"
24269 #: refs/reftable-backend.c
24272 "multiple updates for 'HEAD' (including one via its referent '%s') are not "
24274 msgstr "不允许对 'HEAD' 进行多次更新(包括通过其引用 '%s' 进行的更新)"
24276 #: refs/reftable-backend.c
24278 msgid "cannot lock ref '%s': unable to resolve reference '%s'"
24279 msgstr "无法锁定引用 '%s':无法解析引用 '%s'"
24281 #: refs/reftable-backend.c
24283 msgid "cannot lock ref '%s': error reading reference"
24284 msgstr "无法锁定引用 '%s':读取引用时出错"
24286 #: refs/reftable-backend.c
24289 "multiple updates for '%s' (including one via symref '%s') are not allowed"
24290 msgstr "不允许对 '%s' 进行多次更新(包括通过符号引用 '%s' 更新)"
24292 #: refs/reftable-backend.c
24294 msgid "cannot lock ref '%s': reference already exists"
24295 msgstr "无法锁定引用 '%s':引用已存在"
24297 #: refs/reftable-backend.c
24299 msgid "cannot lock ref '%s': reference is missing but expected %s"
24300 msgstr "无法锁定 '%s' 引用:引用丢失,但预期为 %s"
24302 #: refs/reftable-backend.c
24304 msgid "cannot lock ref '%s': is at %s but expected %s"
24305 msgstr "无法锁定 '%s' 引用:位于 %s,但预期为 %s"
24307 #: refs/reftable-backend.c
24309 msgid "reftable: transaction prepare: %s"
24310 msgstr "reftable: 事务准备:%s"
24312 #: refs/reftable-backend.c
24314 msgid "reftable: transaction failure: %s"
24315 msgstr "reftable: 事务失败:%s"
24317 #: refs/reftable-backend.c
24319 msgid "unable to compact stack: %s"
24322 #: refs/reftable-backend.c
24324 msgid "refname %s not found"
24325 msgstr "引用名称 %s 未找到"
24327 #: refs/reftable-backend.c
24329 msgid "refname %s is a symbolic ref, copying it is not supported"
24330 msgstr "引用名 %s 是一个符号引用,不支持复制"
24334 msgid "invalid refspec '%s'"
24335 msgstr "无效的引用规格:'%s'"
24339 msgid "invalid quoting in push-option value: '%s'"
24340 msgstr "在 push-option 取值中无效的引号:'%s'"
24344 msgid "unknown value for object-format: %s"
24345 msgstr "对象格式的未知取值:%s"
24349 msgid "%sinfo/refs not valid: is this a git repository?"
24350 msgstr "%sinfo/refs 无效:这是 git 仓库么?"
24353 msgid "invalid server response; expected service, got flush packet"
24354 msgstr "无效的服务端响应。预期服务,得到 flush 包"
24358 msgid "invalid server response; got '%s'"
24359 msgstr "无效的服务端响应,得到 '%s'"
24363 msgid "repository '%s' not found"
24364 msgstr "仓库 '%s' 未找到"
24368 msgid "Authentication failed for '%s'"
24373 msgid "unable to access '%s' with http.pinnedPubkey configuration: %s"
24374 msgstr "无法以 http.pinnedPubkey 设置访问 '%s':%s"
24378 msgid "unable to access '%s': %s"
24379 msgstr "无法访问 '%s':%s"
24383 msgid "redirecting to %s"
24387 msgid "shouldn't have EOF when not gentle on EOF"
24388 msgstr "当没有设置温和处理文件结束符(EOF)时,不应该有文件结束符"
24391 msgid "remote server sent unexpected response end packet"
24392 msgstr "远程服务器发送意外的响应结束数据包"
24395 msgid "unable to rewind rpc post data - try increasing http.postBuffer"
24396 msgstr "无法倒回 rpc post 数据 - 尝试增加 http.postBuffer"
24400 msgid "remote-curl: bad line length character: %.4s"
24401 msgstr "remote-curl:错误的行宽字符:%.4s"
24404 msgid "remote-curl: unexpected response end packet"
24405 msgstr "remote-curl:意外响应结束包"
24409 msgid "RPC failed; %s"
24413 msgid "cannot handle pushes this big"
24414 msgstr "不能处理这么大的推送"
24418 msgid "cannot deflate request; zlib deflate error %d"
24419 msgstr "不能压缩请求,zlib 压缩错误 %d"
24423 msgid "cannot deflate request; zlib end error %d"
24424 msgstr "不能压缩请求,zlib 结束错误 %d"
24428 msgid "%d bytes of length header were received"
24429 msgstr "收到了 %d 字节长度的头信息"
24433 msgid "%d bytes of body are still expected"
24434 msgstr "预期仍然需要 %d 个字节的正文"
24437 msgid "dumb http transport does not support shallow capabilities"
24438 msgstr "哑 http 传输不支持浅克隆能力"
24441 msgid "fetch failed."
24445 msgid "cannot fetch by sha1 over smart http"
24446 msgstr "无法通过智能 HTTP 获取 sha1"
24450 msgid "protocol error: expected sha/ref, got '%s'"
24451 msgstr "协议错误:期望 sha/ref,却得到 '%s'"
24455 msgid "http transport does not support %s"
24456 msgstr "http 传输协议不支持 %s"
24459 msgid "protocol error: expected '<url> <path>', missing space"
24460 msgstr "协议错误:预期 '<url> <path>',缺少空格"
24464 msgid "failed to download file at URL '%s'"
24465 msgstr "无法下载位于 URL '%s' 的文件"
24468 msgid "git-http-push failed"
24469 msgstr "git-http-push 失败"
24472 msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
24473 msgstr "remote-curl:用法:git remote-curl <远程> [<url>]"
24476 msgid "remote-curl: error reading command stream from git"
24477 msgstr "remote-curl:错误读取来自 git 的命令流"
24480 msgid "remote-curl: fetch attempted without a local repo"
24481 msgstr "remote-curl:尝试没有本地仓库下获取"
24485 msgid "remote-curl: unknown command '%s' from git"
24486 msgstr "remote-curl:未知的来自 git 的命令 '%s'"
24490 msgid "config remote shorthand cannot begin with '/': %s"
24491 msgstr "配置的远程短名称不能以 '/' 开始:%s"
24494 msgid "more than one receivepack given, using the first"
24495 msgstr "提供了一个以上的 receivepack,使用第一个"
24498 msgid "more than one uploadpack given, using the first"
24499 msgstr "提供了一个以上的 uploadpack,使用第一个"
24503 msgid "unrecognized value transfer.credentialsInUrl: '%s'"
24504 msgstr "无法识别的 transfer.credentialsInUrl 值:'%s'"
24508 msgid "URL '%s' uses plaintext credentials"
24509 msgstr "URL '%s' 使用明文认证信息"
24513 msgid "Cannot fetch both %s and %s to %s"
24514 msgstr "不能同时获取 %s 和 %s 至 %s"
24518 msgid "%s usually tracks %s, not %s"
24519 msgstr "%s 通常跟踪 %s,而非 %s"
24523 msgid "%s tracks both %s and %s"
24524 msgstr "%s 同时跟踪 %s 和 %s"
24528 msgid "key '%s' of pattern had no '*'"
24529 msgstr "模式的键 '%s' 没有 '*'"
24533 msgid "value '%s' of pattern has no '*'"
24534 msgstr "模式的值 '%s' 没有 '*'"
24538 msgid "src refspec %s does not match any"
24539 msgstr "源引用规格 %s 没有匹配"
24543 msgid "src refspec %s matches more than one"
24544 msgstr "源引用规格 %s 匹配超过一个"
24546 #. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
24547 #. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
24553 "The destination you provided is not a full refname (i.e.,\n"
24554 "starting with \"refs/\"). We tried to guess what you meant by:\n"
24556 "- Looking for a ref that matches '%s' on the remote side.\n"
24557 "- Checking if the <src> being pushed ('%s')\n"
24558 " is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
24559 " refs/{heads,tags}/ prefix on the remote side.\n"
24561 "Neither worked, so we gave up. You must fully qualify the ref."
24563 "您提供的目标不是一个完整的引用名称(即以 \"refs/\" 开头)。我们\n"
24566 "- 在远端查询和 '%s' 匹配的引用。\n"
24567 "- 检查要推送的 <src>('%s')是不是在 \"refs/{heads,tags}/\" 中的\n"
24568 " 引用。如果是,我们会在对应的远端添加 refs/{heads,tags}/ 前缀。\n"
24570 "都不行,所以我们已放弃。您必须给出完整的引用。"
24575 "The <src> part of the refspec is a commit object.\n"
24576 "Did you mean to create a new branch by pushing to\n"
24577 "'%s:refs/heads/%s'?"
24579 "引用规格的 <src> 是一个提交对象。您是想创建一个新的分支而向\n"
24580 "'%s:refs/heads/%s' 推送么?"
24585 "The <src> part of the refspec is a tag object.\n"
24586 "Did you mean to create a new tag by pushing to\n"
24587 "'%s:refs/tags/%s'?"
24589 "引用规格的 <src> 是一个标签对象。您是想创建一个新的标签而向\n"
24590 "'%s:refs/tags/%s' 推送么?"
24595 "The <src> part of the refspec is a tree object.\n"
24596 "Did you mean to tag a new tree by pushing to\n"
24597 "'%s:refs/tags/%s'?"
24599 "引用规格的 <src> 是一个树对象。您是想为这个树对象创建标签而向\n"
24600 "'%s:refs/tags/%s' 推送么?"
24605 "The <src> part of the refspec is a blob object.\n"
24606 "Did you mean to tag a new blob by pushing to\n"
24607 "'%s:refs/tags/%s'?"
24609 "引用规格的 <src> 是一个数据对象。您是想为这个数据对象创建标签而向\n"
24610 "'%s:refs/tags/%s' 推送么?"
24614 msgid "%s cannot be resolved to branch"
24615 msgstr "%s 无法被解析为分支"
24619 msgid "unable to delete '%s': remote ref does not exist"
24620 msgstr "无法删除 '%s':远程引用不存在"
24624 msgid "dst refspec %s matches more than one"
24625 msgstr "目标引用规格 %s 匹配超过一个"
24629 msgid "dst ref %s receives from more than one src"
24630 msgstr "目标引用 %s 接收超过一个源"
24633 msgid "HEAD does not point to a branch"
24634 msgstr "HEAD 没有指向一个分支"
24638 msgid "no such branch: '%s'"
24639 msgstr "没有此分支:'%s'"
24643 msgid "no upstream configured for branch '%s'"
24644 msgstr "尚未给分支 '%s' 设置上游"
24648 msgid "upstream branch '%s' not stored as a remote-tracking branch"
24649 msgstr "上游分支 '%s' 没有存储为一个远程跟踪分支"
24653 msgid "push destination '%s' on remote '%s' has no local tracking branch"
24654 msgstr "推送目标 '%s' 至远程 '%s' 没有本地跟踪分支"
24658 msgid "branch '%s' has no remote for pushing"
24659 msgstr "分支 '%s' 没有设置要推送的远程服务器"
24663 msgid "push refspecs for '%s' do not include '%s'"
24664 msgstr "向 '%s' 推送引用规格未包含 '%s'"
24667 msgid "push has no destination (push.default is 'nothing')"
24668 msgstr "推送无目标(push.default 是 'nothing')"
24671 msgid "cannot resolve 'simple' push to a single destination"
24672 msgstr "无法解析 'simple' 推送至一个单独的目标"
24676 msgid "couldn't find remote ref %s"
24677 msgstr "无法找到远程引用 %s"
24681 msgid "* Ignoring funny ref '%s' locally"
24682 msgstr "* 在本地忽略可笑的引用 '%s'"
24686 msgid "Your branch is based on '%s', but the upstream is gone.\n"
24687 msgstr "您的分支基于 '%s',但此上游分支已经不存在。\n"
24690 msgid " (use \"git branch --unset-upstream\" to fixup)\n"
24691 msgstr " (使用 \"git branch --unset-upstream\" 来修复)\n"
24695 msgid "Your branch is up to date with '%s'.\n"
24696 msgstr "您的分支与上游分支 '%s' 一致。\n"
24700 msgid "Your branch and '%s' refer to different commits.\n"
24701 msgstr "您的分支和 '%s' 指向不同的提交。\n"
24705 msgid " (use \"%s\" for details)\n"
24706 msgstr " (使用 \"%s\" 查看详情)\n"
24710 msgid "Your branch is ahead of '%s' by %d commit.\n"
24711 msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
24712 msgstr[0] "您的分支领先 '%s' 共 %d 个提交。\n"
24713 msgstr[1] "您的分支领先 '%s' 共 %d 个提交。\n"
24716 msgid " (use \"git push\" to publish your local commits)\n"
24717 msgstr " (使用 \"git push\" 来发布您的本地提交)\n"
24721 msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
24723 "Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
24724 msgstr[0] "您的分支落后 '%s' 共 %d 个提交,并且可以快进。\n"
24725 msgstr[1] "您的分支落后 '%s' 共 %d 个提交,并且可以快进。\n"
24729 msgid " (use \"git pull\" to update your local branch)\n"
24730 msgstr " (使用 \"git pull\" 来更新您的本地分支)\n"
24735 "Your branch and '%s' have diverged,\n"
24736 "and have %d and %d different commit each, respectively.\n"
24738 "Your branch and '%s' have diverged,\n"
24739 "and have %d and %d different commits each, respectively.\n"
24741 "您的分支和 '%s' 出现了偏离,\n"
24742 "并且分别有 %d 和 %d 处不同的提交。\n"
24744 "您的分支和 '%s' 出现了偏离,\n"
24745 "并且分别有 %d 和 %d 处不同的提交。\n"
24750 " (use \"git pull\" if you want to integrate the remote branch with yours)\n"
24751 msgstr " (如果您想将远程分支与您的更改合并,请使用 \"git pull\")\n"
24755 msgid "cannot parse expected object name '%s'"
24756 msgstr "无法解析期望的对象名 '%s'"
24760 msgid "cannot strip one component off url '%s'"
24761 msgstr "无法从 url '%s' 剥离一个组件"
24763 #: replace-object.c
24765 msgid "bad replace ref name: %s"
24766 msgstr "错误的替换引用名称:%s"
24768 #: replace-object.c
24770 msgid "duplicate replace ref: %s"
24771 msgstr "重复的替换引用:%s"
24773 #: replace-object.c
24775 msgid "replace depth too high for object %s"
24776 msgstr "对象 %s 的替换层级太深"
24779 msgid "corrupt MERGE_RR"
24780 msgstr "损坏的 MERGE_RR"
24783 msgid "unable to write rerere record"
24784 msgstr "无法写入 rerere 记录"
24788 msgid "there were errors while writing '%s' (%s)"
24789 msgstr "写入 '%s' (%s) 时出错"
24793 msgid "could not parse conflict hunks in '%s'"
24794 msgstr "不能解析 '%s' 中的冲突块"
24798 msgid "failed utime() on '%s'"
24799 msgstr "在 '%s' 上调用 utime() 失败"
24803 msgid "writing '%s' failed"
24804 msgstr "写入 '%s' 失败"
24808 msgid "Staged '%s' using previous resolution."
24809 msgstr "使用之前的解决方案暂存 '%s'。"
24813 msgid "Recorded resolution for '%s'."
24814 msgstr "已记录 '%s' 的解决方案。"
24818 msgid "Resolved '%s' using previous resolution."
24819 msgstr "使用之前的解决方案解决 '%s'。"
24823 msgid "cannot unlink stray '%s'"
24824 msgstr "不能删除 stray '%s'"
24828 msgid "Recorded preimage for '%s'"
24829 msgstr "为 '%s' 记录 preimage"
24833 msgid "failed to update conflicted state in '%s'"
24834 msgstr "无法更新 '%s' 中的冲突状态"
24838 msgid "no remembered resolution for '%s'"
24839 msgstr "没有为 '%s' 记忆的解决方案"
24843 msgid "Updated preimage for '%s'"
24844 msgstr "已为 '%s' 更新 preimage"
24848 msgid "Forgot resolution for '%s'\n"
24849 msgstr "忘记 '%s' 的解决方案\n"
24852 msgid "unable to open rr-cache directory"
24853 msgstr "不能打开 rr-cache 目录"
24856 msgid "update the index with reused conflict resolution if possible"
24857 msgstr "如果可能,重用冲突解决更新索引"
24860 msgid "could not determine HEAD revision"
24861 msgstr "不能确定 HEAD 版本"
24863 #: reset.c sequencer.c
24865 msgid "failed to find tree of %s"
24866 msgstr "无法找到 %s 指向的树"
24870 msgid "unsupported section for hidden refs: %s"
24871 msgstr "不支持的隐藏引用片段: %s"
24874 msgid "--exclude-hidden= passed more than once"
24875 msgstr "--exclude-hidden= 传递了不止一次"
24879 msgid "resolve-undo records `%s` which is missing"
24880 msgstr "resolve-undo 记录 `%s`,现缺失"
24884 msgid "%s exists but is a symbolic ref"
24885 msgstr "%s 存在但是一个符号引用"
24889 "--merge requires one of the pseudorefs MERGE_HEAD, CHERRY_PICK_HEAD, "
24890 "REVERT_HEAD or REBASE_HEAD"
24892 "--merge 选项需要指定 MERGE_HEAD、CHERRY_PICK_HEAD、REVERT_HEAD 或 "
24893 "REBASE_HEAD 中的一个伪引用"
24897 msgid "could not get commit for --ancestry-path argument %s"
24898 msgstr "无法获得 --ancestry-path 参数 %s 的提交"
24901 msgid "--unpacked=<packfile> no longer supported"
24902 msgstr "不再支持 --unpacked=<packfile>"
24906 msgid "invalid option '%s' in --stdin mode"
24907 msgstr "在 --stdin 模式下的无效选项:'%s'"
24910 msgid "your current branch appears to be broken"
24911 msgstr "您的当前分支好像被损坏"
24915 msgid "your current branch '%s' does not have any commits yet"
24916 msgstr "您的当前分支 '%s' 尚无任何提交"
24919 msgid "object filtering requires --objects"
24920 msgstr "对象过滤需要 --objects"
24923 msgid "-L does not yet support diff formats besides -p and -s"
24924 msgstr "-L 尚不支持 -p 和 -s 之外的差异格式"
24928 msgid "cannot create async thread: %s"
24929 msgstr "不能创建 async 线程:%s"
24931 #: scalar.c worktree.c
24933 msgid "'%s' does not exist"
24938 msgid "could not switch to '%s'"
24939 msgstr "无法切换到 '%s'"
24942 msgid "need a working directory"
24946 msgid "Scalar enlistments require a worktree"
24947 msgstr "Scalar 登记需要一个工作树"
24951 msgid "could not configure %s=%s"
24952 msgstr "无法配置 %s=%s"
24955 msgid "could not configure log.excludeDecoration"
24956 msgstr "无法配置 log.excludeDecoration"
24959 msgid "could not add enlistment"
24963 msgid "could not set recommended config"
24967 msgid "could not turn on maintenance"
24971 msgid "could not start the FSMonitor daemon"
24972 msgstr "无法启动 FSMonitor 守护进程"
24975 msgid "could not turn off maintenance"
24979 msgid "could not remove enlistment"
24984 msgid "remote HEAD is not a branch: '%.*s'"
24985 msgstr "远程 HEAD 不是一个分支:'%.*s'"
24988 msgid "failed to get default branch name from remote; using local default"
24989 msgstr "无法从远程获取默认分支名称;使用本地默认值"
24992 msgid "failed to get default branch name"
24993 msgstr "无法获取默认分支名称"
24996 msgid "failed to unregister repository"
25000 msgid "failed to stop the FSMonitor daemon"
25001 msgstr "无法停止 FSMonitor 守护进程"
25004 msgid "failed to delete enlistment directory"
25008 msgid "branch to checkout after clone"
25012 msgid "when cloning, create full working directory"
25013 msgstr "在克隆时,创建完整的工作目录"
25016 msgid "only download metadata for the branch that will be checked out"
25017 msgstr "只下载要检出的分支的元信息"
25020 msgid "create repository within 'src' directory"
25021 msgstr "在 'src' 目录中创建仓库"
25024 msgid "specify if tags should be fetched during clone"
25025 msgstr "如若应在克隆期间获取标签则指定"
25029 "scalar clone [--single-branch] [--branch <main-branch>] [--full-clone]\n"
25030 "\t[--[no-]src] [--[no-]tags] <url> [<enlistment>]"
25032 "scalar clone [--single-branch] [--branch <main-branch>] [--full-clone]\n"
25033 "\t[--[no-]src] [--[no-]tags] <url> [<登记>]"
25037 msgid "cannot deduce worktree name from '%s'"
25038 msgstr "无法从 '%s' 猜测工作区名称"
25042 msgid "directory '%s' exists already"
25043 msgstr "目录 '%s' 已存在"
25047 msgid "failed to get default branch for '%s'"
25048 msgstr "无法获取 '%s' 的默认分支"
25052 msgid "could not configure remote in '%s'"
25053 msgstr "无法在 '%s' 中配置远程"
25057 msgid "could not disable tags in '%s'"
25058 msgstr "无法禁用 '%s' 中的标签"
25062 msgid "could not configure '%s'"
25066 msgid "partial clone failed; attempting full clone"
25067 msgstr "部分克隆失败;尝试完整克隆"
25070 msgid "could not configure for full clone"
25074 msgid "scalar diagnose [<enlistment>]"
25075 msgstr "scalar diagnose [<登记>]"
25078 msgid "`scalar list` does not take arguments"
25079 msgstr "`scalar list` 不带参数"
25082 msgid "scalar register [<enlistment>]"
25083 msgstr "scalar register [<登记>]"
25086 msgid "reconfigure all registered enlistments"
25087 msgstr "重新配置所有注册的登记"
25090 msgid "scalar reconfigure [--all | <enlistment>]"
25091 msgstr "scalar reconfigure [--all | <登记>]"
25094 msgid "--all or <enlistment>, but not both"
25095 msgstr "--all 或者 <登记>,而不是两个一起"
25099 msgid "could not remove stale scalar.repo '%s'"
25100 msgstr "无法删除过期的 scalar.repo '%s'"
25104 msgid "removed stale scalar.repo '%s'"
25105 msgstr "已删除过期的 scalar.repo '%s'"
25109 msgid "repository at '%s' has different owner"
25110 msgstr "位于 '%s' 处的仓库有不同的所有者"
25114 msgid "repository at '%s' has a format issue"
25115 msgstr "位于 '%s' 处的仓库存在格式问题"
25119 msgid "repository not found in '%s'"
25120 msgstr "在 '%s' 中找不到仓库"
25125 "to unregister this repository from Scalar, run\n"
25126 "\tgit config --global --unset --fixed-value scalar.repo \"%s\""
25128 "若希望从 Scalar 注销该仓库,执行\n"
25129 "\tgit config --global --unset --fixed-value scalar.repo \"%s\""
25133 "scalar run <task> [<enlistment>]\n"
25136 "scalar run <任务> [<登记>]\n"
25141 msgid "no such task: '%s'"
25142 msgstr "没有此任务:'%s'"
25145 msgid "scalar unregister [<enlistment>]"
25146 msgstr "scalar unregister [<登记>]"
25149 msgid "scalar delete <enlistment>"
25150 msgstr "scalar delete <登记>"
25153 msgid "refusing to delete current working directory"
25154 msgstr "拒绝删除当前工作目录"
25157 msgid "include Git version"
25158 msgstr "包括 Git 的版本"
25161 msgid "include Git's build options"
25162 msgstr "包括 Git 的构建选项"
25165 msgid "scalar verbose [-v | --verbose] [--build-options]"
25166 msgstr "scalar verbose [-v | --verbose] [--build-options]"
25169 msgid "-C requires a <directory>"
25170 msgstr "-C 需要 <目录>"
25174 msgid "could not change to '%s'"
25175 msgstr "无法变更到 '%s'"
25178 msgid "-c requires a <key>=<value> argument"
25179 msgstr "-c 需要 <键>=<值> 参数"
25183 "scalar [-C <directory>] [-c <key>=<value>] <command> [<options>]\n"
25187 "scalar [-C <目录>] [-c <键>=<值>] <命令> [<选项>]\n"
25192 msgid "unexpected flush packet while reading remote unpack status"
25193 msgstr "读取远程解包状态时收到意外的 flush 包"
25197 msgid "unable to parse remote unpack status: %s"
25198 msgstr "不能解析远程解包状态:%s"
25202 msgid "remote unpack failed: %s"
25206 msgid "failed to sign the push certificate"
25210 msgid "send-pack: unable to fork off fetch subprocess"
25211 msgstr "send-pack:无法派生 fetch 子进程"
25214 msgid "push negotiation failed; proceeding anyway with push"
25215 msgstr "推送协商失败,但还是继续推送"
25218 msgid "the receiving end does not support this repository's hash algorithm"
25219 msgstr "接收端不支持这个仓库的哈希算法"
25222 msgid "the receiving end does not support --signed push"
25223 msgstr "接收端不支持签名推送(--signed)"
25227 "not sending a push certificate since the receiving end does not support --"
25229 msgstr "未发送推送证书,因为接收端不支持签名推送(--signed)"
25232 msgid "the receiving end does not support --atomic push"
25233 msgstr "接收端不支持原子推送(--atomic)"
25236 msgid "the receiving end does not support push options"
25237 msgstr "接收端不支持推送选项"
25241 msgid "invalid commit message cleanup mode '%s'"
25242 msgstr "无效的提交信息清理模式 '%s'"
25246 msgid "could not delete '%s'"
25254 msgid "cherry-pick"
25263 msgid "unknown action: %d"
25268 "Resolve all conflicts manually, mark them as resolved with\n"
25269 "\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
25270 "You can instead skip this commit: run \"git rebase --skip\".\n"
25271 "To abort and get back to the state before \"git rebase\", run \"git rebase --"
25274 "手工解决所有冲突,执行 \"git add/rm <冲突的文件>\" 标记\n"
25275 "冲突已解决,然后执行 \"git rebase --continue\"。您也可以执行\n"
25276 "\"git rebase --skip\" 命令跳过这个提交。如果想要终止执行并回到\n"
25277 "\"git rebase\" 执行之前的状态,执行 \"git rebase --abort\"。"
25281 "after resolving the conflicts, mark the corrected paths\n"
25282 "with 'git add <paths>' or 'git rm <paths>'"
25284 "冲突解决完毕后,用 'git add <路径>' 或 'git rm <路径>'\n"
25289 "After resolving the conflicts, mark them with\n"
25290 "\"git add/rm <pathspec>\", then run\n"
25291 "\"git cherry-pick --continue\".\n"
25292 "You can instead skip this commit with \"git cherry-pick --skip\".\n"
25293 "To abort and get back to the state before \"git cherry-pick\",\n"
25294 "run \"git cherry-pick --abort\"."
25296 "解决所有冲突之后,用 \"git add/rm <路径规格>\" 标记它们,\n"
25297 "然后执行 \"git cherry-pick --continue\"。您也可以执行\n"
25298 "\"git cherry-pick --skip\" 命令跳过这个提交。如果想要终止执行并回到\n"
25299 "执行 \"git cherry-pick\" 之前的状态,执行 \"git cherry-pick --abort\"。"
25303 "After resolving the conflicts, mark them with\n"
25304 "\"git add/rm <pathspec>\", then run\n"
25305 "\"git revert --continue\".\n"
25306 "You can instead skip this commit with \"git revert --skip\".\n"
25307 "To abort and get back to the state before \"git revert\",\n"
25308 "run \"git revert --abort\"."
25310 "解决所有冲突之后,用 \"git add/rm <路径规格>\" 标记它们,\n"
25311 "然后执行 \"git revert --continue\"。您也可以执行\n"
25312 "\"git revert --skip\" 命令跳过这个提交。如果想要终止执行并回到\n"
25313 "执行 \"git revert\" 之前的状态,执行 \"git revert --abort\"。"
25317 msgid "could not lock '%s'"
25322 msgid "could not write eol to '%s'"
25323 msgstr "不能将换行符写入 '%s'"
25327 msgid "failed to finalize '%s'"
25332 msgid "your local changes would be overwritten by %s."
25333 msgstr "您的本地修改将被%s覆盖。"
25336 msgid "commit your changes or stash them to proceed."
25337 msgstr "提交您的修改或贮藏后再继续。"
25339 #. TRANSLATORS: %s will be "revert", "cherry-pick" or
25344 msgid "%s: Unable to write new index file"
25345 msgstr "%s:无法写入新索引文件"
25348 msgid "unable to update cache tree"
25352 msgid "could not resolve HEAD commit"
25353 msgstr "不能解析 HEAD 提交"
25357 msgid "no key present in '%.*s'"
25358 msgstr "在 '%.*s' 中没有 key"
25362 msgid "unable to dequote value of '%s'"
25363 msgstr "无法为 '%s' 的值去引号"
25366 msgid "'GIT_AUTHOR_NAME' already given"
25367 msgstr "已经给出 'GIT_AUTHOR_NAME'"
25370 msgid "'GIT_AUTHOR_EMAIL' already given"
25371 msgstr "已经给出 'GIT_AUTHOR_EMAIL'"
25374 msgid "'GIT_AUTHOR_DATE' already given"
25375 msgstr "已经给出 'GIT_AUTHOR_DATE'"
25379 msgid "unknown variable '%s'"
25383 msgid "missing 'GIT_AUTHOR_NAME'"
25384 msgstr "缺少 'GIT_AUTHOR_NAME'"
25387 msgid "missing 'GIT_AUTHOR_EMAIL'"
25388 msgstr "缺少 'GIT_AUTHOR_EMAIL'"
25391 msgid "missing 'GIT_AUTHOR_DATE'"
25392 msgstr "缺少 'GIT_AUTHOR_DATE'"
25397 "you have staged changes in your working tree\n"
25398 "If these changes are meant to be squashed into the previous commit, run:\n"
25400 " git commit --amend %s\n"
25402 "If they are meant to go into a new commit, run:\n"
25406 "In both cases, once you're done, continue with:\n"
25408 " git rebase --continue\n"
25411 "如果这些修改需要被挤压到前一个提交,执行:\n"
25413 " git commit --amend %s\n"
25415 "如果这些修改要形成一个新提交,执行:\n"
25419 "无论哪种情况,当您完成提交,继续执行:\n"
25421 " git rebase --continue\n"
25424 msgid "'prepare-commit-msg' hook failed"
25425 msgstr "'prepare-commit-msg' 钩子失败"
25429 "Your name and email address were configured automatically based\n"
25430 "on your username and hostname. Please check that they are accurate.\n"
25431 "You can suppress this message by setting them explicitly. Run the\n"
25432 "following command and follow the instructions in your editor to edit\n"
25433 "your configuration file:\n"
25435 " git config --global --edit\n"
25437 "After doing this, you may fix the identity used for this commit with:\n"
25439 " git commit --amend --reset-author\n"
25441 "您的姓名和邮件地址基于登录名和主机名进行了自动设置。请检查它们正确\n"
25442 "与否。您可以对其进行设置以免再出现本提示信息。运行如下命令在编辑器\n"
25445 " git config --global --edit\n"
25447 "设置完毕后,您可以用下面的命令来修正本次提交所使用的用户身份:\n"
25449 " git commit --amend --reset-author\n"
25453 "Your name and email address were configured automatically based\n"
25454 "on your username and hostname. Please check that they are accurate.\n"
25455 "You can suppress this message by setting them explicitly:\n"
25457 " git config --global user.name \"Your Name\"\n"
25458 " git config --global user.email you@example.com\n"
25460 "After doing this, you may fix the identity used for this commit with:\n"
25462 " git commit --amend --reset-author\n"
25464 "您的姓名和邮件地址基于登录名和主机名进行了自动设置。请检查它们正确\n"
25465 "与否。您可以对其进行设置以免再出现本提示信息:\n"
25467 " git config --global user.name \"Your Name\"\n"
25468 " git config --global user.email you@example.com\n"
25470 "设置完毕后,您可以用下面的命令来修正本次提交所使用的用户身份:\n"
25472 " git commit --amend --reset-author\n"
25475 msgid "couldn't look up newly created commit"
25476 msgstr "无法找到新创建的提交"
25479 msgid "could not parse newly created commit"
25480 msgstr "不能解析新创建的提交"
25483 msgid "unable to resolve HEAD after creating commit"
25484 msgstr "创建提交后,不能解析 HEAD"
25487 msgid "detached HEAD"
25490 # 译者:中文字符串拼接,可删除前导空格
25492 msgid " (root-commit)"
25496 msgid "could not parse HEAD"
25501 msgid "HEAD %s is not a commit!"
25502 msgstr "HEAD %s 不是一个提交!"
25505 msgid "unable to parse commit author"
25510 msgid "unable to read commit message from '%s'"
25511 msgstr "不能从 '%s' 读取提交说明"
25515 msgid "invalid author identity '%s'"
25516 msgstr "无效的作者身份 '%s'"
25519 msgid "corrupt author: missing date information"
25520 msgstr "损坏的作者:缺失日期信息"
25524 msgid "could not update %s"
25529 msgid "could not parse parent commit %s"
25530 msgstr "不能解析父提交 %s"
25534 msgid "unknown command: %d"
25538 msgid "This is the 1st commit message:"
25539 msgstr "这是第一个提交说明:"
25543 msgid "This is the commit message #%d:"
25544 msgstr "这是提交说明 #%d:"
25547 msgid "The 1st commit message will be skipped:"
25548 msgstr "第一个提交说明将被跳过:"
25552 msgid "The commit message #%d will be skipped:"
25553 msgstr "提交说明 #%d 将被跳过:"
25557 msgid "This is a combination of %d commits."
25558 msgstr "这是一个 %d 个提交的组合。"
25562 msgid "cannot write '%s'"
25566 msgid "need a HEAD to fixup"
25567 msgstr "需要一个 HEAD 来修复"
25570 msgid "could not read HEAD"
25574 msgid "could not read HEAD's commit message"
25575 msgstr "不能读取 HEAD 的提交说明"
25579 msgid "could not read commit message of %s"
25580 msgstr "不能读取 %s 的提交说明"
25583 msgid "your index file is unmerged."
25584 msgstr "您的索引文件未完成合并。"
25587 msgid "cannot fixup root commit"
25592 msgid "commit %s is a merge but no -m option was given."
25593 msgstr "提交 %s 是一个合并提交但未提供 -m 选项。"
25597 msgid "commit %s does not have parent %d"
25598 msgstr "提交 %s 没有第 %d 个父提交"
25602 msgid "cannot get commit message for %s"
25603 msgstr "不能得到 %s 的提交说明"
25605 #. TRANSLATORS: The first %s will be a "todo" command like
25606 #. "revert" or "pick", the second %s a SHA1.
25609 msgid "%s: cannot parse parent commit %s"
25610 msgstr "%s:不能解析父提交 %s"
25614 msgid "could not revert %s... %s"
25615 msgstr "不能还原 %s... %s"
25619 msgid "could not apply %s... %s"
25620 msgstr "不能应用 %s... %s"
25624 msgid "dropping %s %s -- patch contents already upstream\n"
25625 msgstr "丢弃 %s %s -- 补丁内容已在上游\n"
25629 msgid "git %s: failed to read the index"
25630 msgstr "git %s:无法读取索引"
25634 msgid "git %s: failed to refresh the index"
25635 msgstr "git %s:无法刷新索引"
25639 msgid "'%s' is not a valid label"
25640 msgstr "'%s' 不是一个有效的标签"
25644 msgid "'%s' is not a valid refname"
25645 msgstr "'%s' 不是一个有效的引用名"
25649 msgid "update-ref requires a fully qualified refname e.g. refs/heads/%s"
25650 msgstr "update-ref 需要一个完整的引用名,例如:refs/heads/%s"
25654 msgid "'%s' does not accept merge commits"
25655 msgstr "'%s' 不接受合并提交"
25657 #. TRANSLATORS: 'pick' and 'merge -C' should not be
25662 "'pick' does not take a merge commit. If you wanted to\n"
25663 "replay the merge, use 'merge -C' on the commit."
25665 "'pick' 不接受合并提交。如果您想要重放合并,\n"
25666 "请在提交上使用 'merge -C'。"
25668 #. TRANSLATORS: 'reword' and 'merge -c' should not be
25673 "'reword' does not take a merge commit. If you wanted to\n"
25674 "replay the merge and reword the commit message, use\n"
25675 "'merge -c' on the commit"
25677 "'reword' 不接受合并提交。如果您想重放合并并重写提交消息,\n"
25678 "请在提交上使用 'merge -c'"
25680 #. TRANSLATORS: 'edit', 'merge -C' and 'break' should
25681 #. not be translated.
25685 "'edit' does not take a merge commit. If you wanted to\n"
25686 "replay the merge, use 'merge -C' on the commit, and then\n"
25687 "'break' to give the control back to you so that you can\n"
25688 "do 'git commit --amend && git rebase --continue'."
25690 "'edit”' 不接受合并提交。如果您想要重放合并,\n"
25691 "请在提交上使用 'merge -C',然后使用 'break'\n"
25692 "将控制权交还给您,以便您可以执行\n"
25693 "'git commit --amend && git rebase --continue'。"
25696 msgid "cannot squash merge commit into another commit"
25697 msgstr "无法将合并提交压缩到另一个提交中"
25701 msgid "invalid command '%.*s'"
25702 msgstr "无效命令 '%.*s'"
25706 msgid "missing arguments for %s"
25711 msgid "could not parse '%s'"
25716 msgid "invalid line %d: %.*s"
25717 msgstr "无效行 %d:%.*s"
25721 msgid "cannot '%s' without a previous commit"
25722 msgstr "没有父提交的情况下不能 '%s'"
25725 msgid "cancelling a cherry picking in progress"
25726 msgstr "正在取消一个进行中的拣选"
25729 msgid "cancelling a revert in progress"
25730 msgstr "正在取消一个进行中的还原"
25733 msgid "please fix this using 'git rebase --edit-todo'."
25734 msgstr "请用 'git rebase --edit-todo' 来修改。"
25738 msgid "unusable instruction sheet: '%s'"
25739 msgstr "不可用的指令清单:'%s'"
25742 msgid "no commits parsed."
25746 msgid "cannot cherry-pick during a revert."
25747 msgstr "不能在回退中执行拣选。"
25750 msgid "cannot revert during a cherry-pick."
25751 msgstr "不能在拣选中执行回退。"
25754 msgid "unusable squash-onto"
25755 msgstr "不可用的 squash-onto"
25759 msgid "malformed options sheet: '%s'"
25760 msgstr "格式错误的选项清单:'%s'"
25763 msgid "empty commit set passed"
25767 msgid "revert is already in progress"
25768 msgstr "一个还原操作已在进行"
25772 msgid "try \"git revert (--continue | %s--abort | --quit)\""
25773 msgstr "尝试 \"git revert (--continue | %s--abort | --quit)\""
25776 msgid "cherry-pick is already in progress"
25781 msgid "try \"git cherry-pick (--continue | %s--abort | --quit)\""
25782 msgstr "尝试 \"git cherry-pick (--continue | %s--abort | --quit)\""
25786 msgid "could not create sequencer directory '%s'"
25787 msgstr "不能创建序列目录 '%s'"
25790 msgid "no cherry-pick or revert in progress"
25791 msgstr "拣选或还原操作并未进行"
25794 msgid "cannot resolve HEAD"
25798 msgid "cannot abort from a branch yet to be born"
25799 msgstr "不能从尚未建立的分支终止"
25803 msgid "cannot read '%s': %s"
25804 msgstr "不能读取 '%s':%s"
25807 msgid "unexpected end of file"
25812 msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
25813 msgstr "保存拣选提交前的 HEAD 文件 '%s' 损坏"
25816 msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
25817 msgstr "您好像移动了 HEAD。未能回退,检查您的 HEAD!"
25820 msgid "no revert in progress"
25824 msgid "no cherry-pick in progress"
25828 msgid "failed to skip the commit"
25832 msgid "there is nothing to skip"
25838 "have you committed already?\n"
25839 "try \"git %s --continue\""
25842 "试试 \"git %s --continue\""
25845 msgid "cannot read HEAD"
25849 msgid "could not write commit message file"
25850 msgstr "无法写入提交说明文件"
25855 "You can amend the commit now, with\n"
25857 " git commit --amend %s\n"
25859 "Once you are satisfied with your changes, run\n"
25861 " git rebase --continue\n"
25865 " git commit --amend %s\n"
25869 " git rebase --continue\n"
25873 msgid "Could not apply %s... %.*s"
25874 msgstr "不能应用 %s... %.*s"
25878 msgid "Could not merge %.*s"
25883 msgid "Executing: %s\n"
25889 "execution failed: %s\n"
25890 "%sYou can fix the problem, and then run\n"
25892 " git rebase --continue\n"
25896 "%s您可以改正该问题,然后运行\n"
25898 " git rebase --continue\n"
25902 msgid "and made changes to the index and/or the working tree.\n"
25903 msgstr "并且修改索引和/或工作区。\n"
25908 "execution succeeded: %s\n"
25909 "but left changes to the index and/or the working tree.\n"
25910 "Commit or stash your changes, and then run\n"
25912 " git rebase --continue\n"
25916 "但是在索引和/或工作区中存在变更。\n"
25919 " git rebase --continue\n"
25924 msgid "illegal label name: '%.*s'"
25925 msgstr "非法的标签名称:'%.*s'"
25929 msgid "could not resolve '%s'"
25933 msgid "writing fake root commit"
25937 msgid "writing squash-onto"
25938 msgstr "写入 squash-onto"
25941 msgid "cannot merge without a current revision"
25942 msgstr "没有当前版本不能合并"
25946 msgid "unable to parse '%.*s'"
25947 msgstr "无法解析 '%.*s'"
25951 msgid "nothing to merge: '%.*s'"
25952 msgstr "无可用合并:'%.*s'"
25955 msgid "octopus merge cannot be executed on top of a [new root]"
25956 msgstr "章鱼合并不能在一个新的根提交上执行"
25960 msgid "could not get commit message of '%s'"
25961 msgstr "不能获取 '%s' 的提交说明"
25965 msgid "could not even attempt to merge '%.*s'"
25966 msgstr "甚至不能尝试合并 '%.*s'"
25969 msgid "merge: Unable to write new index file"
25970 msgstr "合并:无法写入新索引文件"
25975 "another 'rebase' process appears to be running; '%s.lock' already exists"
25976 msgstr "另一个 'rebase' 进程似乎在运行;'%s.lock' 已存在"
25981 "Updated the following refs with %s:\n"
25990 "Failed to update the following refs with %s:\n"
25997 msgid "Cannot autostash"
26002 msgid "Unexpected stash response: '%s'"
26003 msgstr "意外的贮藏响应:'%s'"
26007 msgid "Could not create directory for '%s'"
26008 msgstr "不能为 '%s' 创建目录"
26012 msgid "Created autostash: %s\n"
26013 msgstr "创建了自动贮藏:%s\n"
26016 msgid "could not reset --hard"
26017 msgstr "无法硬性重置(reset --hard)"
26021 msgid "Applied autostash.\n"
26022 msgstr "已应用自动贮藏。\n"
26026 msgid "cannot store %s"
26033 "Your changes are safe in the stash.\n"
26034 "You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
26038 "您可以在任何时候运行 \"git stash pop\" 或 \"git stash drop\"。\n"
26041 msgid "Applying autostash resulted in conflicts."
26042 msgstr "应用自动贮藏导致冲突。"
26045 msgid "Autostash exists; creating a new stash entry."
26046 msgstr "自动贮藏已经存在;正在创建一个新的贮藏条目。"
26049 msgid "autostash reference is a symref"
26050 msgstr "自动贮藏的引用是一个符号引用"
26053 msgid "could not detach HEAD"
26058 msgid "Stopped at HEAD\n"
26059 msgstr "停止在 HEAD\n"
26063 msgid "Stopped at %s\n"
26069 "Could not execute the todo command\n"
26072 "It has been rescheduled; To edit the command before continuing, please\n"
26073 "edit the todo list first:\n"
26075 " git rebase --edit-todo\n"
26076 " git rebase --continue\n"
26081 "已被重新安排,在继续之前编辑命令,请先编辑待办列表:\n"
26083 " git rebase --edit-todo\n"
26084 " git rebase --continue\n"
26088 msgid "Stopped at %s... %.*s\n"
26089 msgstr "停止在 %s... %.*s\n"
26093 msgid "Rebasing (%d/%d)%s"
26094 msgstr "正在变基(%d/%d)%s"
26098 msgid "unknown command %d"
26102 msgid "could not read orig-head"
26103 msgstr "不能读取 orig-head"
26106 msgid "could not read 'onto'"
26107 msgstr "不能读取 'onto'"
26111 msgid "could not update HEAD to %s"
26112 msgstr "不能更新 HEAD 为 %s"
26116 msgid "Successfully rebased and updated %s.\n"
26117 msgstr "成功变基并更新 %s。\n"
26120 msgid "cannot rebase: You have unstaged changes."
26121 msgstr "不能变基:您有未暂存的变更。"
26124 msgid "cannot amend non-existing commit"
26125 msgstr "不能修补不存在的提交"
26129 msgid "invalid file: '%s'"
26134 msgid "invalid contents: '%s'"
26140 "You have uncommitted changes in your working tree. Please, commit them\n"
26141 "first and then run 'git rebase --continue' again."
26144 "您的工作区中有未提交的变更。请先提交然后再次运行 'git rebase --continue'。"
26148 msgid "could not write file: '%s'"
26149 msgstr "不能写入文件:'%s'"
26152 msgid "could not remove CHERRY_PICK_HEAD"
26153 msgstr "不能删除 CHERRY_PICK_HEAD"
26156 msgid "could not commit staged changes."
26157 msgstr "不能提交暂存的修改。"
26161 msgid "%s: can't cherry-pick a %s"
26162 msgstr "%s:不能拣选一个%s"
26166 msgid "%s: bad revision"
26170 msgid "can't revert as initial commit"
26171 msgstr "不能作为初始提交回退"
26175 msgid "skipped previously applied commit %s"
26176 msgstr "跳过了先前已应用的提交 %s"
26179 msgid "use --reapply-cherry-picks to include skipped commits"
26180 msgstr "使用 --reapply-cherry-picks 来包括跳过的提交"
26183 msgid "make_script: unhandled options"
26184 msgstr "make_script:有未能处理的选项"
26187 msgid "make_script: error preparing revisions"
26188 msgstr "make_script:准备版本时错误"
26191 msgid "nothing to do"
26195 msgid "could not skip unnecessary pick commands"
26196 msgstr "无法跳过不必要的拣选"
26199 msgid "the script was already rearranged."
26204 msgid "update-refs file at '%s' is invalid"
26205 msgstr "位于 '%s' 的 update-refs 文件无效"
26209 msgid "'%s' is outside repository at '%s'"
26210 msgstr "'%s' 在位于 '%s' 的仓库之外"
26215 "%s: no such path in the working tree.\n"
26216 "Use 'git <command> -- <path>...' to specify paths that do not exist locally."
26219 "使用命令 'git <命令> -- <路径>...' 来指定本地不存在的路径。"
26224 "ambiguous argument '%s': unknown revision or path not in the working tree.\n"
26225 "Use '--' to separate paths from revisions, like this:\n"
26226 "'git <command> [<revision>...] -- [<file>...]'"
26228 "有歧义的参数 '%s':未知的版本或路径不存在于工作区中。\n"
26229 "使用 '--' 来分隔版本和路径,例如:\n"
26230 "'git <命令> [<版本>...] -- [<文件>...]'"
26234 msgid "option '%s' must come before non-option arguments"
26235 msgstr "选项 '%s' 必须在其他非选项参数之前"
26240 "ambiguous argument '%s': both revision and filename\n"
26241 "Use '--' to separate paths from revisions, like this:\n"
26242 "'git <command> [<revision>...] -- [<file>...]'"
26244 "有歧义的参数 '%s':可同时是版本和文件\n"
26245 "使用 '--' 来分隔版本和路径,例如:\n"
26246 "'git <命令> [<版本>...] -- [<文件>...]'"
26249 msgid "unable to set up work tree using invalid config"
26250 msgstr "无法使用无效配置来创建工作区"
26254 msgid "'%s' already specified as '%s'"
26255 msgstr "'%s' 已指定为 '%s'"
26259 msgid "Expected git repo version <= %d, found %d"
26260 msgstr "期望 git 仓库版本 <= %d,却得到 %d"
26263 msgid "unknown repository extension found:"
26264 msgid_plural "unknown repository extensions found:"
26265 msgstr[0] "发现未知的仓库扩展:"
26266 msgstr[1] "发现未知的仓库扩展:"
26269 msgid "repo version is 0, but v1-only extension found:"
26270 msgid_plural "repo version is 0, but v1-only extensions found:"
26271 msgstr[0] "仓库的版本是 0,但是发现仅用于 v1 的扩展:"
26272 msgstr[1] "仓库的版本是 0,但是发现仅用于 v1 的扩展:"
26276 msgid "error opening '%s'"
26277 msgstr "打开 '%s' 出错"
26281 msgid "too large to be a .git file: '%s'"
26282 msgstr "文件太大,无法作为 .git 文件:'%s'"
26286 msgid "error reading %s"
26291 msgid "invalid gitfile format: %s"
26292 msgstr "无效的 gitfile 格式:%s"
26296 msgid "no path in gitfile: %s"
26297 msgstr "在 gitfile 中没有路径:%s"
26301 msgid "not a git repository: %s"
26302 msgstr "不是 git 仓库:%s"
26306 msgid "'$%s' too big"
26311 msgid "not a git repository: '%s'"
26312 msgstr "不是 git 仓库:'%s'"
26316 msgid "cannot chdir to '%s'"
26317 msgstr "不能切换目录到 '%s'"
26320 msgid "cannot come back to cwd"
26321 msgstr "无法返回当前工作目录"
26325 msgid "failed to stat '%*s%s%s'"
26326 msgstr "无法获取 '%*s%s%s' 状态(stat)"
26330 msgid "safe.directory '%s' not absolute"
26331 msgstr "safe.directory '%s' 不是绝对路径"
26336 "detected dubious ownership in repository at '%s'\n"
26337 "%sTo add an exception for this directory, call:\n"
26339 "\tgit config --global --add safe.directory %s"
26341 "在 '%s' 检测到可疑的仓库所有权\n"
26342 "%s要为本仓库创建特例,请运行:\n"
26344 "\tgit config --global --add safe.directory %s"
26347 msgid "Unable to read current working directory"
26348 msgstr "不能读取当前工作目录"
26352 msgid "cannot change to '%s'"
26353 msgstr "不能切换到 '%s'"
26357 msgid "not a git repository (or any of the parent directories): %s"
26358 msgstr "不是 git 仓库(或者任何父目录):%s"
26363 "not a git repository (or any parent up to mount point %s)\n"
26364 "Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
26366 "不是 git 仓库(或者直至挂载点 %s 的任何父目录)\n"
26367 "停止在文件系统边界(未设置 GIT_DISCOVERY_ACROSS_FILESYSTEM)。"
26371 msgid "cannot use bare repository '%s' (safe.bareRepository is '%s')"
26372 msgstr "无法使用纯仓库 '%s' (safe.bareRepository 为 '%s')"
26377 "problem with core.sharedRepository filemode value (0%.3o).\n"
26378 "The owner of files must always have read and write permissions."
26380 "参数 core.sharedRepository 的文件属性值有问题(0%.3o)。\n"
26384 msgid "fork failed"
26388 msgid "setsid failed"
26393 msgid "cannot stat template '%s'"
26394 msgstr "不能对模版 '%s' 调用 stat"
26398 msgid "cannot opendir '%s'"
26399 msgstr "不能打开目录 '%s'"
26403 msgid "cannot readlink '%s'"
26404 msgstr "不能读取链接 '%s'"
26408 msgid "cannot symlink '%s' '%s'"
26409 msgstr "不能自 '%s' 到 '%s' 创建符号链接"
26413 msgid "cannot copy '%s' to '%s'"
26414 msgstr "不能拷贝 '%s' 至 '%s'"
26418 msgid "ignoring template %s"
26423 msgid "templates not found in %s"
26424 msgstr "没有在 %s 中找到模版"
26428 msgid "not copying templates from '%s': %s"
26429 msgstr "没有从 '%s' 复制模版:%s"
26433 msgid "invalid initial branch name: '%s'"
26434 msgstr "无效的初始分支名:'%s'"
26438 msgid "re-init: ignored --initial-branch=%s"
26439 msgstr "re-init:已忽略 --initial-branch=%s"
26443 msgid "unable to handle file type %d"
26444 msgstr "不能处理 %d 类型的文件"
26448 msgid "unable to move %s to %s"
26449 msgstr "不能移动 %s 至 %s"
26452 msgid "attempt to reinitialize repository with different hash"
26453 msgstr "尝试用不同的哈希算法重新初始化仓库"
26457 "attempt to reinitialize repository with different reference storage format"
26458 msgstr "尝试使用不同的引用存储格式重新初始化仓库"
26462 msgid "%s already exists"
26467 msgid "Reinitialized existing shared Git repository in %s%s\n"
26468 msgstr "重新初始化已存在的共享 Git 仓库于 %s%s\n"
26472 msgid "Reinitialized existing Git repository in %s%s\n"
26473 msgstr "已重新初始化已存在的 Git 仓库于 %s%s\n"
26477 msgid "Initialized empty shared Git repository in %s%s\n"
26478 msgstr "已初始化空的共享 Git 仓库于 %s%s\n"
26482 msgid "Initialized empty Git repository in %s%s\n"
26483 msgstr "已初始化空的 Git 仓库于 %s%s\n"
26487 msgid "index entry is a directory, but not sparse (%08x)"
26488 msgstr "索引条目是一个目录,但不是稀疏的 (%08x)"
26491 msgid "cannot use split index with a sparse index"
26492 msgstr "拆分索引无法与稀疏索引一起使用"
26494 #. TRANSLATORS: The first %s is a command like "ls-tree".
26497 msgid "bad %s format: element '%s' does not start with '('"
26498 msgstr "坏的 %s 格式:元素 '%s' 没有以 '(' 开头"
26500 #. TRANSLATORS: The first %s is a command like "ls-tree".
26503 msgid "bad %s format: element '%s' does not end in ')'"
26504 msgstr "坏的 %s 格式:元素 '%s' 没有以 ')' 结尾"
26506 #. TRANSLATORS: %s is a command like "ls-tree".
26509 msgid "bad %s format: %%%.*s"
26510 msgstr "坏的 %s 格式: %%%.*s"
26512 #. TRANSLATORS: IEC 80000-13:2008 gibibyte
26515 msgid "%u.%2.2u GiB"
26516 msgstr "%u.%2.2u GiB"
26518 #. TRANSLATORS: IEC 80000-13:2008 gibibyte/second
26521 msgid "%u.%2.2u GiB/s"
26522 msgstr "%u.%2.2u GiB/s"
26524 #. TRANSLATORS: IEC 80000-13:2008 mebibyte
26527 msgid "%u.%2.2u MiB"
26528 msgstr "%u.%2.2u MiB"
26530 #. TRANSLATORS: IEC 80000-13:2008 mebibyte/second
26533 msgid "%u.%2.2u MiB/s"
26534 msgstr "%u.%2.2u MiB/s"
26536 #. TRANSLATORS: IEC 80000-13:2008 kibibyte
26539 msgid "%u.%2.2u KiB"
26540 msgstr "%u.%2.2u KiB"
26542 #. TRANSLATORS: IEC 80000-13:2008 kibibyte/second
26545 msgid "%u.%2.2u KiB/s"
26546 msgstr "%u.%2.2u KiB/s"
26548 #. TRANSLATORS: IEC 80000-13:2008 byte
26552 msgid_plural "%u bytes"
26556 #. TRANSLATORS: IEC 80000-13:2008 byte/second
26560 msgid_plural "%u bytes/s"
26561 msgstr[0] "%u 字节/秒"
26562 msgstr[1] "%u 字节/秒"
26564 #: submodule-config.c
26566 msgid "ignoring suspicious submodule name: %s"
26567 msgstr "忽略可疑的子模组名称:%s"
26569 #: submodule-config.c
26570 msgid "negative values not allowed for submodule.fetchJobs"
26571 msgstr "submodule.fetchJobs 不允许为负值"
26573 #: submodule-config.c
26575 msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
26576 msgstr "忽略可能被解析为命令行选项的 '%s':%s"
26578 #: submodule-config.c
26580 msgid "Could not update .gitmodules entry %s"
26581 msgstr "不能更新 .gitmodules 条目 %s"
26584 msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
26585 msgstr "无法修改未合并的 .gitmodules,先解决合并冲突"
26589 msgid "Could not find section in .gitmodules where path=%s"
26590 msgstr "无法在 .gitmodules 中找到 path=%s 的小节"
26594 msgid "Could not remove .gitmodules entry for %s"
26595 msgstr "无法移除 %s 的 .gitmodules 条目"
26598 msgid "staging updated .gitmodules failed"
26599 msgstr "将更新后 .gitmodules 添加暂存区失败"
26603 msgid "in unpopulated submodule '%s'"
26604 msgstr "位于未检出的子模组 '%s'"
26608 msgid "Pathspec '%s' is in submodule '%.*s'"
26609 msgstr "路径规格 '%s' 在子模组 '%.*s' 中"
26613 msgid "bad --ignore-submodules argument: %s"
26614 msgstr "坏的 --ignore-submodules 参数:%s"
26619 "Submodule in commit %s at path: '%s' collides with a submodule named the "
26620 "same. Skipping it."
26621 msgstr "提交 %s 中位于路径 '%s' 的子模组和同名的子模组冲突。 跳过它。"
26625 msgid "submodule entry '%s' (%s) is a %s, not a commit"
26626 msgstr "子模组条目 '%s'(%s)是一个 %s,不是一个提交"
26631 "Could not run 'git rev-list <commits> --not --remotes -n 1' command in "
26633 msgstr "无法在子模组 %s 中执行 'git rev-list <提交> --not --remotes -n 1'"
26637 msgid "process for submodule '%s' failed"
26638 msgstr "处理子模组 '%s' 失败"
26642 msgid "Pushing submodule '%s'\n"
26643 msgstr "正在推送子模组 '%s'\n"
26647 msgid "Unable to push submodule '%s'\n"
26648 msgstr "无法推送子模组 '%s'\n"
26652 msgid "Fetching submodule %s%s\n"
26653 msgstr "正在获取子模组 %s%s\n"
26657 msgid "Could not access submodule '%s'\n"
26658 msgstr "无法访问子模组 '%s'\n"
26662 msgid "Could not access submodule '%s' at commit %s\n"
26663 msgstr "无法访问子模组 '%s' 提交 %s\n"
26667 msgid "Fetching submodule %s%s at commit %s\n"
26668 msgstr "正在获取子模组 %s%s 提交 %s\n"
26673 "Errors during submodule fetch:\n"
26681 msgid "'%s' not recognized as a git repository"
26682 msgstr "无法将 '%s' 识别为 git 仓库"
26686 msgid "Could not run 'git status --porcelain=2' in submodule %s"
26687 msgstr "无法在子模组 %s 中执行 'git status --porcelain=2'"
26691 msgid "'git status --porcelain=2' failed in submodule %s"
26692 msgstr "在子模组 %s 中执行 'git status --porcelain=2' 失败"
26696 msgid "could not start 'git status' in submodule '%s'"
26697 msgstr "无法在子模组 '%s' 中启动 'git status'"
26701 msgid "could not run 'git status' in submodule '%s'"
26702 msgstr "无法在子模组 '%s' 中执行 'git status'"
26706 msgid "Could not unset core.worktree setting in submodule '%s'"
26707 msgstr "无法在子模组 '%s' 中取消 core.worktree 的设置"
26711 msgid "could not recurse into submodule '%s'"
26712 msgstr "无法递归进子模组路径 '%s'"
26715 msgid "could not reset submodule index"
26720 msgid "submodule '%s' has dirty index"
26721 msgstr "子模组 '%s' 中有脏索引"
26725 msgid "Submodule '%s' could not be updated."
26726 msgstr "子模组 '%s' 无法被更新。"
26730 msgid "submodule git dir '%s' is inside git dir '%.*s'"
26731 msgstr "子模组 git 目录 '%s' 位于 git 目录 '%.*s' 中"
26735 msgid "expected '%.*s' in submodule path '%s' not to be a symbolic link"
26736 msgstr "期望子模组的父目录 '%.*s' 不是一个符号链接,子模组路径为 '%s'"
26740 msgid "expected submodule path '%s' not to be a symbolic link"
26741 msgstr "预期子模组路径 '%s' 不是符号链接"
26746 "relocate_gitdir for submodule '%s' with more than one worktree not supported"
26747 msgstr "不支持对有多个工作区的子模组 '%s' 执行 relocate_gitdir"
26751 msgid "could not lookup name for submodule '%s'"
26752 msgstr "不能查询子模组 '%s' 的名称"
26756 msgid "refusing to move '%s' into an existing git dir"
26757 msgstr "禁止移动 '%s' 到现存 git 目录中"
26762 "Migrating git directory of '%s%s' from\n"
26766 "将 '%s%s' 的 git 目录从\n"
26771 msgid "could not start ls-files in .."
26772 msgstr "无法在 .. 中启动 ls-files"
26776 msgid "ls-tree returned unexpected return code %d"
26777 msgstr "ls-tree 返回未知返回值 %d"
26781 msgid "failed to lstat '%s'"
26782 msgstr "无法执行 lstat '%s'"
26784 #: t/helper/test-bundle-uri.c
26785 msgid "no remote configured to get bundle URIs from"
26786 msgstr "没有远程被设置为可以获取归档包 URI"
26788 #: t/helper/test-bundle-uri.c
26789 msgid "could not get the bundle-uri list"
26790 msgstr "无法获取 bundle-uri 列表"
26792 #: t/helper/test-cache-tree.c
26793 msgid "test-tool cache-tree <options> (control|prime|update)"
26794 msgstr "test-tool cache-tree <选项> (control|prime|update)"
26796 #: t/helper/test-cache-tree.c
26797 msgid "clear the cache tree before each iteration"
26798 msgstr "在每次迭代前清除缓存树"
26800 #: t/helper/test-cache-tree.c
26801 msgid "number of entries in the cache tree to invalidate (default 0)"
26802 msgstr "缓存树中无效化的条目数量(默认 0)"
26804 #: t/helper/test-reach.c
26806 msgid "commit %s is not marked reachable"
26807 msgstr "提交 %s 没有标记为可达"
26809 #: t/helper/test-reach.c
26810 msgid "too many commits marked reachable"
26813 #: t/helper/test-serve-v2.c
26814 msgid "test-tool serve-v2 [<options>]"
26815 msgstr "test-tool serve-v2 [<选项>]"
26817 #: t/helper/test-serve-v2.c
26818 msgid "exit immediately after advertising capabilities"
26819 msgstr "通告能力之后立即退出"
26821 #: t/helper/test-simple-ipc.c
26822 msgid "test-helper simple-ipc is-active [<name>] [<options>]"
26823 msgstr "test-helper simple-ipc is-active [<名字>] [<选项>]"
26825 #: t/helper/test-simple-ipc.c
26826 msgid "test-helper simple-ipc run-daemon [<name>] [<threads>]"
26827 msgstr "test-helper simple-ipc run-daemon [<名字>] [<线程>]"
26829 #: t/helper/test-simple-ipc.c
26830 msgid "test-helper simple-ipc start-daemon [<name>] [<threads>] [<max-wait>]"
26831 msgstr "test-helper simple-ipc start-daemon [<名字>] [<线程>] [<最大等待>]"
26833 #: t/helper/test-simple-ipc.c
26834 msgid "test-helper simple-ipc stop-daemon [<name>] [<max-wait>]"
26835 msgstr "test-helper simple-ipc stop-daemon [<名字>] [<最大等待>]"
26837 #: t/helper/test-simple-ipc.c
26838 msgid "test-helper simple-ipc send [<name>] [<token>]"
26839 msgstr "test-helper simple-ipc send [<名字>] [<令牌>]"
26841 #: t/helper/test-simple-ipc.c
26842 msgid "test-helper simple-ipc sendbytes [<name>] [<bytecount>] [<byte>]"
26843 msgstr "test-helper simple-ipc sendbytes [<名字>] [<字节数>] [<字节>]"
26845 #: t/helper/test-simple-ipc.c
26847 "test-helper simple-ipc multiple [<name>] [<threads>] [<bytecount>] "
26850 "test-helper simple-ipc multiple [<名字>] [<线程>] [<字节计数>] [<批处理大"
26853 #: t/helper/test-simple-ipc.c
26854 msgid "name or pathname of unix domain socket"
26855 msgstr "unix 域套接字的名称或路径名"
26857 #: t/helper/test-simple-ipc.c
26858 msgid "named-pipe name"
26861 #: t/helper/test-simple-ipc.c
26862 msgid "number of threads in server thread pool"
26863 msgstr "服务器线程池中的线程数"
26865 #: t/helper/test-simple-ipc.c
26866 msgid "seconds to wait for daemon to start or stop"
26867 msgstr "等待守护进程启动或停止的秒数"
26869 #: t/helper/test-simple-ipc.c
26870 msgid "number of bytes"
26873 #: t/helper/test-simple-ipc.c
26874 msgid "number of requests per thread"
26877 #: t/helper/test-simple-ipc.c
26881 #: t/helper/test-simple-ipc.c
26882 msgid "ballast character"
26883 msgstr "ballast character"
26885 #: t/helper/test-simple-ipc.c
26889 #: t/helper/test-simple-ipc.c
26890 msgid "command token to send to the server"
26891 msgstr "发送到服务器的命令令牌"
26893 #: t/unit-tests/unit-test.c
26894 msgid "unit-test [<options>]"
26895 msgstr "unit-test [<选项>]"
26897 #: t/unit-tests/unit-test.c
26898 msgid "immediately exit upon the first failed test"
26899 msgstr "第一次测试失败后立即退出"
26901 #: t/unit-tests/unit-test.c
26902 msgid "suite[::test]"
26903 msgstr "suite[::测试用例]"
26905 #: t/unit-tests/unit-test.c
26906 msgid "run only test suite or individual test <suite[::test]>"
26907 msgstr "只运行测试套件或单独的测试 <测试套件[::测试用例]>"
26909 #: t/unit-tests/unit-test.c
26913 #: t/unit-tests/unit-test.c
26914 msgid "exclude test suite <suite>"
26915 msgstr "排除测试套件 <测试套件>"
26919 msgid "running trailer command '%s' failed"
26920 msgstr "执行 trailer 命令 '%s' 失败"
26924 msgid "unknown value '%s' for key '%s'"
26925 msgstr "键 '%2$s' 的未知取值 '%1$s'"
26929 msgid "empty trailer token in trailer '%.*s'"
26930 msgstr "尾注 '%.*s' 的键为空"
26932 #: transport-helper.c
26933 msgid "full write to remote helper failed"
26934 msgstr "完整写入远程助手失败"
26936 #: transport-helper.c
26938 msgid "unable to find remote helper for '%s'"
26939 msgstr "无法为 '%s' 找到远程助手"
26941 #: transport-helper.c
26942 msgid "can't dup helper output fd"
26943 msgstr "无法复制助手输出文件句柄"
26945 #: transport-helper.c
26948 "unknown mandatory capability %s; this remote helper probably needs newer "
26950 msgstr "未知的强制能力 %s,该远程助手可能需要新版本的Git"
26952 #: transport-helper.c
26953 msgid "this remote helper should implement refspec capability"
26954 msgstr "远程助手需要实现 refspec 能力"
26956 #: transport-helper.c
26958 msgid "%s unexpectedly said: '%s'"
26959 msgstr "%s 意外地说:'%s'"
26961 #: transport-helper.c
26963 msgid "%s also locked %s"
26964 msgstr "%s 也锁定了 %s"
26966 #: transport-helper.c
26967 msgid "couldn't run fast-import"
26968 msgstr "不能执行 fast-import"
26970 #: transport-helper.c
26971 msgid "error while running fast-import"
26972 msgstr "执行 fast-import 出错"
26974 #: transport-helper.c
26976 msgid "could not read ref %s"
26979 #: transport-helper.c
26981 msgid "unknown response to connect: %s"
26982 msgstr "连接时未知的响应:%s"
26984 #: transport-helper.c
26985 msgid "setting remote service path not supported by protocol"
26986 msgstr "协议不支持设置远程服务路径"
26988 #: transport-helper.c
26989 msgid "invalid remote service path"
26992 #: transport-helper.c
26994 msgid "can't connect to subservice %s"
26995 msgstr "不能连接到子服务 %s"
26997 #: transport-helper.c transport.c
26998 msgid "--negotiate-only requires protocol v2"
26999 msgstr "--negotiate-only 需要协议 v2"
27001 #: transport-helper.c
27002 msgid "'option' without a matching 'ok/error' directive"
27003 msgstr "'option' 缺乏一个匹配的 'ok/error' 指令"
27005 #: transport-helper.c
27007 msgid "expected ok/error, helper said '%s'"
27008 msgstr "预期 ok/error,助手说 '%s'"
27010 #: transport-helper.c
27012 msgid "helper reported unexpected status of %s"
27013 msgstr "助手报告 %s 的意外状态"
27015 #: transport-helper.c
27017 msgid "helper %s does not support dry-run"
27018 msgstr "助手 %s 不支持 dry-run"
27020 #: transport-helper.c
27022 msgid "helper %s does not support --signed"
27023 msgstr "助手 %s 不支持 --signed"
27025 #: transport-helper.c
27027 msgid "helper %s does not support --signed=if-asked"
27028 msgstr "助手 %s 不支持 --signed=if-asked"
27030 #: transport-helper.c
27032 msgid "helper %s does not support --atomic"
27033 msgstr "助手 %s 不支持 --atomic"
27035 #: transport-helper.c
27037 msgid "helper %s does not support --%s"
27038 msgstr "助手 %s 不支持 --%s"
27040 #: transport-helper.c
27042 msgid "helper %s does not support 'push-option'"
27043 msgstr "助手 %s 不支持 'push-option'"
27045 #: transport-helper.c
27046 msgid "remote-helper doesn't support push; refspec needed"
27047 msgstr "remote-heper 不支持推送,需要引用规格"
27049 #: transport-helper.c
27051 msgid "helper %s does not support '--force'"
27052 msgstr "助手 %s 不支持 '--force'"
27054 #: transport-helper.c
27055 msgid "couldn't run fast-export"
27056 msgstr "无法执行 fast-export"
27058 #: transport-helper.c
27059 msgid "error while running fast-export"
27060 msgstr "执行 fast-export 时出错"
27062 #: transport-helper.c
27065 "No refs in common and none specified; doing nothing.\n"
27066 "Perhaps you should specify a branch.\n"
27068 "没有共同的引用并且也没有指定,什么也不会做。\n"
27071 #: transport-helper.c
27073 msgid "unsupported object format '%s'"
27074 msgstr "不支持的对象格式 '%s'"
27076 #: transport-helper.c
27078 msgid "malformed response in ref list: %s"
27079 msgstr "引用列表中格式错误的响应:%s"
27081 #: transport-helper.c
27083 msgid "read(%s) failed"
27086 #: transport-helper.c
27088 msgid "write(%s) failed"
27091 #: transport-helper.c
27093 msgid "%s thread failed"
27096 #: transport-helper.c
27098 msgid "%s thread failed to join: %s"
27099 msgstr "%s 线程等待失败:%s"
27101 #: transport-helper.c
27103 msgid "can't start thread for copying data: %s"
27104 msgstr "不能启动线程来拷贝数据:%s"
27106 #: transport-helper.c
27108 msgid "%s process failed to wait"
27111 #: transport-helper.c
27113 msgid "%s process failed"
27116 #: transport-helper.c
27117 msgid "can't start thread for copying data"
27118 msgstr "不能启动线程来拷贝数据"
27122 msgid "Would set upstream of '%s' to '%s' of '%s'\n"
27123 msgstr "将要设置 '%1$s' 的上游为 '%3$s' 的 '%2$s'\n"
27127 msgid "could not read bundle '%s'"
27128 msgstr "无法读取归档包 '%s'"
27132 msgid "transport: invalid depth option '%s'"
27133 msgstr "传输:无效的深度选项 '%s'"
27136 msgid "see protocol.version in 'git help config' for more details"
27137 msgstr "查看 'git help config' 中的 protocol.version 获取更多信息"
27140 msgid "server options require protocol version 2 or later"
27141 msgstr "服务端选项需要版本 2 协议或更高"
27144 msgid "server does not support wait-for-done"
27145 msgstr "服务器不支持 wait-for-done"
27148 msgid "could not parse transport.color.* config"
27149 msgstr "不能解析 transport.color.* 配置"
27152 msgid "support for protocol v2 not implemented yet"
27153 msgstr "协议 v2 的支持尚未实现"
27157 msgid "transport '%s' not allowed"
27158 msgstr "传输 '%s' 不允许"
27161 msgid "git-over-rsync is no longer supported"
27162 msgstr "不再支持 git-over-rsync"
27167 "The following submodule paths contain changes that can\n"
27168 "not be found on any remote:\n"
27169 msgstr "下列子模组路径所包含的修改在任何远程源中都找不到:\n"
27177 "\tgit push --recurse-submodules=on-demand\n"
27179 "or cd to the path and use\n"
27183 "to push them to a remote.\n"
27189 "\tgit push --recurse-submodules=on-demand\n"
27203 msgid "failed to push all needed submodules"
27204 msgstr "不能推送全部需要的子模组"
27207 msgid "bundle-uri operation not supported by protocol"
27208 msgstr "协议不支持 bundle-uri 操作"
27211 msgid "could not retrieve server-advertised bundle-uri list"
27212 msgstr "无法获取服务器公布的 bundle-uri 列表"
27215 msgid "operation not supported by protocol"
27219 msgid "too-short tree object"
27223 msgid "malformed mode in tree entry"
27224 msgstr "树对象中的条目模式错误"
27227 msgid "empty filename in tree entry"
27228 msgstr "树对象条目中空的文件名"
27231 msgid "too-short tree file"
27237 "Your local changes to the following files would be overwritten by checkout:\n"
27238 "%%sPlease commit your changes or stash them before you switch branches."
27240 "您对下列文件的本地修改将被检出操作覆盖:\n"
27241 "%%s请在切换分支前提交或贮藏您的修改。"
27246 "Your local changes to the following files would be overwritten by checkout:\n"
27249 "您对下列文件的本地修改将被检出操作覆盖:\n"
27255 "Your local changes to the following files would be overwritten by merge:\n"
27256 "%%sPlease commit your changes or stash them before you merge."
27258 "您对下列文件的本地修改将被合并操作覆盖:\n"
27259 "%%s请在合并前提交或贮藏您的修改。"
27264 "Your local changes to the following files would be overwritten by merge:\n"
27267 "您对下列文件的本地修改将被合并操作覆盖:\n"
27273 "Your local changes to the following files would be overwritten by %s:\n"
27274 "%%sPlease commit your changes or stash them before you %s."
27276 "您对下列文件的本地修改将被 %s 覆盖:\n"
27277 "%%s请在 %s 之前提交或贮藏您的修改。"
27282 "Your local changes to the following files would be overwritten by %s:\n"
27285 "您对下列文件的本地修改将被 %s 覆盖:\n"
27291 "Updating the following directories would lose untracked files in them:\n"
27294 "更新如下目录将会丢失其中未跟踪的文件:\n"
27300 "Refusing to remove the current working directory:\n"
27309 "The following untracked working tree files would be removed by checkout:\n"
27310 "%%sPlease move or remove them before you switch branches."
27312 "工作区中下列未跟踪的文件将会因为检出操作而被删除:\n"
27313 "%%s请在切换分支之前移动或删除。"
27318 "The following untracked working tree files would be removed by checkout:\n"
27321 "工作区中下列未跟踪的文件将会因为检出操作而被删除:\n"
27327 "The following untracked working tree files would be removed by merge:\n"
27328 "%%sPlease move or remove them before you merge."
27330 "工作区中下列未跟踪的文件将会因为合并操作而被删除:\n"
27336 "The following untracked working tree files would be removed by merge:\n"
27339 "工作区中下列未跟踪的文件将会因为合并操作而被删除:\n"
27345 "The following untracked working tree files would be removed by %s:\n"
27346 "%%sPlease move or remove them before you %s."
27348 "工作区中下列未跟踪的文件将会因为 %s 操作而被删除:\n"
27354 "The following untracked working tree files would be removed by %s:\n"
27357 "工作区中下列未跟踪的文件将会因为 %s 操作而被删除:\n"
27363 "The following untracked working tree files would be overwritten by "
27365 "%%sPlease move or remove them before you switch branches."
27367 "工作区中下列未跟踪的文件将会因为检出操作而被覆盖:\n"
27373 "The following untracked working tree files would be overwritten by "
27377 "工作区中下列未跟踪的文件将会因为检出操作而被覆盖:\n"
27383 "The following untracked working tree files would be overwritten by merge:\n"
27384 "%%sPlease move or remove them before you merge."
27386 "工作区中下列未跟踪的文件将会因为合并操作而被覆盖:\n"
27392 "The following untracked working tree files would be overwritten by merge:\n"
27395 "工作区中下列未跟踪的文件将会因为合并操作而被覆盖:\n"
27401 "The following untracked working tree files would be overwritten by %s:\n"
27402 "%%sPlease move or remove them before you %s."
27404 "工作区中下列未跟踪的文件将会因为 %s 操作而被覆盖:\n"
27410 "The following untracked working tree files would be overwritten by %s:\n"
27413 "工作区中下列未跟踪的文件将会因为 %s 操作而被覆盖:\n"
27418 msgid "Entry '%s' overlaps with '%s'. Cannot bind."
27419 msgstr "条目 '%s' 和 '%s' 重叠。无法合并。"
27424 "Cannot update submodule:\n"
27433 "The following paths are not up to date and were left despite sparse "
27437 "尽管存在稀疏检出模板,以下路径不是最新,因而保留:\n"
27443 "The following paths are unmerged and were left despite sparse patterns:\n"
27446 "尽管存在稀疏检出模板,以下路径处于未合并状态,因而保留:\n"
27452 "The following paths were already present and thus not updated despite sparse "
27456 "尽管存在稀疏检出模板,以下路径已经存在,因而未更新:\n"
27467 "After fixing the above paths, you may want to run `git sparse-checkout "
27469 msgstr "在修复上述路径之后,您可能要执行 `git sparse-checkout reapply`。\n"
27472 msgid "Updating files"
27477 "the following paths have collided (e.g. case-sensitive paths\n"
27478 "on a case-insensitive filesystem) and only one from the same\n"
27479 "colliding group is in the working tree:\n"
27481 "以下路径发生碰撞(如:在不区分大小写的文件系统上的区分大小写的路径),\n"
27482 "并且碰撞组中只有一个文件存在工作区中:\n"
27485 msgid "Updating index flags"
27490 msgid "worktree and untracked commit have duplicate entries: %s"
27491 msgstr "工作树和未跟踪提交具有重复条目:%s"
27494 msgid "expected flush after fetch arguments"
27495 msgstr "在 fetch 参数之后应该有一个 flush 包"
27498 msgid "invalid URL scheme name or missing '://' suffix"
27499 msgstr "无效的 URL 方案名称或丢失 '://' 后缀"
27503 msgid "invalid %XX escape sequence"
27504 msgstr "无效的 %XX 转义序列"
27507 msgid "missing host and scheme is not 'file:'"
27508 msgstr "缺失主机名且 URL 方案不是 'file:'"
27511 msgid "a 'file:' URL may not have a port number"
27512 msgstr "一个 'file:' URL 不应该包含端口号"
27515 msgid "invalid characters in host name"
27516 msgstr "主机名中包含无效的字符"
27519 msgid "invalid port number"
27523 msgid "invalid '..' path segment"
27524 msgstr "无效的 '..' 路径片段"
27528 msgid "error: unable to format message: %s\n"
27529 msgstr "错误:无法格式化消息:%s\n"
27548 msgid "Fetching objects"
27553 msgid "'%s' at main working tree is not the repository directory"
27554 msgstr "在主工作区的 '%s' 不是仓库目录"
27558 msgid "'%s' file does not contain absolute path to the working tree location"
27559 msgstr "文件 '%s' 不包含工作区的绝对路径"
27563 msgid "'%s' is not a .git file, error code %d"
27564 msgstr "'%s' 不是一个 .git 文件,错误码 %d"
27568 msgid "'%s' does not point back to '%s'"
27569 msgstr "'%s' 没有指回到 '%s'"
27572 msgid "not a directory"
27576 msgid ".git is not a file"
27577 msgstr ".git 不是一个文件"
27580 msgid ".git file broken"
27584 msgid ".git file incorrect"
27585 msgstr ".git 文件不正确"
27588 msgid "not a valid path"
27592 msgid "unable to locate repository; .git is not a file"
27593 msgstr "无法定位仓库,.git 不是一个文件"
27596 msgid "unable to locate repository; .git file does not reference a repository"
27597 msgstr "无法定位仓库,.git 文件没有指向一个仓库"
27600 msgid "unable to locate repository; .git file broken"
27601 msgstr "无法定位仓库,.git 文件损坏"
27604 msgid "gitdir unreadable"
27605 msgstr "gitdir 不可读"
27608 msgid "gitdir incorrect"
27609 msgstr "gitdir 不正确"
27612 msgid "not a valid directory"
27616 msgid "gitdir file does not exist"
27617 msgstr "gitdir 文件不存在"
27621 msgid "unable to read gitdir file (%s)"
27622 msgstr "无法读取 gitdir 文件(%s)"
27626 msgid "short read (expected %<PRIuMAX> bytes, read %<PRIuMAX>)"
27627 msgstr "读取过短(期望 %<PRIuMAX> 字节,读取 %<PRIuMAX>)"
27630 msgid "invalid gitdir file"
27631 msgstr "无效的 gitdir 文件"
27634 msgid "gitdir file points to non-existent location"
27635 msgstr "gitdir 文件指向一个不存在的位置"
27639 msgid "unable to set %s in '%s'"
27640 msgstr "无法在 '%2$s' 中设置 %1$s"
27644 msgid "unable to unset %s in '%s'"
27645 msgstr "无法在 '%2$s' 中取消设置 %1$s"
27648 msgid "failed to set extensions.worktreeConfig setting"
27649 msgstr "无法设置 extensions.worktreeConfig"
27653 msgid "could not setenv '%s'"
27654 msgstr "无法设置环境变量 '%s'"
27658 msgid "unable to create '%s'"
27663 msgid "could not open '%s' for reading and writing"
27664 msgstr "无法打开 '%s' 进行读写"
27668 msgid "unable to access '%s'"
27672 msgid "unable to get current working directory"
27673 msgstr "不能获取当前工作目录"
27676 msgid "unable to get random bytes"
27680 msgid "Unmerged paths:"
27685 msgid " (use \"git restore --staged <file>...\" to unstage)"
27686 msgstr " (使用 \"git restore --staged <文件>...\" 以取消暂存)"
27691 msgid " (use \"git restore --source=%s --staged <file>...\" to unstage)"
27692 msgstr " (使用 \"git restore --source=%s --staged <文件>...\" 以取消暂存)"
27696 msgid " (use \"git rm --cached <file>...\" to unstage)"
27697 msgstr " (使用 \"git rm --cached <文件>...\" 以取消暂存)"
27701 msgid " (use \"git add <file>...\" to mark resolution)"
27702 msgstr " (使用 \"git add <文件>...\" 标记解决方案)"
27706 msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"
27707 msgstr " (酌情使用 \"git add/rm <文件>...\" 标记解决方案)"
27711 msgid " (use \"git rm <file>...\" to mark resolution)"
27712 msgstr " (使用 \"git rm <文件>...\" 标记解决方案)"
27715 msgid "Changes to be committed:"
27719 msgid "Changes not staged for commit:"
27720 msgstr "尚未暂存以备提交的变更:"
27724 msgid " (use \"git add <file>...\" to update what will be committed)"
27725 msgstr " (使用 \"git add <文件>...\" 更新要提交的内容)"
27729 msgid " (use \"git add/rm <file>...\" to update what will be committed)"
27730 msgstr " (使用 \"git add/rm <文件>...\" 更新要提交的内容)"
27735 " (use \"git restore <file>...\" to discard changes in working directory)"
27736 msgstr " (使用 \"git restore <文件>...\" 丢弃工作区的改动)"
27740 msgid " (commit or discard the untracked or modified content in submodules)"
27741 msgstr " (提交或丢弃子模组中未跟踪或修改的内容)"
27746 msgid " (use \"git %s <file>...\" to include in what will be committed)"
27747 msgstr " (使用 \"git %s <文件>...\" 以包含要提交的内容)"
27750 msgid "both deleted:"
27754 msgid "added by us:"
27758 msgid "deleted by them:"
27762 msgid "added by them:"
27766 msgid "deleted by us:"
27770 msgid "both added:"
27774 msgid "both modified:"
27798 msgid "typechange:"
27809 # 译者:末尾两个字节可能被删减,如果翻译为中文标点会出现半个汉字
27811 msgid "new commits, "
27814 # 译者:末尾两个字节可能被删减,如果翻译为中文标点会出现半个汉字
27816 msgid "modified content, "
27819 # 译者:末尾两个字节可能被删减,如果翻译为中文标点会出现半个汉字
27821 msgid "untracked content, "
27826 msgid "Your stash currently has %d entry"
27827 msgid_plural "Your stash currently has %d entries"
27828 msgstr[0] "您的贮藏区当前有 %d 条记录"
27829 msgstr[1] "您的贮藏区当前有 %d 条记录"
27832 msgid "Submodules changed but not updated:"
27833 msgstr "子模组已修改但尚未更新:"
27836 msgid "Submodule changes to be committed:"
27837 msgstr "要提交的子模组变更:"
27841 "Do not modify or remove the line above.\n"
27842 "Everything below it will be ignored."
27851 "It took %.2f seconds to compute the branch ahead/behind values.\n"
27852 "You can use '--no-ahead-behind' to avoid this.\n"
27855 "花了 %.2f 秒才计算出分支的领先/落后范围。\n"
27856 "为避免,您可以使用 '--no-ahead-behind'。\n"
27859 msgid "You have unmerged paths."
27860 msgstr "您有尚未合并的路径。"
27864 msgid " (fix conflicts and run \"git commit\")"
27865 msgstr " (解决冲突并运行 \"git commit\")"
27869 msgid " (use \"git merge --abort\" to abort the merge)"
27870 msgstr " (使用 \"git merge --abort\" 终止合并)"
27873 msgid "All conflicts fixed but you are still merging."
27874 msgstr "所有冲突已解决但您仍处于合并中。"
27878 msgid " (use \"git commit\" to conclude merge)"
27879 msgstr " (使用 \"git commit\" 结束合并)"
27882 msgid "You are in the middle of an am session."
27883 msgstr "您正处于 am 操作过程中。"
27886 msgid "The current patch is empty."
27891 msgid " (fix conflicts and then run \"git am --continue\")"
27892 msgstr " (解决冲突,然后运行 \"git am --continue\")"
27896 msgid " (use \"git am --skip\" to skip this patch)"
27897 msgstr " (使用 \"git am --skip\" 跳过此补丁)"
27902 " (use \"git am --allow-empty\" to record this patch as an empty commit)"
27903 msgstr " (使用 \"git am --allow-empty\" 将这个补丁记录为空提交)"
27907 msgid " (use \"git am --abort\" to restore the original branch)"
27908 msgstr " (使用 \"git am --abort\" 恢复原有分支)"
27911 msgid "git-rebase-todo is missing."
27912 msgstr "git-rebase-todo 丢失。"
27915 msgid "No commands done."
27920 msgid "Last command done (%<PRIuMAX> command done):"
27921 msgid_plural "Last commands done (%<PRIuMAX> commands done):"
27922 msgstr[0] "最后完成的命令(%<PRIuMAX> 条命令被执行):"
27923 msgstr[1] "最后完成的命令(%<PRIuMAX> 条命令被执行):"
27927 msgid " (see more in file %s)"
27928 msgstr " (更多参见文件 %s)"
27931 msgid "No commands remaining."
27936 msgid "Next command to do (%<PRIuMAX> remaining command):"
27937 msgid_plural "Next commands to do (%<PRIuMAX> remaining commands):"
27938 msgstr[0] "接下来要执行的命令(剩余 %<PRIuMAX> 条命令):"
27939 msgstr[1] "接下来要执行的命令(剩余 %<PRIuMAX> 条命令):"
27943 msgid " (use \"git rebase --edit-todo\" to view and edit)"
27944 msgstr " (使用 \"git rebase --edit-todo\" 来查看和编辑)"
27948 msgid "You are currently rebasing branch '%s' on '%s'."
27949 msgstr "您在执行将分支 '%s' 变基到 '%s' 的操作。"
27952 msgid "You are currently rebasing."
27957 msgid " (fix conflicts and then run \"git rebase --continue\")"
27958 msgstr " (解决冲突,然后运行 \"git rebase --continue\")"
27962 msgid " (use \"git rebase --skip\" to skip this patch)"
27963 msgstr " (使用 \"git rebase --skip\" 跳过此补丁)"
27967 msgid " (use \"git rebase --abort\" to check out the original branch)"
27968 msgstr " (使用 \"git rebase --abort\" 以检出原有分支)"
27972 msgid " (all conflicts fixed: run \"git rebase --continue\")"
27973 msgstr " (所有冲突已解决:运行 \"git rebase --continue\")"
27978 "You are currently splitting a commit while rebasing branch '%s' on '%s'."
27979 msgstr "您在执行将分支 '%s' 变基到 '%s' 的操作时拆分提交。"
27982 msgid "You are currently splitting a commit during a rebase."
27983 msgstr "您在执行变基操作时拆分提交。"
27987 msgid " (Once your working directory is clean, run \"git rebase --continue\")"
27988 msgstr " (一旦您工作目录提交干净后,运行 \"git rebase --continue\")"
27992 msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
27993 msgstr "您在执行将分支 '%s' 变基到 '%s' 的操作时编辑提交。"
27996 msgid "You are currently editing a commit during a rebase."
27997 msgstr "您在执行变基操作时编辑提交。"
28001 msgid " (use \"git commit --amend\" to amend the current commit)"
28002 msgstr " (使用 \"git commit --amend\" 修补当前提交)"
28007 " (use \"git rebase --continue\" once you are satisfied with your changes)"
28008 msgstr " (当您对您的修改满意后执行 \"git rebase --continue\")"
28011 msgid "Cherry-pick currently in progress."
28012 msgstr "拣选操作正在进行中。"
28016 msgid "You are currently cherry-picking commit %s."
28017 msgstr "您在执行拣选提交 %s 的操作。"
28021 msgid " (fix conflicts and run \"git cherry-pick --continue\")"
28022 msgstr " (解决冲突并运行 \"git cherry-pick --continue\")"
28026 msgid " (run \"git cherry-pick --continue\" to continue)"
28027 msgstr " (执行 \"git cherry-pick --continue\" 以继续)"
28031 msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"
28032 msgstr " (所有冲突已解决:运行 \"git cherry-pick --continue\")"
28036 msgid " (use \"git cherry-pick --skip\" to skip this patch)"
28037 msgstr " (使用 \"git cherry-pick --skip\" 跳过此补丁)"
28041 msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
28042 msgstr " (使用 \"git cherry-pick --abort\" 以取消拣选操作)"
28045 msgid "Revert currently in progress."
28050 msgid "You are currently reverting commit %s."
28051 msgstr "您在执行反转提交 %s 的操作。"
28055 msgid " (fix conflicts and run \"git revert --continue\")"
28056 msgstr " (解决冲突并执行 \"git revert --continue\")"
28060 msgid " (run \"git revert --continue\" to continue)"
28061 msgstr " (执行 \"git revert --continue\" 以继续)"
28065 msgid " (all conflicts fixed: run \"git revert --continue\")"
28066 msgstr " (所有冲突已解决:执行 \"git revert --continue\")"
28070 msgid " (use \"git revert --skip\" to skip this patch)"
28071 msgstr " (使用 \"git revert --skip\" 跳过此补丁)"
28075 msgid " (use \"git revert --abort\" to cancel the revert operation)"
28076 msgstr " (使用 \"git revert --abort\" 以取消反转提交操作)"
28080 msgid "You are currently bisecting, started from branch '%s'."
28081 msgstr "您在执行从分支 '%s' 开始的二分查找操作。"
28084 msgid "You are currently bisecting."
28085 msgstr "您在执行二分查找操作。"
28089 msgid " (use \"git bisect reset\" to get back to the original branch)"
28090 msgstr " (使用 \"git bisect reset\" 以回到原有分支)"
28093 msgid "You are in a sparse checkout."
28094 msgstr "您处于一个稀疏检出中。"
28098 msgid "You are in a sparse checkout with %d%% of tracked files present."
28099 msgstr "您处于稀疏检出状态,包含 %d%% 的跟踪文件"
28106 msgid "interactive rebase in progress; onto "
28107 msgstr "交互式变基操作正在进行中;至 "
28110 msgid "rebase in progress; onto "
28111 msgstr "变基操作正在进行中;至 "
28114 msgid "HEAD detached at "
28118 msgid "HEAD detached from "
28122 msgid "Not currently on any branch."
28123 msgstr "当前不在任何分支上。"
28126 msgid "Initial commit"
28130 msgid "No commits yet"
28134 msgid "Untracked files"
28138 msgid "Ignored files"
28144 "It took %.2f seconds to enumerate untracked files,\n"
28145 "but the results were cached, and subsequent runs may be faster."
28147 "枚举未追踪的文件花了 %.2f 秒,\n"
28152 msgid "It took %.2f seconds to enumerate untracked files."
28153 msgstr "枚举未追踪的文件花了 %.2f 秒。"
28156 msgid "See 'git help status' for information on how to improve this."
28157 msgstr "参见 'git help status' 来获取如何改善的信息。"
28161 msgid "Untracked files not listed%s"
28162 msgstr "未跟踪的文件没有列出%s"
28164 # 译者:中文字符串拼接,可删除前导空格
28166 msgid " (use -u option to show untracked files)"
28167 msgstr "(使用 -u 参数显示未跟踪的文件)"
28175 msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
28176 msgstr "修改尚未加入提交(使用 \"git add\" 和/或 \"git commit -a\")\n"
28180 msgid "no changes added to commit\n"
28181 msgstr "修改尚未加入提交\n"
28186 "nothing added to commit but untracked files present (use \"git add\" to "
28188 msgstr "提交为空,但是存在尚未跟踪的文件(使用 \"git add\" 建立跟踪)\n"
28192 msgid "nothing added to commit but untracked files present\n"
28193 msgstr "提交为空,但是存在尚未跟踪的文件\n"
28197 msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
28198 msgstr "无文件要提交(创建/拷贝文件并使用 \"git add\" 建立跟踪)\n"
28202 msgid "nothing to commit\n"
28207 msgid "nothing to commit (use -u to show untracked files)\n"
28208 msgstr "无文件要提交(使用 -u 显示未跟踪的文件)\n"
28212 msgid "nothing to commit, working tree clean\n"
28213 msgstr "无文件要提交,干净的工作区\n"
28216 msgid "No commits yet on "
28220 msgid "HEAD (no branch)"
28236 #. TRANSLATORS: the action is e.g. "pull with rebase"
28239 msgid "cannot %s: You have unstaged changes."
28240 msgstr "不能%s:您有未暂存的变更。"
28243 msgid "additionally, your index contains uncommitted changes."
28244 msgstr "另外,您的索引中包含未提交的变更。"
28248 msgid "cannot %s: Your index contains uncommitted changes."
28249 msgstr "不能%s:您的索引中包含未提交的变更。"
28251 #: xdiff-interface.c
28253 msgid "unknown style '%s' given for '%s'"
28254 msgstr "'%2$s' 的未知风格取值 '%1$s'"
28256 #: git-merge-octopus.sh git-merge-resolve.sh
28258 "Error: Your local changes to the following files would be overwritten by "
28260 msgstr "错误:您对下列文件的本地修改将被合并操作覆盖"
28262 #: git-merge-octopus.sh
28263 msgid "Automated merge did not work."
28266 #: git-merge-octopus.sh
28267 msgid "Should not be doing an octopus."
28268 msgstr "不应该执行章鱼式合并。"
28270 #: git-merge-octopus.sh
28272 msgid "Unable to find common commit with $pretty_name"
28273 msgstr "无法找到和 $pretty_name 的基线提交"
28275 #: git-merge-octopus.sh
28277 msgid "Already up to date with $pretty_name"
28278 msgstr "已经和 $pretty_name 保持一致"
28280 #: git-merge-octopus.sh
28282 msgid "Fast-forwarding to: $pretty_name"
28283 msgstr "快进至:$pretty_name"
28285 #: git-merge-octopus.sh
28287 msgid "Trying simple merge with $pretty_name"
28288 msgstr "尝试和 $pretty_name 的简单合并"
28290 #: git-merge-octopus.sh
28291 msgid "Simple merge did not work, trying automatic merge."
28292 msgstr "简单合并未生效,尝试自动合并。"
28296 msgid "usage: $dashless $USAGE"
28297 msgstr "用法:$dashless $USAGE"
28301 msgid "Cannot chdir to $cdup, the toplevel of the working tree"
28302 msgstr "不能切换目录到 $cdup,工作区的顶级目录"
28306 msgid "fatal: $program_name cannot be used without a working tree."
28307 msgstr "致命错误:$program_name 不能在没有工作区的情况下使用"
28310 msgid "Cannot rewrite branches: You have unstaged changes."
28311 msgstr "不能重写分支:您有未暂存的变更。"
28315 msgid "Cannot $action: You have unstaged changes."
28316 msgstr "不能 $action:您有未暂存的变更。"
28320 msgid "Cannot $action: Your index contains uncommitted changes."
28321 msgstr "不能 $action:您的索引中包含未提交的变更。"
28324 msgid "Additionally, your index contains uncommitted changes."
28325 msgstr "而且您的索引中包含未提交的变更。"
28328 msgid "You need to run this command from the toplevel of the working tree."
28329 msgstr "您需要在工作区的顶级目录中运行这个命令。"
28332 msgid "Unable to determine absolute path of git directory"
28333 msgstr "不能确定 git 目录的绝对路径"
28335 #: git-send-email.perl
28336 msgid "local zone differs from GMT by a non-minute interval\n"
28337 msgstr "本地时间和 GMT 有不到一分钟间隔\n"
28339 #: git-send-email.perl
28340 msgid "local time offset greater than or equal to 24 hours\n"
28341 msgstr "本地时间偏移量大于等于 24 小时\n"
28343 #: git-send-email.perl
28345 msgid "fatal: command '%s' died with exit code %d"
28346 msgstr "致命错误:命令 '%s' 已终止,退出代码为 %d"
28348 #: git-send-email.perl
28349 msgid "the editor exited uncleanly, aborting everything"
28350 msgstr "编辑器非正常退出,终止所有操作"
28352 #: git-send-email.perl
28355 "'%s' contains an intermediate version of the email you were composing.\n"
28356 msgstr "'%s' 包含您正在编写的一个中间版本的邮件。\n"
28358 #: git-send-email.perl
28360 msgid "'%s.final' contains the composed email.\n"
28361 msgstr "'%s.final' 包含编辑的邮件。\n"
28363 #: git-send-email.perl
28364 msgid "--dump-aliases incompatible with other options\n"
28365 msgstr "--dump-aliases 和其它选项不兼容\n"
28367 #: git-send-email.perl
28368 msgid "--dump-aliases and --translate-aliases are mutually exclusive\n"
28369 msgstr "--dump-aliases 和 --translate-aliases 是互斥的\n"
28371 #: git-send-email.perl
28373 "fatal: found configuration options for 'sendmail'\n"
28374 "git-send-email is configured with the sendemail.* options - note the 'e'.\n"
28375 "Set sendemail.forbidSendmailVariables to false to disable this check.\n"
28377 "致命错误:发现 'sendmail' 配置选项\n"
28378 "git-send-email 通过 sendemail.* 选项进行设置,注意字母 'e'。\n"
28379 "设置 sendemail.forbidSendmailVariables 为 false 来禁用这项检查。\n"
28381 #: git-send-email.perl
28382 msgid "Cannot run git format-patch from outside a repository\n"
28383 msgstr "不能在仓库之外运行 git format-patch\n"
28385 #: git-send-email.perl
28387 "`batch-size` and `relogin` must be specified together (via command-line or "
28388 "configuration option)\n"
28389 msgstr "`batch-size` 和 `relogin` 必须同时定义(通过命令行或者配置选项)\n"
28391 #: git-send-email.perl
28393 msgid "Unknown --suppress-cc field: '%s'\n"
28394 msgstr "未知的 --suppress-cc 字段:'%s'\n"
28396 #: git-send-email.perl
28398 msgid "Unknown --confirm setting: '%s'\n"
28399 msgstr "未知的 --confirm 设置:'%s'\n"
28401 #: git-send-email.perl
28403 msgid "warning: sendmail alias with quotes is not supported: %s\n"
28404 msgstr "警告:不支持带引号的 sendmail 别名:%s\n"
28406 #: git-send-email.perl
28408 msgid "warning: `:include:` not supported: %s\n"
28409 msgstr "警告:不支持 `:include:`:%s\n"
28411 #: git-send-email.perl
28413 msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
28414 msgstr "警告:不支持 `/file` 或 `|pipe` 重定向:%s\n"
28416 #: git-send-email.perl
28418 msgid "warning: sendmail line is not recognized: %s\n"
28419 msgstr "警告:不能识别的 sendmail 行:%s\n"
28421 #: git-send-email.perl
28424 "File '%s' exists but it could also be the range of commits\n"
28425 "to produce patches for. Please disambiguate by...\n"
28427 " * Saying \"./%s\" if you mean a file; or\n"
28428 " * Giving --format-patch option if you mean a range.\n"
28430 "存在文件 '%s' 但是它也可能是一个用于产生补丁列表的提交范围。请用如下方法消除"
28433 " * 如果含义为一个文件,使用 \"./%s\",或者\n"
28434 " * 如果含义为一个范围,使用 --format-patch 选项。\n"
28436 #: git-send-email.perl
28438 msgid "Failed to opendir %s: %s"
28439 msgstr "无法打开目录 %s: %s"
28441 #: git-send-email.perl
28444 "No patch files specified!\n"
28451 #: git-send-email.perl
28453 msgid "No subject line in %s?"
28454 msgstr "在 %s 中没有标题行?"
28456 #: git-send-email.perl
28458 msgid "Failed to open for writing %s: %s"
28459 msgstr "为写入打开 %s 失败: %s"
28461 #: git-send-email.perl
28463 "Lines beginning in \"GIT:\" will be removed.\n"
28464 "Consider including an overall diffstat or table of contents\n"
28465 "for the patch you are writing.\n"
28467 "Clear the body content if you don't wish to send a summary.\n"
28469 "以 \"GIT:\" 开头的行将被删除。\n"
28470 "考虑包含一个整体的差异统计或者您正在写的补丁的目录。\n"
28472 "如果您不想发送摘要,清除内容。\n"
28474 #: git-send-email.perl
28476 msgid "Failed to open %s.final: %s"
28477 msgstr "无法打开 %s.final: %s"
28479 #: git-send-email.perl
28481 msgid "Failed to open %s: %s"
28482 msgstr "无法打开 %s: %s"
28484 #: git-send-email.perl
28485 msgid "Summary email is empty, skipping it\n"
28486 msgstr "摘要邮件为空,跳过\n"
28488 #. TRANSLATORS: please keep [y/N] as is.
28489 #: git-send-email.perl
28491 msgid "Are you sure you want to use <%s> [y/N]? "
28492 msgstr "您确认要使用 <%s> [y/N]?"
28494 #: git-send-email.perl
28496 "The following files are 8bit, but do not declare a Content-Transfer-"
28498 msgstr "如下文件含 8bit 内容,但没有声明一个 Content-Transfer-Encoding。\n"
28500 #: git-send-email.perl
28501 msgid "Which 8bit encoding should I declare [UTF-8]? "
28502 msgstr "要声明 8bit 为什么样的编码格式 [UTF-8]?"
28504 #: git-send-email.perl
28507 "Refusing to send because the patch\n"
28509 "has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
28514 "包含模版标题 '*** SUBJECT HERE ***'。如果确实想要发送,使用参数 --force。\n"
28516 #: git-send-email.perl
28517 msgid "To whom should the emails be sent (if anyone)?"
28520 #: git-send-email.perl
28522 msgid "fatal: alias '%s' expands to itself\n"
28523 msgstr "致命错误:别名 '%s' 扩展为它自己\n"
28525 #: git-send-email.perl
28526 msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
28527 msgstr "Message-ID 被用作第一封邮件的 In-Reply-To ?"
28529 #: git-send-email.perl
28531 msgid "error: unable to extract a valid address from: %s\n"
28532 msgstr "错误:不能从 %s 中提取一个有效的邮件地址\n"
28534 #. TRANSLATORS: Make sure to include [q] [d] [e] in your
28535 #. translation. The program will only accept English input
28537 #: git-send-email.perl
28538 msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
28539 msgstr "如何处理这个地址?([q]uit|[d]rop|[e]dit):"
28541 #: git-send-email.perl
28543 msgid "CA path \"%s\" does not exist"
28544 msgstr "CA 路径 \"%s\" 不存在"
28546 #: git-send-email.perl
28548 " The Cc list above has been expanded by additional\n"
28549 " addresses found in the patch commit message. By default\n"
28550 " send-email prompts before sending whenever this occurs.\n"
28551 " This behavior is controlled by the sendemail.confirm\n"
28552 " configuration setting.\n"
28554 " For additional information, run 'git send-email --help'.\n"
28555 " To retain the current behavior, but squelch this message,\n"
28556 " run 'git config --global sendemail.confirm auto'.\n"
28559 " 以上的抄送列表(Cc)已经用补丁提交信息中发现的地址进行\n"
28560 " 了扩展。缺省 send-email 会给出提示。这个行为可以通过\n"
28561 " sendemail.confirm 配置设置。\n"
28563 " 更多信息,执行 'git send-email --help'。\n"
28564 " 要保持当前行为,但不显示此信息,运行 'git config --global\n"
28565 " sendemail.confirm auto'。\n"
28568 #. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
28569 #. translation. The program will only accept English input
28571 #: git-send-email.perl
28572 msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
28573 msgstr "发送这封邮件?([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
28575 #: git-send-email.perl
28576 msgid "Send this email reply required"
28579 #: git-send-email.perl
28580 msgid "The required SMTP server is not properly defined."
28581 msgstr "要求的 SMTP 服务器未被正确定义。"
28583 #: git-send-email.perl
28585 msgid "Server does not support STARTTLS! %s"
28586 msgstr "服务器不支持 STARTTLS!%s"
28588 #: git-send-email.perl
28590 msgid "STARTTLS failed! %s"
28591 msgstr "STARTTLS 失败!%s"
28593 #: git-send-email.perl
28594 msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
28595 msgstr "无法正确地初始化 SMTP。检查配置并使用 --smtp-debug。"
28597 #: git-send-email.perl
28599 msgid "Failed to send %s\n"
28602 #: git-send-email.perl
28604 msgid "Dry-Sent %s"
28607 #: git-send-email.perl
28612 #: git-send-email.perl
28613 msgid "Dry-OK. Log says:"
28616 #: git-send-email.perl
28617 msgid "OK. Log says:"
28620 #: git-send-email.perl
28624 #: git-send-email.perl
28628 #: git-send-email.perl
28630 msgid "can't open file %s"
28633 #: git-send-email.perl
28635 msgid "(mbox) Adding cc: %s from line '%s'\n"
28636 msgstr "(mbox) 添加 cc:%s 自行 '%s'\n"
28638 #: git-send-email.perl
28640 msgid "(mbox) Adding to: %s from line '%s'\n"
28641 msgstr "(mbox) 添加 to:%s 自行 '%s'\n"
28643 #: git-send-email.perl
28645 msgid "(non-mbox) Adding cc: %s from line '%s'\n"
28646 msgstr "(non-mbox) 添加 cc:%s 自行 '%s'\n"
28648 #: git-send-email.perl
28650 msgid "(body) Adding cc: %s from line '%s'\n"
28651 msgstr "(body) 添加 cc: %s 自行 '%s'\n"
28653 #: git-send-email.perl
28655 msgid "(%s) Could not execute '%s'"
28656 msgstr "(%s) 不能执行 '%s'"
28658 #: git-send-email.perl
28660 msgid "(%s) Malformed output from '%s'"
28661 msgstr "(%s) 非法的输出信息,来自于: '%s'"
28663 #: git-send-email.perl
28665 msgid "(%s) failed to close pipe to '%s'"
28666 msgstr "(%s) 无法关闭管道至 '%s'"
28668 #: git-send-email.perl
28670 msgid "(%s) Adding %s: %s from: '%s'\n"
28671 msgstr "(%s) 添加 %s: %s 自:'%s'\n"
28673 #: git-send-email.perl
28674 msgid "cannot send message as 7bit"
28675 msgstr "不能以 7bit 形式发送信息"
28677 #: git-send-email.perl
28678 msgid "invalid transfer encoding"
28681 #: git-send-email.perl
28684 "fatal: %s: rejected by %s hook\n"
28686 "warning: no patches were sent\n"
28688 "致命错误:%s:被 %s 钩子拒绝\n"
28692 #: git-send-email.perl
28694 msgid "unable to open %s: %s\n"
28695 msgstr "不能打开 %s:%s\n"
28697 #: git-send-email.perl
28700 "fatal: %s:%d is longer than 998 characters\n"
28701 "warning: no patches were sent\n"
28703 "致命错误:%s:%d 超过 998 字符\n"
28706 #: git-send-email.perl
28708 msgid "Skipping %s with backup suffix '%s'.\n"
28709 msgstr "略过 %s 含备份后缀 '%s'。\n"
28711 #. TRANSLATORS: please keep "[y|N]" as is.
28712 #: git-send-email.perl
28714 msgid "Do you really want to send %s? [y|N]: "
28715 msgstr "您真的要发送 %s?[y|N]:"