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"
28 " Drag and drop or use the <strong>Add</strong> button to add\n"
29 " patches to the list\n"
35 " 拖放或使用<strong>新增</strong>按鈕以將\n"
44 " Git Cola has been translated into different languages thanks\n"
45 " to the help of the individuals listed below.\n"
49 " Translation is approximate. If you find a mistake,\n"
50 " please let us know by opening an issue on Github:\n"
59 " We invite you to participate in translation by adding or updating\n"
60 " a translation and opening a pull request.\n"
70 " Git Cola 已被翻譯為多種不同的語言。\n"
74 " 翻譯不一定都是精確的。惝若您發現了翻譯不當之處,\n"
75 " 請透過在 GitHub 上建立議題的方式讓我們知道:\n"
84 " 我們邀請您透過新增或更新翻譯並提交變更拉取請求的方式\n"
96 " Git Cola version %(cola_version)s %(build_version)s\n"
98 " <li> %(platform_version)s\n"
99 " <li> Python (%(python_path)s) %(python_version)s\n"
100 " <li> Git %(git_version)s\n"
101 " <li> Qt %(qt_version)s\n"
102 " <li> QtPy %(qtpy_version)s\n"
103 " <li> %(pyqt_api_name)s %(pyqt_api_version)s\n"
109 " Git Cola 第 %(cola_version)s 版%(build_version)s\n"
111 " <li> %(platform_version)s\n"
112 " <li> Python (%(python_path)s) 第 %(python_version)s 版\n"
113 " <li> Git 第 %(git_version)s 版\n"
114 " <li> Qt 第 %(qt_version)s 版\n"
115 " <li> QtPy 第 %(qtpy_version)s 版\n"
116 " <li> %(pyqt_api_name)s 第 %(pyqt_api_version)s 版\n"
124 " Please use %(bug_link)s to report issues.\n"
130 " 請透過 %(bug_link)s 來回報使用問題\n"
137 " Format String Variables\n"
138 " -----------------------\n"
139 " %(path)s = relative file path\n"
140 " %(abspath)s = absolute file path\n"
141 " %(dirname)s = relative directory path\n"
142 " %(absdirname)s = absolute directory path\n"
143 " %(filename)s = file basename\n"
144 " %(basename)s = file basename without extension\n"
145 " %(ext)s = file extension\n"
150 " %(path)s = 相對檔案路徑\n"
151 " %(abspath)s = 絕對檔案路徑\n"
152 " %(dirname)s = 相對目錄路徑\n"
153 " %(absdirname)s = 絕對目錄路徑\n"
154 " %(filename)s = 檔名\n"
155 " %(basename)s = 檔名(去副檔名)\n"
162 "pick = use commit\n"
163 "reword = use commit, but edit the commit message\n"
164 "edit = use commit, but stop for amending\n"
165 "squash = use commit, but meld into previous commit\n"
166 "fixup = like \"squash\", but discard this commit's log message\n"
167 "exec = run command (the rest of the line) using shell\n"
169 "These lines can be re-ordered; they are executed from top to bottom.\n"
171 "If you disable a line here THAT COMMIT WILL BE LOST.\n"
173 "However, if you disable everything, the rebase will be aborted.\n"
175 "Keyboard Shortcuts\n"
176 "------------------\n"
180 "J = shift row down\n"
188 "spacebar = toggle enabled\n"
190 "ctrl+enter = accept changes and rebase\n"
191 "ctrl+q = cancel and abort the rebase\n"
192 "ctrl+d = launch difftool\n"
198 "reword = 選用這個修訂版提交,但編輯修訂版提交訊息\n"
199 "edit = 選用這個修訂版提交,但停下來以進行修正(amending)\n"
200 "squash = 選用這個修訂版提交,但是將其併入前一個修訂版提交\n"
201 "fixup = 跟 squash 雷同,但丟棄此修訂版提交的紀錄訊息\n"
202 "exec = 使用殼層(shell)執行命令(剩下的行)\n"
204 "這些行可以被更動順序,他們將被從上至下執行。\n"
206 "如果你停用任一行**該修訂版提交將會遺失**。\n"
208 "但是,如果您停用所有行,這次變更基底(rebase)將被中止。\n"
211 "------------------\n"
225 "ctrl+enter = 接受變更並變更基底\n"
226 "ctrl+q = 取消並中止變更基底程序\n"
227 "ctrl+d = 啟動內容差異檢視工具\n"
231 "Keyboard Shortcuts\n"
232 "------------------\n"
233 "J, Down = Move Down\n"
235 "Enter = Edit Selected Files\n"
236 "Spacebar = Open File Using Default Application\n"
237 "Ctrl + L = Focus Text Entry Field\n"
240 "The up and down arrows change focus between the text entry field\n"
245 "------------------\n"
249 "Spacebar = 以預設應用軟體開啟檔案\n"
250 "Ctrl+L = 將焦點移至文字輸入欄位\n"
253 "用上、下方向鍵在文字輸入欄位與執行結果間\n"
257 msgstr " - 有向無環圖(DAG)"
263 msgid "\"%(branch)s\" has been deleted from \"%(remote)s\"."
264 msgstr "「%(branch)s」分支已從「%(remote)s」版控庫中移除。"
267 msgid "\"%(command)s\" returned exit status \"%(status)d\""
268 msgstr "「%(command)s」命令傳回了 %(status)d 結束狀態代碼"
271 msgid "\"%(command)s\" returned exit status %(status)d"
272 msgstr "「%(command)s」命令傳回了 %(status)d 結束狀態碼"
275 msgid "\"%s\" already exists"
279 msgid "\"%s\" already exists, cola will create a new directory"
280 msgstr "「%s」目錄已存在,cola 將會另外建立一個新的目錄"
283 msgid "\"%s\" requires a selected file."
284 msgstr "「%s」操作需要有選取檔案才能執行。"
290 msgid "%(project)s: %(branch)s - Browse"
291 msgstr "%(project)s:%(branch)s - 瀏覽"
294 msgid "%(project)s: %(ref)s - DAG"
295 msgstr "%(project)s: %(ref)s - 有向無環圖(DAG)"
306 msgid "%d minutes ago"
310 msgid "%d patch(es) applied."
319 "%s appears to contain merge conflicts.\n"
321 "You should probably skip this file.\n"
324 "%s 看起來包含未解決的合併衝突。\n"
327 "無論如何都要將它移入新修訂版準備區域嗎?"
330 msgid "%s is not a Git repository."
331 msgstr "%s 不是一個 Git 版控庫。"
334 msgid "%s will be removed from your bookmarks."
335 msgstr "「%s」版控庫將會從您的書籤中被刪除。"
338 msgid "%s will be removed from your recent repositories."
339 msgstr "「%s」版控庫將從您最近使用的版控庫中移除。"
342 msgid "%s: No such file or directory."
352 msgstr "(正在修正前一個修訂版提交)"
354 msgid "*** Branch Point ***"
357 msgid "*** Sandbox ***"
382 "A commit template has not been configured.\n"
383 "Use \"git config\" to define \"commit.template\"\n"
384 "so that it points to a commit template."
387 "使用「git config」命令來定義「commit.template」設定值\n"
391 msgid "A hook must be provided at \"%s\""
392 msgstr "一個掛勾程式必須在「%s」被提供"
395 msgid "A stash named \"%s\" already exists"
396 msgstr "名為「%s」的珍藏項目已經存在"
405 msgstr "中止分支合併(merge)"
407 msgid "Abort Merge..."
408 msgstr "中止分支合併(merge)……"
410 msgid "Abort the action?"
414 "Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
415 "Recovering uncommitted changes is not possible."
417 "中止目前的分支合併操作將導致 *所有* 尚未提交到版控庫的內容變更遺失,\n"
420 msgid "Aborting the current merge?"
421 msgstr "中止目前正在進行的分支合併?"
426 msgid "About git-cola"
433 "Accept changes and rebase\n"
434 "Shortcut: Ctrl+Enter"
436 "接受變更並變更基底(rebase)\n"
457 msgid "Add Separator"
464 "Add and remove remote repositories using the \n"
465 "Add(+) and Delete(-) buttons on the left-hand side.\n"
467 "Remotes can be renamed by selecting one from the list\n"
468 "and pressing \"enter\", or by double-clicking."
470 "使用左手測的新增(+)與移除(-)按鈕\n"
474 "再按下 Enter 或是連續點兩下就可以將其重新命名。"
476 msgid "Add new remote git repository"
477 msgstr "加一個新的遠端 Git 版控庫"
479 msgid "Add patches (+)"
485 msgid "Add to .gitignore"
486 msgstr "新增到 Git 忽略規則(.gitignore)"
488 msgid "Add to Git Annex"
489 msgstr "新增到 Git Annex"
491 msgid "Add to Git LFS"
503 msgid "All Repositories"
506 msgid "Allow non-fast-forward updates. Using \"force\" can cause the remote repository to lose commits; use it with care"
507 msgstr "允許非快速前移式更新。使用「強制」可能會造成遠端版控庫遺失修訂版提交;請小心使用"
509 msgid "Always create a merge commit when enabled, even when the merge is a fast-forward update"
510 msgstr "於啟用時,就算該合併是一個快速前移式更新也總是建立一個合併修訂版提交"
518 msgid "Amend Last Commit"
521 msgid "Amend the published commit?"
522 msgstr "要修正已被推送出去的修訂版提交嗎?"
525 msgstr "正在修正前一個修訂版提交"
528 "An action is still running.\n"
529 "Terminating it could result in data loss."
535 "An unsigned, lightweight tag will be created instead.\n"
536 "Create an unsigned tag?"
538 "一個無簽名的,輕量的標籤將會被建立。\n"
544 msgid "Apply Patches"
547 msgid "Apply Patches..."
550 msgid "Apply and drop the selected stash (git stash pop)"
551 msgstr "套用並丟棄被選取的珍藏項目(git stash pop)"
553 msgid "Apply the selected stash"
568 msgid "Auto-Wrap Lines"
575 msgstr "指謫(blame)查看器"
578 msgstr "指摘(Blame)..."
580 msgid "Bold on dark headers instead of italic (restart required)"
581 msgstr "標題用帶深色底色的粗體而非斜體(需要重新啟動應用軟體設定才會生效)"
588 "Branch \"%(branch)s\" does not exist in \"%(remote)s\".\n"
589 "A new remote branch will be published."
591 "「%(branch)s」分支並無存在於「%(remote)s」遠端版控庫。\n"
595 msgid "Branch \"%s\" already exists."
598 msgid "Branch Diff Viewer"
601 msgid "Branch Exists"
615 msgstr "比較分支之間的內容差異……"
617 msgid "Brazilian translation"
623 msgid "Browse Commits..."
626 msgid "Browse Current Branch..."
627 msgstr "瀏覽目前分支中的檔案……"
629 msgid "Browse Other Branch..."
630 msgstr "瀏覽其他分支中的檔案……"
642 msgid "Bypass Commit Hooks"
656 msgstr "無法修正前一次的修訂版提交"
659 msgid "Cannot exec \"%s\": please configure a blame viewer"
660 msgstr "無法執行「%s」:請設定您慣用的 Blame 檢視器"
663 msgid "Cannot exec \"%s\": please configure a history browser"
664 msgstr "無法執行「%s」:請設定一個變動紀錄瀏覽器"
667 msgid "Cannot exec \"%s\": please configure your editor"
668 msgstr "無法執行「%s」:請設定您慣用的文字編輯器"
670 msgid "Changed Upstream"
673 msgid "Check Spelling"
676 msgid "Check spelling"
682 msgid "Checkout After Creation"
683 msgstr "在建立新分支後取出該分支"
685 msgid "Checkout Branch"
688 msgid "Checkout Detached HEAD"
689 msgstr "取出脫離的 HEAD 指標版本"
691 msgid "Checkout as new branch"
698 msgstr "挑取(cherry-pick)"
700 msgid "Cherry-Pick Commit"
701 msgstr "挑取(cherry-pick)修訂版提交並合併至當前分支"
703 msgid "Cherry-Pick..."
704 msgstr "挑取(cherry-pick)……"
709 msgid "Choose the \"git grep\" regular expression mode"
710 msgstr "選擇「git grep」命令的正規表達式模式"
712 msgid "Clear Default Repository"
715 msgid "Clear commit message"
718 msgid "Clear commit message?"
727 msgid "Clone Repository"
734 msgid "Cloning repository at %s"
735 msgstr "正在克隆位於 %s 的版控庫"
754 msgid "Commit failed"
757 msgid "Commit staged changes"
758 msgstr "提交新修訂版準備區域中的變更"
761 "Commit staged changes\n"
762 "Shortcut: Ctrl+Enter"
767 msgid "Commit summary"
770 msgid "Commit the merge if there are no conflicts. Uncheck to leave the merge uncommitted"
771 msgstr "若不存在版本衝突時提交該合併。取消勾選以保持合併於尚未提交狀態"
782 msgid "Configure the remote branch as the the new upstream"
783 msgstr "將此遠端分支設為新的上游分支"
785 msgid "Configure toolbar"
797 msgid "Copy Basename to Clipboard"
800 msgid "Copy Leading Path to Clipboard"
803 msgid "Copy Path to Clipboard"
806 msgid "Copy Relative Path to Clipboard"
816 msgid "Could not parse Git URL: \"%s\""
817 msgstr "無法分析 Git URL:「%s」"
819 msgid "Create Branch"
825 msgid "Create Remote Branch"
828 msgid "Create Signed Commit"
829 msgstr "建立經 GPG 簽署過的修訂版提交"
834 msgid "Create Tag..."
835 msgstr "建立新的標籤(tag)……"
837 msgid "Create Unsigned Tag"
840 msgid "Create a merge commit even when the merge resolves as a fast-forward"
841 msgstr "就算該合併是一個快速前移式合併也總是建立一個合併修訂版提交"
843 msgid "Create a new remote branch?"
850 msgid "Created a new tag named \"%s\""
851 msgstr "建立了一個名為「%s」的新標籤"
853 msgid "Current Repository"
856 msgid "Custom Copy Actions"
865 msgid "Czech translation"
869 msgstr "有向無環圖(DAG)……"
878 msgid "Delete %d file(s)?"
881 msgid "Delete Bookmark"
884 msgid "Delete Bookmark?"
887 msgid "Delete Branch"
893 msgid "Delete Files..."
896 msgid "Delete Files?"
899 msgid "Delete Remote"
902 msgid "Delete Remote Branch"
905 msgid "Delete Remote Branch..."
908 msgid "Delete remote"
912 msgid "Delete remote \"%s\""
915 msgid "Delete remote?"
918 msgid "Delete selected branch?"
921 msgid "Delete toolbar"
928 msgid "Deleting \"%s\" failed"
937 msgid "Detect Conflict Markers"
940 msgid "Detect conflict markers in unmerged files"
941 msgstr "偵測尚未合併檔案中的衝突標記"
949 msgid "Diff Against Predecessor..."
950 msgstr "與過去版本比較內容差異……"
958 msgid "Diff selected -> this"
959 msgstr "顯示被選取的修訂版→此修訂版的內容差異"
961 msgid "Diff this -> selected"
962 msgstr "顯示此修訂版→被選取的修訂版的內容差異"
970 msgid "Directory Exists"
973 msgid "Display Untracked Files"
974 msgstr "顯示未納入版本追蹤的檔案"
976 msgid "Documentation"
989 msgid "Drop the \"%s\" stash?"
990 msgstr "是否要丟棄名為「%s」的珍藏項目?"
992 msgid "Drop the selected stash"
1001 msgid "Edit Remotes"
1004 msgid "Edit Remotes..."
1007 msgid "Edit remotes by selecting them from the list"
1008 msgstr "藉由從清單中選取它們來編輯遠端版控庫"
1010 msgid "Edit selected paths"
1019 msgid "Email Address"
1022 msgid "Email contributor"
1023 msgstr "寄電子郵件給這位貢獻者"
1028 msgid "Enter New Branch Name"
1031 msgid "Enter a name for the new bare repo"
1032 msgstr "輸入新裸裝版本庫(bare repo)的名稱"
1034 msgid "Enter a name for the stash"
1040 msgid "Error Cloning"
1043 msgid "Error Creating Branch"
1044 msgstr "建立新的分支時發生錯誤"
1046 msgid "Error Creating Repository"
1049 msgid "Error Deleting Remote Branch"
1052 msgid "Error Editing File"
1055 msgid "Error Launching Blame Viewer"
1056 msgstr "啟動指謫(Blame)檢視器時發生錯誤"
1058 msgid "Error Launching History Browser"
1059 msgstr "無法啟動變動紀錄瀏覽器"
1062 msgid "Error creating remote \"%s\""
1063 msgstr "建立「%s」遠端分支時發生錯誤"
1065 msgid "Error creating stash"
1066 msgstr "建立新的珍藏項目時發生錯誤"
1069 msgid "Error deleting remote \"%s\""
1070 msgstr "移除「%s」遠端分支時發生錯誤"
1073 msgid "Error renaming \"%(name)s\" to \"%(new_name)s\""
1074 msgstr "將「%(name)s」更名為「%(new_name)s」時發生錯誤"
1076 msgid "Error running prepare-commitmsg hook"
1077 msgstr "執行 prepare-commitmsg 掛勾程式時發生錯誤"
1079 msgid "Error: Cannot find commit template"
1080 msgstr "錯誤:無法找到修訂版提交範本"
1082 msgid "Error: Stash exists"
1085 msgid "Error: Unconfigured commit template"
1086 msgstr "錯誤:未被設定的修訂版提交範本"
1089 msgid "Error: could not clone \"%s\""
1090 msgstr "錯誤:無法克隆「%s」版控庫"
1093 msgid "Error: could not create tag \"%s\""
1094 msgstr "錯誤:無法建立標籤「%s」"
1097 msgid "Executing action %s"
1103 msgid "Export Patches"
1106 msgid "Export Patches..."
1109 msgid "Expression..."
1110 msgstr "比較表達式之間的內容差異……"
1112 msgid "Extended Regexp"
1115 msgid "Extended description..."
1118 msgid "Fast Forward Only"
1119 msgstr "僅更新可進行快速前移式合併者"
1121 msgid "Fast-forward only"
1124 msgid "Favorite repositories"
1131 msgstr "自遠端版控庫撈取(fetch)"
1133 msgid "Fetch Tracking Branch"
1134 msgstr "撈取(fetch)追蹤分支"
1137 msgstr "自遠端版控庫撈取(fetch)……"
1139 msgid "File Browser..."
1142 msgid "File Differences"
1149 msgid "File saved to \"%s\""
1152 msgid "File system change monitoring: disabled because \"cola.inotify\" is false.\n"
1153 msgstr "檔案系統變動監控:因為「cola.inotify」 Git 設定值被設定為 false 而被停用。\n"
1155 msgid "File system change monitoring: disabled because libc does not support the inotify system calls.\n"
1156 msgstr "檔案系統變動監控:因為 libc 程式庫不支援 inotify 系統呼叫而被停用。\n"
1158 msgid "File system change monitoring: disabled because pywin32 is not installed.\n"
1159 msgstr "檔案系統變動監控:因為 pywin32 沒有安裝而被停用。\n"
1162 "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"
1164 " echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n"
1166 "檔案系統變動監控:因為已經達到 inotify watch 的總數上限而被停用。您可以執行下列命令來增加 watch 的數量限制:\n"
1168 " echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p\n"
1170 msgid "File system change monitoring: enabled.\n"
1171 msgstr "檔案系統變動監控:已啟用。\n"
1179 msgid "Filter branches..."
1182 msgid "Filter paths..."
1188 msgid "Fixed String"
1191 msgid "Fixed-Width Font"
1197 msgid "Fixup Previous Commit"
1207 msgstr "強制撈取(fetch)"
1209 msgid "Force Fetch?"
1210 msgstr "要進行強制撈取(fetch)嗎?"
1216 msgstr "要進行強制推送(push)嗎?"
1219 msgid "Force fetching from %s?"
1220 msgstr "是否要強制自「%s」撈取(fetch)?"
1223 msgid "Force push to %s?"
1224 msgstr "要強制推送至「%s」遠端版控庫嗎?"
1226 msgid "Format String"
1229 msgid "French translation"
1232 msgid "GPG-sign the merge commit"
1233 msgstr "用 GPG 簽署合併修訂版提交"
1236 msgid "Gathering info for \"%s\"..."
1237 msgstr "正在蒐集「%s」遠端版控庫的資訊……"
1239 msgid "German translation"
1242 msgid "Get Commit Message Template"
1243 msgstr "取得修訂版提交訊息範本"
1251 msgid "Grab File..."
1260 msgid "Have you rebased/pulled lately?"
1261 msgstr "您最近有作變更基底或 pull 操作嗎?"
1266 msgid "Help - Custom Copy Actions"
1267 msgstr "求助 - 自訂複製操作"
1269 msgid "Help - Find Files"
1270 msgstr "尋求幫助 - 尋找檔案"
1272 msgid "Help - git-xbase"
1273 msgstr "尋求幫助 - git-xbase"
1275 msgid "Hide Details.."
1278 msgid "History Browser"
1281 msgid "Hungarian translation"
1284 msgid "Ignore all whitespace"
1287 msgid "Ignore changes in amount of whitespace"
1290 msgid "Ignore changes in whitespace at EOL"
1291 msgstr "忽略行結尾處空白的變更"
1293 msgid "Ignore custom pattern"
1296 msgid "Ignore exact filename"
1299 msgid "Ignore filename or pattern"
1302 msgid "Include tags "
1305 msgid "Indonesian translation"
1308 msgid "Initialize Git Annex"
1309 msgstr "初始化 Git Annex"
1311 msgid "Initialize Git LFS"
1312 msgstr "初始化 Git LFS"
1314 msgid "Inititalize submodules"
1317 msgid "Insert spaces instead of tabs"
1318 msgstr "插入空白字元而非跨欄字元(tab)"
1320 msgid "Interactive Rebase"
1323 msgid "Invalid Revision"
1326 msgid "Keep *.orig Merge Backups"
1327 msgstr "保留 *.orig merge 備份檔"
1332 msgid "Keyboard Shortcuts"
1335 msgid "Launch Diff Tool"
1338 msgid "Launch Directory Diff Tool"
1341 msgid "Launch Editor"
1344 msgid "Launch Terminal"
1348 "Launch external diff tool\n"
1354 msgid "Launch git-cola"
1355 msgstr "啟動 git-cola"
1357 msgid "Launch git-difftool against previous versions"
1358 msgstr "對先前的版本啟動 git-difftool"
1360 msgid "Launch git-difftool on the current path"
1361 msgstr "在當前路徑中啟動 git-difftool"
1363 msgid "Load Commit Message"
1364 msgstr "自檔案載入修訂版提交訊息"
1366 msgid "Load Commit Message..."
1367 msgstr "自檔案載入修訂版提交訊息……"
1369 msgid "Load Previous Commit Message"
1370 msgstr "載入先前的修訂版提交的訊息"
1378 msgid "Local Branch"
1381 msgid "Local branch"
1390 msgid "Maintainer (since 2007) and developer"
1391 msgstr "(自從 2007 年開始)維護者與開發者"
1397 msgid "Merge \"%(revision)s\" into \"%(branch)s\""
1398 msgstr "合併「%(revision)s」修訂版至「%(branch)s」分支中"
1401 msgstr "合併(merge)工具"
1403 msgid "Merge Verbosity"
1406 msgid "Merge failed. Conflict resolution is required."
1407 msgstr "合併失敗. 需要解決衝突."
1410 msgid "Merge into \"%s\""
1413 msgid "Merge into current branch"
1417 msgstr "分支合併(merge)……"
1425 msgid "Missing Commit Message"
1428 msgid "Missing Data"
1431 msgid "Missing Name"
1434 msgid "Missing Revision"
1437 msgid "Missing Tag Message"
1452 msgid "Move files to trash"
1453 msgstr "將檔案移動到資源回收筒"
1458 msgid "Name for the new remote"
1461 msgid "New Bare Repository..."
1462 msgstr "新的裸裝版控庫(bare repository)……"
1464 msgid "New Repository..."
1476 msgid "No Revision Specified"
1480 "No changes to commit.\n"
1482 "You must stage at least 1 file before you can commit."
1486 "提交前你必須至少將至少一個檔案移入新修訂版準備區域。"
1488 msgid "No commits exist in this branch."
1489 msgstr "此分支中無任何修訂版提交。"
1491 msgid "No fast forward"
1494 msgid "No fast-forward"
1497 msgid "No repository selected."
1500 msgid "Non-fast-forward fetch overwrites local history!"
1501 msgstr "非快速前移式的撈取(fetch)將會覆寫本地版控庫的變更紀錄!"
1504 "Non-fast-forward push overwrites published history!\n"
1505 "(Did you pull first?)"
1507 "非快速前移式的推送(push)將會覆寫遠端版控庫的變更紀錄!\n"
1510 msgid "Nothing to commit"
1513 msgid "Nothing to do"
1516 msgid "Number of Diff Context Lines"
1522 msgid "Open Git Repository..."
1523 msgstr "開啟一個 Git 版控庫……"
1525 msgid "Open Parent Directory"
1531 msgid "Open Using Default Application"
1534 msgid "Open in New Window"
1535 msgstr "於新 git-cola 視窗中開啟"
1537 msgid "Open in New Window..."
1538 msgstr "於新 git-cola 視窗中開啟版控庫……"
1543 msgid "Other branches"
1550 msgid "Overwrite \"%s\"?"
1553 msgid "Overwrite File?"
1557 msgid "PATCH %(current)d/%(count)d"
1558 msgstr "正在套用 %(current)d/%(count)d 修正"
1561 "Parse arguments using a shell.\n"
1562 "Queries with spaces will require \"double quotes\"."
1564 "使用殼程式(shell)來解析參數。\n"
1565 "內含空白字元的查詢需使用 \"雙引號\" 括住。"
1567 msgid "Partially Staged"
1568 msgstr "部份內容變更被移入新修訂版準備區域"
1573 msgid "Patch(es) Applied"
1579 msgid "Path or URL to clone (Env. $VARS okay)"
1580 msgstr "要克隆的路徑或 URL(可使用環境 $變數 )"
1588 msgid "Please provide both a branch name and revision expression."
1589 msgstr "請填寫分支名稱與修訂版表達式。"
1591 msgid "Please select a file"
1594 msgid "Please specify a name for the new tag."
1597 msgid "Please specify a revision to tag."
1598 msgstr "請指定一個修訂版來套用標籤。"
1601 "Please supply a commit message.\n"
1603 "A good commit message has the following format:\n"
1605 "- First line: Describe in one sentence what you did.\n"
1606 "- Second line: Blank\n"
1607 "- Remaining lines: Describe why this change is good.\n"
1613 "- 第一行: 一句話概括您所做的變更。\n"
1615 "- 剩餘行: 描述為什麼您所做的變更是好的。\n"
1617 msgid "Point the current branch head to a new commit?"
1618 msgstr "將當前分支的 head 指向一個新的修訂版提交?"
1620 msgid "Polish translation"
1632 msgid "Prepare Commit Message"
1635 msgid "Prevent \"Stage\" from staging all files when nothing is selected"
1636 msgstr "避免 Stage 快捷鍵在沒有選取任何項目時將所有檔案移至修訂版提交準備區域"
1638 msgid "Previous File"
1641 msgid "Prompt on creation"
1644 msgid "Prompt when pushing creates new remote branches"
1645 msgstr "在建立新的遠端分支時提示使用者"
1651 msgstr "自遠端分支撈取並合併(pull)"
1654 msgstr "自遠端分支撈取並合併(pull)……"
1660 msgstr "推送至遠端版控庫(push)……"
1669 msgid "Rebase onto %s"
1672 msgid "Rebase stopped"
1675 msgid "Rebase the current branch instead of merging"
1676 msgstr "不合併分支,而是將遠端分支變更基底到當前分支"
1684 msgid "Recent repositories"
1687 msgid "Recent repository count"
1690 msgid "Recently Modified Files"
1693 msgid "Recently Modified Files..."
1696 msgid "Recovering a dropped stash is not possible."
1697 msgstr "要救回一個丟棄的珍藏項目是不可能的。"
1699 msgid "Recovering lost commits may not be easy."
1700 msgstr "恢復丟失的提交是比較困難的."
1705 msgid "Reduce commit history to minimum"
1706 msgstr "將版本提交歷史量降到最低"
1711 msgid "Refuse to merge unless the current HEAD is already up-to-date or the merge can be resolved as a fast-forward"
1712 msgstr "除非當前 HEAD 指標早就是最新版本或是分支合併能以快速前移式處理否則拒絕合併分支"
1717 msgid "Remote Branch"
1720 msgid "Remote Branch Deleted"
1723 msgid "Remote git repositories - double-click to rename"
1724 msgstr "遠端 Git 版控庫 - 連續點兩下以重新命名"
1730 msgid "Remove %s from the recent list?"
1731 msgstr "要將「%s」版控庫從最近使用的版控庫清單中移除嗎?"
1733 msgid "Remove Element"
1736 msgid "Remove remote-tracking branches that no longer exist on the remote"
1737 msgstr "移除不再存在於遠端板控庫上的遠端追蹤分支"
1739 msgid "Remove selected (Delete)"
1740 msgstr "移除被選取的項目(刪除)"
1746 msgid "Rename \"%s\""
1749 msgid "Rename Branch"
1752 msgid "Rename Branch..."
1755 msgid "Rename Existing Branch"
1758 msgid "Rename Remote"
1761 msgid "Rename Repository"
1764 msgid "Rename branch"
1768 msgid "Rename remote \"%(current)s\" to \"%(new)s\"?"
1769 msgstr "要將「%(current)s」遠端版控庫改名為「%(new)s」嗎?"
1771 msgid "Rename selected paths"
1775 msgid "Repository: %s"
1782 msgid "Reset \"%(branch)s\" to \"%(revision)s\"?"
1783 msgstr "要重設「%(branch)s」分支到 「%(revision)s」修訂版嗎?"
1785 msgid "Reset Branch"
1788 msgid "Reset Branch Head"
1791 msgid "Reset Branch?"
1803 msgid "Reset Worktree"
1809 msgid "Reset merge?"
1815 msgid "Reset worktree?"
1819 msgid "Resetting \"%(branch)s\" to \"%(revision)s\" will lose commits."
1820 msgstr "重置「%(branch)s」分支到「%(revision)s」修訂版將導致修訂版提交的丟失。"
1825 msgid "Revert Diff Hunk"
1826 msgstr "撤銷選取內容差異區塊的內容變更"
1828 msgid "Revert Diff Hunk..."
1829 msgstr "撤銷此內容差異區塊的內容變更……"
1831 msgid "Revert Diff Hunk?"
1832 msgstr "要撤銷選取內容差異區塊的內容變更嗎?"
1834 msgid "Revert Selected Lines"
1837 msgid "Revert Selected Lines..."
1838 msgstr "撤銷選取行的內容變更……"
1840 msgid "Revert Selected Lines?"
1841 msgstr "要撤銷選取行的內容變更嗎?"
1843 msgid "Revert Uncommitted Changes"
1844 msgstr "撤銷尚未提交至版控庫的內容變更"
1846 msgid "Revert Uncommitted Changes?"
1847 msgstr "要撤銷尚未提交至版控庫的內容變更嗎?"
1849 msgid "Revert Uncommitted Edits..."
1850 msgstr "撤銷尚未提交到版控庫的內容變更……"
1852 msgid "Revert Unstaged Changes"
1853 msgstr "撤銷尚未移入新修訂版準備區域的內容變動"
1855 msgid "Revert Unstaged Changes?"
1856 msgstr "要撤銷尚未移入新修訂版準備區域的內容變動嗎?"
1858 msgid "Revert Unstaged Edits..."
1859 msgstr "撤銷尚未移入新修訂版準備區域的內容修改……"
1861 msgid "Revert the uncommitted changes?"
1862 msgstr "要撤銷尚未提交至版控庫的內容變更嗎?"
1864 msgid "Revert the unstaged changes?"
1865 msgstr "要撤銷尚未移入新修訂版準備區域的內容變動嗎?"
1867 msgid "Revert uncommitted changes to selected paths"
1868 msgstr "在被選取的路徑中撤銷尚未提交進版控的內容變更"
1870 msgid "Revert unstaged changes to selected paths"
1871 msgstr "在被選取的路徑中撤銷尚未移入新修訂版準備區域的內容變更"
1877 msgstr "審視(review)……"
1882 msgid "Revision Expression:"
1885 msgid "Revision to Merge"
1891 msgid "Rewrite Published Commit?"
1892 msgstr "要重寫已推送出去的修訂版提交嗎?"
1899 msgstr "要執行「%s」操作嗎?"
1906 msgid "Run the \"%s\" command?"
1907 msgstr "要執行「%s」命令嗎?"
1910 msgid "Running command: %s"
1913 msgid "Russian translation"
1925 msgid "Save Archive"
1928 msgid "Save As Tarball/Zip..."
1929 msgstr "保存為 Tarball/Zip 封存檔…"
1931 msgid "Save GUI Settings"
1937 msgid "Save modified state to new stash"
1938 msgstr "將被修改的狀態保存為一個新的珍藏項目"
1941 msgid "Saved \"%(filename)s\" from \"%(ref)s\" to \"%(destination)s\""
1942 msgstr "已將「%(filename)s」檔案自「%(ref)s」修訂版保存至「%(destination)s」目錄"
1947 msgid "Search Authors"
1950 msgid "Search Commit Messages"
1953 msgid "Search Committers"
1956 msgid "Search Date Range"
1959 msgid "Search Diffs"
1962 msgid "Search by Expression"
1965 msgid "Search by Path"
1968 msgid "Search for a fixed string"
1971 msgid "Search using a POSIX basic regular expression"
1972 msgstr "使用 POSIX 基本正規表達式來搜尋"
1974 msgid "Search using a POSIX extended regular expression"
1975 msgstr "使用 POSIX 延伸正規表達式來搜尋"
1986 msgid "Select Branch to Review"
1987 msgstr "選擇要審視(review)的分支"
1989 msgid "Select Child"
1992 msgid "Select Commit"
1995 msgid "Select Directory..."
1998 msgid "Select New Upstream"
2001 msgid "Select Newest Child"
2004 msgid "Select Oldest Parent"
2007 msgid "Select Parent"
2010 msgid "Select Previous Version"
2013 msgid "Select Repository..."
2016 msgid "Select a parent directory for the new clone"
2017 msgstr "選取新克隆的 Git 版控庫要放置的目錄"
2019 msgid "Select manually..."
2022 msgid "Select output dir"
2025 msgid "Select output directory"
2028 msgid "Select patch file(s)..."
2031 msgid "Select repository"
2034 msgid "Set Default Repository"
2037 msgid "Set Upstream Branch"
2040 msgid "Set upstream"
2046 msgid "Shell arguments"
2058 msgid "Show Details..."
2061 msgid "Show Diffstat After Merge"
2064 msgid "Show Full Paths in the Window Title"
2065 msgstr "在視窗標題列中顯示版控庫的完整路徑"
2070 msgid "Show History"
2080 msgid "Show icon? (if available)"
2081 msgstr "要顯示圖示嗎(如果有)?"
2083 msgid "Show line numbers"
2086 msgid "Show whole surrounding functions of changes"
2087 msgstr "秀出整個包含變更的函式內容"
2089 msgid "Showing changes since"
2092 msgid "Side by side"
2096 msgstr "署名(Sign Off)"
2101 msgid "Sign off on this commit"
2104 msgid "Simplified Chinese translation"
2110 msgid "Skip Current Patch"
2113 msgid "Sort bookmarks alphabetically"
2116 msgid "Spanish translation"
2119 msgid "Specifies the SHA-1 to tag"
2120 msgstr "指定 SHA-1 雜湊給標籤"
2122 msgid "Specifies the tag message"
2125 msgid "Specifies the tag name"
2128 msgid "Spelling Suggestions"
2134 msgid "Squash the merged commits into a single commit"
2135 msgstr "將合併之修訂版提交(們)壓為單一修訂版提交"
2138 msgstr "移動到新修訂版準備區域"
2140 msgid "Stage / Unstage"
2141 msgstr "移入/移出新修訂版準備區域"
2143 msgid "Stage All Untracked"
2144 msgstr "將所有尚未追蹤其版本的項目移動到新修訂版準備區域"
2146 msgid "Stage Changed Files To Commit"
2147 msgstr "將所有被修改的檔案移入新修訂版準備區域"
2149 msgid "Stage Diff Hunk"
2150 msgstr "將此內容差異區塊移入新修訂版準備區域"
2152 msgid "Stage Modified"
2153 msgstr "將已變更的項目移入新修訂版準備區域"
2155 msgid "Stage Selected"
2156 msgstr "將被選取的項目移入新修訂版準備區域"
2158 msgid "Stage Selected Lines"
2159 msgstr "將選取的行移入新修訂版準備區域(&S)"
2161 msgid "Stage Unmerged"
2162 msgstr "將尚未合併的檔案移動到新修訂版準備區域"
2164 msgid "Stage Untracked"
2165 msgstr "將尚未追蹤其版本的項目移動到新修訂版準備區域"
2167 msgid "Stage and Commit"
2168 msgstr "移入新修訂版準備區域並提交出去"
2170 msgid "Stage and commit?"
2171 msgstr "要移入新修訂版準備區域並提交出去嗎?"
2173 msgid "Stage conflicts"
2174 msgstr "將合併衝突移入新修訂版準備區域"
2176 msgid "Stage conflicts?"
2177 msgstr "要將合併衝突移入新修訂版準備區域嗎?"
2179 msgid "Stage/unstage selected paths for commit"
2180 msgstr "將被選取的路徑移進/移出新修訂版準備區域"
2183 msgstr "已被移入新修訂版準備區域"
2187 msgstr "正在移動到新修訂版準備區域:%s"
2189 msgid "Start Interactive Rebase..."
2190 msgstr "開始互動式變更基底……"
2192 msgid "Starting Revision"
2199 msgstr "將修訂版提交準備區域中的變更存為珍藏項目"
2201 msgid "Stash staged changes only"
2202 msgstr "只將移入新修訂版提交準備區域中的變更存為珍藏項目"
2204 msgid "Stash unstaged changes only, keeping staged changes"
2205 msgstr "只將尚未移入新修訂版提交準備區域的變更存入珍藏項目,保留移入新修訂版提交準備區域的變更"
2208 msgstr "珍藏項目(STASH)..."
2213 msgid "Stop tracking paths"
2216 msgid "Summarize Merge Commits"
2217 msgstr "概述合併進來的內容提交(commit)"
2226 msgstr "Tab 字元的顯示寬度"
2234 msgid "Tag message..."
2237 msgid "Tag-signing was requested but the tag message is empty."
2238 msgstr "被要求要有標籤簽名但是標籤訊息是空的。"
2246 msgid "The branch will be no longer available."
2250 msgid "The branch will be reset using \"git reset --hard %s\""
2251 msgstr "這個分支將會被用「git reset --hard %s」命令重設"
2254 msgid "The branch will be reset using \"git reset --merge %s\""
2255 msgstr "這個分支將會被用「git reset --merge %s」命令重設"
2258 msgid "The branch will be reset using \"git reset --mixed %s\""
2259 msgstr "這個分支將會被用「git reset --mixed %s」命令重設"
2262 msgid "The branch will be reset using \"git reset --soft %s\""
2263 msgstr "這個分支將會被用「git reset --soft %s」命令重設"
2265 msgid "The commit message will be cleared."
2266 msgstr "修訂版提交訊息將會被移除。"
2269 msgid "The file \"%s\" exists and will be overwritten."
2270 msgstr "檔案「%s」已存在且將會被覆寫。"
2272 msgid "The following files will be deleted:"
2275 msgid "The revision expression cannot be empty."
2276 msgstr "修訂版表達式不可以是空的。"
2279 msgid "The worktree will be reset using \"git reset --keep %s\""
2280 msgstr "工作目錄樹將被用「git reset --keep %s」命令重設"
2282 msgid "This cannot be undone. Clear commit message?"
2283 msgstr "此操作將無法復原。要清除提交訊息嗎?"
2286 "This commit has already been published.\n"
2287 "This operation will rewrite published history.\n"
2288 "You probably don't want to do this."
2290 "此修訂版提交已經被推送到遠端版控庫。\n"
2291 "此操作將會重寫已推送出去的變更紀錄。\n"
2295 "This operation drops uncommitted changes.\n"
2296 "These changes cannot be recovered."
2298 "此操作將會丟棄尚未提交進版控庫的內容變更。\n"
2302 "This operation removes uncommitted edits from selected files.\n"
2303 "These changes cannot be recovered."
2305 "此操作將會丟棄尚未提交至版控庫的內容變更。\n"
2309 "This operation removes unstaged edits from selected files.\n"
2310 "These changes cannot be recovered."
2312 "此操作將丟棄尚未移入新修訂版準備區域的內容變動。\n"
2316 "This repository is currently being rebased.\n"
2317 "Resolve conflicts, commit changes, and run:\n"
2318 " Rebase > Continue"
2320 "這個版控庫正在進行變更基底程序。\n"
2321 "解決所有的變更基底衝突,提交變更,然後執行:\n"
2325 "This repository is in the middle of a merge.\n"
2326 "Resolve conflicts and commit changes."
2329 "將所有的合併衝突解決並提交內容變更。"
2331 msgid "Toggle Enabled"
2334 msgid "Toggle the branches filter"
2337 msgid "Toggle the paths filter"
2340 msgid "Tracking Branch"
2343 msgid "Tracking branch"
2346 msgid "Traditional Chinese (Taiwan) translation"
2352 msgid "Turkish translation"
2362 msgid "Ukranian translation"
2365 msgid "Unable to rebase"
2369 msgid "Unable to set URL for \"%(name)s\" to \"%(url)s\""
2370 msgstr "無法將「%(name)s」的 URL 設定為 %(url)s"
2382 msgstr "將所有項目移出新修訂版準備區域"
2384 msgid "Unstage Diff Hunk"
2385 msgstr "將此內容差異區塊移出新修訂版準備區域"
2387 msgid "Unstage From Commit"
2390 msgid "Unstage Selected"
2391 msgstr "將被選取的項目移出新修訂版準備區域"
2393 msgid "Unstage Selected Lines"
2394 msgstr "將被選取的行移出新修訂版準備區域"
2397 msgid "Unstaging: %s"
2398 msgstr "正在將「%s」移出新修訂版準備區域"
2400 msgid "Untrack Selected"
2401 msgstr "將被選取的項目移出新修訂版準備區域"
2407 msgid "Untracking: %s"
2408 msgstr "正在將「%s」移出新修訂版準備區域"
2410 msgid "Update Existing Branch:"
2425 msgid "View History..."
2428 msgid "View history for selected paths"
2429 msgstr "檢視被選取的路徑(們)的變更紀錄"
2434 msgid "Visualize All Branches..."
2435 msgstr "視覺化顯示所有分支……"
2437 msgid "Visualize Current Branch..."
2438 msgstr "視覺化顯示當前分支……"
2440 msgid "Whether to sign the tag (git tag -s)"
2441 msgstr "是否簽名此標籤 (git tag -s)"
2443 msgid "Would you like to stage and commit all modified files?"
2444 msgstr "您要將所有被修改的檔案移入新修訂版準備區域並提交出去嗎?"
2453 "You are in the middle of a merge.\n"
2454 "Cannot amend while merging."
2457 "您不能在進行分支合併時修正前一次的修訂版提交。"
2459 msgid "You cannot rebase with uncommitted changes."
2460 msgstr "您不能在還有尚未提交至版控庫的內容變更的時候進行變更基底。"
2462 msgid "You must specify a revision to merge."
2463 msgstr "您必須要選擇一個修訂版來合併。"
2465 msgid "You must specify a revision to view."
2466 msgstr "您必須要選擇一個修訂版來檢視。"
2477 msgid "command-line arguments"
2480 msgid "error: unable to execute git"
2481 msgstr "錯誤:無法執行 git"
2484 msgid "exit code %s"
2485 msgstr "程式以 %s 狀態碼結束"
2488 msgid "fatal: \"%s\" is not a directory. Please specify a correct --repo <path>."
2489 msgstr "致命錯誤:「%s」並不是個目錄。請指定一個正確的 --repo 〈路徑〉。"
2492 msgid "git cola version %s"
2493 msgstr "git cola 第 %s 版"
2498 msgid "git-cola diff"
2499 msgstr "git-cola diff"
2501 msgid "grep result..."
2504 msgid "hotkeys.html"
2505 msgstr "hotkeys_zh_TW.html"
2519 #~ "A good replacement for %s\n"
2520 #~ "is placing values for the user.name and\n"
2521 #~ "user.email settings into your personal\n"
2522 #~ "~/.gitconfig file.\n"
2526 #~ "%s 的一個很好的替代方案是將 user.name 以及\n"
2527 #~ "user.email 設置放在你的個人 ~/.gitconfig 文件中.\n"
2531 #~ "This is due to a known issue with the\n"
2532 #~ "Tcl binary distributed by Cygwin."
2535 #~ "這是由 Cygwin 發佈的 Tcl 代碼中一個\n"
2538 #~ msgid "\"%s\" returned exit status %d"
2539 #~ msgstr "「%s」命令傳回了 %d 結束狀態碼"
2541 #~ msgid "\"git commit\" returned exit code %s"
2542 #~ msgstr "「git commit」命令傳回 %s 結束狀態碼"
2544 #~ msgid "%s ... %*i of %*i %s (%3i%%)"
2545 #~ msgstr "%s ... %*i of %*i %s (%3i%%)"
2547 #~ msgid "%s Repository"
2550 #~ msgid "'%s' is not an acceptable branch name."
2551 #~ msgstr "'%s'不是一個可接受的分支名."
2553 #~ msgid "* Binary file (not showing content)."
2554 #~ msgstr "* 二進制文件 (不顯示內容)."
2556 #~ msgid "A branch is required for 'Merged Into'."
2557 #~ msgstr "'合併到' 需要指定某個分支"
2559 #~ msgid "Abort completed. Ready."
2560 #~ msgstr "中止完成. 就緒."
2562 #~ msgid "Abort failed."
2565 #~ msgid "Aborted checkout of '%s' (file level merging is required)."
2566 #~ msgstr "中止 '%s' 的 checkout 操作 (需要做文件級合併)."
2568 #~ msgid "Already up-to-date."
2569 #~ msgstr "早就已經是最新版本。"
2571 #~ msgid "Always (Do not perform merge checks)"
2572 #~ msgstr "總是合併 (不作合併檢查)"
2574 #~ msgid "Always (Do not perform merge test.)"
2575 #~ msgstr "總是合併 (不作合併測試.)"
2577 #~ msgid "Amended Commit Message:"
2578 #~ msgstr "修正的提交描述:"
2580 #~ msgid "Amended Initial Commit Message:"
2581 #~ msgstr "修正的初始提交描述:"
2583 #~ msgid "Amended Merge Commit Message:"
2584 #~ msgstr "修正的合併提交描述:"
2586 #~ msgid "Annotation complete."
2589 #~ msgid "Any unstaged changes will be permanently lost by the revert."
2590 #~ msgstr "任何未緩存的改動將在這次撤銷中永久丟失."
2592 #~ msgid "Apply Diff Selection to Work Tree"
2593 #~ msgstr "套用選取的內容差異至當前工作目錄樹"
2595 #~ msgid "Apply/Reverse Hunk"
2596 #~ msgstr "應用/撤消此修改塊"
2598 #~ msgid "Arbitrary URL:"
2601 #~ msgid "Bookmarks"
2604 #~ msgid "Bookmarks..."
2608 #~ "Branch '%s' already exists.\n"
2610 #~ "It cannot fast-forward to %s.\n"
2611 #~ "A merge is required."
2613 #~ "分支 '%s' 已經存在.\n"
2618 #~ msgid "Branch '%s' does not exist."
2619 #~ msgstr "分支 '%s' 並不存在."
2621 #~ msgid "Branch created"
2624 #~ msgid "Browse %s's Files"
2625 #~ msgstr "瀏覽 %s 上的文件"
2627 #~ msgid "Browse Branch Files"
2631 #~ msgid "Browse Revision..."
2635 #~ "Cannot abort while amending.\n"
2637 #~ "You must finish amending this commit.\n"
2641 #~ "你必須先完成本次修正操作.\n"
2644 #~ "Cannot amend while merging.\n"
2646 #~ "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"
2650 #~ "你當前正在一次尚未完成的合併操作過程中. 除非中止當前合併活動,\n"
2653 #~ msgid "Cannot determine HEAD. See console output for details."
2654 #~ msgstr "無法確定 HEAD. 請查看控制終端的輸出."
2656 #~ msgid "Cannot fetch branches and objects. See console output for details."
2657 #~ msgstr "無法獲取分支和對象. 請查看控制終端的輸出."
2659 #~ msgid "Cannot fetch tags. See console output for details."
2660 #~ msgstr "無法獲取標籤. 請查看控制終端的輸出."
2662 #~ msgid "Cannot find git in PATH."
2663 #~ msgstr "PATH 中沒有找到 git"
2666 #~ "Cannot merge while amending.\n"
2668 #~ "You must finish amending this commit before starting any type of merge.\n"
2672 #~ "你必須完成對該提交的修正才能繼續任何類型的合併操作.\n"
2674 #~ msgid "Cannot move to top of working directory:"
2675 #~ msgstr "無法移動到工作根目錄:"
2677 #~ msgid "Cannot parse Git version string:"
2678 #~ msgstr "無法解析 Git 的版本信息:"
2680 #~ msgid "Cannot resolve %s as a commit."
2681 #~ msgstr "無法解析 %s 為提交."
2683 #~ msgid "Cannot use funny .git directory:"
2684 #~ msgstr "無法使用 .git 目錄:"
2686 #~ msgid "Cannot write shortcut:"
2687 #~ msgstr "無法修改快捷方式:"
2689 #~ msgid "Change Font"
2692 #~ msgid "Checked out '%s'."
2693 #~ msgstr "'%s' 已被 checkout"
2695 #~ msgid "Clone Type:"
2698 #~ msgid "Clone failed."
2701 #~ msgid "Cloning from %s"
2704 #~ msgid "Commit %s appears to be corrupt"
2705 #~ msgstr "提交 %s 似乎已損壞"
2707 #~ msgid "Commit failed: %s"
2710 #~ msgid "Commit@@noun"
2711 #~ msgstr "提交(commit)"
2713 #~ msgid "Compress Database"
2716 #~ msgid "Compressing the object database"
2719 #~ msgid "Copied Or Moved Here By:"
2720 #~ msgstr "由複製或移動至此:"
2722 #~ msgid "Copying objects"
2723 #~ msgstr "複製 objects"
2725 #~ msgid "Counting objects"
2728 #~ msgid "Create Desktop Icon"
2731 #~ msgid "Created commit: %s"
2732 #~ msgstr "建立了一個新的修訂版提交:%s"
2734 #~ msgid "Creating working directory"
2737 #~ msgid "Current Branch:"
2740 #~ msgid "Database Statistics"
2743 #~ msgid "Decrease Font Size"
2746 #~ msgid "Delete Local Branch"
2749 #~ msgid "Delete Only If"
2752 #~ msgid "Delete Only If Merged Into"
2755 #~ msgid "Destination Repository"
2758 #~ msgid "Detach From Local Branch"
2761 #~ msgid "Diff/Console Font"
2762 #~ msgstr "Diff/控制終端字體"
2764 #~ msgid "Directory %s already exists."
2765 #~ msgstr "目錄 %s 已經存在."
2767 #~ msgid "Disk space used by loose objects"
2768 #~ msgstr "鬆散對象所使用的磁盤空間"
2770 #~ msgid "Disk space used by packed objects"
2771 #~ msgstr "壓縮對象所使用的磁盤空間"
2773 #~ msgid "Do Nothing"
2776 #~ msgid "Enter Git Repository"
2777 #~ msgstr "請輸入 Git 版本倉庫的路徑"
2783 #~ msgid "Error loading commit data for amend:"
2784 #~ msgstr "為修正裝載提交數據出錯:"
2786 #~ msgid "Error: Command Failed"
2787 #~ msgstr "錯誤: 命令失敗"
2789 #~ msgid "Errors: %s"
2792 #~ msgid "Exit code: %s"
2793 #~ msgstr "結束狀態碼:%s"
2795 #~ msgid "Failed to completely save options:"
2796 #~ msgstr "無法完全保存選項:"
2798 #~ msgid "Failed to configure origin"
2799 #~ msgstr "無法配置 origin"
2801 #~ msgid "Failed to create repository %s:"
2802 #~ msgstr "無法創建版本庫 %s:"
2805 #~ "Failed to delete branches:\n"
2811 #~ msgid "Failed to open repository %s:"
2812 #~ msgstr "無法打開版本庫 %s:"
2814 #~ msgid "Failed to rename '%s'."
2815 #~ msgstr "無法更名 '%s'."
2818 #~ "Failed to set current branch.\n"
2820 #~ "This working directory is only partially switched. We successfully updated your files, but failed to update an internal Git file.\n"
2822 #~ "This should not have occurred. %s will now close and give up."
2826 #~ "當前工作目錄僅有部分被切換出, 我們已成功的更新了您的文件但是無法更新某個內部的Git文件.\n"
2828 #~ "這本不該發生, %s 將關閉並放棄."
2830 #~ msgid "Failed to stage selected hunk."
2831 #~ msgstr "無法緩存所選代碼段."
2833 #~ msgid "Failed to unstage selected hunk."
2834 #~ msgstr "無法將選擇的代碼段從緩存中刪除."
2836 #~ msgid "Failed to update '%s'."
2837 #~ msgstr "無法更新 '%s'."
2839 #~ msgid "Fast Forward Only "
2840 #~ msgstr "只允許快速前移式的合併"
2842 #~ msgid "Fetch from"
2843 #~ msgstr "從..獲取(fetch)"
2845 #~ msgid "Fetching new changes from %s"
2846 #~ msgstr "從 %s 處獲取新的改動"
2848 #~ msgid "File level merge required."
2849 #~ msgstr "需要文件級合併."
2851 #~ msgid "Font Example"
2854 #~ msgid "Font Family"
2857 #~ msgid "Force overwrite existing branch (may discard changes)"
2858 #~ msgstr "強制覆蓋已有的分支 (可能會丟失改動)"
2860 #~ msgid "From Repository"
2863 #~ msgid "Full Copy (Slower, Redundant Backup)"
2864 #~ msgstr "全部複製 (較慢, 做備份)"
2866 #~ msgid "GPG-signed"
2867 #~ msgstr "已簽署 GPG 簽章"
2869 #~ msgid "Garbage files"
2875 #~ msgid "Git Repository (subproject)"
2876 #~ msgstr "Git 版本庫 (子項目)"
2878 #~ msgid "Git directory not found:"
2879 #~ msgstr "Git 目錄無法找到:"
2882 #~ "Git version cannot be determined.\n"
2884 #~ "%s claims it is version '%s'.\n"
2886 #~ "%s requires at least Git 1.5.0 or later.\n"
2888 #~ "Assume '%s' is version 1.5.0?\n"
2890 #~ "無法確定 Git 的版本.\n"
2892 #~ "%s 聲明其版本為 '%s'.\n"
2894 #~ "而 %s 需要 1.5.0 或這以後的 Git 版本.\n"
2896 #~ "是否假定 '%s' 為版本 1.5.0?\n"
2898 #~ msgid "Hardlinks are unavailable. Falling back to copying."
2899 #~ msgstr "硬連接不可用. 使用複製."
2904 #~ msgid "Increase Font Size"
2908 #~ msgstr "修訂版提交準備區域"
2910 #~ msgid "Initial Commit Message:"
2911 #~ msgstr "初始的提交描述:"
2913 #~ msgid "Initial file checkout failed."
2914 #~ msgstr "初始的文件checkout失敗"
2916 #~ msgid "Invalid GIT_COMMITTER_IDENT:"
2917 #~ msgstr "無效的 GIT_COMMITTER_IDENT"
2919 #~ msgid "Invalid date from Git: %s"
2920 #~ msgstr "無效的日期: %s"
2922 #~ msgid "Invalid font specified in %s:"
2923 #~ msgstr "%s 中指定的字體無效:"
2929 #~ "Last scanned state does not match repository state.\n"
2931 #~ "Another Git program has modified this repository since the last scan. A rescan must be performed before a merge can be performed.\n"
2933 #~ "The rescan will be automatically started now.\n"
2935 #~ "最後一次掃瞄的狀態和當前版本庫狀態不符.\n"
2937 #~ "另一 Git 程序自上次掃瞄後修改了本版本庫. 在修改當前分支之前需要重新做一次掃瞄.\n"
2942 #~ "Last scanned state does not match repository state.\n"
2944 #~ "Another Git program has modified this repository since the last scan. A rescan must be performed before another commit can be created.\n"
2946 #~ "The rescan will be automatically started now.\n"
2948 #~ "最後一次掃瞄的狀態和當前版本庫狀態不符.\n"
2950 #~ "另一 Git 程序自上次掃瞄後修改了本版本庫. 在修改當前分支之前需要重新做一次掃瞄.\n"
2955 #~ "Last scanned state does not match repository state.\n"
2957 #~ "Another Git program has modified this repository since the last scan. A rescan must be performed before the current branch can be changed.\n"
2959 #~ "The rescan will be automatically started now.\n"
2961 #~ "最後一次掃瞄的狀態和當前版本庫狀態不符.\n"
2963 #~ "另一 Git 程序自上次掃瞄後修改了本版本庫. 在修改當前分支之前需要重新做一次掃瞄.\n"
2967 #~ msgid "Linking objects"
2968 #~ msgstr "鏈接 objects"
2970 #~ msgid "Loading annotation..."
2973 #~ msgid "Loading copy/move tracking annotations..."
2974 #~ msgstr "裝載複製/移動跟蹤標註..."
2976 #~ msgid "Loading original location annotations..."
2977 #~ msgstr "裝載原始位置標註..."
2979 #~ msgid "Local Branches"
2982 #~ msgid "Local Merge..."
2985 #~ msgid "Location %s already exists."
2986 #~ msgstr "位置 %s 已經存在."
2988 #~ msgid "Main Font"
2991 #~ msgid "Match Tracking Branch Name"
2992 #~ msgstr "匹配跟蹤分支名字"
2994 #~ msgid "Match Tracking Branches"
2997 #~ msgid "Merge completed successfully."
3000 #~ msgid "Merge strategy '%s' not supported."
3001 #~ msgstr "合併策略 '%s' 不支持."
3003 #~ msgid "Merged Into:"
3007 #~ msgid "Merging %s and %s..."
3008 #~ msgstr "合併 %s 和 %s"
3010 #~ msgid "Modified, not staged"
3013 #~ msgid "New Branch Name Template"
3014 #~ msgstr "新建分支命名模板"
3016 #~ msgid "New Commit"
3019 #~ msgid "New Name:"
3023 #~ "No changes to commit.\n"
3025 #~ "No files were modified by this commit and it was not a merge commit.\n"
3027 #~ "A rescan will be automatically started now.\n"
3031 #~ "該提交沒有改動任何文件也不是一個合併提交.\n"
3035 #~ msgid "No default branch obtained."
3036 #~ msgstr "沒有獲取缺省分支"
3039 #~ "No differences detected.\n"
3041 #~ "%s has no changes.\n"
3043 #~ "The modification date of this file was updated by another application, but the content within the file was not changed.\n"
3045 #~ "A rescan will be automatically started to find other files which may have the same state."
3049 #~ "該文件的修改日期被另一個程序所更新, 但其內容並沒有變化.\n"
3051 #~ "對於類似情況的其他文件的重新掃瞄將自動開始."
3053 #~ msgid "No files selected for checkout from HEAD."
3054 #~ msgstr "沒有選取任何需要自 HEAD 取出的檔案"
3056 #~ msgid "No working directory"
3059 #~ msgid "Number of loose objects"
3062 #~ msgid "Number of packed objects"
3065 #~ msgid "Number of packs"
3068 #~ msgid "On Debian-based systems try: sudo apt-get install python-pyinotify"
3069 #~ msgstr "於基於 Debian 的系統中嘗試於終端機下執行:sudo apt-get install python-pyinotify"
3071 #~ msgid "One or more of the merge tests failed because you have not fetched the necessary commits. Try fetching from %s first."
3072 #~ msgstr "由於沒有獲取到必要的提交,一個或多個合併測試失敗。請嘗試從 %s 處先獲取。"
3077 #~ msgid "Original File:"
3080 #~ msgid "Originally By:"
3090 #~ msgid "Output: %s"
3093 #~ msgid "Packed objects waiting for pruning"
3094 #~ msgstr "壓縮對象等待清理"
3096 #~ msgid "Path to git repository"
3097 #~ msgstr "Git 版本倉庫的路徑"
3099 #~ msgid "Please select one or more branches to delete."
3100 #~ msgstr "請選擇某個或多個分支來刪除"
3102 #~ msgid "Please supply a branch name."
3103 #~ msgstr "請提供分支名字."
3105 #~ msgid "Portions staged for commit"
3109 #~ "Possible environment issues exist.\n"
3111 #~ "The following environment variables are probably\n"
3112 #~ "going to be ignored by any Git subprocess run\n"
3118 #~ "由 %s 執行的 Git 子進程可能忽略下列環境變量:\n"
3121 #~ msgid "Preferences..."
3124 #~ msgid "Process Diff Hunk"
3125 #~ msgstr "處理內容差異區域"
3127 #~ msgid "Process Selection"
3130 #~ msgid "Prune Tracking Branches During Fetch"
3131 #~ msgstr "獲取時清除跟蹤分支"
3133 #~ msgid "Pruning tracking branches deleted from %s"
3136 #~ msgid "Push Branches"
3140 #~ msgstr "上傳到(push)"
3142 #~ msgid "Pushing %s %s to %s"
3143 #~ msgstr "上傳 %s %s 到 %s"
3145 #~ msgid "Reading %s..."
3146 #~ msgstr "讀取 %s..."
3149 #~ msgid "Ready to commit."
3156 #~ msgid "Rebase Branch"
3160 #~ msgid "Rebase..."
3161 #~ msgstr "復位(Reset)..."
3164 #~ "Recovering deleted branches is difficult.\n"
3166 #~ "Delete the selected branches?"
3168 #~ "恢復被刪除的分支非常困難.\n"
3173 #~ "Recovering deleted branches is difficult. \n"
3175 #~ " Delete the selected branches?"
3177 #~ "恢復被刪除的分支非常困難.\n"
3181 #~ msgid "Refreshing file status..."
3182 #~ msgstr "更新文件狀態..."
3185 #~ msgid "Remote Branches"
3191 #~ msgid "Remove selected paths from the staging area"
3192 #~ msgstr "將選取的路徑自修訂版提交準備區域中移除"
3194 #~ msgid "Rename remote?"
3195 #~ msgstr "要重新命名遠端版控庫嗎?"
3197 #~ msgid "Repository"
3198 #~ msgstr "版本庫(repository)"
3200 #~ msgid "Requires merge resolution"
3201 #~ msgstr "需要解決合併衝突"
3207 #~ "Reset changes?\n"
3209 #~ "Resetting the changes will cause *ALL* uncommitted changes to be lost.\n"
3211 #~ "Continue with resetting the current changes?"
3215 #~ "復位當前的改動將導致 *所有* 未提交的改動丟失.\n"
3219 #~ msgid "Restore Defaults"
3222 #~ msgid "Revert Uncommitted Changes..."
3223 #~ msgstr "撤銷尚未建立修訂版提交的內容變動"
3225 #~ msgid "Revert changes in these %i files?"
3226 #~ msgstr "撤銷這些 (%i個) 文件的改動?"
3228 #~ msgid "Select File"
3231 #~ msgid "Select file from \"%s\""
3232 #~ msgstr "於「%s」中選取檔案"
3234 #~ msgid "Shared (Fastest, Not Recommended, No Backup)"
3235 #~ msgstr "共享方式 (最快, 不推薦, 不做備份)"
3237 #~ msgid "Shared only available for local repository."
3238 #~ msgstr "共享方式僅當是本地版本庫時有效."
3240 #~ msgid "Show Less Context"
3243 #~ msgid "Show More Context"
3246 #~ msgid "Source Branches"
3249 #~ msgid "Stage Hunk For Commit"
3250 #~ msgstr "緩存修改塊為提交"
3252 #~ msgid "Staged Changes (Will Commit)"
3253 #~ msgstr "已緩存的改動 (將被提交)"
3255 #~ msgid "Staged for commit, missing"
3256 #~ msgstr "緩存為提交, 不存在"
3258 #~ msgid "Staged for removal"
3261 #~ msgid "Staged for removal, still present"
3262 #~ msgstr "緩存為刪除, 但仍存在"
3264 #~ msgid "Staging Area"
3265 #~ msgstr "新修訂版準備區域"
3267 #~ msgid "Staging area (index) is already locked."
3268 #~ msgstr "緩存區域 (index) 已被鎖定."
3270 #~ msgid "Standard (Fast, Semi-Redundant, Hardlinks)"
3271 #~ msgstr "標準方式 (快速, 部分備份, 作硬連接)"
3273 #~ msgid "Standard only available for local repository."
3274 #~ msgstr "標準方式僅當是本地版本庫時有效."
3276 #~ msgid "Starting gitk... please wait..."
3277 #~ msgstr "啟動 gitk... 請等待..."
3279 #~ msgid "Staying on branch '%s'."
3280 #~ msgstr "停留在分支 '%s'."
3285 #~ msgid "The 'master' branch has not been initialized."
3286 #~ msgstr "'master'分支尚未初始化."
3288 #~ msgid "The following branches are not completely merged into %s:"
3289 #~ msgstr "下列分支沒有完全被合併到 %s:"
3292 #~ "The following branches are not completely merged into %s:\n"
3296 #~ "下列分支沒有被全部合併到 %s 中:\n"
3301 #~ "There is nothing to amend.\n"
3303 #~ "You are about to create the initial commit. There is no commit before this to amend.\n"
3307 #~ "你正在創建最初的提交. 在此之前沒有提交可以修正.\n"
3309 #~ msgid "This Detached Checkout"
3310 #~ msgstr "該脫節的Checkout"
3313 #~ "This PyQt4 does not include QtWebKit.\n"
3314 #~ "The keyboard shortcuts feature is unavailable."
3316 #~ "此 PyQt4 並未包含 QtWebKit。\n"
3317 #~ "不支援顯示軟體的鍵盤快捷鍵列表。翻譯者注:"
3320 #~ "This is example text.\n"
3321 #~ "If you like this text, it can be your font."
3324 #~ "如果你喜歡, 你可以設置該字體."
3327 #~ "This repository currently has approximately %i loose objects.\n"
3329 #~ "To maintain optimal performance it is strongly recommended that you compress the database when more than %i loose objects exist.\n"
3331 #~ "Compress the database now?"
3333 #~ "該版本庫當前約有 %i 個鬆散對象.\n"
3335 #~ "為達到較優的性能,強烈建議你在鬆散對象多於 %i 時壓縮數據庫.\n"
3339 #~ msgid "Tracking branch %s is not a branch in the remote repository."
3340 #~ msgstr "跟蹤分支 %s 並不是遠端版本庫中的一個分支"
3342 #~ msgid "Transfer Options"
3345 #~ msgid "Unable to copy object: %s"
3346 #~ msgstr "無法複製 object: %s"
3348 #~ msgid "Unable to copy objects/info/alternates: %s"
3349 #~ msgstr "無法複製 objects/info/alternates: %s"
3351 #~ msgid "Unable to display %s"
3354 #~ msgid "Unable to hardlink object: %s"
3355 #~ msgstr "無法硬鏈接 object: %s"
3357 #~ msgid "Unable to obtain your identity:"
3358 #~ msgstr "無法獲知你的身份:"
3361 #~ "Unable to start gitk:\n"
3363 #~ "%s does not exist"
3369 #~ msgid "Unable to unlock the index."
3370 #~ msgstr "無法解鎖緩存 (index)"
3373 #~ "Unknown file state %s detected.\n"
3375 #~ "File %s cannot be committed by this program.\n"
3377 #~ "檢測到未知文件狀態 %s.\n"
3379 #~ "文件 %s 無法由該程序提交.\n"
3381 #~ msgid "Unlock Index"
3382 #~ msgstr "解鎖 Index"
3385 #~ "Unmerged files cannot be committed.\n"
3387 #~ "File %s has merge conflicts. You must resolve them and stage the file before committing.\n"
3389 #~ "尚未合併的文件沒有辦法提交.\n"
3391 #~ "文件 %s 有合併衝突, 你必須解決這些衝突並緩存該文件作提交.\n"
3393 #~ msgid "Unstage Hunk From Commit"
3394 #~ msgstr "從提交中撤除修改塊"
3399 #~ msgid "Updating the Git index failed. A rescan will be automatically started to resynchronize git-gui."
3400 #~ msgstr "更新 Git 緩存(Index)失敗, 重新掃瞄將自動開始以重新同步 git-gui."
3402 #~ msgid "Updating working directory to '%s'..."
3403 #~ msgstr "更新工作目錄到 '%s'..."
3405 #~ msgid "Updating..."
3408 #~ msgid "Use thin pack (for slow network connections)"
3409 #~ msgstr "使用 thin pack (適用於低速網絡連接)"
3411 #~ msgid "Verify Database"
3414 #~ msgid "Verifying the object database with fsck-objects"
3415 #~ msgstr "使用 fsck-objects 驗證對象數據庫"
3417 #~ msgid "Visualize %s's History"
3418 #~ msgstr "圖示 %s 分支的歷史"
3420 #~ msgid "Working... please wait..."
3421 #~ msgstr "工作中... 請等待..."
3424 #~ "You are in the middle of a change.\n"
3426 #~ "File %s is modified.\n"
3428 #~ "You should complete the current commit before starting a merge. Doing so will help you abort a failed merge, should the need arise.\n"
3434 #~ "你必須完成當前的提交後才能開始合併. 如果需要, 這麼做將有助於中止一次失敗的合併.\n"
3437 #~ "You are in the middle of a conflicted merge.\n"
3439 #~ "File %s has merge conflicts.\n"
3441 #~ "You must resolve them, stage the file, and commit to complete the current merge. Only then can you begin another merge.\n"
3443 #~ "你正處在一個有衝突的合併操作中.\n"
3447 #~ "你必須解決這些衝突, 緩存該文件, 並提交來完成當前的合併.僅當這樣後才能開始下一個合併操作.\n"
3450 #~ "You are no longer on a local branch.\n"
3452 #~ "If you wanted to be on a branch, create one now starting from 'This Detached Checkout'."
3456 #~ "如果你想位於某分支上, 從當前脫節的Checkout中創建一個新分支."
3458 #~ msgid "You must correct the above errors before committing."
3459 #~ msgstr "你必須在提交前修正上述錯誤."
3461 #~ msgid "[Up To Parent]"
3468 #~ msgid "commit-tree failed:"
3469 #~ msgstr "commit-tree 失敗:"
3471 #~ msgid "fatal: Cannot resolve %s"
3472 #~ msgstr "致命錯誤: 無法解決 %s"
3475 #~ "file notification: disabled\n"
3476 #~ "Note: install pywin32 to enable.\n"
3478 #~ "inotify 檔案變更通知:停用\n"
3479 #~ "注意:安裝 pywin32 以啟用此功能。\n"
3485 #~ msgid "files reset"
3488 #~ msgid "git clone returned exit code %s"
3489 #~ msgstr "git clone 命令傳回了 %s 錯誤狀態碼"
3491 #~ msgid "git tag returned exit code %s"
3492 #~ msgstr "git tag 命令傳回了 %s 錯誤狀態碼"
3494 #~ msgid "git-gui - a graphical user interface for Git."
3495 #~ msgstr "git-gui - Git 的圖形化用戶界面"
3497 #~ msgid "git-gui: fatal error"
3498 #~ msgstr "git-gui: 致命錯誤"
3500 #~ msgid "inotify enabled."
3501 #~ msgstr "inotify 已啟用。"
3504 #~ "inotify: disabled\n"
3505 #~ "Note: install python-pyinotify to enable inotify.\n"
3508 #~ "注意:安裝 python-pyinotify 軟體包以啟用 inotify 檔案變更通知功能。\n"
3510 #~ msgid "lines annotated"
3522 #~ msgid "remote prune %s"
3525 #~ msgid "update-ref failed:"
3526 #~ msgstr "update-ref 失敗:"
3531 #~ msgid "warning: Tcl does not support encoding '%s'."
3532 #~ msgstr "警告: Tcl 不支持編碼方式 '%s'."
3534 #~ msgid "write-tree failed:"
3535 #~ msgstr "write-tree 失敗:"