[git-gui: Chinese (TW) translation] git-gui: added New Chinese (Taiwan) translation.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This translation is based on some zh_CN strings, in repo and/or
three-clause-BSD-licensed on Launchpad. All contributors whose
strings got into this submission have their names added to the PO
header. For those whose email addresses are not available on LP,
the LP user page link is added instead.

Thanks-to: vdragon.Taiwan@xxxxxxxxx, for pointing me to the
_Pro Git 2_ zh_TW translation group word list (link included in po).

Signed-off-by: Mingye Wang (Arthur2e5) <arthur200126@xxxxxxxxx>
---
 po/glossary/zh_tw.po |  169 ++++
 po/zh_tw.po          | 2558 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2727 insertions(+)
 create mode 100644 po/glossary/zh_tw.po
 create mode 100644 po/zh_tw.po


diff --git a/po/glossary/zh_tw.po b/po/glossary/zh_tw.po
new file mode 100644
index 0000000..5fc4b7f
--- /dev/null
+++ b/po/glossary/zh_tw.po
@@ -0,0 +1,169 @@
+# zh_TW git glossary.
+# Copyright (C) 2007 Shawn Pearce, et al.
+# Mingye Wang (Arthur2e5) <arthur200126@xxxxxxxxx>, 2016. 
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"POT-Creation-Date: 2008-01-07 21:20+0100\n"
+"PO-Revision-Date: 2016-04-11 13:14-0400\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Last-Translator: Mingye Wang (Arthur2e5) <arthur200126@xxxxxxxxx>\n"
+"Language-Team:  Traditional Chinese <chinese-l10n@xxxxxxxxxxxxxxxx>\n"
+"Language: zh_TW\n"
+"X-Generator: Poedit 1.8.7\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. "English Definition (Dear translator: This file will never be visible to the user! It should only serve as a tool for you, the translator. Nothing more.)"
+msgid "English Term (Dear translator: This file will never be visible to the user!)"
+msgstr "Fetched from https://nchueecsec.hackpad.com/Pro-Git-hdsV2m1i7ab.";
+
+#. ""
+msgid "amend"
+msgstr "修�"
+
+#. ""
+msgid "annotate"
+msgstr "�註"
+
+#. "A 'branch' is an active line of development."
+msgid "branch [noun]"
+msgstr "å??æ?¯"
+
+#. ""
+msgid "branch [verb]"
+msgstr "å??æ?¯"
+
+#. ""
+msgid "checkout [noun]"
+msgstr "檢�"
+
+#. "The action of updating the working tree to a revision which was stored in the object database."
+msgid "checkout [verb]"
+msgstr "檢�"
+
+#. ""
+msgid "clone [verb]"
+msgstr "å??é??"
+
+#. "A single point in the git history."
+msgid "commit [noun]"
+msgstr "æ??交"
+
+#. "The action of storing a new snapshot of the project's state in the git history."
+msgid "commit [verb]"
+msgstr "æ??交"
+
+#. ""
+msgid "diff [noun]"
+msgstr "差�"
+
+#. ""
+msgid "diff [verb]"
+msgstr "��"
+
+#. "A fast-forward is a special type of merge where you have a revision and you are merging another branch's changes that happen to be a descendant of what you have."
+msgid "fast forward merge"
+msgstr "å¿«é?²å??ä½µ"
+
+#. "Fetching a branch means to get the branch's head from a remote repository, to find out which objects are missing from the local object database, and to get them, too."
+msgid "fetch"
+msgstr "ç?²å??"
+
+#. "One context of consecutive lines in a whole patch, which consists of many such hunks"
+msgid "hunk"
+msgstr "修��"
+
+#. "A collection of files. The index is a stored version of your working tree."
+msgid "index (in git-gui: staging area)"
+msgstr "索�"
+
+#. "A successful merge results in the creation of a new commit representing the result of the merge."
+msgid "merge [noun]"
+msgstr "å??ä½µ"
+
+#. "To bring the contents of another branch into the current branch."
+msgid "merge [verb]"
+msgstr "å??ä½µ"
+
+#. ""
+msgid "message"
+msgstr "��"
+
+#. "Deletes all stale tracking branches under <name>. These stale branches have already been removed from the remote repository referenced by <name>, but are still locally available in 'remotes/<name>'."
+msgid "prune"
+msgstr "翦�"
+
+#. "Pulling a branch means to fetch it and merge it."
+msgid "pull"
+msgstr "æ??å??"
+
+#. "Pushing a branch means to get the branch's head ref from a remote repository, and ... (well, can someone please explain it for mere mortals?)"
+msgid "push"
+msgstr "æ?¨é??"
+
+#. ""
+msgid "redo"
+msgstr "é??å??"
+
+#. "An other repository ('remote'). One might have a set of remotes whose branches one tracks."
+msgid "remote"
+msgstr "�端"
+
+#. "A collection of refs (?) together with an object database containing all objects which are reachable from the refs... (oops, you've lost me here. Again, please an explanation for mere mortals?)"
+msgid "repository"
+msgstr "ç??æ?¬åº«"
+
+#. ""
+msgid "reset"
+msgstr "é??ç½®"
+
+#. ""
+msgid "revert"
+msgstr "å??è½?"
+
+#. "A particular state of files and directories which was stored in the object database."
+msgid "revision"
+msgstr "修�"
+
+#. ""
+msgid "sign off"
+msgstr "ç°½å??"
+
+#. ""
+msgid "staging area"
+msgstr "é ?å­?å??"
+
+#. ""
+msgid "status"
+msgstr "ç?¶æ??"
+
+#. "A ref pointing to a tag or commit object"
+msgid "tag [noun]"
+msgstr "�籤"
+
+#. ""
+msgid "tag [verb]"
+msgstr "��"
+
+#. "A regular git branch that is used to follow changes from another repository."
+msgid "tracking branch"
+msgstr "è·?蹤å??æ?¯"
+
+#. ""
+msgid "undo"
+msgstr "��"
+
+#. ""
+msgid "update"
+msgstr "æ?´æ?°"
+
+#. ""
+msgid "verify"
+msgstr "é©?è­?"
+
+#. "The tree of actual checked out files."
+msgid "working copy, working tree"
+msgstr "å·¥ä½?è¤?æ?¬ã??å·¥ä½?樹"
diff --git a/po/zh_tw.po b/po/zh_tw.po
new file mode 100644
index 0000000..a695df9
--- /dev/null
+++ b/po/zh_tw.po
@@ -0,0 +1,2558 @@
+# Traditional Chinese translation for git-gui
+# Copyright (C) 2007 Shawn Pearce
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd
+# This file is distributed under the same license as the git-gui package.
+# Xudong Guan <xudong.guan@xxxxxxxxx>, 2007.
+# Eric Miao <eric.y.miao@xxxxxxxxx>, 2008, 2009.
+# Chen Ming <https://launchpad.net/~chenming>, 2008.
+# Tao Wei <weitao1979@xxxxxxxxx>, 2008.
+# Aron Xu <happyaron@xxxxxxxxx>, 2008, 2009.
+# Guan Junming <gjunming@xxxxxxxxx>, 2009.
+# Wylmer Wang <https://launchpad.net/~wantinghard>, 2009.
+# Lin Wai Man <raymondlin@xxxxxxxxxxxxx>, 2009.
+# Mingye Wang (Arthur2e5) <arthur200126@xxxxxxxxx>, 2016.
+#
+# Translators, use this as glossary reference:
+# https://nchueecsec.hackpad.com/Pro-Git-hdsV2m1i7ab
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: git-core\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-01-26 15:47-0800\n"
+"PO-Revision-Date: 2016-04-13 19:11-0400\n"
+"Last-Translator: Mingye Wang (Arthur2e5) <arthur200126@xxxxxxxxx>\n"
+"Language-Team: Traditional Chinese <chinese-l10n@xxxxxxxxxxxxxxxx>\n"
+"Language: zh_TW\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 1.8.7\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: git-gui.sh:41 git-gui.sh:793 git-gui.sh:807 git-gui.sh:820 git-gui.sh:903
+#: git-gui.sh:922
+msgid "git-gui: fatal error"
+msgstr "git-gui︰���誤"
+
+#: git-gui.sh:743
+#, tcl-format
+msgid "Invalid font specified in %s:"
+msgstr "%s 中æ??å®?ç??å­?å??ç?¡æ??ï¼?"
+
+#: git-gui.sh:779
+msgid "Main Font"
+msgstr "主è¦?å­?å??"
+
+#: git-gui.sh:780
+msgid "Diff/Console Font"
+msgstr "å·®ç?°/主æ?§å?°å­?å??"
+
+#: git-gui.sh:794
+msgid "Cannot find git in PATH."
+msgstr "PATH 中æ²?æ??æ?¾å?° git"
+
+#: git-gui.sh:821
+msgid "Cannot parse Git version string:"
+msgstr "ç?¡æ³?解æ?? Git ç??ç??æ?¬å­?串ï¼?"
+
+#: git-gui.sh:839
+#, tcl-format
+msgid ""
+"Git version cannot be determined.\n"
+"\n"
+"%s claims it is version '%s'.\n"
+"\n"
+"%s requires at least Git 1.5.0 or later.\n"
+"\n"
+"Assume '%s' is version 1.5.0?\n"
+msgstr ""
+"ç?¡æ³?確å®? Git ç??ç??æ?¬ã??\n"
+"\n"
+"%s è?²æ??å?¶ç??æ?¬ç?ºã??%sã??ã??\n"
+"\n"
+"è?? %s é??è¦? 1.5.0 æ??é??以å¾?ç?? Git ç??æ?¬ã??\n"
+"\n"
+"æ?¯å?¦å??å®?ã??%sã??ç?ºç??æ?¬ 1.5.0ï¼?\n"
+
+#: git-gui.sh:1128
+msgid "Git directory not found:"
+msgstr "Git ç?®é??ç?¡æ³?æ?¾å?°ï¼?"
+
+#: git-gui.sh:1146
+msgid "Cannot move to top of working directory:"
+msgstr "ç?¡æ³?移å??å?°å·¥ä½?ç?®é??é ?層ï¼?"
+
+#: git-gui.sh:1154
+msgid "Cannot use bare repository:"
+msgstr "ç?¡æ³?使ç?¨è£¸ç??æ?¬åº«ï¸°"
+
+#: git-gui.sh:1162
+msgid "No working directory"
+msgstr "æ²?æ??å·¥ä½?ç?®é??"
+
+#: git-gui.sh:1334 lib/checkout_op.tcl:306
+msgid "Refreshing file status..."
+msgstr "å?·æ?°æª?æ¡?ç??æ??â?¦"
+
+#: git-gui.sh:1390
+msgid "Scanning for modified files ..."
+msgstr "æ??æ??ä¿®æ?¹é??ç??æª?æ¡?â?¦"
+
+#: git-gui.sh:1454
+msgid "Calling prepare-commit-msg hook..."
+msgstr "正調ç?¨ã??æº?å??æ??交æ??è¿°ã??å?½ä»¤â?¦"
+
+#: git-gui.sh:1471
+msgid "Commit declined by prepare-commit-msg hook."
+msgstr "æ??交被ã??æº?å??æ??交æ??è¿°ã??é?¤å­?å?½ä»¤æ??çµ?"
+
+#: git-gui.sh:1629 lib/browser.tcl:246
+msgid "Ready."
+msgstr "å°±ç·?ã??"
+
+#: git-gui.sh:1787
+#, tcl-format
+msgid "Displaying only %s of %s files."
+msgstr "å??顯示 %2$s å??æª?æ¡?中ç?? %1$s å??ã??"
+
+#: git-gui.sh:1913
+msgid "Unmodified"
+msgstr "�修�"
+
+#: git-gui.sh:1915
+msgid "Modified, not staged"
+msgstr "ä¿®æ?¹ä½?æ?ªé ?å??"
+
+#: git-gui.sh:1916 git-gui.sh:1924
+msgid "Staged for commit"
+msgstr "é ?å??æ??交"
+
+#: git-gui.sh:1917 git-gui.sh:1925
+msgid "Portions staged for commit"
+msgstr "é?¨å??é ?å??æ??交"
+
+#: git-gui.sh:1918 git-gui.sh:1926
+msgid "Staged for commit, missing"
+msgstr "é ?å??æ??交ï¼?缺失"
+
+#: git-gui.sh:1920
+msgid "File type changed, not staged"
+msgstr "æª?æ¡?é¡?å??æ?¹è®?ï¼?æ?ªé ?å??"
+
+#: git-gui.sh:1921
+msgid "File type changed, staged"
+msgstr "æª?æ¡?é¡?å??æ?¹è®?ï¼?é ?å??"
+
+#: git-gui.sh:1923
+msgid "Untracked, not staged"
+msgstr "æ?ªè·?蹤ï¼?æ?ªé ?å??"
+
+#: git-gui.sh:1928
+msgid "Missing"
+msgstr "�失"
+
+#: git-gui.sh:1929
+msgid "Staged for removal"
+msgstr "é ?å??å?ªé?¤"
+
+#: git-gui.sh:1930
+msgid "Staged for removal, still present"
+msgstr "é ?å??å?ªé?¤ï¼?ä½?ä»?å­?å?¨"
+
+#: git-gui.sh:1932 git-gui.sh:1933 git-gui.sh:1934 git-gui.sh:1935
+#: git-gui.sh:1936 git-gui.sh:1937
+msgid "Requires merge resolution"
+msgstr "é??è¦?解決å??ä½µè¡?çª?"
+
+#: git-gui.sh:1972
+msgid "Starting gitk... please wait..."
+msgstr "å??å?? gitkâ?¦ è«?ç­?å¾?â?¦"
+
+#: git-gui.sh:1984
+msgid "Couldn't find gitk in PATH"
+msgstr "� PATH 中��� gitk"
+
+#: git-gui.sh:2043
+msgid "Couldn't find git gui in PATH"
+msgstr "PATH 中��� git gui"
+
+#: git-gui.sh:2455 lib/choose_repository.tcl:36
+msgid "Repository"
+msgstr "�件庫"
+
+#: git-gui.sh:2456
+msgid "Edit"
+msgstr "編輯"
+
+#: git-gui.sh:2458 lib/choose_rev.tcl:561
+msgid "Branch"
+msgstr "å??æ?¯"
+
+#: git-gui.sh:2461 lib/choose_rev.tcl:548
+msgid "Commit@@noun"
+msgstr "æ??交"
+
+#: git-gui.sh:2464 lib/merge.tcl:121 lib/merge.tcl:150 lib/merge.tcl:168
+msgid "Merge"
+msgstr "å??ä½µ"
+
+#: git-gui.sh:2465 lib/choose_rev.tcl:557
+msgid "Remote"
+msgstr "é? ç«¯æ??ä½?"
+
+#: git-gui.sh:2468
+msgid "Tools"
+msgstr "工�"
+
+#: git-gui.sh:2477
+msgid "Explore Working Copy"
+msgstr "ç??覽工ä½?æ?·è²?"
+
+#: git-gui.sh:2483
+msgid "Browse Current Branch's Files"
+msgstr "ç??覽ç?¶å??å??æ?¯ä¸?ç??æª?æ¡?"
+
+#: git-gui.sh:2487
+msgid "Browse Branch Files..."
+msgstr "ç??覽å??æ?¯ä¸?ç??æª?æ¡?â?¦"
+
+#: git-gui.sh:2492
+msgid "Visualize Current Branch's History"
+msgstr "å??示ç?¶å??å??æ?¯ç??æ­·å?²"
+
+#: git-gui.sh:2496
+msgid "Visualize All Branch History"
+msgstr "å??示æ??æ??å??æ?¯ç??æ­·å?²"
+
+#: git-gui.sh:2503
+#, tcl-format
+msgid "Browse %s's Files"
+msgstr "ç??覽 %s ä¸?ç??æª?æ¡?"
+
+#: git-gui.sh:2505
+#, tcl-format
+msgid "Visualize %s's History"
+msgstr "å??示 %s å??æ?¯ç??æ­·å?²"
+
+#: git-gui.sh:2510 lib/database.tcl:27 lib/database.tcl:67
+msgid "Database Statistics"
+msgstr "è³?æ??庫統è¨?"
+
+#: git-gui.sh:2513 lib/database.tcl:34
+msgid "Compress Database"
+msgstr "å£?縮è³?æ??庫"
+
+#: git-gui.sh:2516
+msgid "Verify Database"
+msgstr "é©?è­?è³?æ??庫"
+
+#: git-gui.sh:2523 git-gui.sh:2527 git-gui.sh:2531 lib/shortcut.tcl:8
+#: lib/shortcut.tcl:40 lib/shortcut.tcl:72
+msgid "Create Desktop Icon"
+msgstr "建ç«?æ¡?é?¢å??示"
+
+#: git-gui.sh:2539 lib/choose_repository.tcl:183 lib/choose_repository.tcl:191
+msgid "Quit"
+msgstr "çµ?æ??"
+
+#: git-gui.sh:2547
+msgid "Undo"
+msgstr "復å??"
+
+#: git-gui.sh:2550
+msgid "Redo"
+msgstr "é??å??"
+
+#: git-gui.sh:2554 git-gui.sh:3109
+msgid "Cut"
+msgstr "��"
+
+#: git-gui.sh:2557 git-gui.sh:3112 git-gui.sh:3186 git-gui.sh:3259
+#: lib/console.tcl:69
+msgid "Copy"
+msgstr "�製"
+
+#: git-gui.sh:2560 git-gui.sh:3115
+msgid "Paste"
+msgstr "貼�"
+
+#: git-gui.sh:2563 git-gui.sh:3118 lib/branch_delete.tcl:26
+#: lib/remote_branch_delete.tcl:38
+msgid "Delete"
+msgstr "��"
+
+#: git-gui.sh:2567 git-gui.sh:3122 git-gui.sh:3263 lib/console.tcl:71
+msgid "Select All"
+msgstr "��"
+
+#: git-gui.sh:2576
+msgid "Create..."
+msgstr "建��"
+
+#: git-gui.sh:2582
+msgid "Checkout..."
+msgstr "檢��"
+
+#: git-gui.sh:2588
+msgid "Rename..."
+msgstr "é??æ?°å?½å??â?¦"
+
+#: git-gui.sh:2593
+msgid "Delete..."
+msgstr "���"
+
+#: git-gui.sh:2598
+msgid "Reset..."
+msgstr "é??ç½®â?¦"
+
+#: git-gui.sh:2608
+msgid "Done"
+msgstr "å®?æ??"
+
+#: git-gui.sh:2610
+msgid "Commit@@verb"
+msgstr "æ??交"
+
+#: git-gui.sh:2619 git-gui.sh:3050
+msgid "New Commit"
+msgstr "æ?°å»ºæ??交"
+
+#: git-gui.sh:2627 git-gui.sh:3057
+msgid "Amend Last Commit"
+msgstr "ä¿®è¨?ä¸?次æ??交"
+
+#: git-gui.sh:2637 git-gui.sh:3011 lib/remote_branch_delete.tcl:99
+msgid "Rescan"
+msgstr "é??æ?°æ?«æ??"
+
+#: git-gui.sh:2643
+msgid "Stage To Commit"
+msgstr "é ?å??æ??交"
+
+#: git-gui.sh:2649
+msgid "Stage Changed Files To Commit"
+msgstr "é ?å??æ??交已è®?æ?´ç??æª?æ¡?"
+
+#: git-gui.sh:2655
+msgid "Unstage From Commit"
+msgstr "å¾?é ?å??æ??交æ?¤é?¤"
+
+#: git-gui.sh:2661 lib/index.tcl:412
+msgid "Revert Changes"
+msgstr "��修�"
+
+#: git-gui.sh:2669 git-gui.sh:3310 git-gui.sh:3341
+msgid "Show Less Context"
+msgstr "顯示æ?´å°?ä¸?ä¸?æ??"
+
+#: git-gui.sh:2673 git-gui.sh:3314 git-gui.sh:3345
+msgid "Show More Context"
+msgstr "顯示æ?´å¤?ä¸?ä¸?æ??"
+
+#: git-gui.sh:2680 git-gui.sh:3024 git-gui.sh:3133
+msgid "Sign Off"
+msgstr "ç°½å??"
+
+#: git-gui.sh:2696
+msgid "Local Merge..."
+msgstr "æ?¬å?°å??ä½µâ?¦"
+
+#: git-gui.sh:2701
+msgid "Abort Merge..."
+msgstr "中止å??ä½µâ?¦"
+
+#: git-gui.sh:2713 git-gui.sh:2741
+msgid "Add..."
+msgstr "添��"
+
+#: git-gui.sh:2717
+msgid "Push..."
+msgstr "æ?¨é??â?¦"
+
+#: git-gui.sh:2721
+msgid "Delete Branch..."
+msgstr "å?ªé?¤å??æ?¯"
+
+#: git-gui.sh:2731 git-gui.sh:3292
+msgid "Options..."
+msgstr "é??项â?¦"
+
+#: git-gui.sh:2742
+msgid "Remove..."
+msgstr "���"
+
+#: git-gui.sh:2751 lib/choose_repository.tcl:50
+msgid "Help"
+msgstr "帮�"
+
+#: git-gui.sh:2755 git-gui.sh:2759 lib/about.tcl:14
+#: lib/choose_repository.tcl:44 lib/choose_repository.tcl:53
+#, tcl-format
+msgid "About %s"
+msgstr "é??æ?¼ %s"
+
+#: git-gui.sh:2783
+msgid "Online Documentation"
+msgstr "ç·?ä¸?說æ??æ??件"
+
+#: git-gui.sh:2786 lib/choose_repository.tcl:47 lib/choose_repository.tcl:56
+msgid "Show SSH Key"
+msgstr "顯示 SSH é??é?°"
+
+#: git-gui.sh:2893
+#, tcl-format
+msgid "fatal: cannot stat path %s: No such file or directory"
+msgstr "è?´å?½é?¯èª¤ï¼?ç?¡æ³?ç?²å??è·¯å¾? %s ç??è³?è¨?ï¼?該æª?æ¡?æ??ç?®é??ä¸?å­?å?¨"
+
+#: git-gui.sh:2926
+msgid "Current Branch:"
+msgstr "ç?¶å??å??æ?¯ï¼?"
+
+#: git-gui.sh:2947
+msgid "Staged Changes (Will Commit)"
+msgstr "å·²é ?å??ç??è®?æ?´ï¼?å°?被æ??交ï¼?"
+
+#: git-gui.sh:2967
+msgid "Unstaged Changes"
+msgstr "æ?ªé ?å??ç??è®?æ?´"
+
+#: git-gui.sh:3017
+msgid "Stage Changed"
+msgstr "é ?å??è®?æ?´"
+
+#: git-gui.sh:3036 lib/transport.tcl:104 lib/transport.tcl:193
+msgid "Push"
+msgstr "æ?¨é??"
+
+#: git-gui.sh:3071
+msgid "Initial Commit Message:"
+msgstr "å??å§?ç??æ??交æ??è¿°ï¼?"
+
+#: git-gui.sh:3072
+msgid "Amended Commit Message:"
+msgstr "ä¿®è¨?ç??æ??交æ??è¿°ï¼?"
+
+#: git-gui.sh:3073
+msgid "Amended Initial Commit Message:"
+msgstr "ä¿®è¨?ç??å??å§?æ??交æ??è¿°ï¼?"
+
+#: git-gui.sh:3074
+msgid "Amended Merge Commit Message:"
+msgstr "ä¿®è¨?ç??å??ä½µæ??交æ??è¿°ï¼?"
+
+#: git-gui.sh:3075
+msgid "Merge Commit Message:"
+msgstr "å??ä½µæ??交æ??è¿°ï¼?"
+
+#: git-gui.sh:3076
+msgid "Commit Message:"
+msgstr "æ??交æ??è¿°ï¼?"
+
+#: git-gui.sh:3125 git-gui.sh:3267 lib/console.tcl:73
+msgid "Copy All"
+msgstr "����"
+
+#: git-gui.sh:3149 lib/blame.tcl:104
+msgid "File:"
+msgstr "���"
+
+#: git-gui.sh:3255
+msgid "Refresh"
+msgstr "å?·æ?°"
+
+#: git-gui.sh:3276
+msgid "Decrease Font Size"
+msgstr "縮���"
+
+#: git-gui.sh:3280
+msgid "Increase Font Size"
+msgstr "�大��"
+
+#: git-gui.sh:3288 lib/blame.tcl:281
+msgid "Encoding"
+msgstr "ç¼?ç ?"
+
+#: git-gui.sh:3299
+msgid "Apply/Reverse Hunk"
+msgstr "��/��此修��"
+
+#: git-gui.sh:3304
+msgid "Apply/Reverse Line"
+msgstr "å¥?ç?¨/æ?¢å¾©å??"
+
+#: git-gui.sh:3323
+msgid "Run Merge Tool"
+msgstr "å?·è¡?å??併工å?·"
+
+#: git-gui.sh:3328
+msgid "Use Remote Version"
+msgstr "使ç?¨é? ç«¯ç??æ?¬"
+
+#: git-gui.sh:3332
+msgid "Use Local Version"
+msgstr "使ç?¨æ?¬å?°ç??æ?¬"
+
+#: git-gui.sh:3336
+msgid "Revert To Base"
+msgstr "è¿?å??å?°å?ºåº?"
+
+#: git-gui.sh:3354
+msgid "Visualize These Changes In The Submodule"
+msgstr "è¦?覺å??æ­¤å­?模çµ?中ç??è®?æ?´"
+
+#: git-gui.sh:3358
+msgid "Visualize Current Branch History In The Submodule"
+msgstr "è¦?覺å??æ­¤å­?模çµ?中ç??ç?¶å??å??æ?¯æ­·å?²"
+
+#: git-gui.sh:3362
+msgid "Visualize All Branch History In The Submodule"
+msgstr "è¦?覺å??æ­¤å­?模çµ?中ç??æ??æ??å??æ?¯æ­·å?²"
+
+#: git-gui.sh:3367
+msgid "Start git gui In The Submodule"
+msgstr "æ?¼æ­¤å­?模çµ?中å??å?? git gui"
+
+#: git-gui.sh:3389
+msgid "Unstage Hunk From Commit"
+msgstr "å¾?æ??交中æ?¤é?¤ä¿®æ?¹å¡?"
+
+#: git-gui.sh:3391
+msgid "Unstage Lines From Commit"
+msgstr "æ?¤é?¤é ?å??æ??交ç??å??"
+
+#: git-gui.sh:3393
+msgid "Unstage Line From Commit"
+msgstr "å¾?æ??交中æ?¤é?¤ä¿®æ?¹å??"
+
+#: git-gui.sh:3396
+msgid "Stage Hunk For Commit"
+msgstr "é ?å??æ??交修æ?¹å¡?"
+
+#: git-gui.sh:3398
+msgid "Stage Lines For Commit"
+msgstr "å°?å??æ¨?ç?ºé ?å??æ??交"
+
+#: git-gui.sh:3400
+msgid "Stage Line For Commit"
+msgstr "é ?å??æ??交å??"
+
+#: git-gui.sh:3424
+msgid "Initializing..."
+msgstr "æ­£å?¨å??å§?å??â?¦"
+
+#: git-gui.sh:3541
+#, tcl-format
+msgid ""
+"Possible environment issues exist.\n"
+"\n"
+"The following environment variables are probably\n"
+"going to be ignored by any Git subprocess run\n"
+"by %s:\n"
+"\n"
+msgstr ""
+"å?¯è?½å­?å?¨ç?°å¢?è®?æ?¸ç??å??é¡?ã??\n"
+"\n"
+"ç?± %s å?·è¡?ç?? Git å­?ç¨?åº?å?¯è?½å¿½ç?¥äº?ä¸?å??ç?°å¢?è®?æ?¸ï¼?\n"
+"\n"
+
+#: git-gui.sh:3570
+msgid ""
+"\n"
+"This is due to a known issue with the\n"
+"Tcl binary distributed by Cygwin."
+msgstr ""
+"\n"
+"é??æ?¯ç?± Cygwin é??å?ºç?? Tcl ç¨?å¼?碼中ä¸?å??\n"
+"å·²ç?¥å??é¡?æ??å¼?èµ·ã??"
+
+#: git-gui.sh:3575
+#, tcl-format
+msgid ""
+"\n"
+"\n"
+"A good replacement for %s\n"
+"is placing values for the user.name and\n"
+"user.email settings into your personal\n"
+"~/.gitconfig file.\n"
+msgstr ""
+"\n"
+"\n"
+"%s ç??ä¸?å??å¾?好ç??æ?¿ä»£æ?¹æ¡?æ?¯å°? user.name 以å??\n"
+"user.email 設å®?æ?¾å?¨ä½ ç??å??人 ~/.gitconfig\n"
+"æª?æ¡?中ã??\n"
+
+#: lib/about.tcl:26
+msgid "git-gui - a graphical user interface for Git."
+msgstr "git-gui - Git ç??å??å½¢å??使ç?¨è??ä»?é?¢"
+
+#: lib/blame.tcl:72
+msgid "File Viewer"
+msgstr "��檢��"
+
+#: lib/blame.tcl:78
+msgid "Commit:"
+msgstr "æ??交ï¼?"
+
+#: lib/blame.tcl:271
+msgid "Copy Commit"
+msgstr "è¤?製æ??交"
+
+#: lib/blame.tcl:275
+msgid "Find Text..."
+msgstr "æ?¥è©¢æ??å­?â?¦"
+
+#: lib/blame.tcl:284
+msgid "Do Full Copy Detection"
+msgstr "é?²å??å?¨å±?æ?·è²?檢測"
+
+#: lib/blame.tcl:288
+msgid "Show History Context"
+msgstr "顯示歷���"
+
+#: lib/blame.tcl:291
+msgid "Blame Parent Commit"
+msgstr "究責親代æ??交"
+
+#: lib/blame.tcl:450
+#, tcl-format
+msgid "Reading %s..."
+msgstr "è®?å?? %sâ?¦"
+
+#: lib/blame.tcl:557
+msgid "Loading copy/move tracking annotations..."
+msgstr "è£?è¼?è¤?製/移å??è·?蹤æ¨?註â?¦"
+
+#: lib/blame.tcl:577
+msgid "lines annotated"
+msgstr "å·²æ¨?註å??"
+
+#: lib/blame.tcl:769
+msgid "Loading original location annotations..."
+msgstr "è£?è¼?å??å§?ä½?ç½®æ¨?註â?¦"
+
+#: lib/blame.tcl:772
+msgid "Annotation complete."
+msgstr "æ¨?註å®?æ??ã??"
+
+#: lib/blame.tcl:802
+msgid "Busy"
+msgstr "��"
+
+#: lib/blame.tcl:803
+msgid "Annotation process is already running."
+msgstr "æ­£å?¨å?·è¡?æ¨?註è??ç??ã??"
+
+#: lib/blame.tcl:842
+msgid "Running thorough copy detection..."
+msgstr "正�������檢測�"
+
+#: lib/blame.tcl:910
+msgid "Loading annotation..."
+msgstr "���註�"
+
+#: lib/blame.tcl:963
+msgid "Author:"
+msgstr "ä½?è??ï¼?"
+
+#: lib/blame.tcl:967
+msgid "Committer:"
+msgstr "æ??交è??ï¼?"
+
+#: lib/blame.tcl:972
+msgid "Original File:"
+msgstr "å??å§?æª?æ¡?ï¼?"
+
+#: lib/blame.tcl:1020
+msgid "Cannot find HEAD commit:"
+msgstr "ç?¡æ³?æ?¾å?° HEAD æ??交ï¼?"
+
+#: lib/blame.tcl:1075
+msgid "Cannot find parent commit:"
+msgstr "ç?¡æ³?æ?¾å?°è¦ªæ??交ï¼?"
+
+#: lib/blame.tcl:1090
+msgid "Unable to display parent"
+msgstr "��顯示親代"
+
+#: lib/blame.tcl:1091 lib/diff.tcl:320
+msgid "Error loading diff:"
+msgstr "�� diff �誤�"
+
+#: lib/blame.tcl:1231
+msgid "Originally By:"
+msgstr "æ??å??ç?±ï¼?"
+
+#: lib/blame.tcl:1237
+msgid "In File:"
+msgstr "����"
+
+#: lib/blame.tcl:1242
+msgid "Copied Or Moved Here By:"
+msgstr "ç?±è¤?製æ??移å??è?³æ­¤ï¼?"
+
+#: lib/branch_checkout.tcl:14 lib/branch_checkout.tcl:19
+msgid "Checkout Branch"
+msgstr "檢å?ºå??æ?¯"
+
+#: lib/branch_checkout.tcl:23
+msgid "Checkout"
+msgstr "檢�"
+
+#: lib/branch_checkout.tcl:27 lib/branch_create.tcl:35 lib/branch_delete.tcl:32
+#: lib/branch_rename.tcl:30 lib/browser.tcl:282 lib/checkout_op.tcl:579
+#: lib/choose_font.tcl:43 lib/merge.tcl:172 lib/option.tcl:125
+#: lib/remote_add.tcl:32 lib/remote_branch_delete.tcl:42 lib/tools_dlg.tcl:40
+#: lib/tools_dlg.tcl:204 lib/tools_dlg.tcl:352 lib/transport.tcl:108
+msgid "Cancel"
+msgstr "å??æ¶?"
+
+#: lib/branch_checkout.tcl:32 lib/browser.tcl:287 lib/tools_dlg.tcl:328
+msgid "Revision"
+msgstr "修订ç??"
+
+#: lib/branch_checkout.tcl:36 lib/branch_create.tcl:69 lib/option.tcl:280
+msgid "Options"
+msgstr "��"
+
+#: lib/branch_checkout.tcl:39 lib/branch_create.tcl:92
+msgid "Fetch Tracking Branch"
+msgstr "ç?²å??è·?蹤å??æ?¯"
+
+#: lib/branch_checkout.tcl:44
+msgid "Detach From Local Branch"
+msgstr "å¾?æ?¬å?°å??æ?¯è?«é?¢"
+
+#: lib/branch_create.tcl:22
+msgid "Create Branch"
+msgstr "建ç«?å??æ?¯"
+
+#: lib/branch_create.tcl:27
+msgid "Create New Branch"
+msgstr "å??建æ?°å??æ?¯"
+
+#: lib/branch_create.tcl:31 lib/choose_repository.tcl:381
+msgid "Create"
+msgstr "å??建"
+
+#: lib/branch_create.tcl:40
+msgid "Branch Name"
+msgstr "å??æ?¯å??"
+
+#: lib/branch_create.tcl:43 lib/remote_add.tcl:39 lib/tools_dlg.tcl:50
+msgid "Name:"
+msgstr "å§?å??ï¼?"
+
+#: lib/branch_create.tcl:58
+msgid "Match Tracking Branch Name"
+msgstr "å?¹é??è·?蹤å??æ?¯å??å­?"
+
+#: lib/branch_create.tcl:66
+msgid "Starting Revision"
+msgstr "èµ·å§?ç??æ?¬"
+
+#: lib/branch_create.tcl:72
+msgid "Update Existing Branch:"
+msgstr "æ?´æ?°å·²æ??å??æ?¯:"
+
+#: lib/branch_create.tcl:75
+msgid "No"
+msgstr "æ? "
+
+#: lib/branch_create.tcl:80
+msgid "Fast Forward Only"
+msgstr "å??å¿«é?²å??ä½µ"
+
+#: lib/branch_create.tcl:85 lib/checkout_op.tcl:571
+msgid "Reset"
+msgstr "é??ç½®"
+
+#: lib/branch_create.tcl:97
+msgid "Checkout After Creation"
+msgstr "�建��檢�"
+
+#: lib/branch_create.tcl:131
+msgid "Please select a tracking branch."
+msgstr "è«?é?¸æ??ä¸?å??è·?蹤å??æ?¯ã??"
+
+#: lib/branch_create.tcl:140
+#, tcl-format
+msgid "Tracking branch %s is not a branch in the remote repository."
+msgstr "è·?蹤å??æ?¯ %s 並ä¸?å?¨é? ç«¯ç??æ?¬åº«ä¸­ã??"
+
+#: lib/branch_create.tcl:153 lib/branch_rename.tcl:86
+msgid "Please supply a branch name."
+msgstr "è«?æ??ä¾?å??æ?¯å??å­?ã??"
+
+#: lib/branch_create.tcl:164 lib/branch_rename.tcl:106
+#, tcl-format
+msgid "'%s' is not an acceptable branch name."
+msgstr "ã??%sã??ä¸?æ?¯ä¸?å??å?¯æ?¥å??ç??å??æ?¯å??ã??"
+
+#: lib/branch_delete.tcl:15
+msgid "Delete Branch"
+msgstr "å?ªé?¤å??æ?¯"
+
+#: lib/branch_delete.tcl:20
+msgid "Delete Local Branch"
+msgstr "å?ªé?¤æ?¬å?°å??æ?¯"
+
+#: lib/branch_delete.tcl:37
+msgid "Local Branches"
+msgstr "æ?¬å?°å??æ?¯"
+
+#: lib/branch_delete.tcl:52
+msgid "Delete Only If Merged Into"
+msgstr "å??å?¨å??ä½µå¾?å?ªé?¤"
+
+#: lib/branch_delete.tcl:54 lib/remote_branch_delete.tcl:119
+msgid "Always (Do not perform merge checks)"
+msgstr "總æ?¯ï¼?ä¸?ä½?å??併檢æ?¥ï¼?"
+
+#: lib/branch_delete.tcl:103
+#, tcl-format
+msgid "The following branches are not completely merged into %s:"
+msgstr "ä¸?å??å??æ?¯æ²?æ??å®?å?¨è¢«å??ä½µå?° %sï¼?"
+
+#: lib/branch_delete.tcl:115 lib/remote_branch_delete.tcl:217
+msgid ""
+"Recovering deleted branches is difficult.\n"
+"\n"
+"Delete the selected branches?"
+msgstr ""
+"æ?¢å¾©è¢«å?ªé?¤ç??å??æ?¯å¾?é?£ã??\n"
+"\n"
+"æ?¯å?¦è¦?å?ªé?¤æ??é?¸å??æ?¯ï¼?"
+
+#: lib/branch_delete.tcl:141
+#, tcl-format
+msgid ""
+"Failed to delete branches:\n"
+"%s"
+msgstr ""
+"ç?¡æ³?å?ªé?¤å??æ?¯ï¼?\n"
+"%s"
+
+#: lib/branch_rename.tcl:14 lib/branch_rename.tcl:22
+msgid "Rename Branch"
+msgstr "æ?´æ?¹å??æ?¯å??"
+
+#: lib/branch_rename.tcl:26
+msgid "Rename"
+msgstr "é??å?½å??"
+
+#: lib/branch_rename.tcl:36
+msgid "Branch:"
+msgstr "å??æ?¯ï¼?"
+
+#: lib/branch_rename.tcl:39
+msgid "New Name:"
+msgstr "æ?°å??称ï¼?"
+
+#: lib/branch_rename.tcl:75
+msgid "Please select a branch to rename."
+msgstr "è«?é?¸æ??è¦?æ?´å??ç??å??æ?¯ã??"
+
+#: lib/branch_rename.tcl:96 lib/checkout_op.tcl:202
+#, tcl-format
+msgid "Branch '%s' already exists."
+msgstr "å??æ?¯ã??%sã??å·²ç¶?å­?å?¨ã??"
+
+#: lib/branch_rename.tcl:117
+#, tcl-format
+msgid "Failed to rename '%s'."
+msgstr "æ?ªè?½æ?´å??ã??%sã??ã??"
+
+#: lib/browser.tcl:17
+msgid "Starting..."
+msgstr "���"
+
+#: lib/browser.tcl:26
+msgid "File Browser"
+msgstr "æª?æ¡?ç??覽å?¨"
+
+#: lib/browser.tcl:126 lib/browser.tcl:143
+#, tcl-format
+msgid "Loading %s..."
+msgstr "正��� %s�"
+
+#: lib/browser.tcl:187
+msgid "[Up To Parent]"
+msgstr "[ä¸?層ç?®é??]"
+
+#: lib/browser.tcl:267 lib/browser.tcl:273
+msgid "Browse Branch Files"
+msgstr "ç??覽å??æ?¯æª?æ¡?"
+
+#: lib/browser.tcl:278 lib/choose_repository.tcl:398
+#: lib/choose_repository.tcl:486 lib/choose_repository.tcl:497
+#: lib/choose_repository.tcl:1028
+msgid "Browse"
+msgstr "��"
+
+#: lib/checkout_op.tcl:85
+#, tcl-format
+msgid "Fetching %s from %s"
+msgstr "ç?²å?? %s è?ª %s"
+
+#: lib/checkout_op.tcl:133
+#, tcl-format
+msgid "fatal: Cannot resolve %s"
+msgstr "è?´å?½é?¯èª¤ï¼?ç?¡æ³?解æ?? %s"
+
+#: lib/checkout_op.tcl:146 lib/console.tcl:81 lib/database.tcl:31
+#: lib/sshkey.tcl:53
+msgid "Close"
+msgstr "é??é??"
+
+#: lib/checkout_op.tcl:175
+#, tcl-format
+msgid "Branch '%s' does not exist."
+msgstr "å??æ?¯ã??%sã??並ä¸?å­?å?¨ã??"
+
+#: lib/checkout_op.tcl:194
+#, tcl-format
+msgid "Failed to configure simplified git-pull for '%s'."
+msgstr "ç?¡æ³?ç?ºã??%sã??é??置簡å??ç?? git-pullã??"
+
+#: lib/checkout_op.tcl:229
+#, tcl-format
+msgid ""
+"Branch '%s' already exists.\n"
+"\n"
+"It cannot fast-forward to %s.\n"
+"A merge is required."
+msgstr ""
+"å??æ?¯ã??%sã??å·²ç¶?å­?å?¨ã??\n"
+"\n"
+"ç?¡æ³?å¿«é?²å??ä½µå?° %sã??\n"
+"é??è¦?æ?®é??å??ä½µã??"
+
+#: lib/checkout_op.tcl:243
+#, tcl-format
+msgid "Merge strategy '%s' not supported."
+msgstr "ä¸?æ?¯æ?´å??ä½µç­?ç?¥ã??%sã??ã??"
+
+#: lib/checkout_op.tcl:262
+#, tcl-format
+msgid "Failed to update '%s'."
+msgstr "ç?¡æ³?æ?´æ?°ã??%sã??ã??"
+
+#: lib/checkout_op.tcl:274
+msgid "Staging area (index) is already locked."
+msgstr "é ?å??å??å??ï¼?ç´¢å¼?ï¼?已被é??å®?ã??"
+
+#: lib/checkout_op.tcl:289
+msgid ""
+"Last scanned state does not match repository state.\n"
+"\n"
+"Another Git program has modified this repository since the last scan.  A "
+"rescan must be performed before the current branch can be changed.\n"
+"\n"
+"The rescan will be automatically started now.\n"
+msgstr ""
+"æ??å¾?ä¸?次æ??æ??ç??ç??æ??å??ç?¶å??ç??æ?¬åº«ç??æ??ä¸?符ã??\n"
+"\n"
+"å?¦ä¸? Git ç¨?å¼?è?ªä¸?次æ??æ??å¾?ä¿®æ?¹äº?æ?¬ç??æ?¬åº«ã??å?¨ä¿®æ?¹ç?¶å??å??æ?¯ä¹?å??é??è¦?é??æ?°å??ä¸?次æ??"
+"æ??ã??\n"
+"\n"
+"é??æ?°æ??æ??å°?è?ªå??é??å§?ã??\n"
+
+#: lib/checkout_op.tcl:345
+#, tcl-format
+msgid "Updating working directory to '%s'..."
+msgstr "æ?´æ?°å·¥ä½?ç?®é??å?°ã??%sã??â?¦"
+
+#: lib/checkout_op.tcl:346
+msgid "files checked out"
+msgstr "��已被檢�"
+
+#: lib/checkout_op.tcl:376
+#, tcl-format
+msgid "Aborted checkout of '%s' (file level merging is required)."
+msgstr "中止ã??%sã??ç??檢å?ºæ??ä½?ï¼?é??è¦?å??æª?æ¡?ç´?å??ä½µï¼?ã??"
+
+#: lib/checkout_op.tcl:377
+msgid "File level merge required."
+msgstr "é??è¦?æª?æ¡?ç´?å??ä½µã??"
+
+#: lib/checkout_op.tcl:381
+#, tcl-format
+msgid "Staying on branch '%s'."
+msgstr "å??ç??å?¨å??æ?¯ã??%sã??ã??"
+
+#: lib/checkout_op.tcl:452
+msgid ""
+"You are no longer on a local branch.\n"
+"\n"
+"If you wanted to be on a branch, create one now starting from 'This Detached "
+"Checkout'."
+msgstr ""
+"ä½ ä¸?å?¨æ??å??æ?¬å?°å??æ?¯ä¸?ã??\n"
+"\n"
+"å¦?æ??ä½ æ?³ä½?æ?¼æ??å??æ?¯ä¸?ï¼?å¾?ã??ç?¶å??è?«ç¯?檢å?ºç??æ?·è²?ã??中建ç«?ä¸?å??æ?°å??æ?¯ã??"
+
+#: lib/checkout_op.tcl:503 lib/checkout_op.tcl:507
+#, tcl-format
+msgid "Checked out '%s'."
+msgstr "已檢å?ºã??%sã??ã??"
+
+#: lib/checkout_op.tcl:535
+#, tcl-format
+msgid "Resetting '%s' to '%s' will lose the following commits:"
+msgstr "復ä½?ã??%sã??å?°ã??%sã??å°?æ??å°?è?´ä¸?失ä¸?å??æ??交ï¼?"
+
+#: lib/checkout_op.tcl:557
+msgid "Recovering lost commits may not be easy."
+msgstr "æ?¢å¾©ä¸?失ç??æ??交å?¯ä¸?ç°¡å?®ã??"
+
+#: lib/checkout_op.tcl:562
+#, tcl-format
+msgid "Reset '%s'?"
+msgstr "復ä½?ã??%sã??ï¼?"
+
+#: lib/checkout_op.tcl:567 lib/merge.tcl:164 lib/tools_dlg.tcl:343
+msgid "Visualize"
+msgstr "è¦?覺å??"
+
+#: lib/checkout_op.tcl:635
+#, tcl-format
+msgid ""
+"Failed to set current branch.\n"
+"\n"
+"This working directory is only partially switched.  We successfully updated "
+"your files, but failed to update an internal Git file.\n"
+"\n"
+"This should not have occurred.  %s will now close and give up."
+msgstr ""
+"ç?¡æ³?設å®?ç?¶å??å??æ?¯ã??\n"
+"\n"
+"ç?¶å??å·¥ä½?ç?®é??å??æ??é?¨å??被å??æ??å?ºï¼?æ??å??å·²æ??å??ç??æ?´æ?°äº?æ?¨ç??æª?æ¡?ä½?æ?¯ç?¡æ³?æ?´æ?°æ??å??å?§é?¨"
+"ç?? Git æª?æ¡?ã??\n"
+"\n"
+"é??æ?¬ä¸?該ç?¼ç??ï¼?%s å°?é??é??並æ?¾æ£?ã??"
+
+#: lib/choose_font.tcl:39
+msgid "Select"
+msgstr "é?¸æ??"
+
+#: lib/choose_font.tcl:53
+msgid "Font Family"
+msgstr "å­?å??æ??"
+
+#: lib/choose_font.tcl:74
+msgid "Font Size"
+msgstr "��大�"
+
+#: lib/choose_font.tcl:91
+msgid "Font Example"
+msgstr "å­?å??樣ä¾?"
+
+#: lib/choose_font.tcl:103
+msgid ""
+"This is example text.\n"
+"If you like this text, it can be your font."
+msgstr ""
+"æ°¸æ?±å??é?¬æ??鬱é??é·¹è¢?ï¼?é??æ?¯æ¨£ä¾?æ??å­?ã??\n"
+"å¦?æ??ä½ å??æ­¡ï¼?ä½ å?¯ä»¥è¨­å®?使ç?¨è©²å­?å??ã??\n"
+"Lorem, \"Ipsum\"; 1lI::0Oo."
+
+#: lib/choose_repository.tcl:28
+msgid "Git Gui"
+msgstr "Git Gui"
+
+#: lib/choose_repository.tcl:87 lib/choose_repository.tcl:386
+msgid "Create New Repository"
+msgstr "建ç«?æ?°å??å?²"
+
+#: lib/choose_repository.tcl:93
+msgid "New..."
+msgstr "�建�"
+
+#: lib/choose_repository.tcl:100 lib/choose_repository.tcl:471
+msgid "Clone Existing Repository"
+msgstr "å??é??å·²æ??ç??æ?¬åº«"
+
+#: lib/choose_repository.tcl:106
+msgid "Clone..."
+msgstr "å??é??"
+
+#: lib/choose_repository.tcl:113 lib/choose_repository.tcl:1016
+msgid "Open Existing Repository"
+msgstr "é??å??å·²æ??ç??æ?¬åº«"
+
+#: lib/choose_repository.tcl:119
+msgid "Open..."
+msgstr "é??å??â?¦"
+
+#: lib/choose_repository.tcl:132
+msgid "Recent Repositories"
+msgstr "æ??è¿?ç??æ?¬åº«"
+
+#: lib/choose_repository.tcl:138
+msgid "Open Recent Repository:"
+msgstr "é??å??æ??è¿?ç??æ?¬åº«"
+
+#: lib/choose_repository.tcl:306 lib/choose_repository.tcl:313
+#: lib/choose_repository.tcl:320
+#, tcl-format
+msgid "Failed to create repository %s:"
+msgstr "ç?¡æ³?建ç«?ç??æ?¬åº« %sï¼?"
+
+#: lib/choose_repository.tcl:391
+msgid "Directory:"
+msgstr "���"
+
+#: lib/choose_repository.tcl:423 lib/choose_repository.tcl:550
+#: lib/choose_repository.tcl:1052
+msgid "Git Repository"
+msgstr "Git ç??æ?¬åº«"
+
+#: lib/choose_repository.tcl:448
+#, tcl-format
+msgid "Directory %s already exists."
+msgstr "ç?®é?? %s å·²ç¶?å­?å?¨ã??"
+
+#: lib/choose_repository.tcl:452
+#, tcl-format
+msgid "File %s already exists."
+msgstr "æª?æ¡? %s å·²ç¶?å­?å?¨ã??"
+
+#: lib/choose_repository.tcl:466
+msgid "Clone"
+msgstr "å??é??"
+
+#: lib/choose_repository.tcl:479
+msgid "Source Location:"
+msgstr "��置�"
+
+#: lib/choose_repository.tcl:490
+msgid "Target Directory:"
+msgstr "ç?®æ¨?ç?®é??ï¼?"
+
+#: lib/choose_repository.tcl:502
+msgid "Clone Type:"
+msgstr "å??é??é¡?å??ï¼?"
+
+#: lib/choose_repository.tcl:508
+msgid "Standard (Fast, Semi-Redundant, Hardlinks)"
+msgstr "æ¨?æº?æ?¹å¼?ï¼?å¿«é??ï¼?é?¨å??å??é¤?ï¼?ä½?硬é?£ç·?ï¼?"
+
+#: lib/choose_repository.tcl:514
+msgid "Full Copy (Slower, Redundant Backup)"
+msgstr "å?¨é?¨è¤?製ï¼?è¼?æ?¢ï¼?å??é¤?å??份ï¼?"
+
+#: lib/choose_repository.tcl:520
+msgid "Shared (Fastest, Not Recommended, No Backup)"
+msgstr "å?±äº«æ?¹å¼?ï¼?æ??å¿«ï¼?ä¸?æ?¨è?¦ï¼?ä¸?å??å??份ï¼?"
+
+#: lib/choose_repository.tcl:556 lib/choose_repository.tcl:603
+#: lib/choose_repository.tcl:749 lib/choose_repository.tcl:819
+#: lib/choose_repository.tcl:1058 lib/choose_repository.tcl:1066
+#, tcl-format
+msgid "Not a Git repository: %s"
+msgstr "ä¸?æ?¯ä¸?å?? Git ç??æ?¬åº«ï¼?%s"
+
+#: lib/choose_repository.tcl:592
+msgid "Standard only available for local repository."
+msgstr "æ¨?æº?æ?¹å¼?å??ç?¶æ?¯æ?¬å?°ç??æ?¬åº«æ??æ??æ??ã??"
+
+#: lib/choose_repository.tcl:596
+msgid "Shared only available for local repository."
+msgstr "å?±äº«æ?¹å¼?å??ç?¶æ?¯æ?¬å?°ç??æ?¬åº«æ??æ??æ??ã??"
+
+#: lib/choose_repository.tcl:617
+#, tcl-format
+msgid "Location %s already exists."
+msgstr "ä½?ç½® %s å·²ç¶?å­?å?¨ã??"
+
+#: lib/choose_repository.tcl:628
+msgid "Failed to configure origin"
+msgstr "ç?¡æ³?é??ç½® origin"
+
+#: lib/choose_repository.tcl:640
+msgid "Counting objects"
+msgstr "���件"
+
+#: lib/choose_repository.tcl:641
+msgid "buckets"
+msgstr "ç??æ?¬åº«"
+
+#: lib/choose_repository.tcl:665
+#, tcl-format
+msgid "Unable to copy objects/info/alternates: %s"
+msgstr "���製 objects/info/alternates�%s"
+
+#: lib/choose_repository.tcl:701
+#, tcl-format
+msgid "Nothing to clone from %s."
+msgstr "æ²?æ??æ?±è¥¿å?¯å¾? %s å??é??ã??"
+
+#: lib/choose_repository.tcl:703 lib/choose_repository.tcl:917
+#: lib/choose_repository.tcl:929
+msgid "The 'master' branch has not been initialized."
+msgstr "ã??masterã??å??æ?¯å°?æ?ªå??å§?å??ã??"
+
+#: lib/choose_repository.tcl:716
+msgid "Hardlinks are unavailable.  Falling back to copying."
+msgstr "硬é?£ç·?ä¸?å?¯ç?¨ã??使ç?¨è¤?製ã??"
+
+#: lib/choose_repository.tcl:728
+#, tcl-format
+msgid "Cloning from %s"
+msgstr "æ­£å¾? %s å??é??"
+
+#: lib/choose_repository.tcl:759
+msgid "Copying objects"
+msgstr "正�製�件"
+
+#: lib/choose_repository.tcl:760
+msgid "KiB"
+msgstr "KB"
+
+#: lib/choose_repository.tcl:784
+#, tcl-format
+msgid "Unable to copy object: %s"
+msgstr "���製�件�%s"
+
+#: lib/choose_repository.tcl:794
+msgid "Linking objects"
+msgstr "正���件"
+
+#: lib/choose_repository.tcl:795
+msgid "objects"
+msgstr "对象"
+
+#: lib/choose_repository.tcl:803
+#, tcl-format
+msgid "Unable to hardlink object: %s"
+msgstr "��硬���件�%s"
+
+#: lib/choose_repository.tcl:858
+msgid "Cannot fetch branches and objects.  See console output for details."
+msgstr "ç?¡æ³?ç?²å??å??æ?¯å??ç?©ä»¶ã??è«?檢è¦?主æ?§å?°ç??輸å?ºã??"
+
+#: lib/choose_repository.tcl:869
+msgid "Cannot fetch tags.  See console output for details."
+msgstr "ç?¡æ³?ç?²å??æ¨?籤ã??è«?檢è¦?主æ?§å?°ç??輸å?ºã??"
+
+#: lib/choose_repository.tcl:893
+msgid "Cannot determine HEAD.  See console output for details."
+msgstr "ç?¡æ³?確å®? HEADã??è«?檢è¦?主æ?§å?°ç??輸å?ºã??"
+
+#: lib/choose_repository.tcl:902
+#, tcl-format
+msgid "Unable to cleanup %s"
+msgstr "ç?¡æ³?æ¸?ç?? %s"
+
+#: lib/choose_repository.tcl:908
+msgid "Clone failed."
+msgstr "å??é??失æ??ã??"
+
+#: lib/choose_repository.tcl:915
+msgid "No default branch obtained."
+msgstr "æ²?æ??ç?²å??é ?設å??æ?¯"
+
+#: lib/choose_repository.tcl:926
+#, tcl-format
+msgid "Cannot resolve %s as a commit."
+msgstr "ç?¡æ³?解æ?? %s ç?ºæ??交ã??"
+
+#: lib/choose_repository.tcl:938
+msgid "Creating working directory"
+msgstr "建ç«?å·¥ä½?ç?®é??"
+
+#: lib/choose_repository.tcl:939 lib/index.tcl:67 lib/index.tcl:130
+#: lib/index.tcl:198
+msgid "files"
+msgstr "��"
+
+#: lib/choose_repository.tcl:968
+msgid "Initial file checkout failed."
+msgstr "å??å§?ç??æª?æ¡?檢å?ºå¤±æ??"
+
+#: lib/choose_repository.tcl:1011
+msgid "Open"
+msgstr "é??å??è??"
+
+#: lib/choose_repository.tcl:1021
+msgid "Repository:"
+msgstr "���"
+
+#: lib/choose_repository.tcl:1072
+#, tcl-format
+msgid "Failed to open repository %s:"
+msgstr "ç?¡æ³?é??å??ç??æ?¬åº« %s:"
+
+#: lib/choose_rev.tcl:53
+msgid "This Detached Checkout"
+msgstr "ç?¶å??è?«ç¯?檢å?ºç??æ?·è²?"
+
+#: lib/choose_rev.tcl:60
+msgid "Revision Expression:"
+msgstr "ç??æ?¬è¡¨ç¤ºå¼?ï¼?"
+
+#: lib/choose_rev.tcl:74
+msgid "Local Branch"
+msgstr "æ?¬å?°å??æ?¯"
+
+#: lib/choose_rev.tcl:79
+msgid "Tracking Branch"
+msgstr "è·?蹤å??æ?¯ï¼?"
+
+#: lib/choose_rev.tcl:84 lib/choose_rev.tcl:538
+msgid "Tag"
+msgstr "�籤"
+
+#: lib/choose_rev.tcl:317
+#, tcl-format
+msgid "Invalid revision: %s"
+msgstr "ç?¡æ??ç??æ?¬ï¼?%s"
+
+#: lib/choose_rev.tcl:338
+msgid "No revision selected."
+msgstr "æ²?æ??é?¸æ??ç??æ?¬ã??"
+
+#: lib/choose_rev.tcl:346
+msgid "Revision expression is empty."
+msgstr "ç??æ?¬è¡¨ç¤ºå¼?ç?ºç©ºã??"
+
+#: lib/choose_rev.tcl:531
+msgid "Updated"
+msgstr "已��"
+
+#: lib/choose_rev.tcl:559
+msgid "URL"
+msgstr "URL"
+
+#: lib/commit.tcl:9
+msgid ""
+"There is nothing to amend.\n"
+"\n"
+"You are about to create the initial commit.  There is no commit before this "
+"to amend.\n"
+msgstr ""
+"æ²?æ??è®?æ?´é??è¦?ä¿®è¨?ã??\n"
+"\n"
+"ä½ æ­£å?¨å»ºç«?æ??å??ç??æ??交ã??å?¨æ­¤ä¹?å??æ²?æ??æ??交å?¯ä»¥ä¿®è¨?ã??\n"
+
+#: lib/commit.tcl:18
+msgid ""
+"Cannot amend while merging.\n"
+"\n"
+"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"
+msgstr ""
+"å?¨å??ä½µæ??ç?¡æ³?ä¿®è¨?ã??\n"
+"\n"
+"ä½ ç?¶å??æ­£å?¨ä¸?次å°?æ?ªå®?æ??ç??å??ä½µæ??ä½?é??ç¨?中ã??é?¤é??中止ç?¶å??å??併活å??ï¼?å?¦å??ç?¡æ³?ä¿®è¨?ä¹?"
+"å??ç??æ??交ã??\n"
+
+#: lib/commit.tcl:48
+msgid "Error loading commit data for amend:"
+msgstr "ç?ºä¿®è¨?è£?è¼?æ??交è³?æ??å?ºé?¯ï¼?"
+
+#: lib/commit.tcl:75
+msgid "Unable to obtain your identity:"
+msgstr "ç?¡æ³?ç?²ç?¥ä½ ç??身份ï¼?"
+
+#: lib/commit.tcl:80
+msgid "Invalid GIT_COMMITTER_IDENT:"
+msgstr "ç?¡æ??ç?? GIT_COMMITTER_IDENTï¼?æ??交è??身份ï¼?ï¼?"
+
+#: lib/commit.tcl:129
+#, tcl-format
+msgid "warning: Tcl does not support encoding '%s'."
+msgstr "è­¦å??ï¼?Tcl ä¸?æ?¯æ?´ç·¨ç¢¼æ?¹å¼?ã??%sã??ã??"
+
+#: lib/commit.tcl:149
+msgid ""
+"Last scanned state does not match repository state.\n"
+"\n"
+"Another Git program has modified this repository since the last scan.  A "
+"rescan must be performed before another commit can be created.\n"
+"\n"
+"The rescan will be automatically started now.\n"
+msgstr ""
+"å¾?ä¸?次æ??æ??ç??ç??æ??å??ç?¶å??ç??æ?¬åº«ç??æ??ä¸?符ã??\n"
+"\n"
+"å?¦ä¸? Git ç¨?å¼?è?ªä¸?次æ??æ??å¾?ä¿®æ?¹äº?æ?¬ç??æ?¬åº«ã??å?¨ä¿®æ?¹ç?¶å??å??æ?¯ä¹?å??é??è¦?é??æ?°å??ä¸?次æ??"
+"æ??ã??\n"
+"\n"
+"é??æ?°æ??æ??å°?è?ªå??é??å§?ã??\n"
+
+#: lib/commit.tcl:172
+#, tcl-format
+msgid ""
+"Unmerged files cannot be committed.\n"
+"\n"
+"File %s has merge conflicts.  You must resolve them and stage the file "
+"before committing.\n"
+msgstr ""
+"å°?æ?ªå??ä½µç??æª?æ¡?æ²?æ??辦æ³?æ??交ã??\n"
+"\n"
+"æª?æ¡? %s æ??å??ä½µè¡?çª?ï¼?ä½ å¿?é ?解決é??äº?è¡?çª?並é ?å??該æª?æ¡?ä½?æ??交ã??\n"
+
+#: lib/commit.tcl:180
+#, tcl-format
+msgid ""
+"Unknown file state %s detected.\n"
+"\n"
+"File %s cannot be committed by this program.\n"
+msgstr ""
+"檢測å?°æ?ªç?¥æª?æ¡?ç??æ?? %sã??\n"
+"\n"
+"æª?æ¡? %s ç?¡æ³?ç?±è©²ç¨?å¼?æ??交ã??\n"
+
+#: lib/commit.tcl:188
+msgid ""
+"No changes to commit.\n"
+"\n"
+"You must stage at least 1 file before you can commit.\n"
+msgstr ""
+"æ²?æ??é??è¦?æ??交ç??è®?å??ã??\n"
+"\n"
+"æ??交å??ä½ å¿?é ?é¦?å??é ?å??è?³å°?ä¸?å??æª?æ¡?ã??\n"
+
+#: lib/commit.tcl:203
+msgid ""
+"Please supply a commit message.\n"
+"\n"
+"A good commit message has the following format:\n"
+"\n"
+"- First line: Describe in one sentence what you did.\n"
+"- Second line: Blank\n"
+"- Remaining lines: Describe why this change is good.\n"
+msgstr ""
+"è«?æ??ä¾?ä¸?æ¢?æ??交æ??è¿°ã??\n"
+"\n"
+"ä¸?æ¢?好ç??æ??交æ??è¿°æ??ä¸?å??æ ¼å¼?ï¼?\n"
+"\n"
+"- 第ä¸?å??ï¼?ä¸?å?¥è©±æ¦?æ?¬ä½ å??ç??ä¿®æ?¹ã??\n"
+"- 第äº?å??ï¼?空å??\n"
+"- å?©é¤?å??ï¼?è«?æ??è¿°ç?ºä»?麼你å??ç??é??äº?è®?æ?´æ?¯å¥½ç??ã??\n"
+
+#: lib/commit.tcl:234
+msgid "Calling pre-commit hook..."
+msgstr "調ç?¨ã??æ??交å??ã??é?¤å­?â?¦"
+
+#: lib/commit.tcl:249
+msgid "Commit declined by pre-commit hook."
+msgstr "æ??交被ã??æ??交å??ã??å?½ä»¤çµ?æ­¢ã??"
+
+#: lib/commit.tcl:272
+msgid "Calling commit-msg hook..."
+msgstr "調ç?¨ã??æ??交æ??è¿°ã??å?½ä»¤â?¦â?¦"
+
+#: lib/commit.tcl:287
+msgid "Commit declined by commit-msg hook."
+msgstr "æ??交被ã??æ??交æ??è¿°ã??å?½ä»¤çµ?æ­¢ã??"
+
+#: lib/commit.tcl:300
+msgid "Committing changes..."
+msgstr "æ­£å?¨æ??交æ?´æ?¹â?¦"
+
+#: lib/commit.tcl:316
+msgid "write-tree failed:"
+msgstr "write-treeï¼?寫樹ï¼?失æ??ï¼?"
+
+#: lib/commit.tcl:317 lib/commit.tcl:361 lib/commit.tcl:382
+msgid "Commit failed."
+msgstr "æ??交失æ??ã??"
+
+#: lib/commit.tcl:334
+#, tcl-format
+msgid "Commit %s appears to be corrupt"
+msgstr "æ??交 %s ä¼¼ä¹?å·²æ??å£?"
+
+#: lib/commit.tcl:339
+msgid ""
+"No changes to commit.\n"
+"\n"
+"No files were modified by this commit and it was not a merge commit.\n"
+"\n"
+"A rescan will be automatically started now.\n"
+msgstr ""
+"æ²?æ??è®?æ?´è¦?æ??交ã??\n"
+"\n"
+"該æ??交æ²?æ??è®?æ?´ä»»ä½?æª?æ¡?ä¹?ä¸?æ?¯ä¸?å??å??ä½µæ??交ã??\n"
+"\n"
+"é??æ?°æ??æ??å°?è?ªå??é??å§?ã??\n"
+
+#: lib/commit.tcl:346
+msgid "No changes to commit."
+msgstr "æ²?æ??è®?æ?´è¦?æ??交ã??"
+
+#: lib/commit.tcl:360
+msgid "commit-tree failed:"
+msgstr "commit-treeï¼?æ??交樹ï¼?失æ??:"
+
+#: lib/commit.tcl:381
+msgid "update-ref failed:"
+msgstr "update-refï¼?æ?´æ?°å¼?ç?¨ï¼?失æ??:"
+
+#: lib/commit.tcl:469
+#, tcl-format
+msgid "Created commit %s: %s"
+msgstr "建ç«?äº?æ??交 %sï¼?%s"
+
+#: lib/console.tcl:59
+msgid "Working... please wait..."
+msgstr "工�中�������"
+
+#: lib/console.tcl:186
+msgid "Success"
+msgstr "æ??å??"
+
+#: lib/console.tcl:200
+msgid "Error: Command Failed"
+msgstr "é?¯èª¤ï¼?å?½ä»¤å¤±æ??"
+
+#: lib/database.tcl:43
+msgid "Number of loose objects"
+msgstr "é¬?æ?£ç?©ä»¶ç??æ?¸é??"
+
+#: lib/database.tcl:44
+msgid "Disk space used by loose objects"
+msgstr "é¬?æ?£ç?©ä»¶æ??使ç?¨ç??ç£?ç¢?空é??"
+
+#: lib/database.tcl:45
+msgid "Number of packed objects"
+msgstr "æ??å??ç?©ä»¶æ?¸é??"
+
+#: lib/database.tcl:46
+msgid "Number of packs"
+msgstr "æ??å??æ?¸é??"
+
+#: lib/database.tcl:47
+msgid "Disk space used by packed objects"
+msgstr "æ??å??ç?©ä»¶æ??使ç?¨ç??ç£?ç¢?空é??"
+
+#: lib/database.tcl:48
+msgid "Packed objects waiting for pruning"
+msgstr "ç­?å¾?翦é?¤ç??æ??å??ç?©ä»¶"
+
+#: lib/database.tcl:49
+msgid "Garbage files"
+msgstr "å??å?¾æª?æ¡?"
+
+#: lib/database.tcl:72
+msgid "Compressing the object database"
+msgstr "å£?縮ç?©ä»¶è³?æ??庫"
+
+#: lib/database.tcl:83
+msgid "Verifying the object database with fsck-objects"
+msgstr "正使ç?¨ fsck-objects é©?è­?ç?©ä»¶è³?æ??庫"
+
+#: lib/database.tcl:107
+#, tcl-format
+msgid ""
+"This repository currently has approximately %i loose objects.\n"
+"\n"
+"To maintain optimal performance it is strongly recommended that you compress "
+"the database.\n"
+"\n"
+"Compress the database now?"
+msgstr ""
+"æ­¤ç??æ?¬åº«ç?®å??æ??ç´? %i å??é¬?æ?£ç??ç?©ä»¶ã??\n"
+"\n"
+"ç?ºäº?ä¿?æ??æ??ä½³æ?§è?½ï¼?å¼·ç??建議æ?¨å£?縮è³?æ??庫ã??\n"
+"\n"
+"ç?¾å?¨å£?縮è³?æ??庫å??ï¼?"
+
+#: lib/date.tcl:25
+#, tcl-format
+msgid "Invalid date from Git: %s"
+msgstr "ç?¡æ??ç??æ?¥æ??ï¼?%s"
+
+#: lib/diff.tcl:64
+#, tcl-format
+msgid ""
+"No differences detected.\n"
+"\n"
+"%s has no changes.\n"
+"\n"
+"The modification date of this file was updated by another application, but "
+"the content within the file was not changed.\n"
+"\n"
+"A rescan will be automatically started to find other files which may have "
+"the same state."
+msgstr ""
+"æ²?æ??ç?¼ç?¾å·®ç?°ã??\n"
+"\n"
+"%s æ²?æ??ç?¼ç??è®?æ?´ã??\n"
+"\n"
+"該æª?æ¡?ç??ä¿®æ?¹æ?¥æ??已被å?¦ä¸?å??ç¨?å¼?æ?´æ?°ï¼?ä½?å?¶å?§å®¹ä¸¦æ?ªè®?å??ã??\n"
+"\n"
+"å°?æ??è?ªå??é??æ?°å??å??ä¸?次æ??æ??以å°?æ?¾å?¶ä»?å?¯è?½å?·æ??å??樣ç??æ??ç??æª?æ¡?ã??"
+
+#: lib/diff.tcl:104
+#, tcl-format
+msgid "Loading diff of %s..."
+msgstr "è¼?å?¥ %s ç??å·®ç?°å°?æ¯?â?¦"
+
+#: lib/diff.tcl:125
+msgid ""
+"LOCAL: deleted\n"
+"REMOTE:\n"
+msgstr ""
+"���已��\n"
+"�端�\n"
+
+#: lib/diff.tcl:130
+msgid ""
+"REMOTE: deleted\n"
+"LOCAL:\n"
+msgstr ""
+"�端�已��\n"
+"���\n"
+
+#: lib/diff.tcl:137
+msgid "LOCAL:\n"
+msgstr "���\n"
+
+#: lib/diff.tcl:140
+msgid "REMOTE:\n"
+msgstr "�端�\n"
+
+#: lib/diff.tcl:202 lib/diff.tcl:319
+#, tcl-format
+msgid "Unable to display %s"
+msgstr "��顯示 %s"
+
+#: lib/diff.tcl:203
+msgid "Error loading file:"
+msgstr "�������"
+
+#: lib/diff.tcl:210
+msgid "Git Repository (subproject)"
+msgstr "Git ç??æ?¬åº«ï¼?å­?å°?æ¡?ï¼?"
+
+#: lib/diff.tcl:222
+msgid "* Binary file (not showing content)."
+msgstr "* äº?é?²ä½?æª? (ä¸?顯示å?§å®¹)ã??"
+
+#: lib/diff.tcl:227
+#, tcl-format
+msgid ""
+"* Untracked file is %d bytes.\n"
+"* Showing only first %d bytes.\n"
+msgstr ""
+"* æ?ªè¿½è¹¤ç??æª?æ¡?ç?º %d bytesã??\n"
+"* å?ªé¡¯ç¤ºé¦? %d bytesã??\n"
+
+#: lib/diff.tcl:233
+#, tcl-format
+msgid ""
+"\n"
+"* Untracked file clipped here by %s.\n"
+"* To see the entire file, use an external editor.\n"
+msgstr ""
+"\n"
+"* æ?ªè¿½è¹¤å?°ç??æª?æ¡?被 %s 縮顯å?¨æ­¤ã??\n"
+"* è¦?檢è¦?å®?æ?´æª?æ¡?ï¼?è«?使ç?¨å¤?é?¨ç·¨è¼¯å?¨ã??\n"
+
+#: lib/diff.tcl:482
+msgid "Failed to unstage selected hunk."
+msgstr "ç?¡æ³?å°?é?¸æ??ç??ç¨?å¼?碼段å¾?é ?å??中å?ªé?¤ã??"
+
+#: lib/diff.tcl:489
+msgid "Failed to stage selected hunk."
+msgstr "ç?¡æ³?é ?å??æ??é?¸è®?æ?´å¡?ã??"
+
+#: lib/diff.tcl:568
+msgid "Failed to unstage selected line."
+msgstr "å??æ¶?é ?å??é?¸æ??ç??å??失æ??ã??"
+
+#: lib/diff.tcl:576
+msgid "Failed to stage selected line."
+msgstr "é ?å??æ??交é?¸æ??ç??å??失æ??ã??"
+
+#: lib/encoding.tcl:443
+msgid "Default"
+msgstr "�設"
+
+#: lib/encoding.tcl:448
+#, tcl-format
+msgid "System (%s)"
+msgstr "系統�%s�"
+
+#: lib/encoding.tcl:459 lib/encoding.tcl:465
+msgid "Other"
+msgstr "��"
+
+#: lib/error.tcl:20 lib/error.tcl:114
+msgid "error"
+msgstr "�誤"
+
+#: lib/error.tcl:36
+msgid "warning"
+msgstr "è­¦å??"
+
+#: lib/error.tcl:94
+msgid "You must correct the above errors before committing."
+msgstr "ä½ å¿?é ?å?¨æ??交å??ä¿®è¨?ä¸?è¿°é?¯èª¤ã??"
+
+#: lib/index.tcl:6
+msgid "Unable to unlock the index."
+msgstr "ç?¡æ³?解é??ç´¢å¼?"
+
+#: lib/index.tcl:15
+msgid "Index Error"
+msgstr "索��誤"
+
+#: lib/index.tcl:17
+msgid ""
+"Updating the Git index failed.  A rescan will be automatically started to "
+"resynchronize git-gui."
+msgstr "æ?´æ?° Git ç´¢å¼?失æ??ï¼?é??æ?°æ??æ??å°?è?ªå??é??å§?以é??æ?°å??æ­¥ git-guiã??"
+
+#: lib/index.tcl:28
+msgid "Continue"
+msgstr "继续"
+
+#: lib/index.tcl:31
+msgid "Unlock Index"
+msgstr "解é?? Index"
+
+#: lib/index.tcl:289
+#, tcl-format
+msgid "Unstaging %s from commit"
+msgstr "å¾?æ??交é ?å??中å?ªé?¤ %s"
+
+#: lib/index.tcl:328
+msgid "Ready to commit."
+msgstr "æº?å??æ??交ã??"
+
+#: lib/index.tcl:341
+#, tcl-format
+msgid "Adding %s"
+msgstr "�� %s"
+
+#: lib/index.tcl:398
+#, tcl-format
+msgid "Revert changes in file %s?"
+msgstr "æ?¤é?·æª?æ¡? %s 中ç??è®?æ?´ï¼?"
+
+#: lib/index.tcl:400
+#, tcl-format
+msgid "Revert changes in these %i files?"
+msgstr "æ?¤é?·é??äº? (%iå??) æª?æ¡?ç??è®?æ?´ï¼?"
+
+#: lib/index.tcl:408
+msgid "Any unstaged changes will be permanently lost by the revert."
+msgstr "ä»»ä½?æ?ªé ?å??ç??è®?æ?´å°?å?¨é??次æ?¤é?·ä¸­æ°¸ä¹?ä¸?失ã??"
+
+#: lib/index.tcl:411
+msgid "Do Nothing"
+msgstr "ä»?ä¹?ä¹?ä¸?å??"
+
+#: lib/index.tcl:429
+msgid "Reverting selected files"
+msgstr "é??å??é?¸ä¸­ç??æª?æ¡?"
+
+#: lib/index.tcl:433
+#, tcl-format
+msgid "Reverting %s"
+msgstr "æ­£å?¨é??å?? %s"
+
+#: lib/merge.tcl:13
+msgid ""
+"Cannot merge while amending.\n"
+"\n"
+"You must finish amending this commit before starting any type of merge.\n"
+msgstr ""
+"ä¿®è¨?æ??ç?¡æ³?å??å??ä½µã??\n"
+"\n"
+"ä½ å¿?é ?å®?æ??å°?該æ??交ç??ä¿®è¨?æ??è?½ç¹¼çº?ä»»ä½?é¡?å??ç??å??ä½µæ??ä½?ã??\n"
+
+#: lib/merge.tcl:27
+msgid ""
+"Last scanned state does not match repository state.\n"
+"\n"
+"Another Git program has modified this repository since the last scan.  A "
+"rescan must be performed before a merge can be performed.\n"
+"\n"
+"The rescan will be automatically started now.\n"
+msgstr ""
+"æ??å¾?ä¸?次æ??æ??ç??ç??æ??å??ç?¶å??ç??æ?¬åº«ç??æ??ä¸?符ã??\n"
+"\n"
+"å?¦ä¸? Git ç¨?å¼?è?ªä¸?次æ??æ??å¾?ä¿®æ?¹äº?æ?¬ç??æ?¬åº«ã??å?¨ä¿®æ?¹ç?¶å??å??æ?¯ä¹?å??é??è¦?é??æ?°å??ä¸?次æ??"
+"æ??ã??\n"
+"\n"
+"é??æ?°æ??æ??å°?è?ªå??é??å§?ã??\n"
+
+#: lib/merge.tcl:45
+#, tcl-format
+msgid ""
+"You are in the middle of a conflicted merge.\n"
+"\n"
+"File %s has merge conflicts.\n"
+"\n"
+"You must resolve them, stage the file, and commit to complete the current "
+"merge.  Only then can you begin another merge.\n"
+msgstr ""
+"ä½ æ­£è??å?¨ä¸?å??æ??è¡?çª?ç??å??ä½µæ??ä½?中ã??\n"
+"\n"
+"æª?æ¡? %s æ??å??ä½µè¡?çª?ã??\n"
+"\n"
+"ä½ å¿?é ?解決é??äº?è¡?çª?ï¼?é ?å??該æª?æ¡?ï¼?並æ??交ä¾?å®?æ??ç?¶å??ç??å??ä½µã??å??ç?¶é??樣å¾?æ??è?½é??å§?ä¸?"
+"ä¸?å??å??ä½µæ??ä½?ã??\n"
+
+#: lib/merge.tcl:55
+#, tcl-format
+msgid ""
+"You are in the middle of a change.\n"
+"\n"
+"File %s is modified.\n"
+"\n"
+"You should complete the current commit before starting a merge.  Doing so "
+"will help you abort a failed merge, should the need arise.\n"
+msgstr ""
+"ä½ æ­£è??å?¨ä¸?å??è®?æ?´ç?¶ä¸­ã??\n"
+"\n"
+"æª?æ¡? %s 已被修æ?¹ã??\n"
+"\n"
+"ä½ å¿?é ?å®?æ??ç?¶å??ç??æ??交å¾?æ??è?½é??å§?å??ä½µã??å¦?æ??é??è¦?ï¼?é??麼å??å°?æ??å?©æ?¼ä¸­æ­¢ä¸?次失æ??ç??å??"
+"ä½µã??\n"
+
+#: lib/merge.tcl:107
+#, tcl-format
+msgid "%s of %s"
+msgstr "%s è?ª %s"
+
+#: lib/merge.tcl:120
+#, tcl-format
+msgid "Merging %s and %s..."
+msgstr "æ­£å?¨å??ä½µ %s å?? %sâ?¦"
+
+#: lib/merge.tcl:131
+msgid "Merge completed successfully."
+msgstr "å??ä½µæ??å??å®?æ??ã??"
+
+#: lib/merge.tcl:133
+msgid "Merge failed.  Conflict resolution is required."
+msgstr "å??併失æ??ã??é??è¦?解決è¡?çª?ã??"
+
+#: lib/merge.tcl:158
+#, tcl-format
+msgid "Merge Into %s"
+msgstr "å??ä½µå?° %s"
+
+#: lib/merge.tcl:177
+msgid "Revision To Merge"
+msgstr "è¦?å??ä½µç??ç??æ?¬"
+
+#: lib/merge.tcl:212
+msgid ""
+"Cannot abort while amending.\n"
+"\n"
+"You must finish amending this commit.\n"
+msgstr ""
+"ä¿®è¨?æ??ä½?中ç?¡æ³?中止ã??\n"
+"\n"
+"ä½ å¿?é ?å??å®?æ??æ?¬æ¬¡ä¿®è¨?æ??ä½?ã??\n"
+
+#: lib/merge.tcl:222
+msgid ""
+"Abort merge?\n"
+"\n"
+"Aborting the current merge will cause *ALL* uncommitted changes to be lost.\n"
+"\n"
+"Continue with aborting the current merge?"
+msgstr ""
+"中止å??ä½µï¼?\n"
+"\n"
+"中止ç?¶å??ç??å??ä½µæ??ä½?å°?å°?è?´ *æ??æ??* å°?æ?ªæ??交ç??è®?æ?´ä¸?失ã??\n"
+"\n"
+"æ?¯å?¦è¦?ç¹¼çº?中止ç?¶å??ç??å??ä½µæ??ä½?ï¼?"
+
+#: lib/merge.tcl:228
+msgid ""
+"Reset changes?\n"
+"\n"
+"Resetting the changes will cause *ALL* uncommitted changes to be lost.\n"
+"\n"
+"Continue with resetting the current changes?"
+msgstr ""
+"æ?¯å?¦å¾©ä½?ç?¶å??è®?æ?´ï¼?\n"
+"\n"
+"復ä½?ç?¶å??ç??è®?æ?´å°?å°?è?´ *æ??æ??* æ?ªæ??交ç??è®?æ?´ä¸?失ã??\n"
+"\n"
+"æ?¯å?¦è¦?ç¹¼çº?復ä½?ç?¶å??ç??è®?æ?´ï¼?"
+
+#: lib/merge.tcl:239
+msgid "Aborting"
+msgstr "正�中止"
+
+#: lib/merge.tcl:239
+msgid "files reset"
+msgstr "å·²é??ç½®æª?æ¡?"
+
+#: lib/merge.tcl:267
+msgid "Abort failed."
+msgstr "中止失æ??ã??"
+
+#: lib/merge.tcl:269
+msgid "Abort completed.  Ready."
+msgstr "中止å®?æ??ã??å°±ç·?ã??"
+
+#: lib/mergetool.tcl:8
+msgid "Force resolution to the base version?"
+msgstr "æ?¯å?¦å¼·å?¶å¥?ç?¨å?°å?ºåº?ç??æ?¬ï¼?"
+
+#: lib/mergetool.tcl:9
+msgid "Force resolution to this branch?"
+msgstr "æ?¯å?¦å¼·å?¶å¥?ç?¨å?°é??å??å??æ?¯ï¼?"
+
+#: lib/mergetool.tcl:10
+msgid "Force resolution to the other branch?"
+msgstr "æ?¯å?¦å¼·å?¶å¥?ç?¨å?°å?¶å®?å??æ?¯ï¼?"
+
+#: lib/mergetool.tcl:14
+#, tcl-format
+msgid ""
+"Note that the diff shows only conflicting changes.\n"
+"\n"
+"%s will be overwritten.\n"
+"\n"
+"This operation can be undone only by restarting the merge."
+msgstr ""
+"注æ??å°?æ¯?å?ªé¡¯ç¤ºæ??è¡?çª?ç??è®?å??ã??\n"
+"%s å°?被è¦?è??ã??\n"
+"æ­¤æ??ä½?å?ªè?½å?¨é??å??å??ä½µæ??å??æ¶?ã??"
+
+#: lib/mergetool.tcl:45
+#, tcl-format
+msgid "File %s seems to have unresolved conflicts, still stage?"
+msgstr "æª?æ¡? %s 好å??é??æ²?æ??解決è¡?çª?ï¼?æ?¯å?¦ä»?ç?¶å¥?ç?¨ï¼?"
+
+#: lib/mergetool.tcl:60
+#, tcl-format
+msgid "Adding resolution for %s"
+msgstr "正�� %s ��解決��"
+
+#: lib/mergetool.tcl:141
+msgid "Cannot resolve deletion or link conflicts using a tool"
+msgstr "ç?¡æ³?使ç?¨å·¥å?·è§£æ±ºå?ªé?¤æ??é?£çµ?è¡?çª?"
+
+#: lib/mergetool.tcl:146
+msgid "Conflict file does not exist"
+msgstr "�������"
+
+#: lib/mergetool.tcl:264
+#, tcl-format
+msgid "Not a GUI merge tool: '%s'"
+msgstr "ä¸?æ?¯å??å½¢å??å??併工å?·ï¼?ã??%sã??"
+
+#: lib/mergetool.tcl:268
+#, tcl-format
+msgid "Unsupported merge tool '%s'"
+msgstr "ä¸?æ?¯æ?´ç??å??併工å?·ã??%sã??"
+
+#: lib/mergetool.tcl:303
+msgid "Merge tool is already running, terminate it?"
+msgstr "å??併工å?·æ­£å?¨å?·è¡?ï¼?æ?¯å?¦çµ?æ­¢ï¼?"
+
+#: lib/mergetool.tcl:323
+#, tcl-format
+msgid ""
+"Error retrieving versions:\n"
+"%s"
+msgstr ""
+"檢索ç??æ?¬å?ºé?¯ï¼?\n"
+"%s"
+
+#: lib/mergetool.tcl:343
+#, tcl-format
+msgid ""
+"Could not start the merge tool:\n"
+"\n"
+"%s"
+msgstr ""
+"ç?¡æ³?å??å??å??併工å?·ï¼?\n"
+"\n"
+"%s"
+
+#: lib/mergetool.tcl:347
+msgid "Running merge tool..."
+msgstr "æ­£å?¨å?·è¡?å??併工å?·â?¦â?¦"
+
+#: lib/mergetool.tcl:375 lib/mergetool.tcl:383
+msgid "Merge tool failed."
+msgstr "å??ä½µæ??ä½?失æ??ã??"
+
+#: lib/option.tcl:11
+#, tcl-format
+msgid "Invalid global encoding '%s'"
+msgstr "å?¨å??編碼ã??%sã??ç?¡æ??"
+
+#: lib/option.tcl:19
+#, tcl-format
+msgid "Invalid repo encoding '%s'"
+msgstr "ç??æ?¬åº«ç·¨ç¢¼ã??%sã??ç?¡æ??"
+
+#: lib/option.tcl:117
+msgid "Restore Defaults"
+msgstr "���认"
+
+#: lib/option.tcl:121
+msgid "Save"
+msgstr "��"
+
+#: lib/option.tcl:131
+#, tcl-format
+msgid "%s Repository"
+msgstr "%s ç??æ?¬åº«"
+
+#: lib/option.tcl:132
+msgid "Global (All Repositories)"
+msgstr "å?¨å±?ï¼?æ??æ??ç??æ?¬åº«ï¼?"
+
+#: lib/option.tcl:138
+msgid "User Name"
+msgstr "ç?¨æ?·å??称"
+
+#: lib/option.tcl:139
+msgid "Email Address"
+msgstr "ç?µå­?é?®ä»¶å?°å??"
+
+#: lib/option.tcl:141
+msgid "Summarize Merge Commits"
+msgstr "æ¦?è¿°å??ä½µæ??交"
+
+#: lib/option.tcl:142
+msgid "Merge Verbosity"
+msgstr "å??併詳細ç¨?度"
+
+#: lib/option.tcl:143
+msgid "Show Diffstat After Merge"
+msgstr "å?¨å??ä½µå¾?顯示差ç?°çµ±è¨?"
+
+#: lib/option.tcl:144
+msgid "Use Merge Tool"
+msgstr "使ç?¨å??併工å?·"
+
+#: lib/option.tcl:146
+msgid "Trust File Modification Timestamps"
+msgstr "ç?¸ä¿¡æª?æ¡?ç??è®?æ?´æ??é??æ?³è¨?"
+
+#: lib/option.tcl:147
+msgid "Prune Tracking Branches During Fetch"
+msgstr "ç?²å??æ??翦é?¤è·?蹤å??æ?¯"
+
+#: lib/option.tcl:148
+msgid "Match Tracking Branches"
+msgstr "å?¹é??è·?蹤å??æ?¯"
+
+#: lib/option.tcl:149
+msgid "Blame Copy Only On Changed Files"
+msgstr "å??å?¨å·²è®?æ?´æ??件ä¸?究責å?¯æ?¬"
+
+#: lib/option.tcl:150
+msgid "Minimum Letters To Blame Copy On"
+msgstr "è¦?究責å?¯æ?¬ç??æ??ä½?å­?æ?¸"
+
+#: lib/option.tcl:151
+msgid "Blame History Context Radius (days)"
+msgstr "究責歷å?²ä¸?ä¸?æ??ç¯?å??ï¼?天ï¼?"
+
+#: lib/option.tcl:152
+msgid "Number of Diff Context Lines"
+msgstr "å·®ç?°ä¸?ä¸?æ??å??æ?¸"
+
+#: lib/option.tcl:153
+msgid "Commit Message Text Width"
+msgstr "æ??交æ??è¿°æ??å­?寬度"
+
+#: lib/option.tcl:154
+msgid "New Branch Name Template"
+msgstr "æ?°å»ºå??æ?¯å?½å??模æ?¿"
+
+#: lib/option.tcl:155
+msgid "Default File Contents Encoding"
+msgstr "�設���容編碼"
+
+#: lib/option.tcl:203
+msgid "Change"
+msgstr "æ?´æ?¹"
+
+#: lib/option.tcl:230
+msgid "Spelling Dictionary:"
+msgstr "�寫���"
+
+#: lib/option.tcl:254
+msgid "Change Font"
+msgstr "è®?æ?´å­?å??"
+
+#: lib/option.tcl:258
+#, tcl-format
+msgid "Choose %s"
+msgstr "é?¸æ?? %s"
+
+#: lib/option.tcl:264
+msgid "pt."
+msgstr "é»?(pt.)"
+
+#: lib/option.tcl:278
+msgid "Preferences"
+msgstr "é¦?é??项"
+
+#: lib/option.tcl:314
+msgid "Failed to completely save options:"
+msgstr "���������"
+
+#: lib/remote.tcl:163
+msgid "Remove Remote"
+msgstr "���端"
+
+#: lib/remote.tcl:168
+msgid "Prune from"
+msgstr "翦��"
+
+#: lib/remote.tcl:173
+msgid "Fetch from"
+msgstr "ç?²å??å¾?"
+
+#: lib/remote.tcl:215
+msgid "Push to"
+msgstr "æ?¨é??è?³"
+
+#: lib/remote_add.tcl:19
+msgid "Add Remote"
+msgstr "���端"
+
+#: lib/remote_add.tcl:24
+msgid "Add New Remote"
+msgstr "å? å?¥æ?°ç??é? ç«¯"
+
+#: lib/remote_add.tcl:28 lib/tools_dlg.tcl:36
+msgid "Add"
+msgstr "��"
+
+#: lib/remote_add.tcl:37
+msgid "Remote Details"
+msgstr "é? ç«¯è©³æ??"
+
+#: lib/remote_add.tcl:50
+msgid "Location:"
+msgstr "å?°é»?ï¼?"
+
+#: lib/remote_add.tcl:62
+msgid "Further Action"
+msgstr "��步"
+
+#: lib/remote_add.tcl:65
+msgid "Fetch Immediately"
+msgstr "ç«?å?»ç?²å??"
+
+#: lib/remote_add.tcl:71
+msgid "Initialize Remote Repository and Push"
+msgstr "å??å§?å??é? ç«¯ç??æ?¬åº«ï¼?ç?¶å¾?æ?¨é??"
+
+#: lib/remote_add.tcl:77
+msgid "Do Nothing Else Now"
+msgstr "ç?¾å?¨ä»?麼ä¹?ä¸?å??"
+
+#: lib/remote_add.tcl:101
+msgid "Please supply a remote name."
+msgstr "è«?æ??ä¾?ä¸?å??é? ç«¯å??稱"
+
+#: lib/remote_add.tcl:114
+#, tcl-format
+msgid "'%s' is not an acceptable remote name."
+msgstr "é? ç«¯å??稱ã??%sã??ç?¡æ??"
+
+#: lib/remote_add.tcl:125
+#, tcl-format
+msgid "Failed to add remote '%s' of location '%s'."
+msgstr "å? å?¥ä½?æ?¼ã??%sã??ç??é? ç«¯ã??%sã??失æ??ã??"
+
+#: lib/remote_add.tcl:133 lib/transport.tcl:6
+#, tcl-format
+msgid "fetch %s"
+msgstr "ç?²å?? %s"
+
+#: lib/remote_add.tcl:134
+#, tcl-format
+msgid "Fetching the %s"
+msgstr "æ­£å?¨ç?²å?? %s"
+
+#: lib/remote_add.tcl:157
+#, tcl-format
+msgid "Do not know how to initialize repository at location '%s'."
+msgstr "ä¸?ç?¥å¦?ä½?æ??è?½å?¨ã??%sã??ä½?ç½®å??å§?å??ç??æ?¬åº«"
+
+#: lib/remote_add.tcl:163 lib/transport.tcl:25 lib/transport.tcl:63
+#: lib/transport.tcl:81
+#, tcl-format
+msgid "push %s"
+msgstr "æ?¨é?? %s"
+
+#: lib/remote_add.tcl:164
+#, tcl-format
+msgid "Setting up the %s (at %s)"
+msgstr "正�建� %s�� %s�"
+
+#: lib/remote_branch_delete.tcl:29 lib/remote_branch_delete.tcl:34
+msgid "Delete Branch Remotely"
+msgstr "å?ªé?¤é? ç«¯å??æ?¯"
+
+#: lib/remote_branch_delete.tcl:47
+msgid "From Repository"
+msgstr "å¾?ç??æ?¬åº«"
+
+#: lib/remote_branch_delete.tcl:50 lib/transport.tcl:134
+msgid "Remote:"
+msgstr "���"
+
+#: lib/remote_branch_delete.tcl:66 lib/transport.tcl:149
+msgid "Arbitrary Location:"
+msgstr "ä»»æ??å?°å??ï¼?"
+
+#: lib/remote_branch_delete.tcl:84
+msgid "Branches"
+msgstr "å??æ?¯"
+
+#: lib/remote_branch_delete.tcl:109
+msgid "Delete Only If"
+msgstr "å?ªé?¤å??ç?¶"
+
+#: lib/remote_branch_delete.tcl:111
+msgid "Merged Into:"
+msgstr "已併��"
+
+#: lib/remote_branch_delete.tcl:152
+msgid "A branch is required for 'Merged Into'."
+msgstr "ã??å??ä½µå?°ã??é??è¦?æ??å®?æ??å??å??æ?¯"
+
+#: lib/remote_branch_delete.tcl:184
+#, tcl-format
+msgid ""
+"The following branches are not completely merged into %s:\n"
+"\n"
+" - %s"
+msgstr ""
+"ä¸?å??å??æ?¯æ²?æ??å?¨é?¨å??ä½µå?° %sï¼?\n"
+" - %s"
+
+#: lib/remote_branch_delete.tcl:189
+#, tcl-format
+msgid ""
+"One or more of the merge tests failed because you have not fetched the "
+"necessary commits.  Try fetching from %s first."
+msgstr ""
+"ä¸?å??æ??å¤?å??å??併測試失æ??ï¼?å? ç?ºæ²?æ??ç?²å??å?°å?¯ä»¥æ??交ç??å?§å®¹ã??è«?å??試å??å¾? %s ç?²å??ã??"
+
+#: lib/remote_branch_delete.tcl:207
+msgid "Please select one or more branches to delete."
+msgstr "è«?é?¸æ??è¦?å?ªé?¤ç??ä¸?å??æ??å¤?å??å??æ?¯ã??"
+
+#: lib/remote_branch_delete.tcl:226
+#, tcl-format
+msgid "Deleting branches from %s"
+msgstr "æ­£å?¨å¾? %s å?ªé?¤å??æ?¯"
+
+#: lib/remote_branch_delete.tcl:292
+msgid "No repository selected."
+msgstr "æ²?æ??é?¸æ??ç??æ?¬åº«"
+
+#: lib/remote_branch_delete.tcl:297
+#, tcl-format
+msgid "Scanning %s..."
+msgstr "æ­£å?¨æ??æ?? %sâ?¦â?¦"
+
+#: lib/search.tcl:21
+msgid "Find:"
+msgstr "���"
+
+#: lib/search.tcl:23
+msgid "Next"
+msgstr "å??ä¸?个"
+
+#: lib/search.tcl:24
+msgid "Prev"
+msgstr "��个"
+
+#: lib/search.tcl:25
+msgid "Case-Sensitive"
+msgstr "å??å??大å°?寫"
+
+#: lib/shortcut.tcl:21 lib/shortcut.tcl:62
+msgid "Cannot write shortcut:"
+msgstr "��寫���︰"
+
+#: lib/shortcut.tcl:137
+msgid "Cannot write icon:"
+msgstr "ç?¡æ³?寫å?¥å??示ï¼?"
+
+#: lib/spellcheck.tcl:57
+msgid "Unsupported spell checker"
+msgstr "ä¸?æ?¯æ?´ç??æ?¼å¯«æª¢æ?¥å?¨"
+
+#: lib/spellcheck.tcl:65
+msgid "Spell checking is unavailable"
+msgstr "�寫檢����"
+
+#: lib/spellcheck.tcl:68
+msgid "Invalid spell checking configuration"
+msgstr "ç?¡æ??ç??æ?¼å¯«æª¢æ?¥é??ç½®"
+
+#: lib/spellcheck.tcl:70
+#, tcl-format
+msgid "Reverting dictionary to %s."
+msgstr "æ­£å?¨æ?¢å¾©å­?å?¸å?° %sã??"
+
+#: lib/spellcheck.tcl:73
+msgid "Spell checker silently failed on startup"
+msgstr "å??å??æ??æ?¼å¯«æª¢æ?¥å?¨ç?¡å¾µå??å?°å¤±æ??"
+
+#: lib/spellcheck.tcl:80
+msgid "Unrecognized spell checker"
+msgstr "æ?ªè¢«è­?å?¥ç??æ?¼å¯«æª¢æ?¥å?¨"
+
+#: lib/spellcheck.tcl:186
+msgid "No Suggestions"
+msgstr "�建議"
+
+#: lib/spellcheck.tcl:388
+msgid "Unexpected EOF from spell checker"
+msgstr "ä¾?è?ªæ?¼å¯«æª¢æ?¥å?¨ç??æ??å¤? EOF"
+
+#: lib/spellcheck.tcl:392
+msgid "Spell Checker Failed"
+msgstr "æ?¼å¯«æª¢æ?¥å?¨å¤±æ??"
+
+#: lib/sshkey.tcl:31
+msgid "No keys found."
+msgstr "æ²?æ??ç?¼ç?¾é??é?°ã??"
+
+#: lib/sshkey.tcl:34
+#, tcl-format
+msgid "Found a public key in: %s"
+msgstr "å?¨ %s ç?¼ç?¾ä¸?å??å?¬é?°"
+
+#: lib/sshkey.tcl:40
+msgid "Generate Key"
+msgstr "ç??æ??å¯?é?¥"
+
+#: lib/sshkey.tcl:56
+msgid "Copy To Clipboard"
+msgstr "����贴�"
+
+#: lib/sshkey.tcl:70
+msgid "Your OpenSSH Public Key"
+msgstr "æ?¨ç?? OpenSSH å?¬é?°"
+
+#: lib/sshkey.tcl:78
+msgid "Generating..."
+msgstr "æ­£å?¨ç??æ??â?¦â?¦"
+
+#: lib/sshkey.tcl:84
+#, tcl-format
+msgid ""
+"Could not start ssh-keygen:\n"
+"\n"
+"%s"
+msgstr ""
+"ç?¡æ³?å??å?? ssh-keygenï¼?\n"
+"\n"
+"%s"
+
+#: lib/sshkey.tcl:111
+msgid "Generation failed."
+msgstr "ç??æ??失æ??ã??"
+
+#: lib/sshkey.tcl:118
+msgid "Generation succeeded, but no keys found."
+msgstr "ç?¢ç??æ??å??ï¼?ç?¶è??æ?ªæ?¾å?°é??é?°ã??"
+
+#: lib/sshkey.tcl:121
+#, tcl-format
+msgid "Your key is in: %s"
+msgstr "æ?¨ç??é??é?°ä½?æ?¼ï¼?%s"
+
+#: lib/status_bar.tcl:83
+#, tcl-format
+msgid "%s ... %*i of %*i %s (%3i%%)"
+msgstr "%sâ?¦â?¦ %*i å??ï¼?å?± %*i %sï¼?%3i%%ï¼?"
+
+#: lib/tools.tcl:75
+#, tcl-format
+msgid "Running %s requires a selected file."
+msgstr "å?·è¡? %s é??è¦?é?¸æ??ä¸?å??æª?æ¡?ã??"
+
+#: lib/tools.tcl:90
+#, tcl-format
+msgid "Are you sure you want to run %s?"
+msgstr "�確實��� %s�"
+
+#: lib/tools.tcl:110
+#, tcl-format
+msgid "Tool: %s"
+msgstr "工��%s"
+
+#: lib/tools.tcl:111
+#, tcl-format
+msgid "Running: %s"
+msgstr "æ­£å?¨è¿?å??ï¼?%s"
+
+#: lib/tools.tcl:149
+#, tcl-format
+msgid "Tool completed successfully: %s"
+msgstr "å·¥å?·æ??å??å®?æ??ï¼?%s"
+
+#: lib/tools.tcl:151
+#, tcl-format
+msgid "Tool failed: %s"
+msgstr "å·¥å?·ç¨?å¼?失æ??ï¼?%s"
+
+#: lib/tools_dlg.tcl:22
+msgid "Add Tool"
+msgstr "��工�"
+
+#: lib/tools_dlg.tcl:28
+msgid "Add New Tool Command"
+msgstr "���工��令"
+
+#: lib/tools_dlg.tcl:33
+msgid "Add globally"
+msgstr "å?¨å??å? å?¥"
+
+#: lib/tools_dlg.tcl:45
+msgid "Tool Details"
+msgstr "å·¥å?·æ??ç´°"
+
+#: lib/tools_dlg.tcl:48
+msgid "Use '/' separators to create a submenu tree:"
+msgstr "使ç?¨ã??/ã??å??é??符建ç«?å­?é?¸å?®"
+
+#: lib/tools_dlg.tcl:61
+msgid "Command:"
+msgstr "�令�"
+
+#: lib/tools_dlg.tcl:74
+msgid "Show a dialog before running"
+msgstr "å?·è¡?ä¹?å??顯示å°?話æ?¹å¡?"
+
+#: lib/tools_dlg.tcl:80
+msgid "Ask the user to select a revision (sets $REVISION)"
+msgstr "è¦?æ±?使ç?¨è??é?¸æ??ä¸?å??ç??æ?¬ï¼?設å®? $REVISIONï¼?"
+
+#: lib/tools_dlg.tcl:85
+msgid "Ask the user for additional arguments (sets $ARGS)"
+msgstr "è¦?æ±?使ç?¨è??設å®?å?¶ä»?å??æ?¸ï¼?設å®? $ARGSï¼?"
+
+#: lib/tools_dlg.tcl:92
+msgid "Don't show the command output window"
+msgstr "�顯示�令輸���"
+
+#: lib/tools_dlg.tcl:97
+msgid "Run only if a diff is selected ($FILENAME not empty)"
+msgstr "å?ªå?¨é?¸æ??å·®ç?°æ??å?·è¡?ï¼?$FILENAME é??空)"
+
+#: lib/tools_dlg.tcl:121
+msgid "Please supply a name for the tool."
+msgstr "è«?ç?ºå·¥å?·å?½å??"
+
+#: lib/tools_dlg.tcl:129
+#, tcl-format
+msgid "Tool '%s' already exists."
+msgstr "å·¥å?·ã??%sã??å·²ç¶?å­?å?¨ã??"
+
+#: lib/tools_dlg.tcl:151
+#, tcl-format
+msgid ""
+"Could not add tool:\n"
+"%s"
+msgstr ""
+"����工��\n"
+"%s"
+
+#: lib/tools_dlg.tcl:190
+msgid "Remove Tool"
+msgstr "��工�"
+
+#: lib/tools_dlg.tcl:196
+msgid "Remove Tool Commands"
+msgstr "��工��令"
+
+#: lib/tools_dlg.tcl:200
+msgid "Remove"
+msgstr "å? é?¤"
+
+#: lib/tools_dlg.tcl:236
+msgid "(Blue denotes repository-local tools)"
+msgstr "ï¼?è??è?²è¡¨ç¤ºå°?æ?¼ç??æ?¬åº«è??è¨?æ?¬å?°ç??å·¥å?·ï¼?"
+
+#: lib/tools_dlg.tcl:297
+#, tcl-format
+msgid "Run Command: %s"
+msgstr "���令�%s"
+
+#: lib/tools_dlg.tcl:311
+msgid "Arguments"
+msgstr "å??æ?¸"
+
+#: lib/tools_dlg.tcl:348
+msgid "OK"
+msgstr "就绪"
+
+#: lib/transport.tcl:7
+#, tcl-format
+msgid "Fetching new changes from %s"
+msgstr "å¾? %s ç?²å??æ??æ?°è®?æ?´"
+
+#: lib/transport.tcl:18
+#, tcl-format
+msgid "remote prune %s"
+msgstr "�端翦� %s"
+
+#: lib/transport.tcl:19
+#, tcl-format
+msgid "Pruning tracking branches deleted from %s"
+msgstr "æ­£å?¨ç¿¦é?¤è¢« %s å?ªé?¤ç??å??æ?¯"
+
+#: lib/transport.tcl:26
+#, tcl-format
+msgid "Pushing changes to %s"
+msgstr "æ?¨é??è®?æ?´å?° %s"
+
+#: lib/transport.tcl:64
+#, tcl-format
+msgid "Mirroring to %s"
+msgstr "é?¡å??å??æ­¥å?° %s"
+
+#: lib/transport.tcl:82
+#, tcl-format
+msgid "Pushing %s %s to %s"
+msgstr "æ?¨é?? %s %s å?° %s"
+
+#: lib/transport.tcl:100
+msgid "Push Branches"
+msgstr "æ?¨é??å??æ?¯"
+
+#: lib/transport.tcl:114
+msgid "Source Branches"
+msgstr "ä¾?æº?å??æ?¯"
+
+#: lib/transport.tcl:131
+msgid "Destination Repository"
+msgstr "ç?®æ¨?ç??æ?¬åº«"
+
+#: lib/transport.tcl:169
+msgid "Transfer Options"
+msgstr "�輸��"
+
+#: lib/transport.tcl:171
+msgid "Force overwrite existing branch (may discard changes)"
+msgstr "å¼·å?¶è¦?è??å·²æ??ç??å??æ?¯ï¼?å?¯è?½æ??ä¸?æ£?è®?æ?´ï¼?"
+
+#: lib/transport.tcl:175
+msgid "Use thin pack (for slow network connections)"
+msgstr "使ç?¨ç?¦å??ï¼?é?©ç?¨æ?¼ä½?é??網路é?£ç·?ï¼?"
+
+#: lib/transport.tcl:179
+msgid "Include tags"
+msgstr "å??å?«æ¨?籤"


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]