1 # Translation of git-cola to Traditional Chinese(Taiwan)
2 # Copyright (C) 2007, 2008 Shawn Pearce at el.
3 # This file is distributed under the same license as the git-cola package.
5 # 敬請參考 glossary/zh_tw.po 的辭彙翻譯
7 # Xudong Guan <xudong.guan@gmail.com>, 2007.
8 # Eric Miao <eric.y.miao@gmail.com>, 2008.
9 # V字龍(Vdragon) <Vdragon.Taiwan@gmail.com>, 2017, 2018.
10 # 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>, 2018.
13 "Project-Id-Version: git-cola VERSION\n"
14 "Report-Msgid-Bugs-To: \n"
15 "POT-Creation-Date: 2017-10-17 01:06-0700\n"
16 "PO-Revision-Date: 2018-08-30 13:29+0800\n"
17 "Last-Translator: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>\n"
18 "Language-Team: Chinese l10n <chinese-l10n@googlegroups.com>\n"
21 "Content-Type: text/plain; charset=UTF-8\n"
22 "Content-Transfer-Encoding: 8bit\n"
23 "Plural-Forms: nplurals=2; plural=(n>1);\n"
25 #: cola/widgets/diff.py:1681
29 " Drag and drop or use the <strong>Add</strong> button to add\n"
30 " patches to the list\n"
36 " 拖放或使用<strong>新增</strong>按鈕以將\n"
41 #: cola/widgets/about.py:437
46 " Git Cola has been translated into different languages thanks\n"
47 " to the help of the individuals listed below.\n"
51 " Translation is approximate. If you find a mistake,\n"
52 " please let us know by opening an issue on Github:\n"
61 " We invite you to participate in translation by adding or updating\n"
62 " a translation and opening a pull request.\n"
72 " Git Cola 已被翻譯為多種不同的語言。\n"
76 " 翻譯不一定都是精確的。惝若您發現了翻譯不當之處,\n"
77 " 請透過在 GitHub 上建立議題的方式讓我們知道:\n"
86 " 我們邀請您透過新增或更新翻譯並提交變更拉取請求的方式\n"
94 #: cola/widgets/about.py:181
99 " Git Cola version %(cola_version)s\n"
101 " <li> %(platform_version)s\n"
102 " <li> Python (%(python_path)s) %(python_version)s\n"
103 " <li> Git %(git_version)s\n"
104 " <li> Qt %(qt_version)s\n"
105 " <li> QtPy %(qtpy_version)s\n"
106 " <li> %(pyqt_api_name)s %(pyqt_api_version)s\n"
112 " Git Cola 第 %(cola_version)s 版\n"
114 " <li> %(platform_version)s\n"
115 " <li> Python (%(python_path)s) 第 %(python_version)s 版\n"
116 " <li> Git 第 %(git_version)s 版\n"
117 " <li> Qt 第 %(qt_version)s 版\n"
118 " <li> QtPy 第 %(qtpy_version)s 版\n"
119 " <li> %(pyqt_api_name)s 第 %(pyqt_api_version)s 版\n"
123 #: cola/widgets/about.py:369
128 " Please use %(bug_link)s to report issues.\n"
134 " 請透過 %(bug_link)s 來回報使用問題\n"
138 #: cola/widgets/status.py:1310
142 " Format String Variables\n"
143 " -----------------------\n"
144 " %(path)s = relative file path\n"
145 " %(abspath)s = absolute file path\n"
146 " %(dirname)s = relative directory path\n"
147 " %(absdirname)s = absolute directory path\n"
148 " %(filename)s = file basename\n"
149 " %(basename)s = file basename without extension\n"
150 " %(ext)s = file extension\n"
155 " %(path)s = 相對檔案路徑\n"
156 " %(abspath)s = 絕對檔案路徑\n"
157 " %(dirname)s = 相對目錄路徑\n"
158 " %(absdirname)s = 絕對目錄路徑\n"
159 " %(filename)s = 檔名\n"
160 " %(basename)s = 檔名(去副檔名)\n"
163 #: cola/sequenceeditor.py:796
168 "pick = use commit\n"
169 "reword = use commit, but edit the commit message\n"
170 "edit = use commit, but stop for amending\n"
171 "squash = use commit, but meld into previous commit\n"
172 "fixup = like \"squash\", but discard this commit's log message\n"
173 "exec = run command (the rest of the line) using shell\n"
174 "update-ref = update branches that point to commits\n"
176 "These lines can be re-ordered; they are executed from top to bottom.\n"
178 "If you disable a line here THAT COMMIT WILL BE LOST.\n"
180 "However, if you disable everything, the rebase will be aborted.\n"
182 "Keyboard Shortcuts\n"
183 "------------------\n"
187 "J = shift row down\n"
195 "spacebar = toggle enabled\n"
197 "ctrl+enter = accept changes and rebase\n"
198 "ctrl+q = cancel and abort the rebase\n"
199 "ctrl+d = launch difftool\n"
202 #: cola/widgets/finder.py:64
205 "Keyboard Shortcuts\n"
206 "------------------\n"
207 "J, Down = Move Down\n"
209 "Enter = Edit Selected Files\n"
210 "Spacebar = Open File Using Default Application\n"
211 "Ctrl + L = Focus Text Entry Field\n"
214 "The up and down arrows change focus between the text entry field\n"
219 "------------------\n"
223 "Spacebar = 以預設應用軟體開啟檔案\n"
224 "Ctrl+L = 將焦點移至文字輸入欄位\n"
227 "用上、下方向鍵在文字輸入欄位與執行結果間\n"
230 #: cola/widgets/prefs.py:133
233 "This option determines how the supplied commit message should be\n"
234 "cleaned up before committing.\n"
236 "The <mode> can be strip, whitespace, verbatim, scissors or default.\n"
239 " Strip leading and trailing empty lines, trailing whitespace,\n"
240 " commentary and collapse consecutive empty lines.\n"
243 " Same as strip except #commentary is not removed.\n"
246 " Do not change the message at all.\n"
249 " Same as whitespace except that everything from (and including) the line\n"
250 " found below is truncated, if the message is to be edited.\n"
251 " \"#\" can be customized with core.commentChar.\n"
253 " # ------------------------ >8 ------------------------"
256 #: cola/widgets/dag.py:960
258 msgstr " - 有向無環圖(DAG)"
260 #: cola/widgets/recent.py:52
266 msgid "\"%(branch)s\" has been deleted from \"%(remote)s\"."
267 msgstr "「%(branch)s」分支已從「%(remote)s」版控庫中移除。"
269 #: cola/widgets/createbranch.py:314
271 msgid "\"%(command)s\" returned exit status \"%(status)d\""
272 msgstr "「%(command)s」命令傳回了 %(status)d 結束狀態代碼"
274 #: cola/interaction.py:38
276 msgid "\"%(command)s\" returned exit status %(status)d"
277 msgstr "「%(command)s」命令傳回了 %(status)d 結束狀態碼"
279 #: cola/guicmds.py:156
281 msgid "\"%s\" already exists"
284 #: cola/widgets/clone.py:204
286 msgid "\"%s\" already exists, cola will create a new directory"
287 msgstr "「%s」目錄已存在,cola 將會另外建立一個新的目錄"
291 msgid "\"%s\" requires a selected file."
292 msgstr "「%s」操作需要有選取檔案才能執行。"
296 "\"git rebase --update-refs\" automatically force-updates any\n"
297 "branches that point to commits that are being rebased.\n"
299 "Any branches that are checked out in a worktree are not updated.\n"
301 "Using this feature is helpful for \"stacked\" branch workflows."
304 #: cola/models/stash.py:145
305 msgid "\"git stash drop\" did not return a ref to rename."
308 #: cola/sequenceeditor.py:369
312 #: cola/widgets/browse.py:96
314 msgid "%(project)s: %(branch)s - Browse"
315 msgstr "%(project)s:%(branch)s - 瀏覽"
317 #: cola/widgets/dag.py:953
319 msgid "%(project)s: %(ref)s - DAG"
320 msgstr "%(project)s: %(ref)s - 有向無環圖(DAG)"
322 #: cola/models/browse.py:314
327 #: cola/models/browse.py:313
332 #: cola/models/browse.py:306 cola/models/browse.py:310
334 msgid "%d minutes ago"
339 msgid "%d patch(es) applied."
342 #: cola/widgets/createbranch.py:279
350 "%s appears to contain merge conflicts.\n"
352 "You should probably skip this file.\n"
355 "%s 看起來包含未解決的合併衝突。\n"
358 "無論如何都要將它移入新修訂版準備區域嗎?"
360 #: cola/widgets/startup.py:262
362 msgid "%s could not be opened. Remove from bookmarks?"
365 #: cola/app.py:497 cola/widgets/bookmarks.py:481
367 msgid "%s is not a Git repository."
368 msgstr "%s 不是一個 Git 版控庫。"
372 msgid "%s will be removed from your bookmarks."
373 msgstr "「%s」版控庫將會從您的書籤中被刪除。"
377 msgid "%s will be removed from your recent repositories."
378 msgstr "「%s」版控庫將從您最近使用的版控庫中移除。"
382 msgid "%s: No such file or directory."
385 #: cola/widgets/main.py:748
389 #: cola/widgets/main.py:690
393 #: cola/widgets/browse.py:98
395 msgstr "(正在修正前一個修訂版提交)"
397 #: cola/widgets/compare.py:35
398 msgid "*** Branch Point ***"
401 #: cola/widgets/compare.py:36
402 msgid "*** Sandbox ***"
405 #: cola/widgets/diff.py:816
409 #: cola/widgets/diff.py:817
413 #: cola/widgets/diff.py:814
417 #: cola/widgets/diff.py:818
421 #: cola/widgets/diff.py:815
425 #: cola/widgets/diff.py:819
429 #: cola/widgets/finder.py:118
435 "A commit template has not been configured.\n"
436 "Use \"git config\" to define \"commit.template\"\n"
437 "so that it points to a commit template."
440 "使用「git config」命令來定義「commit.template」設定值\n"
445 msgid "A hook must be provided at \"%s\""
446 msgstr "一個掛勾程式必須在「%s」被提供"
448 #: cola/widgets/cfgactions.py:81 cola/widgets/main.py:636
452 #: cola/widgets/cfgactions.py:148 cola/widgets/cfgactions.py:154
457 msgid "Abort Applying Patch"
461 msgid "Abort Applying Patch..."
464 #: cola/widgets/main.py:245
465 msgid "Abort Applying Patches..."
469 msgid "Abort Cherry-Pick"
472 #: cola/cmds.py:155 cola/widgets/main.py:330
473 msgid "Abort Cherry-Pick..."
478 msgstr "中止分支合併(merge)"
480 #: cola/cmds.py:185 cola/widgets/main.py:364
481 msgid "Abort Merge..."
482 msgstr "中止分支合併(merge)……"
484 #: cola/widgets/cfgactions.py:153
485 msgid "Abort the action?"
488 #: cola/widgets/main.py:246
489 msgid "Abort the current \"git am\" patch session"
494 "Aborting a cherry-pick can cause uncommitted changes to be lost.\n"
495 "Recovering uncommitted changes is not possible."
500 "Aborting a patch can cause uncommitted changes to be lost.\n"
501 "Recovering uncommitted changes is not possible."
505 msgid "Aborting applying the current patch?"
509 msgid "Aborting the current cherry-pick?"
514 "Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
515 "Recovering uncommitted changes is not possible."
517 "中止目前的分支合併操作將導致 *所有* 尚未提交到版控庫的內容變更遺失,\n"
521 msgid "Aborting the current merge?"
522 msgstr "中止目前正在進行的分支合併?"
524 #: cola/widgets/about.py:88 cola/widgets/main.py:531
528 #: cola/widgets/about.py:64
529 msgid "About git-cola"
532 #: cola/widgets/bookmarks.py:216 cola/widgets/startup.py:339
536 #: cola/sequenceeditor.py:164
538 "Accept changes and rebase\n"
539 "Shortcut: Ctrl+Enter"
541 "接受變更並變更基底(rebase)\n"
544 #: cola/widgets/status.py:1376
548 #: cola/sequenceeditor.py:596 cola/widgets/bookmarks.py:320
549 #: cola/widgets/branch.py:221 cola/widgets/browse.py:375
550 #: cola/widgets/commitmsg.py:105 cola/widgets/dag.py:314
551 #: cola/widgets/filelist.py:122 cola/widgets/main.py:93
552 #: cola/widgets/main.py:771 cola/widgets/startup.py:435
556 #: cola/widgets/commitmsg.py:107
560 #: cola/widgets/bookmarks.py:70 cola/widgets/diff.py:1698
561 #: cola/widgets/diff.py:1712 cola/widgets/gitignore.py:63
562 #: cola/widgets/status.py:1381
566 #: cola/widgets/bookmarks.py:469
570 #: cola/widgets/editremotes.py:371
574 #: cola/widgets/toolbar.py:320
575 msgid "Add Separator"
578 #: cola/cmds.py:2974 cola/widgets/submodules.py:41
579 #: cola/widgets/submodules.py:110
580 msgid "Add Submodule"
583 #: cola/cmds.py:2971 cola/widgets/main.py:377
584 msgid "Add Submodule..."
587 #: cola/widgets/editremotes.py:60
589 "Add and remove remote repositories using the \n"
590 "Add(+) and Delete(-) buttons on the left-hand side.\n"
592 "Remotes can be renamed by selecting one from the list\n"
593 "and pressing \"enter\", or by double-clicking."
595 "使用左手測的新增(+)與移除(-)按鈕\n"
599 "再按下 Enter 或是連續點兩下就可以將其重新命名。"
601 #: cola/widgets/editremotes.py:78
602 msgid "Add new remote git repository"
603 msgstr "加一個新的遠端 Git 版控庫"
605 #: cola/widgets/diff.py:1698
606 msgid "Add patches (+)"
609 #: cola/widgets/editremotes.py:430
614 msgid "Add this submodule?"
617 #: cola/widgets/gitignore.py:53
618 msgid "Add to .gitignore"
619 msgstr "新增到 Git 忽略規則(.gitignore)"
621 #: cola/widgets/status.py:287
622 msgid "Add to Git Annex"
623 msgstr "新增到 Git Annex"
625 #: cola/widgets/status.py:291
626 msgid "Add to Git LFS"
629 #: cola/widgets/gitignore.py:27
630 msgid "Add to exclusions"
633 #: cola/widgets/gitignore.py:54
634 msgid "Add to local .git/info/exclude"
637 #: cola/widgets/filelist.py:25
641 #: cola/widgets/archive.py:132
645 #: cola/widgets/main.py:536
646 msgid "Against Commit... (Diff Mode)"
649 #: cola/models/browse.py:32
653 #: cola/widgets/prefs.py:441
654 msgid "All Repositories"
660 "All submodules will be updated using\n"
664 #: cola/widgets/remote.py:199
665 msgid "Allow non-fast-forward updates. Using \"force\" can cause the remote repository to lose commits; use it with care"
666 msgstr "允許非快速前移式更新。使用「強制」可能會造成遠端版控庫遺失修訂版提交;請小心使用"
668 #: cola/widgets/merge.py:59
669 msgid "Always create a merge commit when enabled, even when the merge is a fast-forward update"
670 msgstr "於啟用時,就算該合併是一個快速前移式更新也總是建立一個合併修訂版提交"
676 #: cola/widgets/commitmsg.py:470
680 #: cola/widgets/commitmsg.py:116 cola/widgets/main.py:194
681 msgid "Amend Last Commit"
684 #: cola/widgets/commitmsg.py:469
685 msgid "Amend the published commit?"
686 msgstr "要修正已被推送出去的修訂版提交嗎?"
688 #: cola/widgets/main.py:1171
690 msgstr "正在修正前一個修訂版提交"
692 #: cola/widgets/cfgactions.py:150
694 "An action is still running.\n"
695 "Terminating it could result in data loss."
702 "An unsigned, lightweight tag will be created instead.\n"
703 "Create an unsigned tag?"
705 "一個無簽名的,輕量的標籤將會被建立。\n"
708 #: cola/widgets/prefs.py:444
712 #: cola/widgets/diff.py:1304
716 #: cola/widgets/diff.py:1373
717 msgid "Append Patch..."
720 #: cola/widgets/diff.py:1707 cola/widgets/stash.py:50 cola/widgets/stash.py:110
721 #: cola/widgets/toolbar.py:328
725 #: cola/widgets/diff.py:1670
726 msgid "Apply Patches"
729 #: cola/widgets/main.py:239
730 msgid "Apply Patches..."
733 #: cola/widgets/stash.py:66
734 msgid "Apply and drop the selected stash (git stash pop)"
735 msgstr "套用並丟棄被選取的珍藏項目(git stash pop)"
737 #: cola/widgets/stash.py:50
738 msgid "Apply the selected stash"
741 #: cola/widgets/main.py:1181
742 msgid "Applying Patch"
745 #: cola/widgets/cfgactions.py:205
749 #: cola/qtutils.py:886
753 #: cola/models/browse.py:32 cola/models/browse.py:71 cola/widgets/dag.py:572
757 #: cola/widgets/about.py:90
765 #: cola/widgets/commitmsg.py:143 cola/widgets/prefs.py:280
766 msgid "Auto-Wrap Lines"
769 #: cola/widgets/prefs.py:206
770 msgid "Autocomplete Paths"
773 #: cola/widgets/prefs.py:198
774 msgid "Automatically Load Commit Message Template"
777 #: cola/widgets/grep.py:115
781 #: cola/widgets/prefs.py:276
783 msgstr "指謫(blame)查看器"
785 #: cola/widgets/browse.py:206
787 msgid "Blame selected paths"
790 #: cola/cmds.py:545 cola/widgets/status.py:283
792 msgstr "指摘(Blame)..."
794 #: cola/widgets/prefs.py:367
795 msgid "Bold on dark headers instead of italic"
796 msgstr "標題用帶深色底色的粗體而非斜體"
798 #: cola/widgets/main.py:820 cola/widgets/submodules.py:118
802 #: cola/widgets/remote.py:634
805 "Branch \"%(branch)s\" does not exist in \"%(remote)s\".\n"
806 "A new remote branch will be published."
808 "「%(branch)s」分支並無存在於「%(remote)s」遠端版控庫。\n"
811 #: cola/widgets/createbranch.py:256
813 msgid "Branch \"%s\" already exists."
816 #: cola/widgets/compare.py:43
817 msgid "Branch Diff Viewer"
820 #: cola/widgets/createbranch.py:257 cola/widgets/createbranch.py:269
821 msgid "Branch Exists"
824 #: cola/widgets/createbranch.py:96
828 #: cola/widgets/submodules.py:88
832 #: cola/widgets/browse.py:89 cola/widgets/main.py:1111
837 #: cola/widgets/branch.py:87 cola/widgets/main.py:129
841 #: cola/widgets/main.py:552
843 msgstr "比較分支之間的內容差異……"
845 #: cola/widgets/about.py:396 cola/widgets/about.py:399
846 #: cola/widgets/about.py:419
847 msgid "Brazilian translation"
850 #: cola/guicmds.py:52
854 #: cola/guicmds.py:52
855 msgid "Browse Commits..."
858 #: cola/widgets/main.py:513
859 msgid "Browse Current Branch..."
860 msgstr "瀏覽目前分支中的檔案……"
862 #: cola/widgets/main.py:519
863 msgid "Browse Other Branch..."
864 msgstr "瀏覽其他分支中的檔案……"
866 #: cola/widgets/editremotes.py:434 cola/widgets/search.py:45
867 #: cola/widgets/startup.py:64 cola/widgets/startup.py:284
871 #: cola/widgets/main.py:87
875 #: cola/widgets/browse.py:590
880 #: cola/widgets/commitmsg.py:124
881 msgid "Bypass Commit Hooks"
884 #: cola/sequenceeditor.py:180 cola/widgets/standard.py:1056
888 #: cola/sequenceeditor.py:181
898 msgstr "無法修正前一次的修訂版提交"
902 msgid "Cannot exec \"%s\": please configure a blame viewer"
903 msgstr "無法執行「%s」:請設定您慣用的 Blame 檢視器"
907 msgid "Cannot exec \"%s\": please configure a history browser"
908 msgstr "無法執行「%s」:請設定一個變動紀錄瀏覽器"
912 msgid "Cannot exec \"%s\": please configure your editor"
913 msgstr "無法執行「%s」:請設定您慣用的文字編輯器"
915 #: cola/models/browse.py:335
916 msgid "Changed Upstream"
919 #: cola/widgets/prefs.py:208
920 msgid "Check Published Commits when Amending"
923 #: cola/widgets/commitmsg.py:136
924 msgid "Check Spelling"
927 #: cola/widgets/prefs.py:286
928 msgid "Check spelling"
931 #: cola/widgets/prefs.py:186
932 msgid "Check whether a commit has been published when amending"
935 #: cola/guicmds.py:61 cola/widgets/branch.py:233
939 #: cola/widgets/createbranch.py:128
940 msgid "Checkout After Creation"
941 msgstr "在建立新分支後取出該分支"
943 #: cola/guicmds.py:61 cola/widgets/dag.py:409
944 msgid "Checkout Branch"
947 #: cola/widgets/dag.py:413
948 msgid "Checkout Detached HEAD"
949 msgstr "取出脫離的 HEAD 指標版本"
951 #: cola/cmds.py:480 cola/cmds.py:518
952 msgid "Checkout Files"
955 #: cola/widgets/branch.py:237
956 msgid "Checkout as new branch"
960 msgid "Checkout files from our branch (HEAD)"
964 msgid "Checkout files from our branch?"
968 msgid "Checkout files from their branch (MERGE_HEAD)"
972 msgid "Checkout files from their branch?"
975 #: cola/widgets/main.py:590
979 #: cola/widgets/dag.py:386 cola/widgets/search.py:78
981 msgstr "挑取(cherry-pick)"
983 #: cola/guicmds.py:72
984 msgid "Cherry-Pick Commit"
985 msgstr "挑取(cherry-pick)修訂版提交並合併至當前分支"
987 #: cola/widgets/main.py:324
988 msgid "Cherry-Pick..."
989 msgstr "挑取(cherry-pick)……"
992 msgid "Cherry-pick failed"
995 #: cola/widgets/main.py:1175
996 msgid "Cherry-picking"
999 #: cola/widgets/diff.py:1321
1000 msgid "Choose Patch..."
1003 #: cola/widgets/search.py:318
1004 msgid "Choose Paths"
1007 #: cola/widgets/grep.py:114
1008 msgid "Choose the \"git grep\" regular expression mode"
1009 msgstr "選擇「git grep」命令的正規表達式模式"
1011 #: cola/widgets/bookmarks.py:228 cola/widgets/startup.py:351
1012 msgid "Clear Default Repository"
1015 #: cola/widgets/commitmsg.py:312
1016 msgid "Clear commit message"
1019 #: cola/widgets/commitmsg.py:309
1020 msgid "Clear commit message?"
1023 #: cola/widgets/commitmsg.py:63
1027 #: cola/widgets/clone.py:124
1031 #: cola/widgets/clone.py:61 cola/widgets/clone.py:102
1032 msgid "Clone Repository"
1035 #: cola/widgets/main.py:479 cola/widgets/startup.py:57
1039 #: cola/widgets/clone.py:61
1041 msgid "Cloning repository at %s"
1042 msgstr "正在克隆位於 %s 的版控庫"
1044 #: cola/qtutils.py:787 cola/qtutils.py:837 cola/widgets/about.py:490
1045 #: cola/widgets/remote.py:361 cola/widgets/text.py:1087
1049 #: cola/widgets/remote.py:222
1050 msgid "Close dialog when completed"
1053 #: cola/widgets/remote.py:221
1054 msgid "Close on completion"
1057 #: cola/widgets/text.py:397
1058 msgid "Close the find bar"
1061 #: cola/qtutils.py:650
1065 #: cola/widgets/recent.py:69
1066 msgid "Collapse all"
1070 #: cola/sequenceeditor.py:371
1075 #: cola/widgets/main.py:161 cola/widgets/merge.py:72
1079 #: cola/widgets/prefs.py:192
1080 msgid "Commit Message Cleanup"
1083 #: cola/widgets/commitmsg.py:491
1084 msgid "Commit failed"
1087 #: cola/widgets/commitmsg.py:62
1088 msgid "Commit staged changes"
1089 msgstr "提交新修訂版準備區域中的變更"
1091 #: cola/widgets/commitmsg.py:94
1093 "Commit staged changes\n"
1094 "Shortcut: Ctrl+Enter"
1099 #: cola/widgets/commitmsg.py:586
1100 msgid "Commit summary"
1103 #: cola/widgets/main.py:254
1104 msgid "Commit the current state and continue applying patches"
1107 #: cola/widgets/merge.py:68
1108 msgid "Commit the merge if there are no conflicts. Uncheck to leave the merge uncommitted"
1109 msgstr "若不存在版本衝突時提交該合併。取消勾選以保持合併於尚未提交狀態"
1111 #: cola/widgets/commitmsg.py:59 cola/widgets/commitmsg.py:96
1112 #: cola/widgets/main.py:792 cola/widgets/main.py:793
1113 msgid "Commit@@verb"
1116 #: cola/widgets/dag.py:487
1117 msgid "Commits authored by me"
1120 #: cola/difftool.py:97 cola/widgets/compare.py:69
1124 #: cola/difftool.py:102
1128 #: cola/widgets/toolbar.py:274 cola/widgets/toolbar.py:311
1129 msgid "Configure Toolbar"
1132 #: cola/widgets/remote.py:218
1133 msgid "Configure the remote branch as the the new upstream"
1134 msgstr "將此遠端分支設為新的上游分支"
1136 #: cola/widgets/main.py:169
1140 #: cola/interaction.py:109 cola/widgets/main.py:624
1144 #: cola/widgets/main.py:253
1145 msgid "Continue Applying Patches"
1148 #: cola/widgets/bookmarks.py:247 cola/widgets/main.py:756
1149 #: cola/widgets/startup.py:370
1153 #: cola/widgets/status.py:269
1154 msgid "Copy Basename to Clipboard"
1155 msgstr "將基底檔名複製到剪貼簿"
1157 #: cola/widgets/diff.py:209
1161 #: cola/widgets/status.py:746
1162 msgid "Copy Leading Path to Clipboard"
1163 msgstr "將前導路徑複製到剪貼簿"
1165 #: cola/widgets/status.py:252
1166 msgid "Copy Path to Clipboard"
1169 #: cola/widgets/status.py:260
1170 msgid "Copy Relative Path to Clipboard"
1171 msgstr "將相對路徑複製到剪貼簿"
1173 #: cola/sequenceeditor.py:382 cola/widgets/dag.py:473
1175 msgstr "複製 SHA-1 雜湊"
1177 #: cola/widgets/status.py:738
1183 msgid "Could not open %s."
1186 #: cola/widgets/clone.py:189 cola/widgets/clone.py:191
1188 msgid "Could not parse Git URL: \"%s\""
1189 msgstr "無法分析 Git URL:「%s」"
1195 #: cola/widgets/createbranch.py:84 cola/widgets/createbranch.py:133
1196 #: cola/widgets/createbranch.py:299 cola/widgets/dag.py:368
1197 msgid "Create Branch"
1200 #: cola/widgets/dag.py:372
1201 msgid "Create Patch"
1204 #: cola/widgets/remote.py:640
1205 msgid "Create Remote Branch"
1208 #: cola/widgets/commitmsg.py:130 cola/widgets/merge.py:76
1209 msgid "Create Signed Commit"
1210 msgstr "建立經 GPG 簽署過的修訂版提交"
1212 #: cola/widgets/createtag.py:53 cola/widgets/createtag.py:89
1213 #: cola/widgets/dag.py:376
1217 #: cola/widgets/main.py:558
1218 msgid "Create Tag..."
1219 msgstr "建立新的標籤(tag)……"
1221 #: cola/cmds.py:2751
1222 msgid "Create Unsigned Tag"
1225 #: cola/widgets/remote.py:192
1226 msgid "Create a merge commit even when the merge resolves as a fast-forward"
1227 msgstr "就算該合併是一個快速前移式合併也總是建立一個合併修訂版提交"
1229 #: cola/widgets/remote.py:639
1230 msgid "Create a new remote branch?"
1231 msgstr "要建立新的遠端分支嗎?"
1234 msgid "Create a new repository at that location?"
1237 #: cola/widgets/submodules.py:99
1238 msgid "Create a shallow clone with history truncated to the specified number of revisions. 0 performs a full clone."
1241 #: cola/widgets/main.py:565
1245 #: cola/cmds.py:2787
1247 msgid "Created a new tag named \"%s\""
1248 msgstr "建立了一個名為「%s」的新標籤"
1250 #: cola/widgets/prefs.py:287
1251 msgid "Ctrl+MouseWheel to Zoom"
1254 #: cola/widgets/prefs.py:442
1255 msgid "Current Repository"
1258 #: cola/widgets/status.py:1371
1259 msgid "Custom Copy Actions"
1262 #: cola/widgets/status.py:274
1263 msgid "Customize..."
1266 #: cola/widgets/main.py:754
1270 #: cola/widgets/about.py:393 cola/widgets/about.py:424
1271 msgid "Czech translation"
1274 #: cola/widgets/main.py:606
1276 msgstr "有向無環圖(DAG)……"
1282 #: cola/widgets/dag.py:572
1286 #: cola/icons.py:53 cola/themes.py:643
1291 #: cola/widgets/prefs.py:124
1293 "Default directory when exporting patches.\n"
1294 "Relative paths are relative to the current repository.\n"
1295 "Absolute path are used as-is."
1298 #: cola/cmds.py:922 cola/guicmds.py:25 cola/guicmds.py:34
1299 #: cola/widgets/bookmarks.py:74 cola/widgets/bookmarks.py:250
1300 #: cola/widgets/main.py:760 cola/widgets/startup.py:372
1304 #: cola/cmds.py:1088
1306 msgid "Delete %d file(s)?"
1309 #: cola/cmds.py:1016
1310 msgid "Delete Bookmark"
1313 #: cola/cmds.py:1014
1314 msgid "Delete Bookmark?"
1317 #: cola/cmds.py:1114 cola/cmds.py:1117 cola/guicmds.py:25
1318 #: cola/widgets/branch.py:277
1319 msgid "Delete Branch"
1322 #: cola/cmds.py:1089
1323 msgid "Delete Files"
1326 #: cola/widgets/status.py:312
1327 msgid "Delete Files..."
1330 #: cola/cmds.py:1085
1331 msgid "Delete Files?"
1335 msgid "Delete Remote"
1338 #: cola/guicmds.py:34 cola/widgets/branch.py:279
1339 msgid "Delete Remote Branch"
1342 #: cola/widgets/main.py:578
1343 msgid "Delete Remote Branch..."
1346 #: cola/widgets/toolbar.py:276
1347 msgid "Delete Toolbar"
1350 #: cola/cmds.py:1115
1352 msgid "Delete branch \"%s\"?"
1355 #: cola/widgets/editremotes.py:85
1356 msgid "Delete remote"
1361 msgid "Delete remote \"%s\""
1362 msgstr "移除「%s」遠端版控庫"
1365 msgid "Delete remote?"
1368 #: cola/widgets/main.py:572
1372 #: cola/cmds.py:1067
1374 msgid "Deleting \"%s\" failed"
1377 #: cola/widgets/filelist.py:25
1381 #: cola/widgets/submodules.py:119
1385 #: cola/qtutils.py:841 cola/qtutils.py:888
1389 #: cola/widgets/prefs.py:203
1390 msgid "Detect Conflict Markers"
1393 #: cola/widgets/prefs.py:174
1394 msgid "Detect conflict markers in unmerged files"
1395 msgstr "偵測尚未合併檔案中的衝突標記"
1397 #: cola/widgets/about.py:253 cola/widgets/about.py:256
1398 #: cola/widgets/about.py:259 cola/widgets/about.py:260
1399 #: cola/widgets/about.py:261 cola/widgets/about.py:262
1400 #: cola/widgets/about.py:263 cola/widgets/about.py:264
1401 #: cola/widgets/about.py:265 cola/widgets/about.py:266
1402 #: cola/widgets/about.py:267 cola/widgets/about.py:268
1403 #: cola/widgets/about.py:269 cola/widgets/about.py:270
1404 #: cola/widgets/about.py:271 cola/widgets/about.py:272
1405 #: cola/widgets/about.py:273 cola/widgets/about.py:274
1406 #: cola/widgets/about.py:275 cola/widgets/about.py:276
1407 #: cola/widgets/about.py:277 cola/widgets/about.py:278
1408 #: cola/widgets/about.py:279 cola/widgets/about.py:280
1409 #: cola/widgets/about.py:281 cola/widgets/about.py:282
1410 #: cola/widgets/about.py:283 cola/widgets/about.py:284
1411 #: cola/widgets/about.py:285 cola/widgets/about.py:286
1412 #: cola/widgets/about.py:287 cola/widgets/about.py:288
1413 #: cola/widgets/about.py:289 cola/widgets/about.py:290
1414 #: cola/widgets/about.py:291 cola/widgets/about.py:292
1415 #: cola/widgets/about.py:293 cola/widgets/about.py:294
1416 #: cola/widgets/about.py:295 cola/widgets/about.py:296
1417 #: cola/widgets/about.py:297 cola/widgets/about.py:298
1418 #: cola/widgets/about.py:299 cola/widgets/about.py:300
1419 #: cola/widgets/about.py:301 cola/widgets/about.py:302
1420 #: cola/widgets/about.py:303 cola/widgets/about.py:304
1421 #: cola/widgets/about.py:305 cola/widgets/about.py:306
1422 #: cola/widgets/about.py:307 cola/widgets/about.py:308
1423 #: cola/widgets/about.py:309 cola/widgets/about.py:310
1424 #: cola/widgets/about.py:311 cola/widgets/about.py:312
1425 #: cola/widgets/about.py:313 cola/widgets/about.py:314
1426 #: cola/widgets/about.py:315 cola/widgets/about.py:316
1427 #: cola/widgets/about.py:317 cola/widgets/about.py:318
1428 #: cola/widgets/about.py:319 cola/widgets/about.py:320
1429 #: cola/widgets/about.py:321 cola/widgets/about.py:322
1430 #: cola/widgets/about.py:323 cola/widgets/about.py:324
1431 #: cola/widgets/about.py:325 cola/widgets/about.py:326
1432 #: cola/widgets/about.py:327 cola/widgets/about.py:328
1433 #: cola/widgets/about.py:329 cola/widgets/about.py:330
1434 #: cola/widgets/about.py:331 cola/widgets/about.py:332
1435 #: cola/widgets/about.py:333 cola/widgets/about.py:334
1436 #: cola/widgets/about.py:335 cola/widgets/about.py:336
1437 #: cola/widgets/about.py:337 cola/widgets/about.py:338
1438 #: cola/widgets/about.py:339 cola/widgets/about.py:340
1439 #: cola/widgets/about.py:341 cola/widgets/about.py:342
1440 #: cola/widgets/about.py:343 cola/widgets/about.py:344
1441 #: cola/widgets/about.py:345 cola/widgets/about.py:346
1442 #: cola/widgets/about.py:347 cola/widgets/about.py:348
1443 #: cola/widgets/about.py:349 cola/widgets/about.py:350
1444 #: cola/widgets/about.py:351 cola/widgets/about.py:352
1445 #: cola/widgets/about.py:353 cola/widgets/about.py:354
1446 #: cola/widgets/about.py:355 cola/widgets/about.py:356
1447 #: cola/widgets/about.py:357 cola/widgets/about.py:358
1448 #: cola/widgets/about.py:359 cola/widgets/about.py:360
1449 #: cola/widgets/about.py:361 cola/widgets/about.py:362
1453 #: cola/guicmds.py:184 cola/widgets/dag.py:830 cola/widgets/diff.py:809
1454 #: cola/widgets/main.py:176 cola/widgets/main.py:811
1458 #: cola/guicmds.py:184
1459 msgid "Diff Against Commit"
1462 #: cola/widgets/browse.py:172
1463 msgid "Diff Against Predecessor..."
1464 msgstr "與過去版本比較內容差異……"
1466 #: cola/widgets/main.py:1173
1470 #: cola/widgets/diff.py:800 cola/widgets/diff.py:824
1471 msgid "Diff Options"
1474 #: cola/widgets/prefs.py:277
1478 #: cola/widgets/dag.py:363
1479 msgid "Diff selected -> this"
1480 msgstr "顯示被選取的修訂版→此修訂版的內容差異"
1482 #: cola/widgets/dag.py:357
1483 msgid "Diff this -> selected"
1484 msgstr "顯示此修訂版→被選取的修訂版的內容差異"
1486 #: cola/widgets/main.py:218
1490 #: cola/difftool.py:324
1494 #: cola/widgets/clone.py:205
1495 msgid "Directory Exists"
1502 #: cola/widgets/prefs.py:202
1503 msgid "Display Untracked Files"
1504 msgstr "顯示未納入版本追蹤的檔案"
1506 #: cola/widgets/remote.py:176
1507 msgid "Display remote messages in a separate dialog"
1510 #: cola/cmds.py:2043
1511 msgid "Do not update stacked branches"
1514 #: cola/widgets/main.py:485
1515 msgid "Documentation"
1518 #: cola/widgets/stash.py:61
1522 #: cola/widgets/stash.py:276
1526 #: cola/widgets/stash.py:273
1530 #: cola/widgets/stash.py:275
1532 msgid "Drop the \"%s\" stash?"
1533 msgstr "是否要丟棄名為「%s」的珍藏項目?"
1535 #: cola/widgets/stash.py:61
1536 msgid "Drop the selected stash"
1539 #: cola/qtutils.py:794 cola/sequenceeditor.py:405 cola/widgets/grep.py:100
1543 #: cola/widgets/diff.py:1058
1544 msgid "Edit Diff Hunk to Revert..."
1547 #: cola/widgets/diff.py:1056
1548 msgid "Edit Diff Hunk to Stage..."
1551 #: cola/widgets/diff.py:1124
1552 msgid "Edit Diff Hunk to Unstage..."
1555 #: cola/cmds.py:2115
1559 #: cola/widgets/editremotes.py:34
1560 msgid "Edit Remotes"
1563 #: cola/widgets/main.py:294
1564 msgid "Edit Remotes..."
1567 #: cola/widgets/diff.py:1053
1568 msgid "Edit Selected Lines to Revert..."
1571 #: cola/widgets/diff.py:1051
1572 msgid "Edit Selected Lines to Stage..."
1575 #: cola/widgets/diff.py:1122
1576 msgid "Edit Selected Lines to Unstage..."
1579 #: cola/widgets/editremotes.py:42
1580 msgid "Edit remotes by selecting them from the list"
1581 msgstr "藉由從清單中選取它們來編輯遠端版控庫"
1583 #: cola/widgets/browse.py:198 cola/widgets/common.py:38
1584 msgid "Edit selected paths"
1587 #: cola/editpatch.py:45
1588 msgid "Edit the following patch, which will then be applied to the staging area to stage the changes:"
1591 #: cola/editpatch.py:40
1592 msgid "Edit the following patch, which will then be applied to the staging area to unstage the changes:"
1595 #: cola/editpatch.py:34
1596 msgid "Edit the following patch, which will then be applied to the worktree to revert the changes:"
1599 #: cola/widgets/main.py:618
1603 #: cola/widgets/prefs.py:274
1607 #: cola/editpatch.py:88
1609 msgid "Editor returned %s exit code. Not applying patch."
1612 #: cola/widgets/prefs.py:190
1613 msgid "Email Address"
1616 #: cola/widgets/about.py:240 cola/widgets/about.py:383
1617 msgid "Email contributor"
1618 msgstr "寄電子郵件給這位貢獻者"
1620 #: cola/widgets/prefs.py:204
1621 msgid "Enable Gravatar Icons"
1624 #: cola/widgets/prefs.py:183
1625 msgid "Enable path autocompletion in tools"
1628 #: cola/widgets/diff.py:796
1629 msgid "Enable word wrapping"
1632 #: cola/sequenceeditor.py:370
1636 #: cola/guicmds.py:332 cola/widgets/branch.py:478
1637 msgid "Enter New Branch Name"
1640 #: cola/guicmds.py:146
1641 msgid "Enter a name for the new bare repo"
1642 msgstr "輸入新裸裝版本庫(bare repo)的名稱"
1644 #: cola/widgets/stash.py:253
1645 msgid "Enter a name for the stash"
1648 #: cola/widgets/stash.py:216
1649 msgid "Enter a new name for the stash"
1652 #: cola/cmds.py:145 cola/cmds.py:175 cola/cmds.py:206 cola/cmds.py:284
1653 #: cola/cmds.py:293 cola/cmds.py:308 cola/cmds.py:318 cola/cmds.py:460
1654 #: cola/cmds.py:496 cola/cmds.py:534 cola/cmds.py:634 cola/cmds.py:752
1655 #: cola/cmds.py:1067 cola/cmds.py:1164 cola/cmds.py:1955 cola/cmds.py:2343
1656 #: cola/cmds.py:2577 cola/cmds.py:2583 cola/cmds.py:2591 cola/cmds.py:2816
1657 #: cola/cmds.py:2834 cola/cmds.py:3123 cola/gitcmds.py:1015 cola/guicmds.py:156
1658 #: cola/models/stash.py:70 cola/models/stash.py:90 cola/models/stash.py:112
1659 #: cola/models/stash.py:138 cola/widgets/bookmarks.py:481
1660 #: cola/widgets/branch.py:829
1664 #: cola/widgets/clone.py:189
1665 msgid "Error Cloning"
1668 #: cola/widgets/createbranch.py:312
1669 msgid "Error Creating Branch"
1670 msgstr "建立新的分支時發生錯誤"
1672 #: cola/app.py:501 cola/guicmds.py:100
1673 msgid "Error Creating Repository"
1676 #: cola/cmds.py:1205
1677 msgid "Error Deleting Remote Branch"
1680 #: cola/cmds.py:1572
1681 msgid "Error Editing File"
1685 msgid "Error Launching Blame Viewer"
1686 msgstr "啟動指謫(Blame)檢視器時發生錯誤"
1688 #: cola/cmds.py:3089
1689 msgid "Error Launching History Browser"
1690 msgstr "無法啟動變動紀錄瀏覽器"
1693 msgid "Error Opening Repository"
1696 #: cola/models/stash.py:144
1697 msgid "Error Renaming Stash"
1700 #: cola/widgets/browse.py:567
1701 msgid "Error Saving File"
1706 msgid "Error creating remote \"%s\""
1707 msgstr "建立「%s」遠端分支時發生錯誤"
1709 #: cola/models/stash.py:233
1710 msgid "Error creating stash"
1711 msgstr "建立新的珍藏項目時發生錯誤"
1713 #: cola/cmds.py:1126
1715 msgid "Error deleting branch \"%s\""
1720 msgid "Error deleting remote \"%s\""
1721 msgstr "移除「%s」遠端分支時發生錯誤"
1725 msgid "Error renaming \"%(name)s\" to \"%(new_name)s\""
1726 msgstr "將「%(name)s」更名為「%(new_name)s」時發生錯誤"
1728 #: cola/cmds.py:1721
1729 msgid "Error running prepare-commitmsg hook"
1730 msgstr "執行 prepare-commitmsg 掛勾程式時發生錯誤"
1732 #: cola/cmds.py:2987 cola/cmds.py:3033
1733 #, fuzzy, python-format
1734 msgid "Error updating submodule %s"
1735 msgstr "建立「%s」遠端分支時發生錯誤"
1737 #: cola/cmds.py:3069
1739 msgid "Error updating submodules"
1742 #: cola/widgets/diff.py:1400
1743 msgid "Error writing patch"
1746 #: cola/cmds.py:1661
1747 msgid "Error: Cannot find commit template"
1748 msgstr "錯誤:無法找到修訂版提交範本"
1750 #: cola/cmds.py:1683
1751 msgid "Error: Unconfigured commit template"
1752 msgstr "錯誤:未被設定的修訂版提交範本"
1754 #: cola/widgets/clone.py:52
1756 msgid "Error: could not clone \"%s\""
1757 msgstr "錯誤:無法克隆「%s」版控庫"
1759 #: cola/cmds.py:2779
1761 msgid "Error: could not create tag \"%s\""
1762 msgstr "錯誤:無法建立標籤「%s」"
1764 #: cola/widgets/branch.py:433
1766 msgid "Executing action %s"
1769 #: cola/widgets/status.py:66
1770 msgid "Exit \"Diff\" mode"
1773 #: cola/widgets/action.py:81
1777 #: cola/widgets/main.py:542
1778 msgid "Exit Diff Mode"
1781 #: cola/widgets/action.py:81
1782 msgid "Exit Diff mode"
1785 #: cola/widgets/recent.py:65
1789 #: cola/widgets/diff.py:1297
1790 msgid "Export Patch"
1793 #: cola/guicmds.py:167 cola/widgets/search.py:74
1794 msgid "Export Patches"
1797 #: cola/widgets/main.py:269
1798 msgid "Export Patches..."
1801 #: cola/widgets/main.py:547
1802 msgid "Expression..."
1803 msgstr "比較表達式之間的內容差異……"
1805 #: cola/widgets/grep.py:115
1806 msgid "Extended Regexp"
1809 #: cola/widgets/commitmsg.py:634
1810 msgid "Extended description..."
1814 msgid "Failed to commit and continue applying patches"
1818 msgid "Failed to continue applying patches after skipping the current patch"
1821 #: cola/widgets/createbranch.py:122
1822 msgid "Fast Forward Only"
1823 msgstr "僅更新可進行快速前移式合併者"
1825 #: cola/widgets/remote.py:181
1826 msgid "Fast-forward only"
1829 #: cola/widgets/bookmarks.py:90
1830 msgid "Favorite repositories"
1833 #: cola/widgets/main.py:109
1837 #: cola/widgets/remote.py:735
1839 msgstr "自遠端版控庫撈取(fetch)"
1841 #: cola/widgets/createbranch.py:125
1842 msgid "Fetch Tracking Branch"
1843 msgstr "撈取(fetch)追蹤分支"
1845 #: cola/widgets/action.py:67 cola/widgets/main.py:385
1846 msgid "Fetch from one or more remotes using \"git fetch\""
1849 #: cola/widgets/action.py:65 cola/widgets/main.py:384
1851 msgstr "自遠端版控庫撈取(fetch)……"
1853 #: cola/widgets/main.py:602
1854 msgid "File Browser..."
1857 #: cola/widgets/compare.py:74
1858 msgid "File Differences"
1861 #: cola/widgets/archive.py:197 cola/widgets/browse.py:579
1865 #: cola/widgets/archive.py:197 cola/widgets/browse.py:579
1867 msgid "File saved to \"%s\""
1870 #: cola/fsmonitor.py:530
1871 msgid "File system change monitoring: disabled because \"cola.inotify\" is false.\n"
1872 msgstr "檔案系統變動監控:因為「cola.inotify」 Git 設定值被設定為 false 而被停用。\n"
1874 #: cola/fsmonitor.py:547
1875 msgid "File system change monitoring: disabled because libc does not support the inotify system calls.\n"
1876 msgstr "檔案系統變動監控:因為 libc 程式庫不支援 inotify 系統呼叫而被停用。\n"
1878 #: cola/fsmonitor.py:541
1879 msgid "File system change monitoring: disabled because pywin32 is not installed.\n"
1880 msgstr "檔案系統變動監控:因為 pywin32 沒有安裝而被停用。\n"
1882 #: cola/fsmonitor.py:184
1884 "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"
1886 " echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n"
1888 "檔案系統變動監控:因為已經達到 inotify watch 的總數上限而被停用。您可以執行下列命令來增加 watch 的數量限制:\n"
1890 " echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n"
1892 #: cola/fsmonitor.py:145
1893 msgid "File system change monitoring: enabled.\n"
1894 msgstr "檔案系統變動監控:已啟用。\n"
1896 #: cola/widgets/filelist.py:25
1900 #: cola/widgets/dag.py:821
1904 #: cola/widgets/branch.py:837
1905 msgid "Filter branches..."
1908 #: cola/widgets/status.py:1333
1909 msgid "Filter paths..."
1912 #: cola/widgets/finder.py:112 cola/widgets/main.py:308
1916 #: cola/widgets/text.py:383
1917 msgid "Find in diff"
1920 #: cola/widgets/text.py:420
1921 msgid "Find next item"
1924 #: cola/widgets/text.py:426
1925 msgid "Find previous item"
1928 #: cola/widgets/text.py:390
1929 msgid "Find the next occurrence of the phrase"
1932 #: cola/widgets/text.py:386
1933 msgid "Find the previous occurrence of the phrase"
1936 #: cola/widgets/grep.py:115
1937 msgid "Fixed String"
1940 #: cola/widgets/prefs.py:270
1941 msgid "Fixed-Width Font"
1944 #: cola/sequenceeditor.py:410
1948 #: cola/widgets/commitmsg.py:154
1949 msgid "Fixup Previous Commit"
1952 #: cola/themes.py:684
1953 msgid "Flat dark blue"
1956 #: cola/themes.py:705
1957 msgid "Flat dark green"
1960 #: cola/themes.py:698
1961 msgid "Flat dark grey"
1964 #: cola/themes.py:691
1965 msgid "Flat dark red"
1968 #: cola/themes.py:656
1969 msgid "Flat light blue"
1972 #: cola/themes.py:677
1973 msgid "Flat light green"
1976 #: cola/themes.py:670
1977 msgid "Flat light grey"
1980 #: cola/themes.py:663
1981 msgid "Flat light red"
1984 #: cola/widgets/startup.py:72
1988 #: cola/widgets/toolbar.py:181
1989 msgid "Follow System Style"
1992 #: cola/widgets/prefs.py:271
1996 #: cola/widgets/remote.py:197
2000 #: cola/widgets/remote.py:651
2002 msgstr "強制撈取(fetch)"
2004 #: cola/widgets/remote.py:648
2005 msgid "Force Fetch?"
2006 msgstr "要進行強制撈取(fetch)嗎?"
2008 #: cola/widgets/remote.py:659
2012 #: cola/widgets/remote.py:653
2014 msgstr "要進行強制推送(push)嗎?"
2016 #: cola/widgets/remote.py:650
2018 msgid "Force fetching from %s?"
2019 msgstr "是否要強制自「%s」撈取(fetch)?"
2021 #: cola/widgets/remote.py:658
2023 msgid "Force push to %s?"
2024 msgstr "要強制推送至「%s」遠端版控庫嗎?"
2026 #: cola/widgets/status.py:1376
2027 msgid "Format String"
2030 #: cola/widgets/about.py:412 cola/widgets/about.py:413
2031 msgid "French translation"
2034 #: cola/widgets/merge.py:78
2035 msgid "GPG-sign the merge commit"
2036 msgstr "用 GPG 簽署合併修訂版提交"
2038 #: cola/widgets/prefs.py:364
2042 #: cola/widgets/editremotes.py:315
2044 msgid "Gathering info for \"%s\"..."
2045 msgstr "正在蒐集「%s」遠端版控庫的資訊……"
2047 #: cola/widgets/about.py:402 cola/widgets/about.py:410
2048 #: cola/widgets/about.py:411
2049 msgid "German translation"
2052 #: cola/widgets/main.py:525
2053 msgid "Get Commit Message Template"
2054 msgstr "取得修訂版提交訊息範本"
2056 #: cola/widgets/dag.py:586
2060 #: cola/widgets/dag.py:582
2064 #: cola/widgets/dag.py:466 cola/widgets/filelist.py:41
2065 msgid "Grab File..."
2068 #: cola/widgets/dag.py:848
2072 #: cola/widgets/main.py:354
2076 #: cola/widgets/remote.py:707
2077 msgid "Have you rebased/pulled lately?"
2078 msgstr "您最近有作變更基底或 pull 操作嗎?"
2080 #: cola/sequenceeditor.py:109 cola/sequenceeditor.py:176
2081 #: cola/widgets/finder.py:137 cola/widgets/main.py:868
2085 #: cola/widgets/status.py:1322
2086 msgid "Help - Custom Copy Actions"
2087 msgstr "求助 - 自訂複製操作"
2089 #: cola/widgets/finder.py:78
2090 msgid "Help - Find Files"
2091 msgstr "尋求幫助 - 尋找檔案"
2093 #: cola/sequenceeditor.py:833
2094 msgid "Help - git-cola-sequence-editor"
2095 msgstr "尋求幫助 - git-cola-sequence-editor"
2097 #: cola/widgets/prefs.py:366
2101 #: cola/gitcmds.py:907
2102 msgid "Hint: The \"Actions > Abort Cherry-Pick\" menu action can be used to cancel the current cherry-pick."
2105 #: cola/widgets/prefs.py:275
2106 msgid "History Browser"
2109 #: cola/widgets/about.py:409 cola/widgets/about.py:423
2110 msgid "Hungarian translation"
2113 #: cola/widgets/toolbar.py:182
2117 #: cola/widgets/prefs.py:365
2121 #: cola/widgets/diff.py:787
2122 msgid "Ignore all whitespace"
2125 #: cola/widgets/diff.py:785
2126 msgid "Ignore changes in amount of whitespace"
2129 #: cola/widgets/diff.py:782
2130 msgid "Ignore changes in whitespace at EOL"
2131 msgstr "忽略行結尾處空白的變更"
2133 #: cola/widgets/gitignore.py:45
2134 msgid "Ignore custom pattern"
2137 #: cola/widgets/gitignore.py:43
2138 msgid "Ignore exact filename"
2141 #: cola/widgets/gitignore.py:31
2142 msgid "Ignore filename or pattern"
2145 #: cola/widgets/dag.py:498
2146 msgid "Ignore merge commits"
2149 #: cola/widgets/status.py:933
2153 #: cola/widgets/remote.py:207
2154 msgid "Include tags "
2157 #: cola/widgets/prefs.py:369
2158 msgid "Indent Status paths"
2161 #: cola/widgets/about.py:401 cola/widgets/about.py:408
2162 msgid "Indonesian translation"
2165 #: cola/widgets/main.py:657
2166 msgid "Initialize Git Annex"
2167 msgstr "初始化 Git Annex"
2169 #: cola/widgets/main.py:661
2170 msgid "Initialize Git LFS"
2171 msgstr "初始化 Git LFS"
2173 #: cola/widgets/clone.py:114
2174 msgid "Inititalize submodules"
2177 #: cola/widgets/prefs.py:281
2178 msgid "Insert spaces instead of tabs"
2179 msgstr "插入空白字元而非跨欄字元(tab)"
2181 #: cola/widgets/action.py:73 cola/widgets/main.py:403
2182 msgid "Integrate changes using \"git pull\""
2185 #: cola/cmds.py:2079
2186 msgid "Interactive Rebase"
2189 #: cola/cmds.py:2313
2190 msgid "Invalid Revision"
2193 #: cola/editpatch.py:61
2194 msgid "It is not necessary to update the hunk header lines as they will be regenerated automatically."
2197 #: cola/widgets/about.py:403 cola/widgets/about.py:406
2198 msgid "Japanese translation"
2201 #: cola/widgets/prefs.py:283
2202 msgid "Keep *.orig Merge Backups"
2203 msgstr "保留 *.orig merge 備份檔"
2205 #: cola/widgets/stash.py:73
2209 #: cola/widgets/main.py:491
2210 msgid "Keyboard Shortcuts"
2213 #: cola/difftool.py:27 cola/sequenceeditor.py:170 cola/sequenceeditor.py:386
2214 #: cola/widgets/dag.py:394 cola/widgets/filelist.py:33
2215 msgid "Launch Diff Tool"
2218 #: cola/widgets/dag.py:401
2219 msgid "Launch Directory Diff Tool"
2222 #: cola/cmds.py:1528 cola/cmds.py:1630 cola/widgets/filelist.py:37
2223 msgid "Launch Editor"
2226 #: cola/cmds.py:1595
2227 msgid "Launch Terminal"
2230 #: cola/sequenceeditor.py:171
2232 "Launch external diff tool\n"
2238 #: cola/widgets/diff.py:1044 cola/widgets/diff.py:1106
2239 #: cola/widgets/status.py:852 cola/widgets/status.py:948
2240 msgid "Launch git-cola"
2241 msgstr "啟動 git-cola"
2243 #: cola/widgets/browse.py:173
2244 msgid "Launch git-difftool against previous versions"
2245 msgstr "對先前的版本啟動 git-difftool"
2247 #: cola/widgets/browse.py:165
2248 msgid "Launch git-difftool on the current path"
2249 msgstr "在當前路徑中啟動 git-difftool"
2255 #: cola/editpatch.py:59
2257 msgid "Lines starting with '%s' will be ignored."
2260 #: cola/widgets/startup.py:73
2264 #: cola/guicmds.py:266
2265 msgid "Load Commit Message"
2266 msgstr "自檔案載入修訂版提交訊息"
2268 #: cola/widgets/main.py:335
2269 msgid "Load Commit Message..."
2270 msgstr "自檔案載入修訂版提交訊息……"
2272 #: cola/widgets/commitmsg.py:150
2273 msgid "Load Previous Commit Message"
2274 msgstr "載入先前的修訂版提交的訊息"
2276 #: cola/widgets/diff.py:264
2280 #: cola/widgets/branch.py:173 cola/widgets/branch.py:250
2281 #: cola/widgets/branch.py:290 cola/widgets/compare.py:37
2282 #: cola/widgets/compare.py:52 cola/widgets/compare.py:57
2286 #: cola/widgets/cfgactions.py:225 cola/widgets/merge.py:44
2287 #: cola/widgets/remote.py:136
2288 msgid "Local Branch"
2291 #: cola/widgets/createbranch.py:112
2292 msgid "Local branch"
2295 #: cola/widgets/dag.py:854 cola/widgets/main.py:665
2299 #: cola/widgets/dag.py:816
2303 #: cola/widgets/prefs.py:191
2304 msgid "Log Date Format"
2307 #: cola/themes.py:769
2308 msgid "MacOS Aqua dark"
2311 #: cola/themes.py:765
2312 msgid "MacOS Aqua light"
2315 #: cola/themes.py:781
2316 msgid "MacOS Vibrant dark"
2319 #: cola/themes.py:775
2320 msgid "MacOS Vibrant light"
2323 #: cola/widgets/about.py:250
2324 msgid "Maintainer (since 2007) and developer"
2325 msgstr "(自從 2007 年開始)維護者與開發者"
2327 #: cola/widgets/text.py:393
2331 #: cola/widgets/merge.py:86
2335 #: cola/widgets/merge.py:160
2337 msgid "Merge \"%(revision)s\" into \"%(branch)s\""
2338 msgstr "合併「%(revision)s」修訂版至「%(branch)s」分支中"
2340 #: cola/widgets/prefs.py:278
2342 msgstr "合併(merge)工具"
2344 #: cola/widgets/prefs.py:193
2345 msgid "Merge Verbosity"
2348 #: cola/cmds.py:1779
2349 msgid "Merge failed. Conflict resolution is required."
2350 msgstr "合併失敗. 需要解決衝突."
2352 #: cola/widgets/merge.py:165
2354 msgid "Merge into \"%s\""
2357 #: cola/widgets/branch.py:242
2358 msgid "Merge into current branch"
2361 #: cola/widgets/main.py:359
2363 msgstr "分支合併(merge)……"
2365 #: cola/widgets/main.py:1177
2369 #: cola/models/browse.py:32 cola/widgets/createtag.py:76
2373 #: cola/widgets/commitmsg.py:424
2374 msgid "Missing Commit Message"
2377 #: cola/widgets/createbranch.py:250
2378 msgid "Missing Data"
2381 #: cola/cmds.py:2741
2382 msgid "Missing Name"
2385 #: cola/cmds.py:2735
2386 msgid "Missing Revision"
2389 #: cola/cmds.py:2745
2390 msgid "Missing Tag Message"
2393 #: cola/models/browse.py:331 cola/widgets/status.py:158
2394 #: cola/widgets/status.py:632
2398 #: cola/widgets/commitmsg.py:528
2402 #: cola/widgets/standard.py:242 cola/widgets/status.py:234
2406 #: cola/widgets/standard.py:234 cola/widgets/status.py:226
2410 #: cola/widgets/status.py:301
2411 msgid "Move files to trash"
2412 msgstr "將檔案移動到資源回收筒"
2414 #: cola/models/browse.py:32 cola/widgets/bookmarks.py:466
2415 #: cola/widgets/createtag.py:59 cola/widgets/editremotes.py:447
2416 #: cola/widgets/status.py:1452 cola/widgets/toolbar.py:317
2420 #: cola/widgets/editremotes.py:431
2421 msgid "Name for the new remote"
2424 #: cola/guicmds.py:147 cola/widgets/main.py:281
2425 msgid "New Bare Repository..."
2426 msgstr "新的裸裝版控庫(bare repository)……"
2428 #: cola/guicmds.py:86 cola/widgets/main.py:276
2429 msgid "New Repository..."
2432 #: cola/widgets/main.py:997
2436 #: cola/widgets/startup.py:52
2440 #: cola/actions.py:56
2444 #: cola/widgets/createbranch.py:121 cola/widgets/standard.py:1181
2448 #: cola/widgets/merge.py:215 cola/widgets/merge.py:225
2449 msgid "No Revision Specified"
2452 #: cola/widgets/stash.py:225
2453 msgid "No change made"
2456 #: cola/widgets/commitmsg.py:434
2458 "No changes to commit.\n"
2460 "You must stage at least 1 file before you can commit."
2464 "提交前你必須至少將至少一個檔案移入新修訂版準備區域。"
2466 #: cola/widgets/selectcommits.py:117
2467 msgid "No commits exist in this branch."
2468 msgstr "此分支中無任何修訂版提交。"
2470 #: cola/widgets/merge.py:63
2471 msgid "No fast forward"
2474 #: cola/widgets/remote.py:190
2475 msgid "No fast-forward"
2478 #: cola/widgets/remote.py:611
2479 msgid "No repository selected."
2482 #: cola/widgets/remote.py:649
2483 msgid "Non-fast-forward fetch overwrites local history!"
2484 msgstr "非快速前移式的撈取(fetch)將會覆寫本地版控庫的變更紀錄!"
2486 #: cola/widgets/remote.py:655
2488 "Non-fast-forward push overwrites published history!\n"
2489 "(Did you pull first?)"
2491 "非快速前移式的推送(push)將會覆寫遠端版控庫的變更紀錄!\n"
2494 #: cola/widgets/commitmsg.py:451
2495 msgid "Nothing to commit"
2498 #: cola/gitcmds.py:626
2499 msgid "Nothing to do"
2502 #: cola/widgets/prefs.py:194
2503 msgid "Number of Diff Context Lines"
2506 #: cola/widgets/bookmarks.py:78 cola/widgets/bookmarks.py:212
2507 #: cola/widgets/startup.py:335
2511 #: cola/widgets/text.py:226
2516 #: cola/cmds.py:1807
2517 msgid "Open Directory"
2520 #: cola/guicmds.py:204 cola/guicmds.py:213 cola/widgets/editremotes.py:470
2521 #: cola/widgets/startup.py:54 cola/widgets/startup.py:214
2522 msgid "Open Git Repository"
2523 msgstr "開啟一個 Git 版控庫"
2525 #: cola/widgets/submodules.py:48
2530 #: cola/cmds.py:1827
2531 msgid "Open Parent Directory"
2534 #: cola/widgets/main.py:693
2538 #: cola/cmds.py:1790
2539 msgid "Open Using Default Application"
2542 #: cola/cmds.py:1840
2543 msgid "Open Worktree"
2546 #: cola/widgets/bookmarks.py:220 cola/widgets/startup.py:343
2547 msgid "Open in New Window"
2548 msgstr "於新 git-cola 視窗中開啟"
2550 #: cola/widgets/main.py:416
2551 msgid "Open in New Window..."
2552 msgstr "於新 git-cola 視窗中開啟版控庫……"
2554 #: cola/widgets/main.py:410
2558 #: cola/widgets/branch.py:354
2559 msgid "Other branches"
2562 #: cola/widgets/archive.py:208
2566 #: cola/widgets/archive.py:207
2568 msgid "Overwrite \"%s\"?"
2571 #: cola/widgets/archive.py:205
2572 msgid "Overwrite File?"
2575 #: cola/widgets/grep.py:142
2577 "Parse arguments using a shell.\n"
2578 "Queries with spaces will require \"double quotes\"."
2580 "使用殼程式(shell)來解析參數。\n"
2581 "內含空白字元的查詢需使用 \"雙引號\" 括住。"
2583 #: cola/models/browse.py:329
2584 msgid "Partially Staged"
2585 msgstr "部份內容變更被移入新修訂版準備區域"
2587 #: cola/widgets/main.py:758
2592 msgid "Patch failed to apply"
2596 msgid "Patch(es) Applied"
2599 #: cola/widgets/diff.py:1293 cola/widgets/main.py:709
2603 #: cola/widgets/prefs.py:195
2604 msgid "Patches Directory"
2607 #: cola/widgets/bookmarks.py:467 cola/widgets/submodules.py:117
2611 #: cola/widgets/clone.py:110
2612 msgid "Path or URL to clone (Env. $VARS okay)"
2613 msgstr "要克隆的路徑或 URL(可使用環境 $變數 )"
2615 #: cola/sequenceeditor.py:394
2619 #: cola/widgets/dag.py:490
2620 msgid "Pickaxe search for changes containing text"
2623 #: cola/widgets/diff.py:809
2627 #: cola/widgets/createbranch.py:251
2628 msgid "Please provide both a branch name and revision expression."
2629 msgstr "請填寫分支名稱與修訂版表達式。"
2631 #: cola/cmds.py:2297
2632 msgid "Please select a file"
2635 #: cola/cmds.py:2741
2636 msgid "Please specify a name for the new tag."
2639 #: cola/cmds.py:2735
2640 msgid "Please specify a revision to tag."
2641 msgstr "請指定一個修訂版來套用標籤。"
2643 #: cola/widgets/commitmsg.py:417
2645 "Please supply a commit message.\n"
2647 "A good commit message has the following format:\n"
2649 "- First line: Describe in one sentence what you did.\n"
2650 "- Second line: Blank\n"
2651 "- Remaining lines: Describe why this change is good.\n"
2657 "- 第一行: 一句話概括您所做的變更。\n"
2659 "- 剩餘行: 描述為什麼您所做的變更是好的。\n"
2662 msgid "Point the current branch head to a new commit?"
2663 msgstr "將當前分支的 head 指向一個新的修訂版提交?"
2665 #: cola/widgets/about.py:398
2666 msgid "Polish translation"
2669 #: cola/widgets/stash.py:65 cola/widgets/stash.py:114 cola/widgets/stash.py:118
2673 #: cola/widgets/main.py:289 cola/widgets/prefs.py:433
2677 #: cola/widgets/archive.py:127
2681 #: cola/widgets/main.py:341
2682 msgid "Prepare Commit Message"
2685 #: cola/widgets/prefs.py:180
2686 msgid "Prevent \"Stage\" from staging all files when nothing is selected"
2687 msgstr "避免 Stage 快捷鍵在沒有選取任何項目時將所有檔案移至修訂版提交準備區域"
2689 #: cola/actions.py:65
2690 msgid "Previous File"
2693 #: cola/widgets/remote.py:169
2694 msgid "Prompt on creation"
2697 #: cola/widgets/remote.py:170
2698 msgid "Prompt when pushing creates new remote branches"
2699 msgstr "在建立新的遠端分支時提示使用者"
2701 #: cola/widgets/remote.py:212
2705 #: cola/widgets/bookmarks.py:254 cola/widgets/startup.py:375
2706 msgid "Prune Missing Entries"
2709 #: cola/widgets/branch.py:256 cola/widgets/remote.py:783
2711 msgstr "自遠端分支撈取並合併(pull)"
2713 #: cola/widgets/action.py:73 cola/widgets/main.py:402
2715 msgstr "自遠端分支撈取並合併(pull)……"
2717 #: cola/widgets/branch.py:262 cola/widgets/remote.py:627
2718 #: cola/widgets/remote.py:758
2722 #: cola/widgets/action.py:70 cola/widgets/main.py:394
2723 msgid "Push to one or more remotes using \"git push\""
2726 #: cola/widgets/action.py:70 cola/widgets/main.py:393
2728 msgstr "推送至遠端版控庫(push)……"
2730 #: cola/guicmds.py:251
2731 msgid "Quick Open Repository"
2734 #: cola/widgets/main.py:674
2735 msgid "Quick Open..."
2738 #: cola/widgets/main.py:351
2742 #: cola/cmds.py:2093 cola/cmds.py:2129 cola/cmds.py:2130 cola/cmds.py:2143
2743 #: cola/cmds.py:2144 cola/sequenceeditor.py:163 cola/sequenceeditor.py:205
2744 #: cola/widgets/main.py:836 cola/widgets/remote.py:215
2748 #: cola/cmds.py:2092
2750 msgid "Rebase onto %s"
2753 #: cola/cmds.py:2105
2754 msgid "Rebase stopped"
2757 #: cola/widgets/remote.py:214
2758 msgid "Rebase the current branch instead of merging"
2759 msgstr "不合併分支,而是將遠端分支變更基底到當前分支"
2761 #: cola/widgets/dag.py:418
2762 msgid "Rebase to this commit"
2765 #: cola/widgets/main.py:1179
2769 #: cola/widgets/main.py:118
2773 #: cola/widgets/bookmarks.py:92
2774 msgid "Recent repositories"
2777 #: cola/widgets/prefs.py:279
2778 msgid "Recent repository count"
2781 #: cola/widgets/recent.py:44
2782 msgid "Recently Modified Files"
2785 #: cola/widgets/main.py:316
2786 msgid "Recently Modified Files..."
2789 #: cola/widgets/stash.py:274
2790 msgid "Recovering a dropped stash is not possible."
2791 msgstr "要救回一個丟棄的珍藏項目是不可能的。"
2793 #: cola/widgets/createbranch.py:281
2794 msgid "Recovering lost commits may not be easy."
2795 msgstr "恢復丟失的提交是比較困難的."
2797 #: cola/widgets/main.py:751
2801 #: cola/widgets/clone.py:119
2802 msgid "Reduce commit history to minimum"
2803 msgstr "將版本提交歷史量降到最低"
2805 #: cola/widgets/submodules.py:120
2806 msgid "Reference Repository"
2809 #: cola/widgets/submodules.py:104
2810 msgid "Reference URL"
2813 #: cola/widgets/submodules.py:105
2814 msgid "Reference repository to use when cloning (optional)"
2817 #: cola/cmds.py:2171 cola/qtutils.py:800 cola/widgets/action.py:63
2818 #: cola/widgets/dag.py:858 cola/widgets/editremotes.py:82
2819 #: cola/widgets/grep.py:103 cola/widgets/recent.py:114
2820 #: cola/widgets/submodules.py:44
2824 #: cola/widgets/remote.py:183
2825 msgid "Refuse to merge unless the current HEAD is already up-to-date or the merge can be resolved as a fast-forward"
2826 msgstr "除非當前 HEAD 指標早就是最新版本或是分支合併能以快速前移式處理否則拒絕合併分支"
2828 #: cola/sequenceeditor.py:373
2832 #: cola/widgets/branch.py:177 cola/widgets/branch.py:236
2833 #: cola/widgets/branch.py:278 cola/widgets/branch.py:513
2834 #: cola/widgets/compare.py:53 cola/widgets/compare.py:58
2835 #: cola/widgets/remote.py:145
2839 #: cola/widgets/remote.py:160
2840 msgid "Remote Branch"
2843 #: cola/cmds.py:1196
2844 msgid "Remote Branch Deleted"
2847 #: cola/widgets/log.py:100
2848 msgid "Remote Messages"
2851 #: cola/widgets/editremotes.py:47
2852 msgid "Remote git repositories - double-click to rename"
2853 msgstr "遠端 Git 版控庫 - 連續點兩下以重新命名"
2855 #: cola/cmds.py:1029 cola/widgets/diff.py:1702 cola/widgets/diff.py:1717
2856 #: cola/widgets/startup.py:264 cola/widgets/status.py:1382
2860 #: cola/cmds.py:1027
2862 msgid "Remove %s from the recent list?"
2863 msgstr "要將「%s」版控庫從最近使用的版控庫清單中移除嗎?"
2865 #: cola/widgets/toolbar.py:321
2866 msgid "Remove Element"
2869 #: cola/widgets/remote.py:210
2870 msgid "Remove remote-tracking branches that no longer exist on the remote"
2871 msgstr "移除不再存在於遠端板控庫上的遠端追蹤分支"
2873 #: cola/widgets/diff.py:1704
2874 msgid "Remove selected (Delete)"
2875 msgstr "移除被選取的項目(刪除)"
2877 #: cola/widgets/bookmarks.py:257 cola/widgets/startup.py:378
2878 msgid "Remove stale entries for repositories that no longer exist"
2881 #: cola/guicmds.py:332 cola/widgets/browse.py:159 cola/widgets/stash.py:44
2885 #: cola/cmds.py:1153
2887 msgid "Rename \"%s\""
2890 #: cola/widgets/branch.py:268
2891 msgid "Rename Branch"
2894 #: cola/widgets/main.py:584
2895 msgid "Rename Branch..."
2898 #: cola/guicmds.py:329
2899 msgid "Rename Existing Branch"
2903 msgid "Rename Remote"
2906 #: cola/widgets/bookmarks.py:232 cola/widgets/startup.py:355
2907 msgid "Rename Repository"
2910 #: cola/widgets/stash.py:218
2911 msgid "Rename Stash"
2914 #: cola/widgets/branch.py:478
2915 msgid "Rename branch"
2920 msgid "Rename remote \"%(current)s\" to \"%(new)s\"?"
2921 msgstr "要將「%(current)s」遠端版控庫改名為「%(new)s」嗎?"
2923 #: cola/widgets/browse.py:159
2924 msgid "Rename selected paths"
2927 #: cola/widgets/stash.py:45
2928 msgid "Rename the selected stash"
2931 #: cola/app.py:496 cola/widgets/startup.py:261
2932 msgid "Repository Not Found"
2935 #: cola/widgets/browse.py:87 cola/widgets/main.py:1109
2937 msgid "Repository: %s"
2940 #: cola/guicmds.py:350 cola/widgets/createbranch.py:123 cola/widgets/dag.py:330
2941 #: cola/widgets/editremotes.py:56 cola/widgets/main.py:846
2945 #: cola/widgets/createbranch.py:284
2947 msgid "Reset \"%(branch)s\" to \"%(revision)s\"?"
2948 msgstr "要重設「%(branch)s」分支到 「%(revision)s」修訂版嗎?"
2950 #: cola/guicmds.py:358
2951 msgid "Reset All (Keep Unstaged Changes)"
2954 #: cola/cmds.py:656 cola/cmds.py:707 cola/guicmds.py:341
2955 #: cola/widgets/createbranch.py:293
2956 msgid "Reset Branch"
2959 #: cola/cmds.py:704 cola/guicmds.py:340 cola/widgets/dag.py:424
2960 #: cola/widgets/main.py:432
2961 msgid "Reset Branch (Soft)"
2964 #: cola/cmds.py:653 cola/guicmds.py:349 cola/widgets/dag.py:430
2965 #: cola/widgets/main.py:440
2966 msgid "Reset Branch and Stage (Mixed)"
2969 #: cola/widgets/createbranch.py:290
2970 msgid "Reset Branch?"
2973 #: cola/widgets/main.py:669
2974 msgid "Reset Layout"
2978 msgid "Reset Worktree and Reset All?"
2981 #: cola/cmds.py:673 cola/cmds.py:690 cola/cmds.py:724 cola/guicmds.py:359
2982 #: cola/guicmds.py:372 cola/guicmds.py:381
2983 msgid "Reset and Restore"
2987 msgid "Reset branch?"
2990 #: cola/widgets/createbranch.py:264
2992 msgid "Resetting \"%(branch)s\" to \"%(revision)s\" will lose commits."
2993 msgstr "重置「%(branch)s」分支到「%(revision)s」修訂版將導致修訂版提交的丟失。"
2995 #: cola/widgets/prefs.py:285
2996 msgid "Resize File Browser columns"
2999 #: cola/widgets/prefs.py:412
3000 msgid "Restart the application after changing appearance settings."
3003 #: cola/cmds.py:758 cola/cmds.py:761 cola/guicmds.py:389 cola/guicmds.py:390
3004 #: cola/widgets/dag.py:460 cola/widgets/main.py:472
3005 msgid "Restore Worktree"
3008 #: cola/cmds.py:721 cola/guicmds.py:380 cola/widgets/dag.py:453
3009 #: cola/widgets/main.py:464
3010 msgid "Restore Worktree and Reset All (Hard)"
3013 #: cola/cmds.py:670 cola/widgets/main.py:448
3014 msgid "Restore Worktree and Reset All (Keep Unstaged Changes)"
3017 #: cola/widgets/dag.py:437
3018 msgid "Restore Worktree and Reset All (Keep Unstaged Edits)"
3021 #: cola/cmds.py:687 cola/guicmds.py:371 cola/widgets/dag.py:445
3022 #: cola/widgets/main.py:456
3023 msgid "Restore Worktree and Reset All (Merge)"
3027 msgid "Restore Worktree and Reset All?"
3032 msgid "Restore Worktree to %s?"
3036 msgid "Restore worktree, reset, and preserve unstaged edits?"
3039 #: cola/widgets/dag.py:389
3043 #: cola/widgets/diff.py:1227
3044 msgid "Revert Diff Hunk"
3045 msgstr "撤銷選取內容差異區塊的內容變更"
3047 #: cola/widgets/diff.py:1057
3048 msgid "Revert Diff Hunk..."
3049 msgstr "撤銷此內容差異區塊的內容變更……"
3051 #: cola/widgets/diff.py:1226
3052 msgid "Revert Diff Hunk?"
3053 msgstr "要撤銷選取內容差異區塊的內容變更嗎?"
3055 #: cola/widgets/diff.py:1224
3056 msgid "Revert Selected Lines"
3059 #: cola/widgets/diff.py:1052
3060 msgid "Revert Selected Lines..."
3061 msgstr "撤銷選取行的內容變更……"
3063 #: cola/widgets/diff.py:1223
3064 msgid "Revert Selected Lines?"
3065 msgstr "要撤銷選取行的內容變更嗎?"
3067 #: cola/cmds.py:2260
3068 msgid "Revert Uncommitted Changes"
3069 msgstr "撤銷尚未提交至版控庫的內容變更"
3071 #: cola/cmds.py:2254
3072 msgid "Revert Uncommitted Changes?"
3073 msgstr "要撤銷尚未提交至版控庫的內容變更嗎?"
3075 #: cola/cmds.py:2247
3076 msgid "Revert Uncommitted Edits..."
3077 msgstr "撤銷尚未提交到版控庫的內容變更……"
3079 #: cola/cmds.py:2238
3080 msgid "Revert Unstaged Changes"
3081 msgstr "撤銷尚未移入新修訂版準備區域的內容變動"
3083 #: cola/cmds.py:2232
3084 msgid "Revert Unstaged Changes?"
3085 msgstr "要撤銷尚未移入新修訂版準備區域的內容變動嗎?"
3087 #: cola/cmds.py:2224
3088 msgid "Revert Unstaged Edits..."
3089 msgstr "撤銷尚未移入新修訂版準備區域的內容修改……"
3092 msgid "Revert failed"
3095 #: cola/cmds.py:2259 cola/widgets/diff.py:1235
3096 msgid "Revert the uncommitted changes?"
3097 msgstr "要撤銷尚未提交至版控庫的內容變更嗎?"
3099 #: cola/cmds.py:2237
3100 msgid "Revert the unstaged changes?"
3101 msgstr "要撤銷尚未移入新修訂版準備區域的內容變動嗎?"
3103 #: cola/widgets/browse.py:190
3104 msgid "Revert uncommitted changes to selected paths"
3105 msgstr "在被選取的路徑中撤銷尚未提交進版控的內容變更"
3107 #: cola/widgets/browse.py:181
3108 msgid "Revert unstaged changes to selected paths"
3109 msgstr "在被選取的路徑中撤銷尚未移入新修訂版準備區域的內容變更"
3111 #: cola/guicmds.py:320
3115 #: cola/widgets/main.py:597
3117 msgstr "審視(review)……"
3119 #: cola/widgets/cfgactions.py:231 cola/widgets/createtag.py:82
3123 #: cola/widgets/selectcommits.py:61
3124 msgid "Revision Expression:"
3127 #: cola/widgets/merge.py:37 cola/widgets/merge.py:40
3128 msgid "Revision to Merge"
3131 #: cola/sequenceeditor.py:399
3135 #: cola/cmds.py:777 cola/widgets/commitmsg.py:463
3136 msgid "Rewrite Published Commit?"
3137 msgstr "要重寫已推送出去的修訂版提交嗎?"
3139 #: cola/widgets/log.py:32 cola/widgets/log.py:134
3140 msgid "Right-click links to open:"
3143 #: cola/interaction.py:125 cola/widgets/cfgactions.py:243
3147 #: cola/cmds.py:2290
3150 msgstr "要執行「%s」操作嗎?"
3152 #: cola/interaction.py:122
3157 #: cola/interaction.py:123
3159 msgid "Run the \"%s\" command?"
3160 msgstr "要執行「%s」命令嗎?"
3162 #: cola/cmds.py:2329
3164 msgid "Running command: %s"
3167 #: cola/widgets/about.py:404
3168 msgid "Russian translation"
3171 #: cola/sequenceeditor.py:372
3175 #: cola/widgets/prefs.py:205
3179 #: cola/cmds.py:2116 cola/widgets/archive.py:124 cola/widgets/browse.py:610
3180 #: cola/widgets/editremotes.py:52 cola/widgets/stash.py:54
3181 #: cola/widgets/status.py:1388
3185 #: cola/widgets/archive.py:111
3186 msgid "Save Archive"
3189 #: cola/widgets/dag.py:381 cola/widgets/main.py:347
3190 msgid "Save As Tarball/Zip..."
3191 msgstr "保存為 Tarball/Zip 封存檔…"
3193 #: cola/widgets/prefs.py:284
3194 msgid "Save GUI Settings"
3197 #: cola/widgets/stash.py:253
3201 #: cola/widgets/stash.py:55
3202 msgid "Save modified state to new stash"
3203 msgstr "將被修改的狀態保存為一個新的珍藏項目"
3205 #: cola/widgets/browse.py:571
3207 msgid "Saved \"%(filename)s\" from \"%(ref)s\" to \"%(destination)s\""
3208 msgstr "已將「%(filename)s」檔案自「%(ref)s」修訂版保存至「%(destination)s」目錄"
3210 #: cola/widgets/bookmarks.py:82 cola/widgets/grep.py:96
3211 #: cola/widgets/search.py:41 cola/widgets/search.py:61
3215 #: cola/widgets/search.py:225
3216 msgid "Search Authors"
3219 #: cola/widgets/search.py:223
3220 msgid "Search Commit Messages"
3223 #: cola/widgets/search.py:226
3224 msgid "Search Committers"
3227 #: cola/widgets/search.py:227
3228 msgid "Search Date Range"
3231 #: cola/widgets/search.py:224
3232 msgid "Search Diffs"
3235 #: cola/widgets/search.py:221
3236 msgid "Search by Expression"
3239 #: cola/widgets/search.py:222
3240 msgid "Search by Path"
3243 #: cola/widgets/dag.py:494
3244 msgid "Search commit messages"
3247 #: cola/widgets/grep.py:122
3248 msgid "Search for a fixed string"
3251 #: cola/widgets/diff.py:526 cola/widgets/diff.py:1577
3252 msgid "Search in Diff"
3255 #: cola/guicmds.py:252 cola/widgets/bookmarks.py:61
3256 msgid "Search repositories by name..."
3259 #: cola/widgets/grep.py:120
3260 msgid "Search using a POSIX basic regular expression"
3261 msgstr "使用 POSIX 基本正規表達式來搜尋"
3263 #: cola/widgets/grep.py:121
3264 msgid "Search using a POSIX extended regular expression"
3265 msgstr "使用 POSIX 延伸正規表達式來搜尋"
3267 #: cola/widgets/main.py:507
3271 #: cola/widgets/selectcommits.py:66
3275 #: cola/guicmds.py:329 cola/widgets/selectcommits.py:73
3279 #: cola/widgets/main.py:764
3283 #: cola/guicmds.py:320
3284 msgid "Select Branch to Review"
3285 msgstr "選擇要審視(review)的分支"
3287 #: cola/widgets/dag.py:1667
3288 msgid "Select Child"
3291 #: cola/widgets/commitmsg.py:534
3292 msgid "Select Commit"
3295 #: cola/guicmds.py:136
3296 msgid "Select Directory..."
3299 #: cola/cmds.py:2078
3300 msgid "Select New Upstream"
3303 #: cola/widgets/dag.py:1671
3304 msgid "Select Newest Child"
3307 #: cola/widgets/dag.py:1661
3308 msgid "Select Oldest Parent"
3311 #: cola/widgets/dag.py:1656
3312 msgid "Select Parent"
3315 #: cola/widgets/browse.py:526
3316 msgid "Select Previous Version"
3319 #: cola/widgets/clone.py:195
3320 msgid "Select a parent directory for the new clone"
3321 msgstr "選取新克隆的 Git 版控庫要放置的目錄"
3323 #: cola/widgets/standard.py:824 cola/widgets/standard.py:846
3324 msgid "Select directory"
3327 #: cola/widgets/selectcommits.py:161
3328 msgid "Select output dir"
3331 #: cola/widgets/selectcommits.py:182
3332 msgid "Select output directory"
3335 #: cola/widgets/diff.py:1770
3336 msgid "Select patch file(s)..."
3339 #: cola/widgets/editremotes.py:434
3340 msgid "Select repository"
3343 #: cola/widgets/bookmarks.py:224 cola/widgets/startup.py:347
3344 msgid "Set Default Repository"
3347 #: cola/widgets/branch.py:291
3348 msgid "Set Upstream Branch"
3351 #: cola/widgets/branch.py:74
3353 "Set the sort order for branches and tags.\n"
3354 "Toggle between date-based and version-name-based sorting."
3357 #: cola/widgets/remote.py:217
3358 msgid "Set upstream"
3361 #: cola/widgets/prefs.py:443
3365 #: cola/widgets/grep.py:140
3366 msgid "Shell arguments"
3369 #: cola/sequenceeditor.py:423
3373 #: cola/sequenceeditor.py:427
3377 #: cola/widgets/about.py:481
3381 #: cola/widgets/prefs.py:201
3382 msgid "Show Diffstat After Merge"
3385 #: cola/widgets/prefs.py:200
3386 msgid "Show Full Paths in the Window Title"
3387 msgstr "在視窗標題列中顯示版控庫的完整路徑"
3389 #: cola/sequenceeditor.py:106 cola/widgets/finder.py:186
3390 #: cola/widgets/status.py:1384
3394 #: cola/widgets/filelist.py:29
3395 msgid "Show History"
3398 #: cola/widgets/prefs.py:368
3399 msgid "Show file counts in Status titles"
3402 #: cola/widgets/diff.py:794
3403 msgid "Show filenames"
3406 #: cola/sequenceeditor.py:176 cola/widgets/finder.py:137
3414 #: cola/widgets/diff.py:792
3415 msgid "Show line numbers"
3418 #: cola/widgets/remote.py:175
3419 msgid "Show remote messages"
3422 #: cola/widgets/diff.py:789
3423 msgid "Show whole surrounding functions of changes"
3424 msgstr "秀出整個包含變更的函式內容"
3426 #: cola/widgets/recent.py:56
3427 msgid "Showing changes since"
3430 #: cola/widgets/diff.py:809
3431 msgid "Side by side"
3434 #: cola/cmds.py:2461
3436 msgstr "署名(Sign Off)"
3438 #: cola/widgets/createtag.py:69
3442 #: cola/widgets/commitmsg.py:56
3443 msgid "Sign off on this commit"
3446 #: cola/widgets/about.py:394 cola/widgets/about.py:407
3447 msgid "Simplified Chinese translation"
3450 #: cola/cmds.py:2527
3454 #: cola/widgets/main.py:261 cola/widgets/main.py:631
3455 msgid "Skip Current Patch"
3458 #: cola/widgets/main.py:262
3459 msgid "Skip applying the current patch and continue applying patches"
3462 #: cola/widgets/prefs.py:282
3463 msgid "Sort bookmarks alphabetically"
3466 #: cola/widgets/about.py:395 cola/widgets/about.py:418
3467 #: cola/widgets/about.py:422
3468 msgid "Spanish translation"
3471 #: cola/widgets/createtag.py:86
3472 msgid "Specifies the SHA-1 to tag"
3473 msgstr "指定 SHA-1 雜湊給標籤"
3475 #: cola/widgets/createtag.py:79
3476 msgid "Specifies the tag message"
3479 #: cola/widgets/createtag.py:63
3480 msgid "Specifies the tag name"
3483 #: cola/widgets/spellcheck.py:45
3484 msgid "Spelling Suggestions"
3487 #: cola/sequenceeditor.py:417 cola/widgets/merge.py:56
3491 #: cola/widgets/merge.py:55
3492 msgid "Squash the merged commits into a single commit"
3493 msgstr "將合併之修訂版提交(們)壓為單一修訂版提交"
3495 #: cola/cmds.py:2538 cola/widgets/action.py:58 cola/widgets/diff.py:1168
3497 msgstr "移動到新修訂版準備區域"
3499 #: cola/cmds.py:2697
3500 msgid "Stage / Unstage"
3501 msgstr "移入/移出新修訂版準備區域"
3503 #: cola/cmds.py:2679
3504 msgid "Stage / Unstage All"
3507 #: cola/widgets/diff.py:1055
3508 msgid "Stage Diff Hunk"
3509 msgstr "將此內容差異區塊移入新修訂版準備區域"
3511 #: cola/cmds.py:2631
3512 msgid "Stage Modified"
3513 msgstr "將已變更的項目移入新修訂版準備區域"
3515 #: cola/cmds.py:2668
3516 msgid "Stage Modified and Untracked"
3519 #: cola/widgets/status.py:872 cola/widgets/status.py:894
3520 #: cola/widgets/status.py:962
3521 msgid "Stage Selected"
3522 msgstr "將被選取的項目移入新修訂版準備區域"
3524 #: cola/widgets/diff.py:1050
3525 msgid "Stage Selected Lines"
3526 msgstr "將選取的行移入新修訂版準備區域(&S)"
3528 #: cola/cmds.py:2642
3529 msgid "Stage Unmerged"
3530 msgstr "將尚未合併的檔案移動到新修訂版準備區域"
3532 #: cola/cmds.py:2653
3533 msgid "Stage Untracked"
3534 msgstr "將尚未追蹤其版本的項目移動到新修訂版準備區域"
3536 #: cola/widgets/commitmsg.py:445
3537 msgid "Stage and Commit"
3538 msgstr "移入新修訂版準備區域並提交出去"
3540 #: cola/widgets/commitmsg.py:442
3541 msgid "Stage and commit?"
3542 msgstr "要移入新修訂版準備區域並提交出去嗎?"
3544 #: cola/widgets/action.py:58
3545 msgid "Stage changes using \"git add\""
3548 #: cola/cmds.py:2526
3549 msgid "Stage conflicts"
3550 msgstr "將合併衝突移入新修訂版準備區域"
3552 #: cola/cmds.py:2517
3553 msgid "Stage conflicts?"
3554 msgstr "要將合併衝突移入新修訂版準備區域嗎?"
3556 #: cola/widgets/browse.py:146
3557 msgid "Stage/unstage selected paths for commit"
3558 msgstr "將被選取的路徑移進/移出新修訂版準備區域"
3560 #: cola/models/browse.py:333 cola/widgets/status.py:156
3561 #: cola/widgets/status.py:621
3563 msgstr "已被移入新修訂版準備區域"
3565 #: cola/cmds.py:2545
3568 msgstr "正在移動到新修訂版準備區域:%s"
3570 #: cola/widgets/main.py:611
3571 msgid "Start Interactive Rebase..."
3572 msgstr "開始互動式變更基底……"
3574 #: cola/widgets/createbranch.py:105
3575 msgid "Starting Revision"
3578 #: cola/widgets/stash.py:36
3582 #: cola/widgets/stash.py:79
3584 msgstr "將修訂版提交準備區域中的變更存為珍藏項目"
3586 #: cola/widgets/stash.py:79
3587 msgid "Stash staged changes only"
3588 msgstr "只將移入新修訂版提交準備區域中的變更存為珍藏項目"
3590 #: cola/widgets/stash.py:75
3591 msgid "Stash unstaged changes only, keeping staged changes"
3592 msgstr "只將尚未移入新修訂版提交準備區域的變更存入珍藏項目,保留移入新修訂版提交準備區域的變更"
3594 #: cola/widgets/action.py:76 cola/widgets/main.py:423
3596 msgstr "珍藏項目(STASH)..."
3598 #: cola/models/browse.py:32 cola/widgets/main.py:100
3602 #: cola/widgets/browse.py:154
3603 msgid "Stop tracking paths"
3606 #: cola/widgets/submodules.py:81
3607 msgid "Submodule URL (can be relative, ex: ../repo.git)"
3610 #: cola/widgets/submodules.py:89
3611 msgid "Submodule branch to track (optional)"
3614 #: cola/widgets/submodules.py:85
3615 msgid "Submodule path within the current repository (optional)"
3618 #: cola/widgets/main.py:141 cola/widgets/submodules.py:31
3622 #: cola/widgets/prefs.py:196
3623 msgid "Summarize Merge Commits"
3624 msgstr "概述合併進來的內容提交(commit)"
3626 #: cola/sequenceeditor.py:374 cola/widgets/dag.py:572
3630 #: cola/widgets/prefs.py:273
3632 msgstr "Tab 字元的顯示寬度"
3634 #: cola/widgets/cfgactions.py:227 cola/widgets/createbranch.py:114
3635 #: cola/widgets/merge.py:46
3639 #: cola/cmds.py:2786
3643 #: cola/widgets/createtag.py:78
3644 msgid "Tag message..."
3647 #: cola/cmds.py:2746
3648 msgid "Tag-signing was requested but the tag message is empty."
3649 msgstr "被要求要有標籤簽名但是標籤訊息是空的。"
3651 #: cola/widgets/branch.py:183 cola/widgets/branch.py:248
3655 #: cola/widgets/action.py:78 cola/widgets/main.py:424
3656 msgid "Temporarily stash away uncommitted changes using \"git stash\""
3659 #: cola/widgets/toolbar.py:184
3660 msgid "Text Beside Icon"
3663 #: cola/widgets/toolbar.py:183
3667 #: cola/widgets/toolbar.py:185
3668 msgid "Text Under Icon"
3671 #: cola/widgets/prefs.py:272
3675 #: cola/cmds.py:1116
3676 msgid "The branch will be no longer available."
3681 msgid "The branch will be reset using \"git reset --mixed %s\""
3682 msgstr "這個分支將會被用「git reset --mixed %s」命令重設"
3684 #: cola/cmds.py:700 cola/cmds.py:791
3686 msgid "The branch will be reset using \"git reset --soft %s\""
3687 msgstr "這個分支將會被用「git reset --soft %s」命令重設"
3689 #: cola/widgets/commitmsg.py:310
3690 msgid "The commit message will be cleared."
3691 msgstr "修訂版提交訊息將會被移除。"
3693 #: cola/widgets/prefs.py:169
3695 "The date-time format used when displaying dates in Git DAG.\n"
3696 "This value is passed to git log --date=<format>"
3699 #: cola/widgets/archive.py:206
3701 msgid "The file \"%s\" exists and will be overwritten."
3702 msgstr "檔案「%s」已存在且將會被覆寫。"
3704 #: cola/cmds.py:1086
3705 msgid "The following files will be deleted:"
3708 #: cola/widgets/status.py:1646
3709 msgid "The number of leading paths to strip"
3714 msgid "The repository will be reset using \"git reset --hard %s\""
3719 msgid "The repository will be reset using \"git reset --keep %s\""
3724 msgid "The repository will be reset using \"git reset --merge %s\""
3727 #: cola/cmds.py:2314
3728 msgid "The revision expression cannot be empty."
3729 msgstr "修訂版表達式不可以是空的。"
3731 #: cola/widgets/stash.py:225
3732 msgid "The stash has not been renamed"
3735 #: cola/cmds.py:2973
3738 "The submodule will be added using\n"
3742 #: cola/cmds.py:3018
3745 "The submodule will be updated using\n"
3751 msgid "The worktree will be restored using \"git read-tree --reset -u %s\""
3754 #: cola/widgets/commitmsg.py:311
3755 msgid "This cannot be undone. Clear commit message?"
3756 msgstr "此操作將無法復原。要清除提交訊息嗎?"
3758 #: cola/cmds.py:779 cola/widgets/commitmsg.py:465
3760 "This commit has already been published.\n"
3761 "This operation will rewrite published history.\n"
3762 "You probably don't want to do this."
3764 "此修訂版提交已經被推送到遠端版控庫。\n"
3765 "此操作將會重寫已推送出去的變更紀錄。\n"
3768 #: cola/widgets/diff.py:1232
3770 "This operation drops uncommitted changes.\n"
3771 "These changes cannot be recovered."
3773 "此操作將會丟棄尚未提交進版控庫的內容變更。\n"
3776 #: cola/cmds.py:2256
3778 "This operation removes uncommitted edits from selected files.\n"
3779 "These changes cannot be recovered."
3781 "此操作將會丟棄尚未提交至版控庫的內容變更。\n"
3784 #: cola/cmds.py:2234
3786 "This operation removes unstaged edits from selected files.\n"
3787 "These changes cannot be recovered."
3789 "此操作將丟棄尚未移入新修訂版準備區域的內容變動。\n"
3794 "This operation will replace the selected unmerged files with content from the branch being merged using \"git checkout --theirs\".\n"
3795 "*ALL* uncommitted changes will be lost.\n"
3796 "Recovering uncommitted changes is not possible."
3801 "This operation will replace the selected unmerged files with content from your current branch using \"git checkout --ours\".\n"
3802 "*ALL* uncommitted changes will be lost.\n"
3803 "Recovering uncommitted changes is not possible."
3806 #: cola/widgets/main.py:1123
3808 "This repository has unresolved conflicts after applying a patch.\n"
3809 "Resolve conflicts and commit changes."
3812 #: cola/widgets/main.py:1116
3814 "This repository is currently being rebased.\n"
3815 "Resolve conflicts, commit changes, and run:\n"
3816 " Rebase > Continue"
3818 "這個版控庫正在進行變更基底程序。\n"
3819 "解決所有的變更基底衝突,提交變更,然後執行:\n"
3822 #: cola/widgets/main.py:1129
3824 "This repository is in the middle of a cherry-pick.\n"
3825 "Resolve conflicts and commit changes."
3828 #: cola/widgets/main.py:1135
3830 "This repository is in the middle of a merge.\n"
3831 "Resolve conflicts and commit changes."
3834 "將所有的合併衝突解決並提交內容變更。"
3836 #: cola/editpatch.py:58
3837 msgid "To abort applying this patch, remove all lines."
3840 #: cola/editpatch.py:57
3841 msgid "To avoid applying addition lines ('+'), delete them."
3844 #: cola/editpatch.py:55
3845 msgid "To avoid applying removal lines ('-'), change them to context lines (' ')."
3848 #: cola/sequenceeditor.py:390
3849 msgid "Toggle Enabled"
3852 #: cola/widgets/diff.py:804
3853 msgid "Toggle image diff"
3856 #: cola/sequenceeditor.py:610
3857 msgid "Toggle Remark"
3860 #: cola/widgets/filelist.py:128
3861 msgid "Toggle remark of touching commits"
3864 #: cola/widgets/branch.py:65
3865 msgid "Toggle the branches filter"
3868 #: cola/widgets/status.py:58
3869 msgid "Toggle the paths filter"
3872 #: cola/widgets/toolbar.py:322
3873 msgid "Toolbar Style:"
3876 #: cola/widgets/cfgactions.py:226 cola/widgets/merge.py:45
3877 msgid "Tracking Branch"
3880 #: cola/widgets/createbranch.py:113
3881 msgid "Tracking branch"
3884 #: cola/widgets/about.py:390 cola/widgets/about.py:416
3885 #: cola/widgets/about.py:427
3886 msgid "Traditional Chinese (Taiwan) translation"
3889 #: cola/widgets/about.py:421
3893 #: cola/widgets/about.py:91
3897 #: cola/widgets/about.py:400 cola/widgets/about.py:405
3898 #: cola/widgets/about.py:420
3899 msgid "Turkish translation"
3902 #: cola/widgets/clone.py:107 cola/widgets/editremotes.py:448
3903 #: cola/widgets/submodules.py:116
3907 #: cola/widgets/remote.py:496
3912 #: cola/widgets/about.py:397
3913 msgid "Ukranian translation"
3916 #: cola/cmds.py:2071
3917 msgid "Unable to rebase"
3922 msgid "Unable to set URL for \"%(name)s\" to \"%(url)s\""
3923 msgstr "無法將「%(name)s」的 URL 設定為 %(url)s"
3925 #: cola/widgets/diff.py:1401
3927 msgid "Unable to write patch to \"%s\". Check permissions?"
3930 #: cola/widgets/main.py:749
3934 #: cola/cmds.py:784 cola/cmds.py:789 cola/cmds.py:792 cola/widgets/main.py:208
3935 msgid "Undo Last Commit"
3939 msgid "Undo last commit?"
3943 msgid "Undo the published commit?"
3946 #: cola/models/browse.py:327 cola/widgets/status.py:157
3947 #: cola/widgets/status.py:641
3951 #: cola/cmds.py:2799 cola/widgets/action.py:61 cola/widgets/diff.py:1165
3952 #: cola/widgets/main.py:213
3956 #: cola/widgets/main.py:203 cola/widgets/status.py:790
3958 msgstr "將所有項目移出新修訂版準備區域"
3960 #: cola/widgets/diff.py:1017
3961 msgid "Unstage Diff Hunk"
3962 msgstr "將此內容差異區塊移出新修訂版準備區域"
3964 #: cola/widgets/status.py:823 cola/widgets/status.py:858
3965 msgid "Unstage Selected"
3966 msgstr "將被選取的項目移出新修訂版準備區域"
3968 #: cola/widgets/diff.py:1015
3969 msgid "Unstage Selected Lines"
3970 msgstr "將被選取的行移出新修訂版準備區域"
3972 #: cola/widgets/action.py:61
3973 msgid "Unstage changes using \"git reset\""
3976 #: cola/cmds.py:2811
3978 msgid "Unstaging: %s"
3979 msgstr "正在將「%s」移出新修訂版準備區域"
3981 #: cola/widgets/browse.py:153
3982 msgid "Untrack Selected"
3983 msgstr "將被選取的項目移出新修訂版準備區域"
3985 #: cola/widgets/status.py:159 cola/widgets/status.py:647
3989 #: cola/cmds.py:1141 cola/cmds.py:2867
3991 msgid "Untracking: %s"
3992 msgstr "正在將「%s」移出新修訂版準備區域"
3994 #: cola/widgets/main.py:370
3995 msgid "Update All Submodules..."
3998 #: cola/widgets/createbranch.py:119
3999 msgid "Update Existing Branch:"
4002 #: cola/cmds.py:3019
4004 msgid "Update Submodule"
4007 #: cola/cmds.py:3016
4008 msgid "Update Submodule..."
4011 #: cola/cmds.py:3055
4013 msgid "Update Submodules"
4016 #: cola/cmds.py:3053
4018 msgid "Update all submodules?"
4021 #: cola/cmds.py:2042
4022 msgid "Update stacked branches"
4025 #: cola/cmds.py:2034 cola/cmds.py:2041
4026 msgid "Update stacked branches when rebasing?"
4029 #: cola/cmds.py:3052
4031 msgid "Update submodules..."
4034 #: cola/widgets/status.py:953
4036 msgid "Update this submodule"
4039 #: cola/cmds.py:3017
4040 msgid "Update this submodule?"
4043 #: cola/widgets/branch.py:433 cola/widgets/createbranch.py:300
4047 #: cola/widgets/prefs.py:370
4048 msgid "Use a block cursor in diff editors"
4051 #: cola/widgets/prefs.py:177
4052 msgid "Use gravatar.com to lookup icons for author emails"
4055 #: cola/widgets/prefs.py:189
4059 #: cola/widgets/about.py:89
4063 #: cola/widgets/dag.py:866 cola/widgets/main.py:859 cola/widgets/main.py:980
4067 #: cola/widgets/browse.py:137 cola/widgets/status.py:279
4068 msgid "View History..."
4071 #: cola/widgets/browse.py:138
4072 msgid "View history for selected paths"
4073 msgstr "檢視被選取的路徑(們)的變更紀錄"
4075 #: cola/widgets/branch.py:224 cola/widgets/merge.py:52
4079 #: cola/widgets/main.py:502
4080 msgid "Visualize All Branches..."
4081 msgstr "視覺化顯示所有分支……"
4083 #: cola/widgets/main.py:496
4084 msgid "Visualize Current Branch..."
4085 msgstr "視覺化顯示當前分支……"
4087 #: cola/widgets/createtag.py:71
4088 msgid "Whether to sign the tag (git tag -s)"
4089 msgstr "是否簽名此標籤 (git tag -s)"
4091 #: cola/widgets/text.py:394
4095 #: cola/widgets/commitmsg.py:439
4096 msgid "Would you like to stage and commit all modified files?"
4097 msgstr "您要將所有被修改的檔案移入新修訂版準備區域並提交出去嗎?"
4099 #: cola/widgets/diff.py:809
4103 #: cola/widgets/standard.py:1180
4109 "You are in the middle of a merge.\n"
4110 "Cannot amend while merging."
4113 "您不能在進行分支合併時修正前一次的修訂版提交。"
4115 #: cola/cmds.py:2072
4116 msgid "You cannot rebase with uncommitted changes."
4117 msgstr "您不能在還有尚未提交至版控庫的內容變更的時候進行變更基底。"
4119 #: cola/widgets/merge.py:225
4120 msgid "You must specify a revision to merge."
4121 msgstr "您必須要選擇一個修訂版來合併。"
4123 #: cola/widgets/merge.py:215
4124 msgid "You must specify a revision to view."
4125 msgstr "您必須要選擇一個修訂版來檢視。"
4127 #: cola/widgets/dag.py:776 cola/widgets/dag.py:1645
4131 #: cola/widgets/dag.py:772 cola/widgets/dag.py:1651
4135 #: cola/widgets/dag.py:590 cola/widgets/dag.py:780 cola/widgets/dag.py:1653
4136 #: cola/widgets/diff.py:813
4140 #: cola/widgets/grep.py:110
4141 msgid "command-line arguments"
4144 #: cola/widgets/main.py:946 cola/widgets/main.py:952
4145 msgid "error: unable to execute git"
4146 msgstr "錯誤:無法執行 git"
4148 #: cola/widgets/log.py:52
4150 msgid "exit code %s"
4151 msgstr "程式以 %s 狀態碼結束"
4155 msgid "fatal: \"%s\" is not a directory. Please specify a correct --repo <path>."
4156 msgstr "致命錯誤:「%s」並不是個目錄。請指定一個正確的 --repo 〈路徑〉。"
4158 #: cola/widgets/main.py:942
4160 msgid "git cola version %s"
4161 msgstr "git cola 第 %s 版"
4163 #: cola/widgets/startup.py:34
4167 #: cola/difftool.py:82
4168 msgid "git-cola diff"
4169 msgstr "git-cola diff"
4171 #: cola/widgets/submodules.py:80
4172 msgid "git://git.example.com/repo.git"
4175 #: cola/widgets/grep.py:130
4176 msgid "grep result..."
4179 #: cola/widgets/about.py:468
4180 msgid "hotkeys.html"
4181 msgstr "hotkeys_zh_TW.html"
4183 #: cola/widgets/submodules.py:84
4184 msgid "path/to/submodule"
4187 #: cola/widgets/createtag.py:61
4207 #: cola/widgets/search.py:52 cola/widgets/search.py:57
4214 #~ "A good replacement for %s\n"
4215 #~ "is placing values for the user.name and\n"
4216 #~ "user.email settings into your personal\n"
4217 #~ "~/.gitconfig file.\n"
4221 #~ "%s 的一個很好的替代方案是將 user.name 以及\n"
4222 #~ "user.email 設置放在你的個人 ~/.gitconfig 文件中.\n"
4228 #~ "pick = use commit\n"
4229 #~ "reword = use commit, but edit the commit message\n"
4230 #~ "edit = use commit, but stop for amending\n"
4231 #~ "squash = use commit, but meld into previous commit\n"
4232 #~ "fixup = like \"squash\", but discard this commit's log message\n"
4233 #~ "exec = run command (the rest of the line) using shell\n"
4235 #~ "These lines can be re-ordered; they are executed from top to bottom.\n"
4237 #~ "If you disable a line here THAT COMMIT WILL BE LOST.\n"
4239 #~ "However, if you disable everything, the rebase will be aborted.\n"
4241 #~ "Keyboard Shortcuts\n"
4242 #~ "------------------\n"
4243 #~ "? = show help\n"
4244 #~ "j = move down\n"
4246 #~ "J = shift row down\n"
4247 #~ "K = shift row up\n"
4250 #~ "2, r = reword\n"
4253 #~ "5, s = squash\n"
4254 #~ "spacebar = toggle enabled\n"
4256 #~ "ctrl+enter = accept changes and rebase\n"
4257 #~ "ctrl+q = cancel and abort the rebase\n"
4258 #~ "ctrl+d = launch difftool\n"
4263 #~ "pick = 選用這個修訂版提交\n"
4264 #~ "reword = 選用這個修訂版提交,但編輯修訂版提交訊息\n"
4265 #~ "edit = 選用這個修訂版提交,但停下來以進行修正(amending)\n"
4266 #~ "squash = 選用這個修訂版提交,但是將其併入前一個修訂版提交\n"
4267 #~ "fixup = 跟 squash 雷同,但丟棄此修訂版提交的紀錄訊息\n"
4268 #~ "exec = 使用殼層(shell)執行命令(剩下的行)\n"
4270 #~ "這些行可以被更動順序,他們將被從上至下執行。\n"
4272 #~ "如果你停用任一行**該修訂版提交將會遺失**。\n"
4274 #~ "但是,如果您停用所有行,這次變更基底(rebase)將被中止。\n"
4277 #~ "------------------\n"
4281 #~ "J = 將選取的行往下平移\n"
4282 #~ "K = 將選取的行往上平移\n"
4285 #~ "2, r = reword\n"
4288 #~ "5, s = squash\n"
4289 #~ "空白鍵 = 切換啟用/停用\n"
4291 #~ "ctrl+enter = 接受變更並變更基底\n"
4292 #~ "ctrl+q = 取消並中止變更基底程序\n"
4293 #~ "ctrl+d = 啟動內容差異檢視工具\n"
4297 #~ "This is due to a known issue with the\n"
4298 #~ "Tcl binary distributed by Cygwin."
4301 #~ "這是由 Cygwin 發佈的 Tcl 代碼中一個\n"
4304 #~ msgid "\"%s\" returned exit status %d"
4305 #~ msgstr "「%s」命令傳回了 %d 結束狀態碼"
4307 #~ msgid "\"git commit\" returned exit code %s"
4308 #~ msgstr "「git commit」命令傳回 %s 結束狀態碼"
4310 #~ msgid "%s ... %*i of %*i %s (%3i%%)"
4311 #~ msgstr "%s ... %*i of %*i %s (%3i%%)"
4313 #~ msgid "%s Repository"
4316 #~ msgid "'%s' is not an acceptable branch name."
4317 #~ msgstr "'%s'不是一個可接受的分支名."
4319 #~ msgid "* Binary file (not showing content)."
4320 #~ msgstr "* 二進制文件 (不顯示內容)."
4322 #~ msgid "A branch is required for 'Merged Into'."
4323 #~ msgstr "'合併到' 需要指定某個分支"
4326 #~ msgid "A stash named \"%s\" already exists"
4327 #~ msgstr "名為「%s」的珍藏項目已經存在"
4329 #~ msgid "Abort completed. Ready."
4330 #~ msgstr "中止完成. 就緒."
4332 #~ msgid "Abort failed."
4335 #~ msgid "Aborted checkout of '%s' (file level merging is required)."
4336 #~ msgstr "中止 '%s' 的 checkout 操作 (需要做文件級合併)."
4338 #~ msgid "Already up-to-date."
4339 #~ msgstr "早就已經是最新版本。"
4341 #~ msgid "Always (Do not perform merge checks)"
4342 #~ msgstr "總是合併 (不作合併檢查)"
4344 #~ msgid "Always (Do not perform merge test.)"
4345 #~ msgstr "總是合併 (不作合併測試.)"
4347 #~ msgid "Amended Commit Message:"
4348 #~ msgstr "修正的提交描述:"
4350 #~ msgid "Amended Initial Commit Message:"
4351 #~ msgstr "修正的初始提交描述:"
4353 #~ msgid "Amended Merge Commit Message:"
4354 #~ msgstr "修正的合併提交描述:"
4356 #~ msgid "Annotation complete."
4359 #~ msgid "Any unstaged changes will be permanently lost by the revert."
4360 #~ msgstr "任何未緩存的改動將在這次撤銷中永久丟失."
4362 #~ msgid "Apply Diff Selection to Work Tree"
4363 #~ msgstr "套用選取的內容差異至當前工作目錄樹"
4365 #~ msgid "Apply/Reverse Hunk"
4366 #~ msgstr "應用/撤消此修改塊"
4368 #~ msgid "Arbitrary URL:"
4371 #~ msgid "Bookmarks"
4374 #~ msgid "Bookmarks..."
4378 #~ "Branch '%s' already exists.\n"
4380 #~ "It cannot fast-forward to %s.\n"
4381 #~ "A merge is required."
4383 #~ "分支 '%s' 已經存在.\n"
4388 #~ msgid "Branch '%s' does not exist."
4389 #~ msgstr "分支 '%s' 並不存在."
4391 #~ msgid "Branch created"
4394 #~ msgid "Browse %s's Files"
4395 #~ msgstr "瀏覽 %s 上的文件"
4397 #~ msgid "Browse Branch Files"
4401 #~ msgid "Browse Revision..."
4405 #~ "Cannot abort while amending.\n"
4407 #~ "You must finish amending this commit.\n"
4411 #~ "你必須先完成本次修正操作.\n"
4414 #~ "Cannot amend while merging.\n"
4416 #~ "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"
4420 #~ "你當前正在一次尚未完成的合併操作過程中. 除非中止當前合併活動,\n"
4423 #~ msgid "Cannot determine HEAD. See console output for details."
4424 #~ msgstr "無法確定 HEAD. 請查看控制終端的輸出."
4426 #~ msgid "Cannot fetch branches and objects. See console output for details."
4427 #~ msgstr "無法獲取分支和對象. 請查看控制終端的輸出."
4429 #~ msgid "Cannot fetch tags. See console output for details."
4430 #~ msgstr "無法獲取標籤. 請查看控制終端的輸出."
4432 #~ msgid "Cannot find git in PATH."
4433 #~ msgstr "PATH 中沒有找到 git"
4436 #~ "Cannot merge while amending.\n"
4438 #~ "You must finish amending this commit before starting any type of merge.\n"
4442 #~ "你必須完成對該提交的修正才能繼續任何類型的合併操作.\n"
4444 #~ msgid "Cannot move to top of working directory:"
4445 #~ msgstr "無法移動到工作根目錄:"
4447 #~ msgid "Cannot parse Git version string:"
4448 #~ msgstr "無法解析 Git 的版本信息:"
4450 #~ msgid "Cannot resolve %s as a commit."
4451 #~ msgstr "無法解析 %s 為提交."
4453 #~ msgid "Cannot use funny .git directory:"
4454 #~ msgstr "無法使用 .git 目錄:"
4456 #~ msgid "Cannot write shortcut:"
4457 #~ msgstr "無法修改快捷方式:"
4459 #~ msgid "Change Font"
4462 #~ msgid "Checked out '%s'."
4463 #~ msgstr "'%s' 已被 checkout"
4465 #~ msgid "Clone Type:"
4468 #~ msgid "Clone failed."
4471 #~ msgid "Cloning from %s"
4474 #~ msgid "Commit %s appears to be corrupt"
4475 #~ msgstr "提交 %s 似乎已損壞"
4477 #~ msgid "Commit failed: %s"
4480 #~ msgid "Commit@@noun"
4481 #~ msgstr "提交(commit)"
4483 #~ msgid "Compress Database"
4486 #~ msgid "Compressing the object database"
4489 #~ msgid "Copied Or Moved Here By:"
4490 #~ msgstr "由複製或移動至此:"
4492 #~ msgid "Copying objects"
4493 #~ msgstr "複製 objects"
4495 #~ msgid "Counting objects"
4498 #~ msgid "Create Desktop Icon"
4501 #~ msgid "Created commit: %s"
4502 #~ msgstr "建立了一個新的修訂版提交:%s"
4504 #~ msgid "Creating working directory"
4507 #~ msgid "Current Branch:"
4510 #~ msgid "Database Statistics"
4513 #~ msgid "Decrease Font Size"
4516 #~ msgid "Delete Local Branch"
4519 #~ msgid "Delete Only If"
4522 #~ msgid "Delete Only If Merged Into"
4525 #~ msgid "Delete selected branch?"
4526 #~ msgstr "要移除選取的分支嗎?"
4528 #~ msgid "Destination Repository"
4531 #~ msgid "Detach From Local Branch"
4534 #~ msgid "Diff/Console Font"
4535 #~ msgstr "Diff/控制終端字體"
4537 #~ msgid "Directory %s already exists."
4538 #~ msgstr "目錄 %s 已經存在."
4540 #~ msgid "Disk space used by loose objects"
4541 #~ msgstr "鬆散對象所使用的磁盤空間"
4543 #~ msgid "Disk space used by packed objects"
4544 #~ msgstr "壓縮對象所使用的磁盤空間"
4546 #~ msgid "Do Nothing"
4549 #~ msgid "Enter Git Repository"
4550 #~ msgstr "請輸入 Git 版本倉庫的路徑"
4556 #~ msgid "Error loading commit data for amend:"
4557 #~ msgstr "為修正裝載提交數據出錯:"
4559 #~ msgid "Error: Command Failed"
4560 #~ msgstr "錯誤: 命令失敗"
4562 #~ msgid "Error: Stash exists"
4563 #~ msgstr "錯誤:珍藏項目已存在"
4565 #~ msgid "Errors: %s"
4568 #~ msgid "Exit code: %s"
4569 #~ msgstr "結束狀態碼:%s"
4571 #~ msgid "Failed to completely save options:"
4572 #~ msgstr "無法完全保存選項:"
4574 #~ msgid "Failed to configure origin"
4575 #~ msgstr "無法配置 origin"
4577 #~ msgid "Failed to create repository %s:"
4578 #~ msgstr "無法創建版本庫 %s:"
4581 #~ "Failed to delete branches:\n"
4587 #~ msgid "Failed to open repository %s:"
4588 #~ msgstr "無法打開版本庫 %s:"
4590 #~ msgid "Failed to rename '%s'."
4591 #~ msgstr "無法更名 '%s'."
4594 #~ "Failed to set current branch.\n"
4596 #~ "This working directory is only partially switched. We successfully updated your files, but failed to update an internal Git file.\n"
4598 #~ "This should not have occurred. %s will now close and give up."
4602 #~ "當前工作目錄僅有部分被切換出, 我們已成功的更新了您的文件但是無法更新某個內部的Git文件.\n"
4604 #~ "這本不該發生, %s 將關閉並放棄."
4606 #~ msgid "Failed to stage selected hunk."
4607 #~ msgstr "無法緩存所選代碼段."
4609 #~ msgid "Failed to unstage selected hunk."
4610 #~ msgstr "無法將選擇的代碼段從緩存中刪除."
4612 #~ msgid "Failed to update '%s'."
4613 #~ msgstr "無法更新 '%s'."
4615 #~ msgid "Fast Forward Only "
4616 #~ msgstr "只允許快速前移式的合併"
4618 #~ msgid "Fetch from"
4619 #~ msgstr "從..獲取(fetch)"
4621 #~ msgid "Fetching new changes from %s"
4622 #~ msgstr "從 %s 處獲取新的改動"
4624 #~ msgid "File level merge required."
4625 #~ msgstr "需要文件級合併."
4627 #~ msgid "Font Example"
4630 #~ msgid "Font Family"
4633 #~ msgid "Force overwrite existing branch (may discard changes)"
4634 #~ msgstr "強制覆蓋已有的分支 (可能會丟失改動)"
4636 #~ msgid "From Repository"
4639 #~ msgid "Full Copy (Slower, Redundant Backup)"
4640 #~ msgstr "全部複製 (較慢, 做備份)"
4642 #~ msgid "GPG-signed"
4643 #~ msgstr "已簽署 GPG 簽章"
4645 #~ msgid "Garbage files"
4651 #~ msgid "Git Repository (subproject)"
4652 #~ msgstr "Git 版本庫 (子項目)"
4654 #~ msgid "Git directory not found:"
4655 #~ msgstr "Git 目錄無法找到:"
4658 #~ "Git version cannot be determined.\n"
4660 #~ "%s claims it is version '%s'.\n"
4662 #~ "%s requires at least Git 1.5.0 or later.\n"
4664 #~ "Assume '%s' is version 1.5.0?\n"
4666 #~ "無法確定 Git 的版本.\n"
4668 #~ "%s 聲明其版本為 '%s'.\n"
4670 #~ "而 %s 需要 1.5.0 或這以後的 Git 版本.\n"
4672 #~ "是否假定 '%s' 為版本 1.5.0?\n"
4674 #~ msgid "Hardlinks are unavailable. Falling back to copying."
4675 #~ msgstr "硬連接不可用. 使用複製."
4677 #~ msgid "Hide Details.."
4678 #~ msgstr "隱藏詳細資訊……"
4683 #~ msgid "Increase Font Size"
4687 #~ msgstr "修訂版提交準備區域"
4689 #~ msgid "Initial Commit Message:"
4690 #~ msgstr "初始的提交描述:"
4692 #~ msgid "Initial file checkout failed."
4693 #~ msgstr "初始的文件checkout失敗"
4695 #~ msgid "Invalid GIT_COMMITTER_IDENT:"
4696 #~ msgstr "無效的 GIT_COMMITTER_IDENT"
4698 #~ msgid "Invalid date from Git: %s"
4699 #~ msgstr "無效的日期: %s"
4701 #~ msgid "Invalid font specified in %s:"
4702 #~ msgstr "%s 中指定的字體無效:"
4708 #~ "Last scanned state does not match repository state.\n"
4710 #~ "Another Git program has modified this repository since the last scan. A rescan must be performed before a merge can be performed.\n"
4712 #~ "The rescan will be automatically started now.\n"
4714 #~ "最後一次掃瞄的狀態和當前版本庫狀態不符.\n"
4716 #~ "另一 Git 程序自上次掃瞄後修改了本版本庫. 在修改當前分支之前需要重新做一次掃瞄.\n"
4721 #~ "Last scanned state does not match repository state.\n"
4723 #~ "Another Git program has modified this repository since the last scan. A rescan must be performed before another commit can be created.\n"
4725 #~ "The rescan will be automatically started now.\n"
4727 #~ "最後一次掃瞄的狀態和當前版本庫狀態不符.\n"
4729 #~ "另一 Git 程序自上次掃瞄後修改了本版本庫. 在修改當前分支之前需要重新做一次掃瞄.\n"
4734 #~ "Last scanned state does not match repository state.\n"
4736 #~ "Another Git program has modified this repository since the last scan. A rescan must be performed before the current branch can be changed.\n"
4738 #~ "The rescan will be automatically started now.\n"
4740 #~ "最後一次掃瞄的狀態和當前版本庫狀態不符.\n"
4742 #~ "另一 Git 程序自上次掃瞄後修改了本版本庫. 在修改當前分支之前需要重新做一次掃瞄.\n"
4746 #~ msgid "Linking objects"
4747 #~ msgstr "鏈接 objects"
4749 #~ msgid "Loading annotation..."
4752 #~ msgid "Loading copy/move tracking annotations..."
4753 #~ msgstr "裝載複製/移動跟蹤標註..."
4755 #~ msgid "Loading original location annotations..."
4756 #~ msgstr "裝載原始位置標註..."
4758 #~ msgid "Local Branches"
4761 #~ msgid "Local Merge..."
4764 #~ msgid "Location %s already exists."
4765 #~ msgstr "位置 %s 已經存在."
4767 #~ msgid "Main Font"
4770 #~ msgid "Match Tracking Branch Name"
4771 #~ msgstr "匹配跟蹤分支名字"
4773 #~ msgid "Match Tracking Branches"
4776 #~ msgid "Merge completed successfully."
4779 #~ msgid "Merge strategy '%s' not supported."
4780 #~ msgstr "合併策略 '%s' 不支持."
4782 #~ msgid "Merged Into:"
4786 #~ msgid "Merging %s and %s..."
4787 #~ msgstr "合併 %s 和 %s"
4789 #~ msgid "Modified, not staged"
4792 #~ msgid "New Branch Name Template"
4793 #~ msgstr "新建分支命名模板"
4795 #~ msgid "New Commit"
4798 #~ msgid "New Name:"
4802 #~ "No changes to commit.\n"
4804 #~ "No files were modified by this commit and it was not a merge commit.\n"
4806 #~ "A rescan will be automatically started now.\n"
4810 #~ "該提交沒有改動任何文件也不是一個合併提交.\n"
4814 #~ msgid "No default branch obtained."
4815 #~ msgstr "沒有獲取缺省分支"
4818 #~ "No differences detected.\n"
4820 #~ "%s has no changes.\n"
4822 #~ "The modification date of this file was updated by another application, but the content within the file was not changed.\n"
4824 #~ "A rescan will be automatically started to find other files which may have the same state."
4828 #~ "該文件的修改日期被另一個程序所更新, 但其內容並沒有變化.\n"
4830 #~ "對於類似情況的其他文件的重新掃瞄將自動開始."
4832 #~ msgid "No files selected for checkout from HEAD."
4833 #~ msgstr "沒有選取任何需要自 HEAD 取出的檔案"
4835 #~ msgid "No working directory"
4838 #~ msgid "Number of loose objects"
4841 #~ msgid "Number of packed objects"
4844 #~ msgid "Number of packs"
4847 #~ msgid "On Debian-based systems try: sudo apt-get install python-pyinotify"
4848 #~ msgstr "於基於 Debian 的系統中嘗試於終端機下執行:sudo apt-get install python-pyinotify"
4850 #~ msgid "One or more of the merge tests failed because you have not fetched the necessary commits. Try fetching from %s first."
4851 #~ msgstr "由於沒有獲取到必要的提交,一個或多個合併測試失敗。請嘗試從 %s 處先獲取。"
4856 #~ msgid "Original File:"
4859 #~ msgid "Originally By:"
4869 #~ msgid "Output: %s"
4872 #~ msgid "PATCH %(current)d/%(count)d"
4873 #~ msgstr "正在套用 %(current)d/%(count)d 修正"
4875 #~ msgid "Packed objects waiting for pruning"
4876 #~ msgstr "壓縮對象等待清理"
4878 #~ msgid "Path to git repository"
4879 #~ msgstr "Git 版本倉庫的路徑"
4881 #~ msgid "Please select one or more branches to delete."
4882 #~ msgstr "請選擇某個或多個分支來刪除"
4884 #~ msgid "Please supply a branch name."
4885 #~ msgstr "請提供分支名字."
4887 #~ msgid "Portions staged for commit"
4891 #~ "Possible environment issues exist.\n"
4893 #~ "The following environment variables are probably\n"
4894 #~ "going to be ignored by any Git subprocess run\n"
4900 #~ "由 %s 執行的 Git 子進程可能忽略下列環境變量:\n"
4903 #~ msgid "Preferences..."
4906 #~ msgid "Process Diff Hunk"
4907 #~ msgstr "處理內容差異區域"
4909 #~ msgid "Process Selection"
4912 #~ msgid "Prune Tracking Branches During Fetch"
4913 #~ msgstr "獲取時清除跟蹤分支"
4915 #~ msgid "Pruning tracking branches deleted from %s"
4918 #~ msgid "Push Branches"
4922 #~ msgstr "上傳到(push)"
4924 #~ msgid "Pushing %s %s to %s"
4925 #~ msgstr "上傳 %s %s 到 %s"
4927 #~ msgid "Reading %s..."
4928 #~ msgstr "讀取 %s..."
4931 #~ msgid "Ready to commit."
4938 #~ msgid "Rebase Branch"
4942 #~ msgid "Rebase..."
4943 #~ msgstr "復位(Reset)..."
4946 #~ "Recovering deleted branches is difficult.\n"
4948 #~ "Delete the selected branches?"
4950 #~ "恢復被刪除的分支非常困難.\n"
4955 #~ "Recovering deleted branches is difficult. \n"
4957 #~ " Delete the selected branches?"
4959 #~ "恢復被刪除的分支非常困難.\n"
4963 #~ msgid "Refreshing file status..."
4964 #~ msgstr "更新文件狀態..."
4967 #~ msgid "Remote Branches"
4973 #~ msgid "Remove selected paths from the staging area"
4974 #~ msgstr "將選取的路徑自修訂版提交準備區域中移除"
4976 #~ msgid "Rename remote?"
4977 #~ msgstr "要重新命名遠端版控庫嗎?"
4979 #~ msgid "Repository"
4980 #~ msgstr "版本庫(repository)"
4982 #~ msgid "Requires merge resolution"
4983 #~ msgstr "需要解決合併衝突"
4988 #~ msgid "Reset Branch Head"
4989 #~ msgstr "重設分支 Head"
4991 #~ msgid "Reset Hard"
4994 #~ msgid "Reset Merge"
4997 #~ msgid "Reset Soft"
5000 #~ msgid "Reset Worktree"
5004 #~ "Reset changes?\n"
5006 #~ "Resetting the changes will cause *ALL* uncommitted changes to be lost.\n"
5008 #~ "Continue with resetting the current changes?"
5012 #~ "復位當前的改動將導致 *所有* 未提交的改動丟失.\n"
5016 #~ msgid "Reset hard?"
5017 #~ msgstr "要進行硬式重設嗎?"
5019 #~ msgid "Reset merge?"
5020 #~ msgstr "要進行合併式重設嗎?"
5022 #~ msgid "Reset soft?"
5023 #~ msgstr "要進行軟式重設嗎?"
5025 #~ msgid "Reset worktree?"
5026 #~ msgstr "要重設工作目錄樹嗎?"
5028 #~ msgid "Revert Uncommitted Changes..."
5029 #~ msgstr "撤銷尚未建立修訂版提交的內容變動"
5031 #~ msgid "Revert changes in these %i files?"
5032 #~ msgstr "撤銷這些 (%i個) 文件的改動?"
5034 #~ msgid "Select File"
5037 #~ msgid "Select Repository..."
5040 #~ msgid "Select file from \"%s\""
5041 #~ msgstr "於「%s」中選取檔案"
5043 #~ msgid "Select manually..."
5046 #~ msgid "Shared (Fastest, Not Recommended, No Backup)"
5047 #~ msgstr "共享方式 (最快, 不推薦, 不做備份)"
5049 #~ msgid "Shared only available for local repository."
5050 #~ msgstr "共享方式僅當是本地版本庫時有效."
5052 #~ msgid "Show Details..."
5053 #~ msgstr "顯示詳細資訊……"
5055 #~ msgid "Show Less Context"
5058 #~ msgid "Show More Context"
5061 #~ msgid "Show icon? (if available)"
5062 #~ msgstr "要顯示圖示嗎(如果有)?"
5064 #~ msgid "Source Branches"
5067 #~ msgid "Stage Hunk For Commit"
5068 #~ msgstr "緩存修改塊為提交"
5070 #~ msgid "Staged Changes (Will Commit)"
5071 #~ msgstr "已緩存的改動 (將被提交)"
5073 #~ msgid "Staged for commit, missing"
5074 #~ msgstr "緩存為提交, 不存在"
5076 #~ msgid "Staged for removal"
5079 #~ msgid "Staged for removal, still present"
5080 #~ msgstr "緩存為刪除, 但仍存在"
5082 #~ msgid "Staging Area"
5083 #~ msgstr "新修訂版準備區域"
5085 #~ msgid "Staging area (index) is already locked."
5086 #~ msgstr "緩存區域 (index) 已被鎖定."
5088 #~ msgid "Standard (Fast, Semi-Redundant, Hardlinks)"
5089 #~ msgstr "標準方式 (快速, 部分備份, 作硬連接)"
5091 #~ msgid "Standard only available for local repository."
5092 #~ msgstr "標準方式僅當是本地版本庫時有效."
5094 #~ msgid "Starting gitk... please wait..."
5095 #~ msgstr "啟動 gitk... 請等待..."
5097 #~ msgid "Staying on branch '%s'."
5098 #~ msgstr "停留在分支 '%s'."
5106 #~ msgid "The 'main' branch has not been initialized."
5107 #~ msgstr "'main'分支尚未初始化."
5109 #~ msgid "The branch will be reset using \"git reset --hard %s\""
5110 #~ msgstr "這個分支將會被用「git reset --hard %s」命令重設"
5112 #~ msgid "The branch will be reset using \"git reset --merge %s\""
5113 #~ msgstr "這個分支將會被用「git reset --merge %s」命令重設"
5115 #~ msgid "The following branches are not completely merged into %s:"
5116 #~ msgstr "下列分支沒有完全被合併到 %s:"
5119 #~ "The following branches are not completely merged into %s:\n"
5123 #~ "下列分支沒有被全部合併到 %s 中:\n"
5127 #~ msgid "The worktree will be reset using \"git reset --keep %s\""
5128 #~ msgstr "工作目錄樹將被用「git reset --keep %s」命令重設"
5131 #~ "There is nothing to amend.\n"
5133 #~ "You are about to create the initial commit. There is no commit before this to amend.\n"
5137 #~ "你正在創建最初的提交. 在此之前沒有提交可以修正.\n"
5139 #~ msgid "This Detached Checkout"
5140 #~ msgstr "該脫節的Checkout"
5143 #~ "This PyQt4 does not include QtWebKit.\n"
5144 #~ "The keyboard shortcuts feature is unavailable."
5146 #~ "此 PyQt4 並未包含 QtWebKit。\n"
5147 #~ "不支援顯示軟體的鍵盤快捷鍵列表。翻譯者注:"
5150 #~ "This is example text.\n"
5151 #~ "If you like this text, it can be your font."
5154 #~ "如果你喜歡, 你可以設置該字體."
5157 #~ "This repository currently has approximately %i loose objects.\n"
5159 #~ "To maintain optimal performance it is strongly recommended that you compress the database when more than %i loose objects exist.\n"
5161 #~ "Compress the database now?"
5163 #~ "該版本庫當前約有 %i 個鬆散對象.\n"
5165 #~ "為達到較優的性能,強烈建議你在鬆散對象多於 %i 時壓縮數據庫.\n"
5169 #~ msgid "Tracking branch %s is not a branch in the remote repository."
5170 #~ msgstr "跟蹤分支 %s 並不是遠端版本庫中的一個分支"
5172 #~ msgid "Transfer Options"
5175 #~ msgid "Unable to copy object: %s"
5176 #~ msgstr "無法複製 object: %s"
5178 #~ msgid "Unable to copy objects/info/alternates: %s"
5179 #~ msgstr "無法複製 objects/info/alternates: %s"
5181 #~ msgid "Unable to display %s"
5184 #~ msgid "Unable to hardlink object: %s"
5185 #~ msgstr "無法硬鏈接 object: %s"
5187 #~ msgid "Unable to obtain your identity:"
5188 #~ msgstr "無法獲知你的身份:"
5191 #~ "Unable to start gitk:\n"
5193 #~ "%s does not exist"
5199 #~ msgid "Unable to unlock the index."
5200 #~ msgstr "無法解鎖緩存 (index)"
5203 #~ "Unknown file state %s detected.\n"
5205 #~ "File %s cannot be committed by this program.\n"
5207 #~ "檢測到未知文件狀態 %s.\n"
5209 #~ "文件 %s 無法由該程序提交.\n"
5211 #~ msgid "Unlock Index"
5212 #~ msgstr "解鎖 Index"
5215 #~ "Unmerged files cannot be committed.\n"
5217 #~ "File %s has merge conflicts. You must resolve them and stage the file before committing.\n"
5219 #~ "尚未合併的文件沒有辦法提交.\n"
5221 #~ "文件 %s 有合併衝突, 你必須解決這些衝突並緩存該文件作提交.\n"
5223 #~ msgid "Unstage Hunk From Commit"
5224 #~ msgstr "從提交中撤除修改塊"
5226 #~ msgid "Updating the Git index failed. A rescan will be automatically started to resynchronize git-gui."
5227 #~ msgstr "更新 Git 緩存(Index)失敗, 重新掃瞄將自動開始以重新同步 git-gui."
5229 #~ msgid "Updating working directory to '%s'..."
5230 #~ msgstr "更新工作目錄到 '%s'..."
5232 #~ msgid "Updating..."
5235 #~ msgid "Use thin pack (for slow network connections)"
5236 #~ msgstr "使用 thin pack (適用於低速網絡連接)"
5238 #~ msgid "Verify Database"
5241 #~ msgid "Verifying the object database with fsck-objects"
5242 #~ msgstr "使用 fsck-objects 驗證對象數據庫"
5244 #~ msgid "Visualize %s's History"
5245 #~ msgstr "圖示 %s 分支的歷史"
5247 #~ msgid "Working... please wait..."
5248 #~ msgstr "工作中... 請等待..."
5251 #~ "You are in the middle of a change.\n"
5253 #~ "File %s is modified.\n"
5255 #~ "You should complete the current commit before starting a merge. Doing so will help you abort a failed merge, should the need arise.\n"
5261 #~ "你必須完成當前的提交後才能開始合併. 如果需要, 這麼做將有助於中止一次失敗的合併.\n"
5264 #~ "You are in the middle of a conflicted merge.\n"
5266 #~ "File %s has merge conflicts.\n"
5268 #~ "You must resolve them, stage the file, and commit to complete the current merge. Only then can you begin another merge.\n"
5270 #~ "你正處在一個有衝突的合併操作中.\n"
5274 #~ "你必須解決這些衝突, 緩存該文件, 並提交來完成當前的合併.僅當這樣後才能開始下一個合併操作.\n"
5277 #~ "You are no longer on a local branch.\n"
5279 #~ "If you wanted to be on a branch, create one now starting from 'This Detached Checkout'."
5283 #~ "如果你想位於某分支上, 從當前脫節的Checkout中創建一個新分支."
5285 #~ msgid "You must correct the above errors before committing."
5286 #~ msgstr "你必須在提交前修正上述錯誤."
5288 #~ msgid "[Up To Parent]"
5295 #~ msgid "commit-tree failed:"
5296 #~ msgstr "commit-tree 失敗:"
5298 #~ msgid "fatal: Cannot resolve %s"
5299 #~ msgstr "致命錯誤: 無法解決 %s"
5302 #~ "file notification: disabled\n"
5303 #~ "Note: install pywin32 to enable.\n"
5305 #~ "inotify 檔案變更通知:停用\n"
5306 #~ "注意:安裝 pywin32 以啟用此功能。\n"
5312 #~ msgid "files reset"
5315 #~ msgid "git clone returned exit code %s"
5316 #~ msgstr "git clone 命令傳回了 %s 錯誤狀態碼"
5318 #~ msgid "git tag returned exit code %s"
5319 #~ msgstr "git tag 命令傳回了 %s 錯誤狀態碼"
5321 #~ msgid "git-gui - a graphical user interface for Git."
5322 #~ msgstr "git-gui - Git 的圖形化用戶界面"
5324 #~ msgid "git-gui: fatal error"
5325 #~ msgstr "git-gui: 致命錯誤"
5327 #~ msgid "inotify enabled."
5328 #~ msgstr "inotify 已啟用。"
5331 #~ "inotify: disabled\n"
5332 #~ "Note: install python-pyinotify to enable inotify.\n"
5335 #~ "注意:安裝 python-pyinotify 軟體包以啟用 inotify 檔案變更通知功能。\n"
5337 #~ msgid "lines annotated"
5349 #~ msgid "remote prune %s"
5355 #~ msgid "update-ref failed:"
5356 #~ msgstr "update-ref 失敗:"
5361 #~ msgid "warning: Tcl does not support encoding '%s'."
5362 #~ msgstr "警告: Tcl 不支持編碼方式 '%s'."
5364 #~ msgid "write-tree failed:"
5365 #~ msgstr "write-tree 失敗:"