git-cola v4.0.2
[git-cola.git] / cola / i18n / zh_CN.po
blob01d12f921dd7f3c542b24541837f943744b4ba8b
1 # Translation of git-cola to Chinese
2 # Copyright (C) 2007, 2008 Shawn Pearce
3 # This file is distributed under the same license as the git-cola package.
4 # Xudong Guan <xudong.guan@gmail.com>, 2007.
5 # Eric Miao <eric.y.miao@gmail.com>, 2008.
6 # ZH <zhanghan@gmx.cn>, 2014-2015.
8 # Please use the following translation throughout the file for consistence:
10 #       repository      版本库
11 #       commit          提交
12 #       revision        版本
13 #       branch          分支
14 #       tag             标签
15 #       annotation      标注
16 #       merge           合并
17 #       fast forward    快进合并
18 #       stage           缓存 (译自 index/cache)
19 #       amend           修正
20 #       reset           复位
21 #       checkout        签出
22 #       cherry-pick     挑取
24 # Refer to 术语表 / Git Community Book 中文版
25 #          http://gitbook.liuhui998.com/7_8.html
27 msgid ""
28 msgstr ""
29 "Project-Id-Version: git-cola VERSION\n"
30 "Report-Msgid-Bugs-To: \n"
31 "POT-Creation-Date: \n"
32 "PO-Revision-Date: 2019-04-22 00:10+0300\n"
33 "Last-Translator: Guo Yunhe <guoyunhebrave@gmail.com>\n"
34 "Language-Team: Chinese\n"
35 "MIME-Version: 1.0\n"
36 "Content-Type: text/plain; charset=UTF-8\n"
37 "Content-Transfer-Encoding: 8bit\n"
38 "Language: zh_CN\n"
39 "Plural-Forms: nplurals=1; plural=0;\n"
40 "X-Language: zh_CN\n"
41 "X-Source-Language: C\n"
42 "X-Generator: Poedit 2.2.1\n"
44 msgid ""
45 "\n"
46 "            <p>\n"
47 "                Drag and drop or use the <strong>Add</strong> button to add\n"
48 "                patches to the list\n"
49 "            </p>\n"
50 "            "
51 msgstr ""
52 "\n"
53 "            <p>\n"
54 "                拖放或使用 <strong>添加</strong> 按钮\n"
55 "                将补丁加入列表\n"
56 "            </p>\n"
57 "            "
59 #, python-format
60 msgid ""
61 "\n"
62 "        <br>\n"
63 "            Git Cola has been translated into different languages thanks\n"
64 "            to the help of the individuals listed below.\n"
65 "\n"
66 "        <br>\n"
67 "        <p>\n"
68 "            Translation is approximate.  If you find a mistake,\n"
69 "            please let us know by opening an issue on Github:\n"
70 "        </p>\n"
71 "\n"
72 "        <p>\n"
73 "            %(bug_link)s\n"
74 "        </p>\n"
75 "\n"
76 "        <br>\n"
77 "        <p>\n"
78 "            We invite you to participate in translation by adding or updating\n"
79 "            a translation and opening a pull request.\n"
80 "        </p>\n"
81 "\n"
82 "        <br>\n"
83 "\n"
84 "    "
85 msgstr ""
87 #, python-format
88 msgid ""
89 "\n"
90 "        <br>\n"
91 "            Git Cola version %(cola_version)s\n"
92 "        <ul>\n"
93 "            <li> %(platform_version)s\n"
94 "            <li> Python (%(python_path)s) %(python_version)s\n"
95 "            <li> Git %(git_version)s\n"
96 "            <li> Qt %(qt_version)s\n"
97 "            <li> QtPy %(qtpy_version)s\n"
98 "            <li> %(pyqt_api_name)s %(pyqt_api_version)s\n"
99 "        </ul>\n"
100 "    "
101 msgstr ""
103 #, python-format
104 msgid ""
105 "\n"
106 "        <br>\n"
107 "        Please use %(bug_link)s to report issues.\n"
108 "        <br>\n"
109 "    "
110 msgstr ""
112 #, python-format
113 msgid ""
114 "\n"
115 "        Format String Variables\n"
116 "        -----------------------\n"
117 "          %(path)s  =  relative file path\n"
118 "       %(abspath)s  =  absolute file path\n"
119 "       %(dirname)s  =  relative directory path\n"
120 "    %(absdirname)s  =  absolute directory path\n"
121 "      %(filename)s  =  file basename\n"
122 "      %(basename)s  =  file basename without extension\n"
123 "           %(ext)s  =  file extension\n"
124 msgstr ""
126 msgid ""
127 "\n"
128 "Commands\n"
129 "--------\n"
130 "pick = use commit\n"
131 "reword = use commit, but edit the commit message\n"
132 "edit = use commit, but stop for amending\n"
133 "squash = use commit, but meld into previous commit\n"
134 "fixup = like \"squash\", but discard this commit's log message\n"
135 "exec = run command (the rest of the line) using shell\n"
136 "\n"
137 "These lines can be re-ordered; they are executed from top to bottom.\n"
138 "\n"
139 "If you disable a line here THAT COMMIT WILL BE LOST.\n"
140 "\n"
141 "However, if you disable everything, the rebase will be aborted.\n"
142 "\n"
143 "Keyboard Shortcuts\n"
144 "------------------\n"
145 "? = show help\n"
146 "j = move down\n"
147 "k = move up\n"
148 "J = shift row down\n"
149 "K = shift row up\n"
150 "\n"
151 "1, p = pick\n"
152 "2, r = reword\n"
153 "3, e = edit\n"
154 "4, f = fixup\n"
155 "5, s = squash\n"
156 "spacebar = toggle enabled\n"
157 "\n"
158 "ctrl+enter = accept changes and rebase\n"
159 "ctrl+q     = cancel and abort the rebase\n"
160 "ctrl+d     = launch difftool\n"
161 msgstr ""
163 #, fuzzy
164 msgid ""
165 "\n"
166 "Keyboard Shortcuts\n"
167 "------------------\n"
168 "J, Down     = Move Down\n"
169 "K, Up       = Move Up\n"
170 "Enter       = Edit Selected Files\n"
171 "Spacebar    = Open File Using Default Application\n"
172 "Ctrl + L    = Focus Text Entry Field\n"
173 "?           = Show Help\n"
174 "\n"
175 "The up and down arrows change focus between the text entry field\n"
176 "and the results.\n"
177 msgstr ""
178 "\n"
179 "键盘快捷键\n"
180 "------------------\n"
181 "J, 向上     = 下移\n"
182 "K, 向下     = 上移\n"
183 "Enter       = 编辑所选文件\n"
184 "Spacebar    = 使用默认程序打开文件\n"
185 "Ctrl+L      = 聚焦于文本输入区\n"
186 "?           = 显示帮助\n"
187 "\n"
188 "在文本输入区和结果区之间\n"
189 "使用向上/向下键以切换聚焦\n"
191 msgid " - DAG"
192 msgstr " - 历史视图"
194 msgid " commits ago"
195 msgstr " 个提交之前"
197 #, python-format
198 msgid "\"%(branch)s\" has been deleted from \"%(remote)s\"."
199 msgstr "已从远程 \"%(remote)s\" 删除分支 \"%(branch)s\"."
201 #, python-format
202 msgid "\"%(command)s\" returned exit status \"%(status)d\""
203 msgstr "\"%(command)s\" 命令返回状态 \"%(status)d\""
205 #, python-format
206 msgid "\"%(command)s\" returned exit status %(status)d"
207 msgstr "\"%(command)s\" 命令返回状态  %(status)d"
209 #, fuzzy, python-format
210 msgid "\"%s\" already exists"
211 msgstr "分支 '%s' 已经存在."
213 #, python-format
214 msgid "\"%s\" already exists, cola will create a new directory"
215 msgstr "\"%s\" 已经存在, 程序会新建文件夹"
217 #, python-format
218 msgid "\"%s\" requires a selected file."
219 msgstr "\"%s\" 需要选择一个文件."
221 msgid "#"
222 msgstr ""
224 #, python-format
225 msgid "%(project)s: %(branch)s - Browse"
226 msgstr "%(project)s: %(branch)s - 浏览器"
228 #, python-format
229 msgid "%(project)s: %(ref)s - DAG"
230 msgstr "%(project)s: %(ref)s - 历史视图"
232 #, python-format
233 msgid "%d days ago"
234 msgstr "%d 天前"
236 #, python-format
237 msgid "%d hours ago"
238 msgstr "%d 小时前"
240 #, python-format
241 msgid "%d minutes ago"
242 msgstr "%d 分钟前"
244 #, python-format
245 msgid "%d patch(es) applied."
246 msgstr "已应用 %d 个补丁."
248 #, python-format
249 msgid "%d skipped"
250 msgstr "%d 已跳过"
252 #, python-format
253 msgid ""
254 "%s appears to contain merge conflicts.\n"
255 "\n"
256 "You should probably skip this file.\n"
257 "Stage it anyways?"
258 msgstr ""
260 #, python-format
261 msgid "%s could not be opened. Remove from bookmarks?"
262 msgstr ""
264 #, python-format
265 msgid "%s is not a Git repository."
266 msgstr "%s 不是 Git 版本库。"
268 #, python-format
269 msgid "%s will be removed from your bookmarks."
270 msgstr "%s 会将被从书签中移除。"
272 #, python-format
273 msgid "%s will be removed from your recent repositories."
274 msgstr "%s 将从最近使用的版本库列表中被移除。"
276 #, python-format
277 msgid "%s: No such file or directory."
278 msgstr "%s: 此文件或文件夹不存在."
280 msgid "&Edit"
281 msgstr "编辑"
283 msgid "&File"
284 msgstr "文件"
286 msgid "(Amending)"
287 msgstr "(正在修正)"
289 msgid "*** Branch Point ***"
290 msgstr "*** 分支点 ***"
292 msgid "*** Sandbox ***"
293 msgstr "*** 沙盒 ***"
295 msgid "100%"
296 msgstr "100%"
298 msgid "200%"
299 msgstr "200%"
301 msgid "25%"
302 msgstr "25%"
304 msgid "400%"
305 msgstr "400%"
307 msgid "50%"
308 msgstr "50%"
310 msgid "800%"
311 msgstr "800%"
313 msgid "<path> ..."
314 msgstr "<路径> ..."
316 msgid ""
317 "A commit template has not been configured.\n"
318 "Use \"git config\" to define \"commit.template\"\n"
319 "so that it points to a commit template."
320 msgstr ""
321 "提交模板未创建.\n"
322 "使用 \"git config\" 定义 \"commit template\"\n"
323 "而指定一个提交模板."
325 #, python-format
326 msgid "A hook must be provided at \"%s\""
327 msgstr "钩子必须位于 \"%s\""
329 #, python-format
330 msgid "A stash named \"%s\" already exists"
331 msgstr "名为 \"%s\" 的暂存已存在"
333 msgid "Abort"
334 msgstr "中止"
336 msgid "Abort Action"
337 msgstr "中止操作"
339 msgid "Abort Merge"
340 msgstr "中止合并"
342 msgid "Abort Merge..."
343 msgstr "中止合并..."
345 msgid "Abort the action?"
346 msgstr "终止此操作?"
348 msgid ""
349 "Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
350 "Recovering uncommitted changes is not possible."
351 msgstr ""
352 "中止当前的合并会丢失所有未提交的修改.\n"
353 "将无法恢复未提交的修改."
355 msgid "Aborting the current merge?"
356 msgstr "终止当前合并吗?"
358 msgid "About"
359 msgstr "关于"
361 msgid "About git-cola"
362 msgstr "关于 git-cola"
364 msgid "Accept"
365 msgstr "接受"
367 msgid ""
368 "Accept changes and rebase\n"
369 "Shortcut: Ctrl+Enter"
370 msgstr ""
371 "接受变更并衍合\n"
372 "快捷键:Ctrl+Enter"
374 msgid "Action Name"
375 msgstr "操作名称"
377 msgid "Actions"
378 msgstr "操作"
380 msgid "Actions..."
381 msgstr "操作..."
383 msgid "Add"
384 msgstr "添加"
386 msgid "Add Favorite"
387 msgstr "添加收藏"
389 msgid "Add Remote"
390 msgstr "添加远程"
392 msgid "Add Separator"
393 msgstr "添加分隔符"
395 msgid "Add Submodule"
396 msgstr ""
398 msgid "Add Submodule..."
399 msgstr ""
401 msgid ""
402 "Add and remove remote repositories using the \n"
403 "Add(+) and Delete(-) buttons on the left-hand side.\n"
404 "\n"
405 "Remotes can be renamed by selecting one from the list\n"
406 "and pressing \"enter\", or by double-clicking."
407 msgstr ""
408 "用左边的添加(+)和删除(-)按钮\n"
409 "来添加或移除远程版本库\n"
410 "\n"
411 "从列表中选定可为远程改名\n"
412 "完成后按回车键或直接双击."
414 msgid "Add new remote git repository"
415 msgstr "添加新远程版本库"
417 msgid "Add patches (+)"
418 msgstr "添加补丁 (+)"
420 msgid "Add remote"
421 msgstr "添加远程"
423 msgid "Add this submodule?"
424 msgstr ""
426 msgid "Add to .gitignore"
427 msgstr "添加至 .gitignore"
429 msgid "Add to Git Annex"
430 msgstr "添加至 Git Annex"
432 msgid "Add to Git LFS"
433 msgstr "添加至 Git LFS"
435 msgid "Add to exclusions"
436 msgstr ""
438 msgid "Add to local .git/info/exclude"
439 msgstr ""
441 msgid "Additions"
442 msgstr "添加内容"
444 msgid "Advanced"
445 msgstr "高级"
447 msgid "Age"
448 msgstr "修改时间"
450 msgid "All Repositories"
451 msgstr "全部版本库"
453 #, python-format
454 msgid ""
455 "All submodules will be updated using\n"
456 "\"%s\""
457 msgstr ""
459 msgid "Allow non-fast-forward updates.  Using \"force\" can cause the remote repository to lose commits; use it with care"
460 msgstr ""
462 msgid "Always create a merge commit when enabled, even when the merge is a fast-forward update"
463 msgstr "启用时总是在合并时创建一个提交,即使是快进合并方式"
465 msgid "Amend"
466 msgstr "修正"
468 msgid "Amend Commit"
469 msgstr "修正提交"
471 msgid "Amend Last Commit"
472 msgstr "修正上次提交"
474 msgid "Amend the published commit?"
475 msgstr "修正已发布的提交吗?"
477 msgid "Amending"
478 msgstr "修正中"
480 msgid ""
481 "An action is still running.\n"
482 "Terminating it could result in data loss."
483 msgstr ""
484 "操作正在进行中.\n"
485 "若终止有可能造成数据损失."
487 msgid ""
488 "An unsigned, lightweight tag will be created instead.\n"
489 "Create an unsigned tag?"
490 msgstr ""
491 "一个无签名的轻量标签会取而代之.\n"
492 "创建无签名标签吗?"
494 msgid "Appearance"
495 msgstr "外观"
497 msgid "Apply"
498 msgstr "应用"
500 msgid "Apply Patches"
501 msgstr "应用补丁"
503 msgid "Apply Patches..."
504 msgstr "应用补丁..."
506 msgid "Apply and drop the selected stash (git stash pop)"
507 msgstr "应用并丢弃所选暂存 (git stash pop)"
509 msgid "Apply the selected stash"
510 msgstr "应用所选暂存"
512 msgid "Arguments"
513 msgstr "参数"
515 msgid "Attach"
516 msgstr "结合"
518 msgid "Author"
519 msgstr "作者"
521 msgid "Authors"
522 msgstr "作者"
524 msgid "Auto"
525 msgstr "自动"
527 msgid "Auto-Wrap Lines"
528 msgstr "自动换行"
530 msgid "Autocomplete Paths"
531 msgstr ""
533 msgid "Automatically Load Commit Message Template"
534 msgstr ""
536 msgid "Basic Regexp"
537 msgstr "基本正则表达式"
539 msgid "Blame Viewer"
540 msgstr "问责查看器"
542 #, fuzzy
543 msgid "Blame selected paths"
544 msgstr "编辑所选路径"
546 msgid "Blame..."
547 msgstr "问责..."
549 msgid "Bold on dark headers instead of italic"
550 msgstr "暗色背景粗体字体而斜体头部"
552 msgid "Branch"
553 msgstr "分支"
555 #, python-format
556 msgid ""
557 "Branch \"%(branch)s\" does not exist in \"%(remote)s\".\n"
558 "A new remote branch will be published."
559 msgstr ""
560 "远程 \"%(remote)s\" 不存在分支 \"%(branch)s\".\n"
561 "一个新的远程分支会被建立."
563 #, python-format
564 msgid "Branch \"%s\" already exists."
565 msgstr "分支 '%s' 已经存在."
567 msgid "Branch Diff Viewer"
568 msgstr "分支差异查看器"
570 msgid "Branch Exists"
571 msgstr "分支已存在"
573 msgid "Branch Name"
574 msgstr "分支名"
576 msgid "Branch name"
577 msgstr ""
579 #, python-format
580 msgid "Branch: %s"
581 msgstr "分支: %s"
583 msgid "Branches"
584 msgstr "分支"
586 msgid "Branches..."
587 msgstr "分支..."
589 msgid "Brazilian translation"
590 msgstr "巴西语翻译"
592 msgid "Browse"
593 msgstr "浏览"
595 msgid "Browse Commits..."
596 msgstr "浏览提交..."
598 msgid "Browse Current Branch..."
599 msgstr "浏览当前分支上的文件..."
601 msgid "Browse Other Branch..."
602 msgstr "浏览其他分支..."
604 msgid "Browse..."
605 msgstr "浏览..."
607 msgid "Browser"
608 msgstr "浏览器"
610 #, python-format
611 msgid "Browsing %s"
612 msgstr "浏览 %s"
614 msgid "Bypass Commit Hooks"
615 msgstr "跳过提交钩子"
617 msgid "Cancel"
618 msgstr "取消"
620 msgid ""
621 "Cancel rebase\n"
622 "Shortcut: Ctrl+Q"
623 msgstr ""
624 "取消衍合\n"
625 "快捷键: Ctrl+Q"
627 msgid "Cannot Amend"
628 msgstr "无法修正"
630 #, python-format
631 msgid "Cannot exec \"%s\": please configure a blame viewer"
632 msgstr "无法执行 \"%s\": 请配置问责查看器"
634 #, python-format
635 msgid "Cannot exec \"%s\": please configure a history browser"
636 msgstr "无法执行 \"%s\": 请配置历史浏览器"
638 #, python-format
639 msgid "Cannot exec \"%s\": please configure your editor"
640 msgstr "无法执行 \"%s\": 请配置编辑器"
642 msgid "Changed Upstream"
643 msgstr "上游已更改"
645 msgid "Check Published Commits when Amending"
646 msgstr ""
648 msgid "Check Spelling"
649 msgstr "检查拼写"
651 msgid "Check spelling"
652 msgstr "检查拼写"
654 msgid "Check whether a commit has been published when amending"
655 msgstr ""
657 msgid "Checkout"
658 msgstr "签出"
660 msgid "Checkout After Creation"
661 msgstr "在创建后签出"
663 msgid "Checkout Branch"
664 msgstr "签出分支"
666 msgid "Checkout Detached HEAD"
667 msgstr "签出分离的 HEAD"
669 msgid "Checkout as new branch"
670 msgstr "签出为新分支"
672 msgid "Checkout..."
673 msgstr "签出..."
675 msgid "Cherry Pick"
676 msgstr "挑取(Cherry Pick)"
678 msgid "Cherry-Pick Commit"
679 msgstr "挑取(Cherry-Pick)提交"
681 msgid "Cherry-Pick..."
682 msgstr "挑取(Cherry-Pick)..."
684 msgid "Choose Paths"
685 msgstr "选择路径"
687 msgid "Choose the \"git grep\" regular expression mode"
688 msgstr "选择 \"git grep\" 正则表达式模式"
690 msgid "Clear Default Repository"
691 msgstr "清除默认版本库"
693 msgid "Clear commit message"
694 msgstr "清除提交信息"
696 msgid "Clear commit message?"
697 msgstr "清除提交消息吗?"
699 msgid "Clear..."
700 msgstr "清除..."
702 msgid "Clone"
703 msgstr "克隆"
705 msgid "Clone Repository"
706 msgstr "克隆已有版本库"
708 msgid "Clone..."
709 msgstr "克隆(clone)..."
711 #, python-format
712 msgid "Cloning repository at %s"
713 msgstr "克隆位于 %s 的已有版本库"
715 msgid "Close"
716 msgstr "关闭"
718 msgid "Close..."
719 msgstr "关闭..."
721 msgid "Collapse all"
722 msgstr "全部合起"
724 msgid "Command"
725 msgstr "命令"
727 msgid "Commit"
728 msgstr "提交"
730 msgid "Commit failed"
731 msgstr "克隆失败"
733 msgid "Commit staged changes"
734 msgstr "提交已缓存修改"
736 msgid ""
737 "Commit staged changes\n"
738 "Shortcut: Ctrl+Enter"
739 msgstr ""
740 "提交已缓存变更\n"
741 "快捷键: Ctrl+Enter"
743 msgid "Commit summary"
744 msgstr "提交概要"
746 msgid "Commit the merge if there are no conflicts.  Uncheck to leave the merge uncommitted"
747 msgstr "若合并无冲突即可提交.取消勾选以保持此合并操作的未提交状态"
749 msgid "Commit@@verb"
750 msgstr "提交@@verb"
752 msgid "Compare"
753 msgstr "比较"
755 msgid "Compare All"
756 msgstr "比较全部"
758 msgid "Configure Toolbar"
759 msgstr "配置工具栏"
761 msgid "Configure the remote branch as the the new upstream"
762 msgstr "将远程分支设为新的上游"
764 msgid "Console"
765 msgstr "控制台"
767 msgid "Continue"
768 msgstr "继续"
770 msgid "Copy"
771 msgstr "复制"
773 msgid "Copy Basename to Clipboard"
774 msgstr "复制基名到剪贴板"
776 msgid "Copy Leading Path to Clipboard"
777 msgstr "复制前导路径到剪贴板"
779 msgid "Copy Path to Clipboard"
780 msgstr "复制路径到剪贴板"
782 msgid "Copy Relative Path to Clipboard"
783 msgstr "复制相对路径到剪贴板"
785 msgid "Copy SHA-1"
786 msgstr "复制 SHA-1"
788 #, fuzzy
789 msgid "Copy..."
790 msgstr "复制"
792 #, python-format
793 msgid "Could not open %s."
794 msgstr ""
796 #, python-format
797 msgid "Could not parse Git URL: \"%s\""
798 msgstr "无法解析 URL \"%s\""
800 msgid "Create"
801 msgstr ""
803 msgid "Create Branch"
804 msgstr "创建分支"
806 msgid "Create Patch"
807 msgstr "创建补丁"
809 msgid "Create Remote Branch"
810 msgstr "创建远程分支"
812 msgid "Create Signed Commit"
813 msgstr "创建带签名提交: %s"
815 msgid "Create Tag"
816 msgstr "创建标签"
818 msgid "Create Tag..."
819 msgstr "新建标签..."
821 msgid "Create Unsigned Tag"
822 msgstr "创建无签名标签"
824 #, fuzzy
825 msgid "Create a merge commit even when the merge resolves as a fast-forward"
826 msgstr "启用时总是在合并时创建一个提交,即使是快进合并方式"
828 msgid "Create a new remote branch?"
829 msgstr "创建远程分支吗?"
831 msgid "Create a new repository at that location?"
832 msgstr ""
834 msgid "Create a shallow clone with history truncated to the specified number of revisions.  0 performs a full clone."
835 msgstr ""
837 msgid "Create..."
838 msgstr "新建..."
840 #, python-format
841 msgid "Created a new tag named \"%s\""
842 msgstr "创建了名为“%s”的新标签"
844 msgid "Current Repository"
845 msgstr "当前版本库"
847 msgid "Custom Copy Actions"
848 msgstr "自定义复制操作"
850 msgid "Customize..."
851 msgstr "自定义..."
853 msgid "Cut"
854 msgstr "剪切"
856 msgid "Czech translation"
857 msgstr "捷克语翻译"
859 msgid "DAG..."
860 msgstr "历史视图..."
862 msgid "Dark Theme"
863 msgstr ""
865 msgid "Date, Time"
866 msgstr "日期, 时间"
868 msgid "Default"
869 msgstr "默认"
871 msgid "Delete"
872 msgstr "删除"
874 #, python-format
875 msgid "Delete %d file(s)?"
876 msgstr "删除 %d 个文件吗?"
878 msgid "Delete Bookmark"
879 msgstr "删除书签"
881 msgid "Delete Bookmark?"
882 msgstr "删除书签吗?"
884 msgid "Delete Branch"
885 msgstr "删除分支"
887 msgid "Delete Files"
888 msgstr "删除文件"
890 msgid "Delete Files..."
891 msgstr "删除文件..."
893 msgid "Delete Files?"
894 msgstr "删除文件吗?"
896 msgid "Delete Remote"
897 msgstr "删除远程"
899 msgid "Delete Remote Branch"
900 msgstr "删除远程分支"
902 msgid "Delete Remote Branch..."
903 msgstr "删除远程分支..."
905 msgid "Delete Toolbar"
906 msgstr "删除工具栏"
908 #, python-format
909 msgid "Delete branch \"%s\"?"
910 msgstr ""
912 msgid "Delete remote"
913 msgstr "删除远程"
915 #, python-format
916 msgid "Delete remote \"%s\""
917 msgstr "删除远程 \"%s\""
919 msgid "Delete remote?"
920 msgstr "删除远程吗?"
922 msgid "Delete..."
923 msgstr "删除..."
925 #, python-format
926 msgid "Deleting \"%s\" failed"
927 msgstr "删除 \"%s\" 失败"
929 msgid "Deletions"
930 msgstr "删除内容"
932 msgid "Depth"
933 msgstr ""
935 msgid "Detach"
936 msgstr "分离"
938 msgid "Detect Conflict Markers"
939 msgstr "检测冲突标记"
941 msgid "Detect conflict markers in unmerged files"
942 msgstr "在未合并文件中检测冲突标记"
944 msgid "Developer"
945 msgstr "开发者"
947 msgid "Diff"
948 msgstr "差异比较"
950 msgid "Diff Against Predecessor..."
951 msgstr "与之前提交比较差异..."
953 msgid "Diff Options"
954 msgstr "差异选项"
956 msgid "Diff Tool"
957 msgstr "差异比较工具"
959 msgid "Diff selected -> this"
960 msgstr "所选文件 -> 此文件 比较差异"
962 msgid "Diff this -> selected"
963 msgstr "此文件 -> 所选文件 比较差异"
965 msgid "Diffstat"
966 msgstr "差异统计"
968 msgid "Difftool"
969 msgstr "差异工具"
971 msgid "Directory Exists"
972 msgstr "目录已存在"
974 msgid "Disable"
975 msgstr ""
977 msgid "Display Untracked Files"
978 msgstr "显示未跟踪文件"
980 msgid "Documentation"
981 msgstr "帮助文档"
983 msgid "Drop"
984 msgstr "丢弃"
986 msgid "Drop Stash"
987 msgstr "丢弃暂存"
989 msgid "Drop Stash?"
990 msgstr "丢弃暂存吗?"
992 #, python-format
993 msgid "Drop the \"%s\" stash?"
994 msgstr "丢弃暂存 \"%s\" 吗?"
996 msgid "Drop the selected stash"
997 msgstr "丢弃所选暂存"
999 msgid "Edit"
1000 msgstr "编辑"
1002 msgid "Edit Rebase"
1003 msgstr "编辑衍合"
1005 msgid "Edit Remotes"
1006 msgstr "编辑远程"
1008 msgid "Edit Remotes..."
1009 msgstr "编辑远程..."
1011 msgid "Edit remotes by selecting them from the list"
1012 msgstr "从列表中选择远程进行编辑"
1014 msgid "Edit selected paths"
1015 msgstr "编辑所选路径"
1017 msgid "Edit..."
1018 msgstr "编辑..."
1020 msgid "Editor"
1021 msgstr "编辑器"
1023 msgid "Email Address"
1024 msgstr "电子邮件地址"
1026 msgid "Email contributor"
1027 msgstr "电子邮件贡献者"
1029 msgid "Enable path autocompletion in tools"
1030 msgstr ""
1032 msgid "Enable word wrapping"
1033 msgstr ""
1035 msgid "Enabled"
1036 msgstr "已启用"
1038 msgid "Enter New Branch Name"
1039 msgstr "输入新分支名"
1041 #, fuzzy
1042 msgid "Enter a name for the new bare repo"
1043 msgstr "为暂存输入名称"
1045 msgid "Enter a name for the stash"
1046 msgstr "为暂存输入名称"
1048 msgid "Error"
1049 msgstr "错误"
1051 msgid "Error Cloning"
1052 msgstr "克隆出错"
1054 msgid "Error Creating Branch"
1055 msgstr "创建分支出错"
1057 msgid "Error Creating Repository"
1058 msgstr "创建版本库出错"
1060 msgid "Error Deleting Remote Branch"
1061 msgstr "删除远程分支出错"
1063 msgid "Error Editing File"
1064 msgstr "编辑文件出错"
1066 msgid "Error Launching Blame Viewer"
1067 msgstr "启动问责查看器出错"
1069 msgid "Error Launching History Browser"
1070 msgstr "启动历史浏览器出错"
1072 msgid "Error Opening Repository"
1073 msgstr ""
1075 #, python-format
1076 msgid "Error creating remote \"%s\""
1077 msgstr "创建远程 \"%s\" 出错"
1079 msgid "Error creating stash"
1080 msgstr "创建暂存出错"
1082 #, python-format
1083 msgid "Error deleting branch \"%s\""
1084 msgstr ""
1086 #, python-format
1087 msgid "Error deleting remote \"%s\""
1088 msgstr "删除远程 \"%s\" 出错"
1090 #, python-format
1091 msgid "Error renaming \"%(name)s\" to \"%(new_name)s\""
1092 msgstr "重命名 \"%(name)s\" 为 \"%(new_name)s\" 出错"
1094 msgid "Error running prepare-commitmsg hook"
1095 msgstr "运行 prepare-commitmsg 钩子出错"
1097 #, python-format
1098 msgid "Error updating submodule %s"
1099 msgstr "更新子模块 \"%s\" 出错"
1101 msgid "Error updating submodules"
1102 msgstr "更新子模块出错"
1104 msgid "Error: Cannot find commit template"
1105 msgstr "错误: 无法找到提交模板"
1107 msgid "Error: Stash exists"
1108 msgstr "错误: 暂存已存在"
1110 msgid "Error: Unconfigured commit template"
1111 msgstr "错误: 未配置提交模板"
1113 #, python-format
1114 msgid "Error: could not clone \"%s\""
1115 msgstr "错误: 无法克隆 \"%s\""
1117 #, python-format
1118 msgid "Error: could not create tag \"%s\""
1119 msgstr "错误: 无法创建标签 \"%s\""
1121 #, python-format
1122 msgid "Executing action %s"
1123 msgstr "执行动作 %s"
1125 msgid "Expand all"
1126 msgstr "全部展开"
1128 msgid "Export Patches"
1129 msgstr "导出补丁"
1131 msgid "Export Patches..."
1132 msgstr "导出补丁..."
1134 msgid "Expression..."
1135 msgstr "表达式..."
1137 msgid "Extended Regexp"
1138 msgstr "拓展正则表达式"
1140 msgid "Extended description..."
1141 msgstr "拓展描述..."
1143 msgid "Fast Forward Only"
1144 msgstr "仅快速合并"
1146 msgid "Fast-forward only"
1147 msgstr "仅快速合并"
1149 msgid "Favorite repositories"
1150 msgstr "版本库收藏夹"
1152 msgid "Favorites"
1153 msgstr "收藏夹"
1155 msgid "Fetch"
1156 msgstr "获取"
1158 msgid "Fetch Tracking Branch"
1159 msgstr "获取跟踪分支"
1161 msgid "Fetch..."
1162 msgstr "获取..."
1164 msgid "File Browser..."
1165 msgstr "文件浏览器..."
1167 msgid "File Differences"
1168 msgstr "文件差异"
1170 msgid "File Saved"
1171 msgstr "文件已保存"
1173 #, python-format
1174 msgid "File saved to \"%s\""
1175 msgstr "文件保存为 \"%s\""
1177 msgid "File system change monitoring: disabled because \"cola.inotify\" is false.\n"
1178 msgstr "监视文件系统更改:已禁用,因为 cola.notify 选项设置为 false。\n"
1180 msgid "File system change monitoring: disabled because libc does not support the inotify system calls.\n"
1181 msgstr ""
1183 msgid "File system change monitoring: disabled because pywin32 is not installed.\n"
1184 msgstr ""
1186 msgid ""
1187 "File system change monitoring: disabled because the limit on the total number of inotify watches was reached.  You may be able to increase the limit on the number of watches by running:\n"
1188 "\n"
1189 "    echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n"
1190 msgstr ""
1192 msgid "File system change monitoring: enabled.\n"
1193 msgstr "监视文件系统更改:已开启。\n"
1195 msgid "Filename"
1196 msgstr "文件名"
1198 msgid "Files"
1199 msgstr "文件"
1201 msgid "Filter branches..."
1202 msgstr "过滤分支..."
1204 msgid "Filter paths..."
1205 msgstr "对路径进行过滤..."
1207 msgid "Find Files"
1208 msgstr "查找文件"
1210 msgid "Fixed String"
1211 msgstr "特定字符串"
1213 msgid "Fixed-Width Font"
1214 msgstr "等宽字体"
1216 msgid "Fixup"
1217 msgstr "修正"
1219 msgid "Fixup Previous Commit"
1220 msgstr "修正前一次提交"
1222 msgid "Flat dark blue"
1223 msgstr "扁平深蓝"
1225 msgid "Flat dark green"
1226 msgstr "扁平深绿"
1228 msgid "Flat dark grey"
1229 msgstr "扁平深灰"
1231 msgid "Flat dark red"
1232 msgstr "扁平深红"
1234 msgid "Flat light blue"
1235 msgstr "扁平浅蓝"
1237 msgid "Flat light green"
1238 msgstr "扁平浅绿"
1240 msgid "Flat light grey"
1241 msgstr "扁平浅灰"
1243 msgid "Flat light red"
1244 msgstr "扁平浅红"
1246 msgid "Folder"
1247 msgstr ""
1249 msgid "Follow System Style"
1250 msgstr ""
1252 msgid "Font Size"
1253 msgstr "字体大小"
1255 msgid "Force"
1256 msgstr "强制"
1258 msgid "Force Fetch"
1259 msgstr "强制获取"
1261 msgid "Force Fetch?"
1262 msgstr "强制获取?"
1264 msgid "Force Push"
1265 msgstr "强制推送"
1267 msgid "Force Push?"
1268 msgstr "强制推送吗?"
1270 #, python-format
1271 msgid "Force fetching from %s?"
1272 msgstr "强制获取从 %s 吗?"
1274 #, python-format
1275 msgid "Force push to %s?"
1276 msgstr "强制推送到 %s 吗?"
1278 msgid "Format String"
1279 msgstr "格式化字符串"
1281 msgid "French translation"
1282 msgstr "法语翻译"
1284 msgid "GPG-sign the merge commit"
1285 msgstr "GPG 签名合并提交"
1287 msgid "GUI theme"
1288 msgstr "界面主题"
1290 #, python-format
1291 msgid "Gathering info for \"%s\"..."
1292 msgstr "为 \"%s\" 收集信息..."
1294 msgid "German translation"
1295 msgstr "德语翻译"
1297 msgid "Get Commit Message Template"
1298 msgstr "取得提交信息模板"
1300 msgid "Go Down"
1301 msgstr "下一项"
1303 msgid "Go Up"
1304 msgstr "上一项"
1306 msgid "Grab File..."
1307 msgstr "抓取文件..."
1309 msgid "Graph"
1310 msgstr "图示"
1312 msgid "Grep"
1313 msgstr "筛选 (grep)"
1315 msgid "Have you rebased/pulled lately?"
1316 msgstr "最近有衍合或拉取操作吗?"
1318 msgid "Help"
1319 msgstr "帮助"
1321 msgid "Help - Custom Copy Actions"
1322 msgstr "帮助 - 自定义复制操作"
1324 msgid "Help - Find Files"
1325 msgstr "帮助 - 查找文件"
1327 msgid "Help - git-cola-sequence-editor"
1328 msgstr "帮助 - git-cola-sequence-editor"
1330 msgid "High DPI"
1331 msgstr "高分辨率"
1333 msgid "History Browser"
1334 msgstr "历史浏览器"
1336 msgid "Hungarian translation"
1337 msgstr "匈牙利语翻译"
1339 msgid "Icon Only"
1340 msgstr ""
1342 msgid "Icon theme"
1343 msgstr ""
1345 msgid "Ignore all whitespace"
1346 msgstr "忽略所有空格"
1348 msgid "Ignore changes in amount of whitespace"
1349 msgstr "忽略空格数量"
1351 msgid "Ignore changes in whitespace at EOL"
1352 msgstr "行尾忽略空格"
1354 msgid "Ignore custom pattern"
1355 msgstr "忽略自定义模式"
1357 msgid "Ignore exact filename"
1358 msgstr "忽略精确文件名"
1360 msgid "Ignore filename or pattern"
1361 msgstr "忽略文件名或匹配模式"
1363 msgid "Ignore..."
1364 msgstr ""
1366 msgid "Include tags "
1367 msgstr "包含标签 "
1369 msgid "Indent Status paths"
1370 msgstr "缩进状态路径"
1372 msgid "Indonesian translation"
1373 msgstr "印尼语翻译"
1375 #, fuzzy
1376 msgid "Initialize Git Annex"
1377 msgstr "初始化..."
1379 #, fuzzy
1380 msgid "Initialize Git LFS"
1381 msgstr "初始化..."
1383 msgid "Inititalize submodules"
1384 msgstr "初始化子模块"
1386 msgid "Insert spaces instead of tabs"
1387 msgstr "插入空格而非制表符"
1389 msgid "Interactive Rebase"
1390 msgstr "交互式衍合"
1392 msgid "Invalid Revision"
1393 msgstr "无效版本"
1395 msgid "Japanese translation"
1396 msgstr ""
1398 msgid "Keep *.orig Merge Backups"
1399 msgstr "保留合并备份 (*.orig)"
1401 msgid "Keep Index"
1402 msgstr "保留索引"
1404 msgid "Keyboard Shortcuts"
1405 msgstr "键盘快捷键"
1407 msgid "Launch Diff Tool"
1408 msgstr "启动差异工具"
1410 msgid "Launch Directory Diff Tool"
1411 msgstr "启动目录差异工具"
1413 msgid "Launch Editor"
1414 msgstr "启动编辑器"
1416 msgid "Launch Terminal"
1417 msgstr "启动终端"
1419 msgid ""
1420 "Launch external diff tool\n"
1421 "Shortcut: Ctrl+D"
1422 msgstr ""
1423 "加载外部差异工具\n"
1424 "快捷键: Ctrl+D"
1426 msgid "Launch git-cola"
1427 msgstr "启动 git-cola"
1429 msgid "Launch git-difftool against previous versions"
1430 msgstr "对之前的版本启动 git-difftool"
1432 msgid "Launch git-difftool on the current path"
1433 msgstr "在当前路径运行 git-difftool"
1435 msgid "Light Theme"
1436 msgstr ""
1438 msgid "List"
1439 msgstr ""
1441 msgid "Load Commit Message"
1442 msgstr "加载提交消息"
1444 msgid "Load Commit Message..."
1445 msgstr "加载提交信息..."
1447 msgid "Load Previous Commit Message"
1448 msgstr "加载前一次提交信息"
1450 msgid "Loading..."
1451 msgstr "加载中..."
1453 msgid "Local"
1454 msgstr "本地"
1456 msgid "Local Branch"
1457 msgstr "本地分支"
1459 msgid "Local branch"
1460 msgstr "本地分支"
1462 msgid "Lock Layout"
1463 msgstr "锁定布局"
1465 msgid "Log"
1466 msgstr "记录"
1468 msgid "Maintainer (since 2007) and developer"
1469 msgstr "维护者 (从 2007 年开始) 和开发者"
1471 msgid "Merge"
1472 msgstr "合并"
1474 #, python-format
1475 msgid "Merge \"%(revision)s\" into \"%(branch)s\""
1476 msgstr "合并 \"%(revision)s\" 到分支 \"%(branch)s\""
1478 msgid "Merge Tool"
1479 msgstr "合并工具"
1481 msgid "Merge Verbosity"
1482 msgstr "合并冗余度"
1484 msgid "Merge failed.  Conflict resolution is required."
1485 msgstr "合并失败. 需要解决冲突."
1487 #, python-format
1488 msgid "Merge into \"%s\""
1489 msgstr "合并到 \"%s\""
1491 msgid "Merge into current branch"
1492 msgstr "合并到当前分支"
1494 msgid "Merge..."
1495 msgstr "合并 (merge)..."
1497 msgid "Merging"
1498 msgstr "合并中"
1500 msgid "Message"
1501 msgstr "消息"
1503 msgid "Missing Commit Message"
1504 msgstr "提交信息不存在"
1506 msgid "Missing Data"
1507 msgstr "数据不存在"
1509 msgid "Missing Name"
1510 msgstr "名称不存在"
1512 msgid "Missing Revision"
1513 msgstr "版本不存在"
1515 msgid "Missing Tag Message"
1516 msgstr "标签信息不存在"
1518 msgid "Modified"
1519 msgstr "已修改"
1521 msgid "More..."
1522 msgstr "更多..."
1524 msgid "Move Down"
1525 msgstr "下移"
1527 msgid "Move Up"
1528 msgstr "上移"
1530 msgid "Move files to trash"
1531 msgstr "移动文件到回收站"
1533 msgid "Name"
1534 msgstr "名称"
1536 msgid "Name for the new remote"
1537 msgstr "新远程的名称"
1539 msgid "New Bare Repository..."
1540 msgstr "新建空版本库..."
1542 msgid "New Repository..."
1543 msgstr "新建版本库..."
1545 msgid "New Toolbar"
1546 msgstr "添加工具栏"
1548 msgid "New..."
1549 msgstr "新建..."
1551 msgid "Next File"
1552 msgstr "下一个文件"
1554 msgid "No"
1555 msgstr "号码"
1557 msgid "No Revision Specified"
1558 msgstr "没有指定版本"
1560 msgid ""
1561 "No changes to commit.\n"
1562 "\n"
1563 "You must stage at least 1 file before you can commit."
1564 msgstr ""
1565 "没有需要提交的改动.\n"
1566 "\n"
1567 "提交前你必须首先缓存至少一个文件."
1569 msgid "No commits exist in this branch."
1570 msgstr "此分支内没有提交."
1572 msgid "No fast forward"
1573 msgstr "不进行快速合并"
1575 msgid "No fast-forward"
1576 msgstr "不进行快速合并"
1578 msgid "No repository selected."
1579 msgstr "没有选择版本库."
1581 msgid "Non-fast-forward fetch overwrites local history!"
1582 msgstr "非快进合并式获取会覆盖本地历史!"
1584 msgid ""
1585 "Non-fast-forward push overwrites published history!\n"
1586 "(Did you pull first?)"
1587 msgstr ""
1588 "非快进合并式上传会覆盖远程历史!\n"
1589 "(之前拉取了吗?)"
1591 msgid "Nothing to commit"
1592 msgstr "没有改动可提交"
1594 msgid "Nothing to do"
1595 msgstr "不做操作"
1597 msgid "Number of Diff Context Lines"
1598 msgstr "Diff 上下文行数"
1600 msgid "Open"
1601 msgstr "打开"
1603 msgid "Open Git Repository..."
1604 msgstr "打开已有版本库..."
1606 msgid "Open Parent"
1607 msgstr "打开父级"
1609 msgid "Open Parent Directory"
1610 msgstr "打开上级目录"
1612 msgid "Open Recent"
1613 msgstr "打开最近版本库"
1615 msgid "Open Using Default Application"
1616 msgstr "用默认程序打开"
1618 msgid "Open in New Window"
1619 msgstr "新窗口打开"
1621 msgid "Open in New Window..."
1622 msgstr "在新窗口打开..."
1624 msgid "Open..."
1625 msgstr "打开..."
1627 msgid "Other branches"
1628 msgstr "其他分支"
1630 msgid "Overwrite"
1631 msgstr "覆盖"
1633 #, python-format
1634 msgid "Overwrite \"%s\"?"
1635 msgstr "覆盖 \"%s\" 吗?"
1637 msgid "Overwrite File?"
1638 msgstr "覆盖文件吗?"
1640 msgid ""
1641 "Parse arguments using a shell.\n"
1642 "Queries with spaces will require \"double quotes\"."
1643 msgstr ""
1644 "用 Shell 解析参数\n"
1645 "若命令行条目包含空格, 请添加双引号."
1647 msgid "Partially Staged"
1648 msgstr "部分已缓存"
1650 msgid "Paste"
1651 msgstr "粘贴"
1653 msgid "Patch(es) Applied"
1654 msgstr "已应用补丁"
1656 msgid "Path"
1657 msgstr "路径"
1659 msgid "Path or URL to clone (Env. $VARS okay)"
1660 msgstr "克隆路径或 URL (可以使用环境变量)"
1662 msgid "Pick"
1663 msgstr ""
1665 msgid "Pixel XOR"
1666 msgstr "像素异或"
1668 msgid "Please provide both a branch name and revision expression."
1669 msgstr "请同时提供分支名称和版本表达式."
1671 msgid "Please select a file"
1672 msgstr "请选择一个文件"
1674 msgid "Please specify a name for the new tag."
1675 msgstr "请为新标签指定名称."
1677 msgid "Please specify a revision to tag."
1678 msgstr "请指定一个版本进行标记."
1680 msgid ""
1681 "Please supply a commit message.\n"
1682 "\n"
1683 "A good commit message has the following format:\n"
1684 "\n"
1685 "- First line: Describe in one sentence what you did.\n"
1686 "- Second line: Blank\n"
1687 "- Remaining lines: Describe why this change is good.\n"
1688 msgstr ""
1689 "请提供一条提交信息.\n"
1690 "\n"
1691 "一条好的提交信息有下列格式:\n"
1692 "\n"
1693 "- 第一行: 一句话概括你做的修改.\n"
1694 "- 第二行: 空行\n"
1695 "- 剩余行: 请描述为什么你做的这些改动是好的.\n"
1697 msgid "Point the current branch head to a new commit?"
1698 msgstr ""
1700 msgid "Polish translation"
1701 msgstr "波兰语翻译"
1703 msgid "Pop"
1704 msgstr "弹出"
1706 msgid "Preferences"
1707 msgstr "首选项"
1709 msgid "Prefix"
1710 msgstr "前缀"
1712 msgid "Prepare Commit Message"
1713 msgstr "准备提交信息"
1715 msgid "Prevent \"Stage\" from staging all files when nothing is selected"
1716 msgstr ""
1718 msgid "Previous File"
1719 msgstr "上一个文件"
1721 msgid "Prompt on creation"
1722 msgstr "在创建时提醒"
1724 msgid "Prompt when pushing creates new remote branches"
1725 msgstr "推送创建远程分支时提醒"
1727 msgid "Prune "
1728 msgstr "从..清除(prune) "
1730 msgid "Prune Missing Entries"
1731 msgstr ""
1733 msgid "Pull"
1734 msgstr "拉取"
1736 msgid "Pull..."
1737 msgstr "拉取..."
1739 msgid "Push"
1740 msgstr "推送"
1742 msgid "Push..."
1743 msgstr "上传..."
1745 msgid "Quit"
1746 msgstr "退出"
1748 msgid "Rebase"
1749 msgstr "衍合"
1751 #, python-format
1752 msgid "Rebase onto %s"
1753 msgstr "衍合到 %s"
1755 msgid "Rebase stopped"
1756 msgstr "衍合已停止"
1758 msgid "Rebase the current branch instead of merging"
1759 msgstr "衍合当前分支而不是合并"
1761 msgid "Rebasing"
1762 msgstr "衍合中"
1764 msgid "Recent"
1765 msgstr "最近"
1767 msgid "Recent repositories"
1768 msgstr "最近使用版本库"
1770 msgid "Recent repository count"
1771 msgstr "最近使用版本库数目"
1773 msgid "Recently Modified Files"
1774 msgstr "最近修改过的文件"
1776 msgid "Recently Modified Files..."
1777 msgstr "最近修改过的文件 ..."
1779 msgid "Recovering a dropped stash is not possible."
1780 msgstr "已丢弃的暂存是无法恢复的."
1782 msgid "Recovering lost commits may not be easy."
1783 msgstr "恢复丢失的提交是比较困难的."
1785 msgid "Redo"
1786 msgstr "重做"
1788 msgid "Reduce commit history to minimum"
1789 msgstr "尽量减少提交历史"
1791 msgid "Reference Repository"
1792 msgstr ""
1794 msgid "Reference URL"
1795 msgstr ""
1797 msgid "Reference repository to use when cloning (optional)"
1798 msgstr ""
1800 msgid "Refresh"
1801 msgstr "刷新"
1803 msgid "Refuse to merge unless the current HEAD is already up-to-date or the merge can be resolved as a fast-forward"
1804 msgstr ""
1806 msgid "Remote"
1807 msgstr "远程(remote)"
1809 msgid "Remote Branch"
1810 msgstr "远程分支"
1812 msgid "Remote Branch Deleted"
1813 msgstr "远程分支已删除"
1815 msgid "Remote git repositories - double-click to rename"
1816 msgstr "远程版本库 - 双击以改名"
1818 msgid "Remove"
1819 msgstr "移除"
1821 #, python-format
1822 msgid "Remove %s from the recent list?"
1823 msgstr "将 %s 从最近使用列表中移除吗?"
1825 msgid "Remove Element"
1826 msgstr "移除元素"
1828 msgid "Remove remote-tracking branches that no longer exist on the remote"
1829 msgstr ""
1831 msgid "Remove selected (Delete)"
1832 msgstr "移除所选 (删除)"
1834 msgid "Remove stale entries for repositories that no longer exist"
1835 msgstr ""
1837 msgid "Rename"
1838 msgstr "重命名"
1840 #, python-format
1841 msgid "Rename \"%s\""
1842 msgstr "重命名 \"%s\""
1844 msgid "Rename Branch"
1845 msgstr "重命名分支"
1847 msgid "Rename Branch..."
1848 msgstr "重命名分支..."
1850 msgid "Rename Existing Branch"
1851 msgstr "重命名已有分支"
1853 msgid "Rename Remote"
1854 msgstr "重命名远程"
1856 msgid "Rename Repository"
1857 msgstr "重命名版本库"
1859 msgid "Rename branch"
1860 msgstr "重命名分支"
1862 #, python-format
1863 msgid "Rename remote \"%(current)s\" to \"%(new)s\"?"
1864 msgstr "重命名远程 \"%(current)s\" 为 \"%(new)s\"?"
1866 msgid "Rename selected paths"
1867 msgstr "重命名所选路径"
1869 msgid "Repository Not Found"
1870 msgstr ""
1872 #, python-format
1873 msgid "Repository: %s"
1874 msgstr "版本库: %s"
1876 msgid "Reset"
1877 msgstr "复位"
1879 #, python-format
1880 msgid "Reset \"%(branch)s\" to \"%(revision)s\"?"
1881 msgstr "复位分支 \"%(branch)s\" 到 \"%(revision)s\" 吗?"
1883 msgid "Reset All (Keep Unstaged Changes)"
1884 msgstr ""
1886 msgid "Reset Branch"
1887 msgstr "重置分支"
1889 msgid "Reset Branch (Soft)"
1890 msgstr ""
1892 msgid "Reset Branch and Stage (Mixed)"
1893 msgstr ""
1895 msgid "Reset Branch?"
1896 msgstr "重置分支吗?"
1898 msgid "Reset Layout"
1899 msgstr ""
1901 msgid "Reset Worktree and Reset All?"
1902 msgstr ""
1904 msgid "Reset and Restore"
1905 msgstr ""
1907 msgid "Reset branch?"
1908 msgstr ""
1910 #, python-format
1911 msgid "Resetting \"%(branch)s\" to \"%(revision)s\" will lose commits."
1912 msgstr "复位 \"%(branch)s\" to \"%(revision)s\" 将丢失提交."
1914 msgid "Resize File Browser columns"
1915 msgstr ""
1917 msgid "Restart the application after changing appearance settings."
1918 msgstr ""
1920 msgid "Restore Worktree"
1921 msgstr ""
1923 msgid "Restore Worktree and Reset All (Hard)"
1924 msgstr ""
1926 msgid "Restore Worktree and Reset All (Keep Unstaged Changes)"
1927 msgstr ""
1929 msgid "Restore Worktree and Reset All (Keep Unstaged Edits)"
1930 msgstr ""
1932 msgid "Restore Worktree and Reset All (Merge)"
1933 msgstr ""
1935 msgid "Restore Worktree and Reset All?"
1936 msgstr ""
1938 #, python-format
1939 msgid "Restore Worktree to %s?"
1940 msgstr ""
1942 msgid "Restore worktree, reset, and preserve unstaged edits?"
1943 msgstr ""
1945 msgid "Revert"
1946 msgstr "撤销"
1948 msgid "Revert Diff Hunk"
1949 msgstr "撤销差异区域"
1951 msgid "Revert Diff Hunk..."
1952 msgstr "撤销差异区域..."
1954 msgid "Revert Diff Hunk?"
1955 msgstr "撤销差异区域吗?"
1957 msgid "Revert Selected Lines"
1958 msgstr "撤销所选行"
1960 msgid "Revert Selected Lines..."
1961 msgstr "撤销所选行..."
1963 msgid "Revert Selected Lines?"
1964 msgstr "撤销所选行吗?"
1966 msgid "Revert Uncommitted Changes"
1967 msgstr "撤销未提交的修改"
1969 msgid "Revert Uncommitted Changes?"
1970 msgstr "撤销未提交的修改吗?"
1972 msgid "Revert Uncommitted Edits..."
1973 msgstr "撤销未缓存修订..."
1975 msgid "Revert Unstaged Changes"
1976 msgstr "恢复未缓存的改动"
1978 msgid "Revert Unstaged Changes?"
1979 msgstr "恢复未缓存的改动?"
1981 msgid "Revert Unstaged Edits..."
1982 msgstr "恢复未缓存修订..."
1984 msgid "Revert the uncommitted changes?"
1985 msgstr "撤销未提交的修改吗?"
1987 msgid "Revert the unstaged changes?"
1988 msgstr "恢复这个未缓存的改动?"
1990 msgid "Revert uncommitted changes to selected paths"
1991 msgstr "撤销所选路径未提交的改动"
1993 msgid "Revert unstaged changes to selected paths"
1994 msgstr "撤销所选路径未缓存的改动"
1996 msgid "Review"
1997 msgstr "审阅"
1999 msgid "Review..."
2000 msgstr "审阅..."
2002 msgid "Revision"
2003 msgstr "版本"
2005 msgid "Revision Expression:"
2006 msgstr "版本表达式:"
2008 msgid "Revision to Merge"
2009 msgstr "要合并的版本"
2011 msgid "Reword"
2012 msgstr "改写"
2014 msgid "Rewrite Published Commit?"
2015 msgstr "重写已发布的提交吗?"
2017 msgid "Run"
2018 msgstr "运行"
2020 #, python-format
2021 msgid "Run \"%s\"?"
2022 msgstr "运行 \"%s\"?"
2024 #, python-format
2025 msgid "Run %s?"
2026 msgstr "运行 %s?"
2028 #, python-format
2029 msgid "Run the \"%s\" command?"
2030 msgstr "运行 \"%s\" 命令吗?"
2032 #, python-format
2033 msgid "Running command: %s"
2034 msgstr "正运行命令:%s"
2036 msgid "Russian translation"
2037 msgstr "俄语翻译"
2039 msgid "SHA-1"
2040 msgstr "SHA-1"
2042 msgid "Safe Mode"
2043 msgstr "安全模式"
2045 msgid "Save"
2046 msgstr "保存"
2048 msgid "Save Archive"
2049 msgstr "保存归档"
2051 msgid "Save As Tarball/Zip..."
2052 msgstr "存为压缩存档 Tar/Zip..."
2054 msgid "Save GUI Settings"
2055 msgstr "保存界面设定"
2057 msgid "Save Stash"
2058 msgstr "进行暂存"
2060 msgid "Save modified state to new stash"
2061 msgstr "保存修改状态到新暂存"
2063 #, python-format
2064 msgid "Saved \"%(filename)s\" from \"%(ref)s\" to \"%(destination)s\""
2065 msgstr "已从 \"%(ref)s\" 保存 \"%(filename)s\" 到 \"%(destination)s\""
2067 msgid "Search"
2068 msgstr "搜寻"
2070 msgid "Search Authors"
2071 msgstr "查找作者"
2073 msgid "Search Commit Messages"
2074 msgstr "查找提交信息"
2076 msgid "Search Committers"
2077 msgstr "查找提交者"
2079 msgid "Search Date Range"
2080 msgstr "查找日期范围"
2082 msgid "Search Diffs"
2083 msgstr "查找差异"
2085 msgid "Search by Expression"
2086 msgstr "按表达式查找"
2088 msgid "Search by Path"
2089 msgstr "按路径查找"
2091 msgid "Search for a fixed string"
2092 msgstr "用特定字符串查找"
2094 msgid "Search using a POSIX basic regular expression"
2095 msgstr "使用 POSIX 基本正则表达式查找"
2097 msgid "Search using a POSIX extended regular expression"
2098 msgstr "使用 POSIX 拓展正则表达式查找"
2100 msgid "Search..."
2101 msgstr "查找..."
2103 msgid "Search:"
2104 msgstr ""
2106 msgid "Select"
2107 msgstr "选择"
2109 msgid "Select All"
2110 msgstr "全选"
2112 msgid "Select Branch to Review"
2113 msgstr "选择分支进行审阅"
2115 msgid "Select Child"
2116 msgstr "选择子项目"
2118 msgid "Select Commit"
2119 msgstr "选择提交"
2121 msgid "Select Directory..."
2122 msgstr "选择目录..."
2124 msgid "Select New Upstream"
2125 msgstr "选择上游项目"
2127 msgid "Select Newest Child"
2128 msgstr "选择最新子项目"
2130 msgid "Select Oldest Parent"
2131 msgstr "选择最旧父项目"
2133 msgid "Select Parent"
2134 msgstr "选择父项目"
2136 msgid "Select Previous Version"
2137 msgstr "选择之前版本"
2139 msgid "Select a parent directory for the new clone"
2140 msgstr "为新克隆选择上级文件夹"
2142 msgid "Select output dir"
2143 msgstr "选择输出目录"
2145 #, fuzzy
2146 msgid "Select output directory"
2147 msgstr "选择版本库..."
2149 msgid "Select patch file(s)..."
2150 msgstr "选择补丁文件..."
2152 #, fuzzy
2153 msgid "Select repository"
2154 msgstr "选择版本库..."
2156 msgid "Set Default Repository"
2157 msgstr "选择默认版本库"
2159 msgid "Set Upstream Branch"
2160 msgstr "设置上游分支"
2162 msgid ""
2163 "Set the sort order for branches and tags.\n"
2164 "Toggle between date-based and version-name-based sorting."
2165 msgstr ""
2167 msgid "Set upstream"
2168 msgstr "设置上游"
2170 msgid "Settings"
2171 msgstr "设置"
2173 msgid "Shell arguments"
2174 msgstr "Shell 参数"
2176 msgid "Shift Down"
2177 msgstr "Shift 上箭"
2179 msgid "Shift Up"
2180 msgstr "Shift 下键"
2182 msgid "Shortcuts"
2183 msgstr "快捷键"
2185 msgid "Show Diffstat After Merge"
2186 msgstr "在合并后显示 Diffstat"
2188 msgid "Show Full Paths in the Window Title"
2189 msgstr "在窗口标题中显示完整路径"
2191 msgid "Show Help"
2192 msgstr "显示帮助"
2194 msgid "Show History"
2195 msgstr "显示历史"
2197 msgid "Show file counts in Status titles"
2198 msgstr "在状态标题中显示文件计数"
2200 msgid ""
2201 "Show help\n"
2202 "Shortcut: ?"
2203 msgstr ""
2204 "显示帮助\n"
2205 "快捷键: ?"
2207 msgid "Show line numbers"
2208 msgstr "显示行号"
2210 msgid "Show whole surrounding functions of changes"
2211 msgstr "显示包含修改的整个函数"
2213 msgid "Showing changes since"
2214 msgstr "显示改动自"
2216 msgid "Side by side"
2217 msgstr "并排"
2219 msgid "Sign Off"
2220 msgstr "签名(Sign Off)"
2222 msgid "Sign Tag"
2223 msgstr "为标签签名"
2225 msgid "Sign off on this commit"
2226 msgstr "对本次提交签名"
2228 msgid "Simplified Chinese translation"
2229 msgstr "简体中文翻译"
2231 msgid "Skip"
2232 msgstr "跳过"
2234 msgid "Skip Current Patch"
2235 msgstr "跳过当前补丁"
2237 msgid "Sort bookmarks alphabetically"
2238 msgstr "按字母顺序排列书签"
2240 msgid "Spanish translation"
2241 msgstr "西班牙语翻译"
2243 msgid "Specifies the SHA-1 to tag"
2244 msgstr "指定标签的 SHA-1 值"
2246 msgid "Specifies the tag message"
2247 msgstr "指定标签信息"
2249 msgid "Specifies the tag name"
2250 msgstr "指定标签名称"
2252 msgid "Spelling Suggestions"
2253 msgstr "拼写建议"
2255 msgid "Squash"
2256 msgstr "压缩"
2258 msgid "Squash the merged commits into a single commit"
2259 msgstr "压缩合并中提交成单一提交"
2261 msgid "Stage"
2262 msgstr "缓存"
2264 msgid "Stage / Unstage"
2265 msgstr "缓存 / 取消缓存"
2267 msgid "Stage / Unstage All"
2268 msgstr ""
2270 msgid "Stage All Untracked"
2271 msgstr "缓存所有未跟踪项目"
2273 msgid "Stage Changed Files To Commit"
2274 msgstr "缓存修改的文件为提交"
2276 msgid "Stage Diff Hunk"
2277 msgstr "缓存差异区域"
2279 msgid "Stage Modified"
2280 msgstr "缓存已修改的文件"
2282 msgid "Stage Modified and Untracked"
2283 msgstr ""
2285 msgid "Stage Selected"
2286 msgstr "缓存已选项目"
2288 msgid "Stage Selected Lines"
2289 msgstr "缓存所选行"
2291 msgid "Stage Unmerged"
2292 msgstr "缓存未合并的文件"
2294 msgid "Stage Untracked"
2295 msgstr "缓存未跟踪的文件"
2297 msgid "Stage and Commit"
2298 msgstr "缓存并提交"
2300 msgid "Stage and commit?"
2301 msgstr "缓存并提交吗?"
2303 msgid "Stage conflicts"
2304 msgstr "缓存冲突"
2306 msgid "Stage conflicts?"
2307 msgstr "缓存冲突?"
2309 msgid "Stage/unstage selected paths for commit"
2310 msgstr "缓存/取消缓存已选路径以提交"
2312 msgid "Staged"
2313 msgstr "已缓存"
2315 #, python-format
2316 msgid "Staging: %s"
2317 msgstr "正在缓存: %s"
2319 msgid "Start Interactive Rebase..."
2320 msgstr "开始交互式衍合..."
2322 msgid "Starting Revision"
2323 msgstr "起始版本"
2325 msgid "Stash"
2326 msgstr "暂存"
2328 msgid "Stash Index"
2329 msgstr "暂存索引"
2331 #, fuzzy
2332 msgid "Stash staged changes only"
2333 msgstr "提交已缓存修改"
2335 #, fuzzy
2336 msgid "Stash unstaged changes only, keeping staged changes"
2337 msgstr "撤销所选路径未缓存的改动"
2339 msgid "Stash..."
2340 msgstr "暂存..."
2342 msgid "Status"
2343 msgstr "状态"
2345 msgid "Stop tracking paths"
2346 msgstr "停止跟踪路径"
2348 msgid "Submodule URL (can be relative, ex: ../repo.git)"
2349 msgstr ""
2351 msgid "Submodule branch to track (optional)"
2352 msgstr ""
2354 msgid "Submodule path within the current repository (optional)"
2355 msgstr ""
2357 msgid "Submodules"
2358 msgstr "子模块"
2360 msgid "Summarize Merge Commits"
2361 msgstr "概述合并提交"
2363 msgid "Summary"
2364 msgstr "概要"
2366 msgid "Tab Width"
2367 msgstr "Tab 宽度"
2369 msgid "Tag"
2370 msgstr "标签"
2372 msgid "Tag Created"
2373 msgstr "标签已创建"
2375 msgid "Tag message..."
2376 msgstr "标签信息..."
2378 msgid "Tag-signing was requested but the tag message is empty."
2379 msgstr "标签需要签名但其内容为空."
2381 msgid "Tags"
2382 msgstr "标签"
2384 msgid "Text Beside Icon"
2385 msgstr ""
2387 msgid "Text Only"
2388 msgstr ""
2390 msgid "Text Under Icon"
2391 msgstr ""
2393 msgid "Text Width"
2394 msgstr "字符宽度"
2396 msgid "The branch will be no longer available."
2397 msgstr "分支已不可用。"
2399 #, python-format
2400 msgid "The branch will be reset using \"git reset --mixed %s\""
2401 msgstr ""
2403 #, python-format
2404 msgid "The branch will be reset using \"git reset --soft %s\""
2405 msgstr ""
2407 msgid "The commit message will be cleared."
2408 msgstr "提交消息会被清除。"
2410 #, python-format
2411 msgid "The file \"%s\" exists and will be overwritten."
2412 msgstr "文件 \"%s\" 已存在,将被覆盖."
2414 msgid "The following files will be deleted:"
2415 msgstr "如下文件会被删除:"
2417 #, python-format
2418 msgid "The repository will be reset using \"git reset --hard %s\""
2419 msgstr ""
2421 #, python-format
2422 msgid "The repository will be reset using \"git reset --keep %s\""
2423 msgstr ""
2425 #, python-format
2426 msgid "The repository will be reset using \"git reset --merge %s\""
2427 msgstr ""
2429 msgid "The revision expression cannot be empty."
2430 msgstr "版本表达式不能为空."
2432 #, python-format
2433 msgid ""
2434 "The submodule will be added using\n"
2435 "\"%s\""
2436 msgstr ""
2438 #, python-format
2439 msgid ""
2440 "The submodule will be updated using\n"
2441 "\"%s\""
2442 msgstr ""
2444 #, python-format
2445 msgid "The worktree will be restored using \"git read-tree --reset -u %s\""
2446 msgstr ""
2448 msgid "This cannot be undone.  Clear commit message?"
2449 msgstr "此操作无法恢复. 清空提交消息吗?"
2451 msgid ""
2452 "This commit has already been published.\n"
2453 "This operation will rewrite published history.\n"
2454 "You probably don't want to do this."
2455 msgstr ""
2456 "此提交已发布.\n"
2457 "此操作会重写同步历史.\n"
2458 "很可能这不是你的心意."
2460 #, fuzzy
2461 msgid ""
2462 "This operation drops uncommitted changes.\n"
2463 "These changes cannot be recovered."
2464 msgstr ""
2465 "此操作将丢弃未提交的修改.\n"
2466 "造成的改动将无法撤销."
2468 msgid ""
2469 "This operation removes uncommitted edits from selected files.\n"
2470 "These changes cannot be recovered."
2471 msgstr ""
2472 "此操作将丢弃未提交的修改.\n"
2473 "造成的改动将无法撤销."
2475 msgid ""
2476 "This operation removes unstaged edits from selected files.\n"
2477 "These changes cannot be recovered."
2478 msgstr ""
2479 "这个操作会留下未缓存的改动.\n"
2480 "这些改动将无法恢复."
2482 msgid ""
2483 "This repository is currently being rebased.\n"
2484 "Resolve conflicts, commit changes, and run:\n"
2485 "    Rebase > Continue"
2486 msgstr ""
2487 "此版本库正在衍合中.\n"
2488 "解决内容冲突, 提交更改, 并执行\n"
2489 "    衍合 > 继续"
2491 msgid ""
2492 "This repository is in the middle of a merge.\n"
2493 "Resolve conflicts and commit changes."
2494 msgstr ""
2495 "此版本库正在合并中.\n"
2496 "解决内容冲突并提交更改."
2498 msgid "Toggle Enabled"
2499 msgstr "切换已启用"
2501 msgid "Toggle image diff"
2502 msgstr ""
2504 msgid "Toggle the branches filter"
2505 msgstr "切换分支过滤器"
2507 msgid "Toggle the paths filter"
2508 msgstr "切换路径过滤器开关"
2510 msgid "Toolbar Style:"
2511 msgstr ""
2513 msgid "Tracking Branch"
2514 msgstr "正跟踪分支"
2516 msgid "Tracking branch"
2517 msgstr "跟踪分支"
2519 msgid "Traditional Chinese (Taiwan) translation"
2520 msgstr "繁体中文 (台湾) 翻译"
2522 msgid "Translation"
2523 msgstr ""
2525 msgid "Translators"
2526 msgstr "翻译者"
2528 msgid "Turkish translation"
2529 msgstr "土耳其语翻译"
2531 msgid "URL"
2532 msgstr "URL"
2534 #, python-format
2535 msgid "URL: %s"
2536 msgstr "URL: %s"
2538 msgid "Ukranian translation"
2539 msgstr "乌克兰语翻译"
2541 msgid "Unable to rebase"
2542 msgstr "无法进行衍合"
2544 #, python-format
2545 msgid "Unable to set URL for \"%(name)s\" to \"%(url)s\""
2546 msgstr ""
2548 msgid "Undo"
2549 msgstr "撤销"
2551 msgid "Undo Last Commit"
2552 msgstr ""
2554 msgid "Undo last commit?"
2555 msgstr ""
2557 msgid "Undo the published commit?"
2558 msgstr ""
2560 msgid "Unmerged"
2561 msgstr "未合并"
2563 msgid "Unstage"
2564 msgstr "取消缓存"
2566 msgid "Unstage All"
2567 msgstr "全部取消缓存"
2569 msgid "Unstage Diff Hunk"
2570 msgstr "取消缓存差异区域"
2572 msgid "Unstage From Commit"
2573 msgstr "从本次提交撤除"
2575 msgid "Unstage Selected"
2576 msgstr "取消缓存已选项目"
2578 msgid "Unstage Selected Lines"
2579 msgstr "取消缓存所选行(&S)"
2581 #, python-format
2582 msgid "Unstaging: %s"
2583 msgstr "正取消缓存: %s"
2585 msgid "Untrack Selected"
2586 msgstr "取消跟踪所选项目"
2588 msgid "Untracked"
2589 msgstr "未跟踪"
2591 #, python-format
2592 msgid "Untracking: %s"
2593 msgstr "跟踪: %s"
2595 msgid "Update All Submodules..."
2596 msgstr "更新所有子模块..."
2598 msgid "Update Existing Branch:"
2599 msgstr "更新已有分支:"
2601 msgid "Update Submodule"
2602 msgstr "更新子模块"
2604 msgid "Update Submodule..."
2605 msgstr "更新子模块..."
2607 msgid "Update Submodules"
2608 msgstr "更新子模块"
2610 msgid "Update all submodules?"
2611 msgstr "更新所有子模块?"
2613 msgid "Update submodules..."
2614 msgstr "更新子模块..."
2616 msgid "Update this submodule"
2617 msgstr "更新此子模块"
2619 msgid "Update this submodule?"
2620 msgstr "更新此子模块?"
2622 msgid "Updating"
2623 msgstr "更新"
2625 msgid "User Name"
2626 msgstr "用户名"
2628 msgid "Version"
2629 msgstr "版本"
2631 msgid "View"
2632 msgstr "视图"
2634 msgid "View History..."
2635 msgstr "查看历史..."
2637 msgid "View history for selected paths"
2638 msgstr "查看所选路径历史"
2640 msgid "Visualize"
2641 msgstr "图示"
2643 msgid "Visualize All Branches..."
2644 msgstr "图示所有分支的历史..."
2646 msgid "Visualize Current Branch..."
2647 msgstr "图示当前分支的历史..."
2649 msgid "Whether to sign the tag (git tag -s)"
2650 msgstr "是否为标签签名 (git tag -s)"
2652 msgid "Would you like to stage and commit all modified files?"
2653 msgstr "要缓存并提交所有已修改文件吗?"
2655 msgid "XOR"
2656 msgstr "异或"
2658 msgid "Yes"
2659 msgstr "是"
2661 msgid ""
2662 "You are in the middle of a merge.\n"
2663 "Cannot amend while merging."
2664 msgstr ""
2665 "合并正在进行中.\n"
2666 "在合并过程中无法修正."
2668 msgid "You cannot rebase with uncommitted changes."
2669 msgstr "有未提交修改时无法衍合。"
2671 msgid "You must specify a revision to merge."
2672 msgstr "指定一个版本进行合并."
2674 msgid "You must specify a revision to view."
2675 msgstr "指定一个版本进行查看."
2677 msgid "Zoom In"
2678 msgstr "放大"
2680 msgid "Zoom Out"
2681 msgstr "缩小"
2683 msgid "Zoom to Fit"
2684 msgstr "缩放到适合"
2686 msgid "command-line arguments"
2687 msgstr "命令行参数"
2689 msgid "error: unable to execute git"
2690 msgstr "错误: 无法执行 git"
2692 #, python-format
2693 msgid "exit code %s"
2694 msgstr "退出代码 %s"
2696 #, python-format
2697 msgid "fatal: \"%s\" is not a directory.  Please specify a correct --repo <path>."
2698 msgstr "致命错误: \"%s\" 不是有效目录. 请用 --repo <路径> 指定."
2700 #, python-format
2701 msgid "git cola version %s"
2702 msgstr "git cola 版本 %s"
2704 msgid "git-cola"
2705 msgstr "git-cola"
2707 msgid "git-cola diff"
2708 msgstr "git-cola 比较差异"
2710 msgid "git://git.example.com/repo.git"
2711 msgstr ""
2713 msgid "grep result..."
2714 msgstr "筛选结果..."
2716 msgid "hotkeys.html"
2717 msgstr "hotkeys_zh_CN.html"
2719 msgid "path/to/submodule"
2720 msgstr ""
2722 msgid "title"
2723 msgstr ""
2725 msgid "unknown"
2726 msgstr "未知"
2728 msgid "vX.Y.Z"
2729 msgstr "vX.Y.Z"
2731 msgid "x 1"
2732 msgstr "x 1"
2734 msgid "x 1.5"
2735 msgstr "x 1.5"
2737 msgid "x 2"
2738 msgstr "x 2"
2740 msgid "yyyy-MM-dd"
2741 msgstr "yyyy-MM-dd"
2743 #~ msgid ""
2744 #~ "\n"
2745 #~ "\n"
2746 #~ "A good replacement for %s\n"
2747 #~ "is placing values for the user.name and\n"
2748 #~ "user.email settings into your personal\n"
2749 #~ "~/.gitconfig file.\n"
2750 #~ msgstr ""
2751 #~ "\n"
2752 #~ "\n"
2753 #~ "%s 的一个很好的替代方案是将 user.name 以及\n"
2754 #~ "user.email 设置放在你的个人 ~/.gitconfig 文件中.\n"
2756 #~ msgid ""
2757 #~ "\n"
2758 #~ "This is due to a known issue with the\n"
2759 #~ "Tcl binary distributed by Cygwin."
2760 #~ msgstr ""
2761 #~ "\n"
2762 #~ "这是由 Cygwin 发布的 Tcl 代码中一个\n"
2763 #~ "已知问题所引起."
2765 #, fuzzy
2766 #~ msgid "\"%s\" returned exit status %d"
2767 #~ msgstr "\"%(command)s\" 命令返回状态  %(status)d"
2769 #~ msgid "\"git commit\" returned exit code %s"
2770 #~ msgstr "\"git commit\" 命令返回状态 %s"
2772 #~ msgid "%s ... %*i of %*i %s (%3i%%)"
2773 #~ msgstr "%s ... %*i of %*i %s (%3i%%)"
2775 #~ msgid "%s Repository"
2776 #~ msgstr "%s 版本库"
2778 #~ msgid "'%s' is not an acceptable branch name."
2779 #~ msgstr "'%s'不是一个可接受的分支名."
2781 #~ msgid "* Binary file (not showing content)."
2782 #~ msgstr "* 二进制文件 (不显示内容)."
2784 #~ msgid "A branch is required for 'Merged Into'."
2785 #~ msgstr "'合并到' 需要指定某个分支"
2787 #~ msgid "Abort completed.  Ready."
2788 #~ msgstr "中止完成. 就绪."
2790 #~ msgid "Abort failed."
2791 #~ msgstr "中止失败"
2793 #~ msgid "Aborted checkout of '%s' (file level merging is required)."
2794 #~ msgstr "中止 '%s' 的 checkout 操作 (需要做文件级合并)."
2796 #~ msgid "Already up-to-date."
2797 #~ msgstr "已为最新版本."
2799 #~ msgid "Always (Do not perform merge checks)"
2800 #~ msgstr "总是合并 (不作合并检查)"
2802 #~ msgid "Always (Do not perform merge test.)"
2803 #~ msgstr "总是合并 (不作合并测试.)"
2805 #~ msgid "Amended Commit Message:"
2806 #~ msgstr "修正的提交描述:"
2808 #~ msgid "Amended Initial Commit Message:"
2809 #~ msgstr "修正的初始提交描述:"
2811 #~ msgid "Amended Merge Commit Message:"
2812 #~ msgstr "修正的合并提交描述:"
2814 #~ msgid "Annotation complete."
2815 #~ msgstr "标注完成."
2817 #~ msgid "Any unstaged changes will be permanently lost by the revert."
2818 #~ msgstr "任何未缓存的改动将在这次撤销中永久丢失."
2820 #~ msgid "Apply Diff Selection to Work Tree"
2821 #~ msgstr "应用所选差异到工作目录"
2823 #~ msgid "Apply/Reverse Hunk"
2824 #~ msgstr "应用/撤消此修改块"
2826 #~ msgid "Arbitrary URL:"
2827 #~ msgstr "任意 URL:"
2829 #~ msgid "Bookmarks"
2830 #~ msgstr "书签"
2832 #~ msgid "Bookmarks..."
2833 #~ msgstr "书签..."
2835 #~ msgid ""
2836 #~ "Branch '%s' already exists.\n"
2837 #~ "\n"
2838 #~ "It cannot fast-forward to %s.\n"
2839 #~ "A merge is required."
2840 #~ msgstr ""
2841 #~ "分支 '%s' 已经存在.\n"
2842 #~ "\n"
2843 #~ "无法快速合并到 %s.\n"
2844 #~ "需要普通合并."
2846 #~ msgid "Branch '%s' does not exist."
2847 #~ msgstr "分支 '%s' 并不存在."
2849 #~ msgid "Branch created"
2850 #~ msgstr "分支名"
2852 #~ msgid "Browse %s's Files"
2853 #~ msgstr "浏览 %s 上的文件"
2855 #~ msgid "Browse Branch Files"
2856 #~ msgstr "浏览分支文件"
2858 #~ msgid "Browse Revision..."
2859 #~ msgstr "版本"
2861 #~ msgid ""
2862 #~ "Cannot abort while amending.\n"
2863 #~ "\n"
2864 #~ "You must finish amending this commit.\n"
2865 #~ msgstr ""
2866 #~ "修正操作中无法中止.\n"
2867 #~ "\n"
2868 #~ "你必须先完成本次修正操作.\n"
2870 #~ msgid ""
2871 #~ "Cannot amend while merging.\n"
2872 #~ "\n"
2873 #~ "You are currently in the middle of a merge that has not been fully completed.  You cannot amend the prior commit unless you first abort the current merge activity.\n"
2874 #~ msgstr ""
2875 #~ "在合并时无法修正.\n"
2876 #~ "\n"
2877 #~ "你当前正在一次尚未完成的合并操作过程中. 除非中止当前合并活动,\n"
2878 #~ "否则无法修正之前的提交.\n"
2880 #~ msgid "Cannot determine HEAD.  See console output for details."
2881 #~ msgstr "无法确定 HEAD. 请查看控制终端的输出."
2883 #~ msgid "Cannot fetch branches and objects.  See console output for details."
2884 #~ msgstr "无法获取分支和对象. 请查看控制终端的输出."
2886 #~ msgid "Cannot fetch tags.  See console output for details."
2887 #~ msgstr "无法获取标签. 请查看控制终端的输出."
2889 #~ msgid "Cannot find git in PATH."
2890 #~ msgstr "PATH 中没有找到 git"
2892 #~ msgid ""
2893 #~ "Cannot merge while amending.\n"
2894 #~ "\n"
2895 #~ "You must finish amending this commit before starting any type of merge.\n"
2896 #~ msgstr ""
2897 #~ "修正时无法做合并.\n"
2898 #~ "\n"
2899 #~ "你必须完成对该提交的修正才能继续任何类型的合并操作.\n"
2901 #~ msgid "Cannot move to top of working directory:"
2902 #~ msgstr "无法移动到工作根目录:"
2904 #~ msgid "Cannot parse Git version string:"
2905 #~ msgstr "无法解析 Git 的版本信息:"
2907 #~ msgid "Cannot resolve %s as a commit."
2908 #~ msgstr "无法解析 %s 为提交."
2910 #~ msgid "Cannot use funny .git directory:"
2911 #~ msgstr "无法使用 .git 目录:"
2913 #~ msgid "Cannot write shortcut:"
2914 #~ msgstr "无法修改快捷方式:"
2916 #~ msgid "Change Font"
2917 #~ msgstr "更改字体"
2919 #~ msgid "Checked out '%s'."
2920 #~ msgstr "'%s' 已被 checkout"
2922 #~ msgid "Clone Type:"
2923 #~ msgstr "克隆类型:"
2925 #~ msgid "Clone failed."
2926 #~ msgstr "克隆失败."
2928 #~ msgid "Cloning from %s"
2929 #~ msgstr "从 %s 克隆"
2931 #~ msgid "Commit %s appears to be corrupt"
2932 #~ msgstr "提交 %s 似乎已损坏"
2934 #~ msgid "Commit failed: %s"
2935 #~ msgstr "提交失败: %s"
2937 #~ msgid "Commit@@noun"
2938 #~ msgstr "提交(commit)"
2940 #~ msgid "Compress Database"
2941 #~ msgstr "压缩数据库"
2943 #~ msgid "Compressing the object database"
2944 #~ msgstr "压缩对象数据库"
2946 #~ msgid "Copied Or Moved Here By:"
2947 #~ msgstr "由复制或移动至此:"
2949 #~ msgid "Copying objects"
2950 #~ msgstr "复制 objects"
2952 #~ msgid "Counting objects"
2953 #~ msgstr "清点对象"
2955 #~ msgid "Create Desktop Icon"
2956 #~ msgstr "创建桌面图标"
2958 #~ msgid "Created commit: %s"
2959 #~ msgstr "创建了提交: %s"
2961 #~ msgid "Creating working directory"
2962 #~ msgstr "创建工作目录"
2964 #~ msgid "Current Branch:"
2965 #~ msgstr "当前分支:"
2967 #~ msgid "Database Statistics"
2968 #~ msgstr "数据库统计信息"
2970 #~ msgid "Decrease Font Size"
2971 #~ msgstr "缩小字体"
2973 #~ msgid "Delete Local Branch"
2974 #~ msgstr "删除本地分支"
2976 #~ msgid "Delete Only If"
2977 #~ msgstr "删除仅当"
2979 #~ msgid "Delete Only If Merged Into"
2980 #~ msgstr "仅在合并后删除"
2982 #~ msgid "Delete selected branch?"
2983 #~ msgstr "删除选中分支?"
2985 #~ msgid "Destination Repository"
2986 #~ msgstr "目标版本库"
2988 #~ msgid "Detach From Local Branch"
2989 #~ msgstr "从本地分支脱离"
2991 #~ msgid "Diff/Console Font"
2992 #~ msgstr "Diff/控制终端字体"
2994 #~ msgid "Directory %s already exists."
2995 #~ msgstr "目录 %s 已经存在."
2997 #~ msgid "Disk space used by loose objects"
2998 #~ msgstr "松散对象所使用的磁盘空间"
3000 #~ msgid "Disk space used by packed objects"
3001 #~ msgstr "压缩对象所使用的磁盘空间"
3003 #~ msgid "Do Nothing"
3004 #~ msgstr "不做操作"
3006 #~ msgid "Enter Git Repository"
3007 #~ msgstr "输入版本库"
3009 #, fuzzy
3010 #~ msgid "Error %s"
3011 #~ msgstr "错误: %s"
3013 #~ msgid "Error loading commit data for amend:"
3014 #~ msgstr "为修正装载提交数据出错:"
3016 #~ msgid "Error: Command Failed"
3017 #~ msgstr "错误: 命令失败"
3019 #~ msgid "Errors: %s"
3020 #~ msgstr "错误: %s"
3022 #~ msgid "Exit code: %s"
3023 #~ msgstr "退出代码: %s"
3025 #~ msgid "Failed to completely save options:"
3026 #~ msgstr "无法完全保存选项:"
3028 #~ msgid "Failed to configure origin"
3029 #~ msgstr "无法配置 origin"
3031 #~ msgid "Failed to create repository %s:"
3032 #~ msgstr "无法创建版本库 %s:"
3034 #~ msgid ""
3035 #~ "Failed to delete branches:\n"
3036 #~ "%s"
3037 #~ msgstr ""
3038 #~ "无法删除分支:\n"
3039 #~ "%s"
3041 #~ msgid "Failed to open repository %s:"
3042 #~ msgstr "无法打开版本库 %s:"
3044 #~ msgid "Failed to rename '%s'."
3045 #~ msgstr "无法更名 '%s'."
3047 #~ msgid ""
3048 #~ "Failed to set current branch.\n"
3049 #~ "\n"
3050 #~ "This working directory is only partially switched.  We successfully updated your files, but failed to update an internal Git file.\n"
3051 #~ "\n"
3052 #~ "This should not have occurred.  %s will now close and give up."
3053 #~ msgstr ""
3054 #~ "无法设定当前分支.\n"
3055 #~ "\n"
3056 #~ "当前工作目录仅有部分被切换出, 我们已成功的更新了您的文件但是无法更新某个内部的Git文件.\n"
3057 #~ "\n"
3058 #~ "这本不该发生, %s 将关闭并放弃."
3060 #~ msgid "Failed to stage selected hunk."
3061 #~ msgstr "无法缓存所选代码段."
3063 #~ msgid "Failed to unstage selected hunk."
3064 #~ msgstr "无法将选择的代码段从缓存中删除."
3066 #~ msgid "Failed to update '%s'."
3067 #~ msgstr "无法更新 '%s'."
3069 #~ msgid "Fast Forward Only "
3070 #~ msgstr "仅快进合并"
3072 #~ msgid "Fetch from"
3073 #~ msgstr "从..获取(fetch)"
3075 #~ msgid "Fetching new changes from %s"
3076 #~ msgstr "从 %s 处获取新的改动"
3078 #~ msgid "File level merge required."
3079 #~ msgstr "需要文件级合并."
3081 #~ msgid "Font Example"
3082 #~ msgstr "字体样例"
3084 #~ msgid "Font Family"
3085 #~ msgstr "字体族"
3087 #~ msgid "Force overwrite existing branch (may discard changes)"
3088 #~ msgstr "强制覆盖已有的分支 (可能会丢失改动)"
3090 #~ msgid "From Repository"
3091 #~ msgstr "从版本库"
3093 #~ msgid "Full Copy (Slower, Redundant Backup)"
3094 #~ msgstr "全部复制 (较慢, 做备份)"
3096 #~ msgid "GPG-signed"
3097 #~ msgstr "GPG 已签名"
3099 #~ msgid "Garbage files"
3100 #~ msgstr "垃圾文件"
3102 #~ msgid "Git Gui"
3103 #~ msgstr "Git Gui"
3105 #~ msgid "Git Repository (subproject)"
3106 #~ msgstr "Git 版本库 (子项目)"
3108 #~ msgid "Git directory not found:"
3109 #~ msgstr "Git 目录无法找到:"
3111 #~ msgid ""
3112 #~ "Git version cannot be determined.\n"
3113 #~ "\n"
3114 #~ "%s claims it is version '%s'.\n"
3115 #~ "\n"
3116 #~ "%s requires at least Git 1.5.0 or later.\n"
3117 #~ "\n"
3118 #~ "Assume '%s' is version 1.5.0?\n"
3119 #~ msgstr ""
3120 #~ "无法确定 Git 的版本.\n"
3121 #~ "\n"
3122 #~ "%s 声明其版本为 '%s'.\n"
3123 #~ "\n"
3124 #~ "而 %s 需要 1.5.0 或这以后的 Git 版本.\n"
3125 #~ "\n"
3126 #~ "是否假定 '%s' 为版本 1.5.0?\n"
3128 #~ msgid "Hardlinks are unavailable.  Falling back to copying."
3129 #~ msgstr "硬连接不可用. 使用复制."
3131 #~ msgid "Hide Details.."
3132 #~ msgstr "隐藏细节.."
3134 #~ msgid "In File:"
3135 #~ msgstr "在文件:"
3137 #~ msgid "Increase Font Size"
3138 #~ msgstr "放大字体"
3140 #~ msgid "Index"
3141 #~ msgstr "缓存(Index)错误"
3143 #~ msgid "Initial Commit Message:"
3144 #~ msgstr "初始的提交描述:"
3146 #~ msgid "Initial file checkout failed."
3147 #~ msgstr "初始的文件checkout失败"
3149 #~ msgid "Invalid GIT_COMMITTER_IDENT:"
3150 #~ msgstr "无效的 GIT_COMMITTER_IDENT"
3152 #~ msgid "Invalid date from Git: %s"
3153 #~ msgstr "无效的日期: %s"
3155 #~ msgid "Invalid font specified in %s:"
3156 #~ msgstr "%s 中指定的字体无效:"
3158 #~ msgid "KiB"
3159 #~ msgstr "KiB"
3161 #~ msgid ""
3162 #~ "Last scanned state does not match repository state.\n"
3163 #~ "\n"
3164 #~ "Another Git program has modified this repository since the last scan.  A rescan must be performed before a merge can be performed.\n"
3165 #~ "\n"
3166 #~ "The rescan will be automatically started now.\n"
3167 #~ msgstr ""
3168 #~ "最后一次扫描的状态和当前版本库状态不符.\n"
3169 #~ "\n"
3170 #~ "另一 Git 程序自上次扫描后修改了本版本库. 在修改当前分支之前需要重新做一次扫描.\n"
3171 #~ "\n"
3172 #~ "重新扫描将自动开始.\n"
3174 #~ msgid ""
3175 #~ "Last scanned state does not match repository state.\n"
3176 #~ "\n"
3177 #~ "Another Git program has modified this repository since the last scan.  A rescan must be performed before another commit can be created.\n"
3178 #~ "\n"
3179 #~ "The rescan will be automatically started now.\n"
3180 #~ msgstr ""
3181 #~ "最后一次扫描的状态和当前版本库状态不符.\n"
3182 #~ "\n"
3183 #~ "另一 Git 程序自上次扫描后修改了本版本库. 在修改当前分支之前需要重新做一次扫描.\n"
3184 #~ "\n"
3185 #~ "重新扫描将自动开始.\n"
3187 #~ msgid ""
3188 #~ "Last scanned state does not match repository state.\n"
3189 #~ "\n"
3190 #~ "Another Git program has modified this repository since the last scan.  A rescan must be performed before the current branch can be changed.\n"
3191 #~ "\n"
3192 #~ "The rescan will be automatically started now.\n"
3193 #~ msgstr ""
3194 #~ "最后一次扫描的状态和当前版本库状态不符.\n"
3195 #~ "\n"
3196 #~ "另一 Git 程序自上次扫描后修改了本版本库. 在修改当前分支之前需要重新做一次扫描.\n"
3197 #~ "\n"
3198 #~ "重新扫描将自动开始.\n"
3200 #~ msgid "Linking objects"
3201 #~ msgstr "链接 objects"
3203 #~ msgid "Loading annotation..."
3204 #~ msgstr "裝載标注..."
3206 #~ msgid "Loading copy/move tracking annotations..."
3207 #~ msgstr "装载复制/移动跟踪标注..."
3209 #~ msgid "Loading original location annotations..."
3210 #~ msgstr "装载原始位置标注..."
3212 #~ msgid "Local Branches"
3213 #~ msgstr "本地分支"
3215 #~ msgid "Local Merge..."
3216 #~ msgstr "本地合并..."
3218 #~ msgid "Location %s already exists."
3219 #~ msgstr "位置 %s 已经存在."
3221 #~ msgid "Main Font"
3222 #~ msgstr "主要字体"
3224 #~ msgid "Match Tracking Branch Name"
3225 #~ msgstr "匹配跟踪分支名字"
3227 #~ msgid "Match Tracking Branches"
3228 #~ msgstr "匹配跟踪分支"
3230 #~ msgid "Merge completed successfully."
3231 #~ msgstr "合并成功完成."
3233 #~ msgid "Merge strategy '%s' not supported."
3234 #~ msgstr "合并策略 '%s' 不支持."
3236 #~ msgid "Merged Into:"
3237 #~ msgstr "合并到"
3239 #~ msgid "Merging %s and %s..."
3240 #~ msgstr "合并 %s 和 %s"
3242 #~ msgid "Modified, not staged"
3243 #~ msgstr "修改但未缓存"
3245 #~ msgid "New Branch Name Template"
3246 #~ msgstr "新建分支命名模板"
3248 #~ msgid "New Commit"
3249 #~ msgstr "新建提交"
3251 #~ msgid "New Name:"
3252 #~ msgstr "新名字:"
3254 #~ msgid ""
3255 #~ "No changes to commit.\n"
3256 #~ "\n"
3257 #~ "No files were modified by this commit and it was not a merge commit.\n"
3258 #~ "\n"
3259 #~ "A rescan will be automatically started now.\n"
3260 #~ msgstr ""
3261 #~ "没有改动提交.\n"
3262 #~ "\n"
3263 #~ "该提交没有改动任何文件也不是一个合并提交.\n"
3264 #~ "\n"
3265 #~ "重新扫描将自动开始.\n"
3267 #~ msgid "No default branch obtained."
3268 #~ msgstr "没有获取缺省分支"
3270 #~ msgid ""
3271 #~ "No differences detected.\n"
3272 #~ "\n"
3273 #~ "%s has no changes.\n"
3274 #~ "\n"
3275 #~ "The modification date of this file was updated by another application, but the content within the file was not changed.\n"
3276 #~ "\n"
3277 #~ "A rescan will be automatically started to find other files which may have the same state."
3278 #~ msgstr ""
3279 #~ "未检测到改动.\n"
3280 #~ "\n"
3281 #~ "该文件的修改日期被另一个程序所更新, 但其内容并没有变化.\n"
3282 #~ "\n"
3283 #~ "对于类似情况的其他文件的重新扫描将自动开始."
3285 #~ msgid "No files selected for checkout from HEAD."
3286 #~ msgstr "未选择从 HEAD 中签出的文件."
3288 #~ msgid "No working directory"
3289 #~ msgstr "没有工作目录"
3291 #~ msgid "Number of loose objects"
3292 #~ msgstr "松散对象的数量"
3294 #~ msgid "Number of packed objects"
3295 #~ msgstr "压缩对象数量"
3297 #~ msgid "Number of packs"
3298 #~ msgstr "压缩包数量"
3300 #~ msgid "On Debian-based systems try: sudo apt-get install python-pyinotify"
3301 #~ msgstr "若使用 Debian 系统, 请尝试如下命令: sudo apt-get install python-pyinotify"
3303 #~ msgid "One or more of the merge tests failed because you have not fetched the necessary commits.  Try fetching from %s first."
3304 #~ msgstr "由于没有获取到必要的提交,一个或多个合并测试失败。请尝试从 %s 处先获取。"
3306 #~ msgid "Options"
3307 #~ msgstr "选项"
3309 #~ msgid "Original File:"
3310 #~ msgstr "原始文件:"
3312 #~ msgid "Originally By:"
3313 #~ msgstr "最初由:"
3315 #~ msgid ""
3316 #~ "Output:\n"
3317 #~ "%s"
3318 #~ msgstr ""
3319 #~ "输出:\n"
3320 #~ "%s"
3322 #~ msgid "Output: %s"
3323 #~ msgstr "输出: %s"
3325 #~ msgid "PATCH %(current)d/%(count)d"
3326 #~ msgstr "补丁 %(current)d/%(count)d"
3328 #~ msgid "Packed objects waiting for pruning"
3329 #~ msgstr "压缩对象等待清理"
3331 #~ msgid "Path to git repository"
3332 #~ msgstr "版本库路径"
3334 #~ msgid "Please select one or more branches to delete."
3335 #~ msgstr "请选择某个或多个分支来删除"
3337 #~ msgid "Please supply a branch name."
3338 #~ msgstr "请提供分支名字."
3340 #~ msgid "Portions staged for commit"
3341 #~ msgstr "部分缓存为提交"
3343 #~ msgid ""
3344 #~ "Possible environment issues exist.\n"
3345 #~ "\n"
3346 #~ "The following environment variables are probably\n"
3347 #~ "going to be ignored by any Git subprocess run\n"
3348 #~ "by %s:\n"
3349 #~ "\n"
3350 #~ msgstr ""
3351 #~ "可能存在环境变量的问题.\n"
3352 #~ "\n"
3353 #~ "由 %s 执行的 Git 子进程可能忽略下列环境变量:\n"
3354 #~ "\n"
3356 #~ msgid "Preferences..."
3357 #~ msgstr "首选项..."
3359 #~ msgid "Process Diff Hunk"
3360 #~ msgstr "处理差异部分"
3362 #~ msgid "Process Selection"
3363 #~ msgstr "处理所选部分"
3365 #~ msgid "Prune Tracking Branches During Fetch"
3366 #~ msgstr "获取时清除跟踪分支"
3368 #~ msgid "Pruning tracking branches deleted from %s"
3369 #~ msgstr "清除"
3371 #~ msgid "Push Branches"
3372 #~ msgstr "上传分支"
3374 #~ msgid "Push to"
3375 #~ msgstr "上传到(push)"
3377 #~ msgid "Pushing %s %s to %s"
3378 #~ msgstr "上传 %s %s 到 %s"
3380 #~ msgid "Reading %s..."
3381 #~ msgstr "读取 %s..."
3383 #~ msgid "Ready to commit."
3384 #~ msgstr "缓存为提交"
3386 #~ msgid "Ready."
3387 #~ msgstr "就绪"
3389 #~ msgid "Rebase Branch"
3390 #~ msgstr "更改分支名:"
3392 #~ msgid "Rebase..."
3393 #~ msgstr "复位(Reset)..."
3395 #~ msgid ""
3396 #~ "Recovering deleted branches is difficult.\n"
3397 #~ "\n"
3398 #~ "Delete the selected branches?"
3399 #~ msgstr ""
3400 #~ "恢复被删除的分支非常困难.\n"
3401 #~ "\n"
3402 #~ "是否要删除所选分支?"
3404 #~ msgid ""
3405 #~ "Recovering deleted branches is difficult. \n"
3406 #~ "\n"
3407 #~ " Delete the selected branches?"
3408 #~ msgstr ""
3409 #~ "恢复被删除的分支非常困难.\n"
3410 #~ "\n"
3411 #~ "是否要删除所选分支?"
3413 #~ msgid "Refreshing file status..."
3414 #~ msgstr "更新文件状态..."
3416 #, fuzzy
3417 #~ msgid "Remote Branches"
3418 #~ msgstr "远程分支"
3420 #~ msgid "Remote:"
3421 #~ msgstr "Remote:"
3423 #~ msgid "Remove selected paths from the staging area."
3424 #~ msgstr "从缓存区移除所选路径."
3426 #~ msgid "Rename remote?"
3427 #~ msgstr "重命名远程吗?"
3429 #~ msgid "Repository"
3430 #~ msgstr "版本库(repository)"
3432 #~ msgid "Requires merge resolution"
3433 #~ msgstr "需要解决合并冲突"
3435 #~ msgid "Rescan"
3436 #~ msgstr "重新扫描"
3438 #~ msgid "Reset Branch Head"
3439 #~ msgstr "复位分支头"
3441 #, fuzzy
3442 #~ msgid "Reset Hard"
3443 #~ msgstr "复位分支头"
3445 #, fuzzy
3446 #~ msgid "Reset Merge"
3447 #~ msgstr "要合并的版本"
3449 #, fuzzy
3450 #~ msgid "Reset Soft"
3451 #~ msgstr "重置工作树"
3453 #~ msgid "Reset Worktree"
3454 #~ msgstr "重置工作树"
3456 #~ msgid ""
3457 #~ "Reset changes?\n"
3458 #~ "\n"
3459 #~ "Resetting the changes will cause *ALL* uncommitted changes to be lost.\n"
3460 #~ "\n"
3461 #~ "Continue with resetting the current changes?"
3462 #~ msgstr ""
3463 #~ "是否复位当前改动?\n"
3464 #~ "\n"
3465 #~ "复位当前的改动将导致 *所有* 未提交的改动丢失.\n"
3466 #~ "\n"
3467 #~ "是否要继续复位当前的改动?"
3469 #, fuzzy
3470 #~ msgid "Reset hard?"
3471 #~ msgstr "重置分支吗?"
3473 #, fuzzy
3474 #~ msgid "Reset merge?"
3475 #~ msgstr "要重置工作树吗?"
3477 #, fuzzy
3478 #~ msgid "Reset soft?"
3479 #~ msgstr "复位 '%s'?"
3481 #~ msgid "Reset worktree?"
3482 #~ msgstr "要重置工作树吗?"
3484 #~ msgid "Revert Uncommitted Changes..."
3485 #~ msgstr "撤销未提交修改..."
3487 #~ msgid "Revert changes in these %i files?"
3488 #~ msgstr "撤销这些 (%i个) 文件的改动?"
3490 #~ msgid "Select File"
3491 #~ msgstr "选择文件"
3493 #~ msgid "Select Repository..."
3494 #~ msgstr "选择版本库..."
3496 #~ msgid "Select file from \"%s\""
3497 #~ msgstr "从“%s”中选择文件"
3499 #~ msgid "Select manually..."
3500 #~ msgstr "手动选择..."
3502 #~ msgid "Shared (Fastest, Not Recommended, No Backup)"
3503 #~ msgstr "共享方式 (最快, 不推荐, 不做备份)"
3505 #~ msgid "Shared only available for local repository."
3506 #~ msgstr "共享方式仅当是本地版本库时有效."
3508 #~ msgid "Show Details..."
3509 #~ msgstr "显示细节..."
3511 #~ msgid "Show Less Context"
3512 #~ msgstr "显示更少上下文"
3514 #~ msgid "Show More Context"
3515 #~ msgstr "显示更多上下文"
3517 #~ msgid "Show icon? (if available)"
3518 #~ msgstr "显示图标?(如果可用)"
3520 #~ msgid "Source Branches"
3521 #~ msgstr "源端分支:"
3523 #~ msgid "Stage Hunk For Commit"
3524 #~ msgstr "缓存修改块为提交"
3526 #~ msgid "Staged Changes (Will Commit)"
3527 #~ msgstr "已缓存的改动 (将被提交)"
3529 #~ msgid "Staged for commit, missing"
3530 #~ msgstr "缓存为提交, 不存在"
3532 #~ msgid "Staged for removal"
3533 #~ msgstr "缓存为删除"
3535 #~ msgid "Staged for removal, still present"
3536 #~ msgstr "缓存为删除, 但仍存在"
3538 #~ msgid "Staging Area"
3539 #~ msgstr "缓存区"
3541 #~ msgid "Staging area (index) is already locked."
3542 #~ msgstr "缓存区域 (index) 已被锁定."
3544 #~ msgid "Standard (Fast, Semi-Redundant, Hardlinks)"
3545 #~ msgstr "标准方式 (快速, 部分备份, 作硬连接)"
3547 #~ msgid "Standard only available for local repository."
3548 #~ msgstr "标准方式仅当是本地版本库时有效."
3550 #~ msgid "Starting gitk... please wait..."
3551 #~ msgstr "启动 gitk... 请等待..."
3553 #~ msgid "Staying on branch '%s'."
3554 #~ msgstr "停留在分支 '%s'."
3556 #~ msgid "Success"
3557 #~ msgstr "成功"
3559 #~ msgid "Summary:"
3560 #~ msgstr "概要:"
3562 #~ msgid "The 'main' branch has not been initialized."
3563 #~ msgstr "'main'分支尚未初始化."
3565 #~ msgid "The following branches are not completely merged into %s:"
3566 #~ msgstr "下列分支没有完全被合并到 %s:"
3568 #~ msgid ""
3569 #~ "The following branches are not completely merged into %s:\n"
3570 #~ "\n"
3571 #~ " - %s"
3572 #~ msgstr ""
3573 #~ "下列分支没有被全部合并到 %s 中:\n"
3574 #~ "\n"
3575 #~ " - %s"
3577 #~ msgid ""
3578 #~ "There is nothing to amend.\n"
3579 #~ "\n"
3580 #~ "You are about to create the initial commit.  There is no commit before this to amend.\n"
3581 #~ msgstr ""
3582 #~ "没有改动需要修正.\n"
3583 #~ "\n"
3584 #~ "你正在创建最初的提交. 在此之前没有提交可以修正.\n"
3586 #~ msgid "This Detached Checkout"
3587 #~ msgstr "该脱节的Checkout"
3589 #~ msgid ""
3590 #~ "This PyQt4 does not include QtWebKit.\n"
3591 #~ "The keyboard shortcuts feature is unavailable."
3592 #~ msgstr ""
3593 #~ "此程序使用的 PyQt4 不包含 QtWebkit 模块.\n"
3594 #~ "键盘快捷键功能不可用."
3596 #~ msgid ""
3597 #~ "This is example text.\n"
3598 #~ "If you like this text, it can be your font."
3599 #~ msgstr ""
3600 #~ "这是样例文本.\n"
3601 #~ "如果你喜欢, 你可以设置该字体."
3603 #~ msgid ""
3604 #~ "This repository currently has approximately %i loose objects.\n"
3605 #~ "\n"
3606 #~ "To maintain optimal performance it is strongly recommended that you compress the database when more than %i loose objects exist.\n"
3607 #~ "\n"
3608 #~ "Compress the database now?"
3609 #~ msgstr ""
3610 #~ "该版本库当前约有 %i 个松散对象.\n"
3611 #~ "\n"
3612 #~ "为达到较优的性能,强烈建议你在松散对象多于 %i 时压缩数据库.\n"
3613 #~ "\n"
3614 #~ "现在就压缩数据库么?"
3616 #~ msgid "Tracking branch %s is not a branch in the remote repository."
3617 #~ msgstr "跟踪分支 %s 并不是远程版本库中的一个分支"
3619 #~ msgid "Transfer Options"
3620 #~ msgstr "传输选项"
3622 #~ msgid "Unable to copy object: %s"
3623 #~ msgstr "无法复制 object: %s"
3625 #~ msgid "Unable to copy objects/info/alternates: %s"
3626 #~ msgstr "无法复制 objects/info/alternates: %s"
3628 #~ msgid "Unable to display %s"
3629 #~ msgstr "无法显示 %s"
3631 #~ msgid "Unable to hardlink object: %s"
3632 #~ msgstr "无法硬链接 object: %s"
3634 #~ msgid "Unable to obtain your identity:"
3635 #~ msgstr "无法获知你的身份:"
3637 #~ msgid ""
3638 #~ "Unable to start gitk:\n"
3639 #~ "\n"
3640 #~ "%s does not exist"
3641 #~ msgstr ""
3642 #~ "无法启动 gitk:\n"
3643 #~ "\n"
3644 #~ "%s 不存在"
3646 #~ msgid "Unable to unlock the index."
3647 #~ msgstr "无法解锁缓存 (index)"
3649 #~ msgid ""
3650 #~ "Unknown file state %s detected.\n"
3651 #~ "\n"
3652 #~ "File %s cannot be committed by this program.\n"
3653 #~ msgstr ""
3654 #~ "检测到未知文件状态 %s.\n"
3655 #~ "\n"
3656 #~ "文件 %s 无法由该程序提交.\n"
3658 #~ msgid "Unlock Index"
3659 #~ msgstr "解锁 Index"
3661 #~ msgid ""
3662 #~ "Unmerged files cannot be committed.\n"
3663 #~ "\n"
3664 #~ "File %s has merge conflicts.  You must resolve them and stage the file before committing.\n"
3665 #~ msgstr ""
3666 #~ "尚未合并的文件没有办法提交.\n"
3667 #~ "\n"
3668 #~ "文件 %s 有合并冲突, 你必须解决这些冲突并缓存该文件作提交.\n"
3670 #~ msgid "Unstage Hunk From Commit"
3671 #~ msgstr "从提交中撤除修改块"
3673 #~ msgid "Updating the Git index failed.  A rescan will be automatically started to resynchronize git-gui."
3674 #~ msgstr "更新 Git 缓存(Index)失败, 重新扫描将自动开始以重新同步 git-gui."
3676 #~ msgid "Updating working directory to '%s'..."
3677 #~ msgstr "更新工作目录到 '%s'..."
3679 #~ msgid "Updating..."
3680 #~ msgstr "更新..."
3682 #~ msgid "Use thin pack (for slow network connections)"
3683 #~ msgstr "使用 thin pack (适用于低速网络连接)"
3685 #~ msgid "Verify Database"
3686 #~ msgstr "验证数据库"
3688 #~ msgid "Verifying the object database with fsck-objects"
3689 #~ msgstr "使用 fsck-objects 验证对象数据库"
3691 #~ msgid "Visualize %s's History"
3692 #~ msgstr "图示 %s 分支的历史"
3694 #~ msgid "Working... please wait..."
3695 #~ msgstr "工作中... 请等待..."
3697 #~ msgid ""
3698 #~ "You are in the middle of a change.\n"
3699 #~ "\n"
3700 #~ "File %s is modified.\n"
3701 #~ "\n"
3702 #~ "You should complete the current commit before starting a merge.  Doing so will help you abort a failed merge, should the need arise.\n"
3703 #~ msgstr ""
3704 #~ "你正处在一个改动当中.\n"
3705 #~ "\n"
3706 #~ "文件 %s 已被修改.\n"
3707 #~ "\n"
3708 #~ "你必须完成当前的提交后才能开始合并. 如果需要, 这么做将有助于中止一次失败的合并.\n"
3710 #~ msgid ""
3711 #~ "You are in the middle of a conflicted merge.\n"
3712 #~ "\n"
3713 #~ "File %s has merge conflicts.\n"
3714 #~ "\n"
3715 #~ "You must resolve them, stage the file, and commit to complete the current merge.  Only then can you begin another merge.\n"
3716 #~ msgstr ""
3717 #~ "你正处在一个有冲突的合并操作中.\n"
3718 #~ "\n"
3719 #~ "文件 %s 有合并冲突.\n"
3720 #~ "\n"
3721 #~ "你必须解决这些冲突, 缓存该文件, 并提交来完成当前的合并.仅当这样后才能开始下一个合并操作.\n"
3723 #~ msgid ""
3724 #~ "You are no longer on a local branch.\n"
3725 #~ "\n"
3726 #~ "If you wanted to be on a branch, create one now starting from 'This Detached Checkout'."
3727 #~ msgstr ""
3728 #~ "你不在某个本地分支上.\n"
3729 #~ "\n"
3730 #~ "如果你想位于某分支上, 从当前脱节的Checkout中创建一个新分支."
3732 #~ msgid "You must correct the above errors before committing."
3733 #~ msgstr "你必须在提交前修正上述错误."
3735 #~ msgid "[Up To Parent]"
3736 #~ msgstr "[上层目录]"
3738 #~ msgid "buckets"
3739 #~ msgstr "水桶??"
3741 #~ msgid "commit-tree failed:"
3742 #~ msgstr "commit-tree 失败:"
3744 #~ msgid "fatal: Cannot resolve %s"
3745 #~ msgstr "致命错误: 无法解决 %s"
3747 #~ msgid ""
3748 #~ "file notification: disabled\n"
3749 #~ "Note: install pywin32 to enable.\n"
3750 #~ msgstr ""
3751 #~ "文件提示已禁用\n"
3752 #~ "注: 安装 pywin32 以启用.\n"
3754 #~ msgid "files"
3755 #~ msgstr "文件"
3757 #~ msgid "files reset"
3758 #~ msgstr "文件"
3760 #~ msgid "git clone returned exit code %s"
3761 #~ msgstr "git clone 命令返回状态 %s"
3763 #~ msgid "git tag returned exit code %s"
3764 #~ msgstr "git tag 命令返回状态 %s"
3766 #~ msgid "git-gui - a graphical user interface for Git."
3767 #~ msgstr "git-gui - Git 的图形化用户界面"
3769 #~ msgid "git-gui: fatal error"
3770 #~ msgstr "git-gui: 致命错误"
3772 #~ msgid "inotify enabled."
3773 #~ msgstr "inotify 已启用."
3775 #~ msgid ""
3776 #~ "inotify: disabled\n"
3777 #~ "Note: install python-pyinotify to enable inotify.\n"
3778 #~ msgstr ""
3779 #~ "inotify 已禁用\n"
3780 #~ "提示: 安装 python-pyinotify 以启用 inotify.\n"
3782 #~ msgid "lines annotated"
3783 #~ msgstr "标注行"
3785 #~ msgid "objects"
3786 #~ msgstr "objects"
3788 #~ msgid "pt."
3789 #~ msgstr "磅"
3791 #~ msgid "push %s"
3792 #~ msgstr "上传 %s"
3794 #~ msgid "remote prune %s"
3795 #~ msgstr "清除远程 %s"
3797 #~ msgid "update-ref failed:"
3798 #~ msgstr "update-ref 失败:"
3800 #~ msgid "warning"
3801 #~ msgstr "警告"
3803 #~ msgid "warning: Tcl does not support encoding '%s'."
3804 #~ msgstr "警告: Tcl 不支持编码方式 '%s'."
3806 #~ msgid "write-tree failed:"
3807 #~ msgstr "write-tree 失败:"