annotate i18n/zh_TW.po @ 21754:7e14d026c4c4

run-tests: fixes the '--interactive' option error This patch fixes a regression recently introduced by a refactoring. Previously when failure occurs while testing with '--interactive' was enable, it didn't prompt user by asking whether he wants to accept this failure changes or not. This was happening beacuse of the 'if' condition if ret or not self._options.interactive or \ not os.path.exists(test.errpath): Everytime failure occurs, this condition gets true and returns back even when '--interactive' is enabled. This condition don't led the function to execute further, which consist the '--interactive' functionality. Now, on failure with '--interactive' enabled, it prompts user whether he wants to accepts failure changes or not. If yes then test gets passed and returns true, else test gets failed. On every failure, results gets stored in "self.failures.append((test, reason))" But if failure changes accepted by user then test must get "pop out" from failed test list.
author anuraggoel <anurag.dsps@gmail.com>
date Fri, 13 Jun 2014 14:45:23 +0530
parents 9e12579369f1
children 4acf569facef
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1 # Traditional Chinese translation for Mercurial
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2 # Copyright (C) 2009 Matt Mackall <mpm@selenic.com> and others
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3 # This file is distributed under the same license as the Mercurial package.
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4 # Chia-Huan Wu <willie.tw@gmail.com>, 2009.
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5 #
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8 "Project-Id-Version: Mercurial\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9 "Report-Msgid-Bugs-To: <mercurial-devel@selenic.com>\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10 "POT-Creation-Date: 2010-10-31 22:27+0100\n"
21696
9e12579369f1 i18n-zh_TW: set Language header
Martin Geisler <martin@geisler.net>
parents: 20323
diff changeset
11 "PO-Revision-Date: 2014-05-07 09:20+0200\n"
9e12579369f1 i18n-zh_TW: set Language header
Martin Geisler <martin@geisler.net>
parents: 20323
diff changeset
12 "Last-Translator: Chia-Huan Wu <willie.tw@gmail.com>,leolarrel<leolarrel@gmail.com>\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
13 "Language-Team: Traditional Chinese\n"
21696
9e12579369f1 i18n-zh_TW: set Language header
Martin Geisler <martin@geisler.net>
parents: 20323
diff changeset
14 "Language: zh_TW\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
15 "MIME-Version: 1.0\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
16 "Content-Type: text/plain; charset=UTF-8\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
17 "Content-Transfer-Encoding: 8bit\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
18
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
19 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
20 msgid " (default: %s)"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
21 msgstr " (內定: %s)"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
22
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
23 msgid "Options"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
24 msgstr "選項"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
25
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
26 msgid "Commands"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
27 msgstr "基本命令"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
28
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
29 msgid "Extensions"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
30 msgstr "擴充套件"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
31
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
32 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
33 "This section contains help for extensions that are distributed together with "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
34 "Mercurial. Help for other extensions is available in the help system."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
35 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
36
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
37 msgid "options:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
38 msgstr "選項:"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
39
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
40 #, python-format
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
41 msgid " aliases: %s"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
42 msgstr " 別名:%s"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
43
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
44 msgid "hooks for controlling repository access"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
45 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
46
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
47 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
48 "This hook makes it possible to allow or deny write access to given\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
49 "branches and paths of a repository when receiving incoming changesets\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
50 "via pretxnchangegroup and pretxncommit."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
51 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
52
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
53 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
54 "The authorization is matched based on the local user name on the\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
55 "system where the hook runs, and not the committer of the original\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
56 "changeset (since the latter is merely informative)."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
57 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
58
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
59 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
60 "The acl hook is best used along with a restricted shell like hgsh,\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
61 "preventing authenticating users from doing anything other than pushing\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
62 "or pulling. The hook is not safe to use if users have interactive\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
63 "shell access, as they can then disable the hook. Nor is it safe if\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
64 "remote users share an account, because then there is no way to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
65 "distinguish them."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
66 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
67
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
68 msgid "The order in which access checks are performed is:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
69 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
70
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
71 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
72 "1) Deny list for branches (section ``acl.deny.branches``)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
73 "2) Allow list for branches (section ``acl.allow.branches``)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
74 "3) Deny list for paths (section ``acl.deny``)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
75 "4) Allow list for paths (section ``acl.allow``)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
76 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
77
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
78 msgid "The allow and deny sections take key-value pairs."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
79 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
80
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
81 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
82 "Branch-based Access Control\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
83 "..........................."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
84 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
85
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
86 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
87 "Use the ``acl.deny.branches`` and ``acl.allow.branches`` sections to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
88 "have branch-based access control. Keys in these sections can be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
89 "either:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
90 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
91
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
92 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
93 "- a branch name, or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
94 "- an asterisk, to match any branch;"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
95 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
96
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
97 msgid "The corresponding values can be either:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
98 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
99
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
100 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
101 "- a comma-separated list containing users and groups, or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
102 "- an asterisk, to match anyone;"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
103 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
104
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
105 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
106 "Path-based Access Control\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
107 "........................."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
108 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
109
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
110 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
111 "Use the ``acl.deny`` and ``acl.allow`` sections to have path-based\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
112 "access control. Keys in these sections accept a subtree pattern (with\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
113 "a glob syntax by default). The corresponding values follow the same\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
114 "syntax as the other sections above."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
115 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
116
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
117 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
118 "Groups\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
119 "......"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
120 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
121
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
122 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
123 "Group names must be prefixed with an ``@`` symbol. Specifying a group\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
124 "name has the same effect as specifying all the users in that group."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
125 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
126
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
127 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
128 "You can define group members in the ``acl.groups`` section.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
129 "If a group name is not defined there, and Mercurial is running under\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
130 "a Unix-like system, the list of users will be taken from the OS.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
131 "Otherwise, an exception will be raised."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
132 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
133
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
134 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
135 "Example Configuration\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
136 "....................."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
137 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
138
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
139 msgid "::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
140 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
141
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
142 msgid " [hooks]"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
143 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
144
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
145 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
146 " # Use this if you want to check access restrictions at commit time\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
147 " pretxncommit.acl = python:hgext.acl.hook"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
148 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
149
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
150 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
151 " # Use this if you want to check access restrictions for pull, push,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
152 " # bundle and serve.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
153 " pretxnchangegroup.acl = python:hgext.acl.hook"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
154 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
155
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
156 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
157 " [acl]\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
158 " # Allow or deny access for incoming changes only if their source is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
159 " # listed here, let them pass otherwise. Source is \"serve\" for all\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
160 " # remote access (http or ssh), \"push\", \"pull\" or \"bundle\" when the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
161 " # related commands are run locally.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
162 " # Default: serve\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
163 " sources = serve"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
164 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
165
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
166 msgid " [acl.deny.branches]"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
167 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
168
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
169 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
170 " # Everyone is denied to the frozen branch:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
171 " frozen-branch = *"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
172 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
173
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
174 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
175 " # A bad user is denied on all branches:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
176 " * = bad-user"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
177 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
178
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
179 msgid " [acl.allow.branches]"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
180 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
181
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
182 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
183 " # A few users are allowed on branch-a:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
184 " branch-a = user-1, user-2, user-3"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
185 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
186
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
187 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
188 " # Only one user is allowed on branch-b:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
189 " branch-b = user-1"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
190 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
191
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
192 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
193 " # The super user is allowed on any branch:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
194 " * = super-user"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
195 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
196
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
197 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
198 " # Everyone is allowed on branch-for-tests:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
199 " branch-for-tests = *"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
200 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
201
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
202 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
203 " [acl.deny]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
204 " # This list is checked first. If a match is found, acl.allow is not\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
205 " # checked. All users are granted access if acl.deny is not present.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
206 " # Format for both lists: glob pattern = user, ..., @group, ..."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
207 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
208
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
209 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
210 " # To match everyone, use an asterisk for the user:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
211 " # my/glob/pattern = *"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
212 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
213
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
214 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
215 " # user6 will not have write access to any file:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
216 " ** = user6"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
217 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
218
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
219 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
220 " # Group \"hg-denied\" will not have write access to any file:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
221 " ** = @hg-denied"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
222 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
223
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
224 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
225 " # Nobody will be able to change \"DONT-TOUCH-THIS.txt\", despite\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
226 " # everyone being able to change all other files. See below.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
227 " src/main/resources/DONT-TOUCH-THIS.txt = *"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
228 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
229
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
230 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
231 " [acl.allow]\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
232 " # if acl.allow is not present, all users are allowed by default\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
233 " # empty acl.allow = no users allowed"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
234 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
235
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
236 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
237 " # User \"doc_writer\" has write access to any file under the \"docs\"\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
238 " # folder:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
239 " docs/** = doc_writer"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
240 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
241
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
242 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
243 " # User \"jack\" and group \"designers\" have write access to any file\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
244 " # under the \"images\" folder:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
245 " images/** = jack, @designers"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
246 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
247
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
248 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
249 " # Everyone (except for \"user6\" - see acl.deny above) will have write\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
250 " # access to any file under the \"resources\" folder (except for 1\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
251 " # file. See acl.deny):\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
252 " src/main/resources/** = *"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
253 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
254
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
255 msgid " .hgtags = release_engineer"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
256 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
257
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
258 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
259 msgid "group '%s' is undefined"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
260 msgstr "沒有定義'%s'群組"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
261
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
262 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
263 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
264 "config error - hook type \"%s\" cannot stop incoming changesets nor commits"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
265 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
266
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
267 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
268 msgid "acl: user \"%s\" denied on branch \"%s\" (changeset \"%s\")"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
269 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
270
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
271 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
272 msgid "acl: user \"%s\" not allowed on branch \"%s\" (changeset \"%s\")"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
273 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
274
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
275 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
276 msgid "acl: access denied for changeset %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
277 msgstr "acl: changeset %s 拒絕存取"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
278
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
279 msgid "track a line of development with movable markers"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
280 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
281
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
282 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
283 "Bookmarks are local movable markers to changesets. Every bookmark\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
284 "points to a changeset identified by its hash. If you commit a\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
285 "changeset that is based on a changeset that has a bookmark on it, the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
286 "bookmark shifts to the new changeset."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
287 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
288
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
289 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
290 "It is possible to use bookmark names in every revision lookup (e.g.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
291 ":hg:`merge`, :hg:`update`)."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
292 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
293
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
294 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
295 "By default, when several bookmarks point to the same changeset, they\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
296 "will all move forward together. It is possible to obtain a more\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
297 "git-like experience by adding the following configuration option to\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
298 "your configuration file::"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
299 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
300
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
301 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
302 " [bookmarks]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
303 " track.current = True"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
304 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
305
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
306 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
307 "This will cause Mercurial to track the bookmark that you are currently\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
308 "using, and only update it. This is similar to git's approach to\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
309 "branching.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
310 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
311
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
312 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
313 " Bookmarks are pointers to certain commits that move when\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
314 " committing. Bookmarks are local. They can be renamed, copied and\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
315 " deleted. It is possible to use bookmark names in :hg:`merge` and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
316 " :hg:`update` to merge and update respectively to a given bookmark."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
317 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
318
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
319 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
320 " You can use :hg:`bookmark NAME` to set a bookmark on the working\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
321 " directory's parent revision with the given name. If you specify\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
322 " a revision using -r REV (where REV may be an existing bookmark),\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
323 " the bookmark is assigned to that revision."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
324 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
325
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
326 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
327 " Bookmarks can be pushed and pulled between repositories (see :hg:`help\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
328 " push` and :hg:`help pull`). This requires the bookmark extension to be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
329 " enabled for both the local and remote repositories.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
330 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
331 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
332
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
333 msgid "a bookmark of this name does not exist"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
334 msgstr "這個名字的書籤不存在"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
335
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
336 msgid "a bookmark of the same name already exists"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
337 msgstr "已經有相同名字的書籤了"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
338
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
339 msgid "new bookmark name required"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
340 msgstr "需要新的書籤名字"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
341
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
342 msgid "bookmark name required"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
343 msgstr "需要書籤的名字"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
344
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
345 msgid "bookmark name cannot contain newlines"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
346 msgstr "書籤名字不可以有換行字元"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
347
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
348 msgid "bookmark names cannot consist entirely of whitespace"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
349 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
350
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
351 msgid "a bookmark cannot have the name of an existing branch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
352 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
353
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
354 msgid "no bookmarks set\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
355 msgstr "沒有設定書籤\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
356
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
357 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
358 msgid "updating bookmark %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
359 msgstr "更新書籤 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
360
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
361 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
362 msgid "not updating divergent bookmark %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
363 msgstr "沒有更新分歧的書籤 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
364
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
365 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
366 msgid "updating bookmark %s failed!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
367 msgstr "更新書籤 %s 失敗!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
368
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
369 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
370 msgid "remote bookmark %s not found!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
371 msgstr "找不到 %s書籤"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
372
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
373 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
374 msgid "importing bookmark %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
375 msgstr "匯入書籤 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
376
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
377 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
378 msgid "exporting bookmark %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
379 msgstr "匯出書籤 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
380
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
381 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
382 msgid "deleting remote bookmark %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
383 msgstr "刪除遠端書籤 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
384
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
385 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
386 msgid "bookmark %s does not exist on the local or remote repository!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
387 msgstr "%s 書籤沒有在本地或遠端儲存庫!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
388
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
389 #, fuzzy
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
390 msgid "searching for changed bookmarks\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
391 msgstr "正在搜尋變更\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
392
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
393 #, fuzzy
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
394 msgid "no changed bookmarks found\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
395 msgstr "找不到變更\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
396
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
397 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
398 msgid "comparing with %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
399 msgstr "正在跟 %s 比對\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
400
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
401 msgid "bookmark to import"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
402 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
403
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
404 msgid "BOOKMARK"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
405 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
406
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
407 msgid "bookmark to export"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
408 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
409
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
410 msgid "compare bookmark"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
411 msgstr "比對書籤"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
412
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
413 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
414 "``bookmark([name])``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
415 " The named bookmark or all bookmarks."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
416 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
417
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
418 #. i18n: "bookmark" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
419 msgid "bookmark takes one or no arguments"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
420 msgstr "bookmark 需要一個參數或沒有參數"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
421
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
422 #. i18n: "bookmark" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
423 msgid "the argument to bookmark must be a string"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
424 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
425
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
426 msgid "force"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
427 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
428
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
429 msgid "REV"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
430 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
431
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
432 msgid "revision"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
433 msgstr "修定版"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
434
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
435 msgid "delete a given bookmark"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
436 msgstr "刪除一個特定的書籤"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
437
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
438 msgid "NAME"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
439 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
440
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
441 msgid "rename a given bookmark"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
442 msgstr "更名一個特定的書籤"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
443
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
444 msgid "hg bookmarks [-f] [-d] [-m NAME] [-r REV] [NAME]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
445 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
446
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
447 msgid "hooks for integrating with the Bugzilla bug tracker"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
448 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
449
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
450 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
451 "This hook extension adds comments on bugs in Bugzilla when changesets\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
452 "that refer to bugs by Bugzilla ID are seen. The hook does not change\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
453 "bug status."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
454 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
455
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
456 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
457 "The hook updates the Bugzilla database directly. Only Bugzilla\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
458 "installations using MySQL are supported."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
459 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
460
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
461 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
462 "The hook relies on a Bugzilla script to send bug change notification\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
463 "emails. That script changes between Bugzilla versions; the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
464 "'processmail' script used prior to 2.18 is replaced in 2.18 and\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
465 "subsequent versions by 'config/sendbugmail.pl'. Note that these will\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
466 "be run by Mercurial as the user pushing the change; you will need to\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
467 "ensure the Bugzilla install file permissions are set appropriately."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
468 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
469
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
470 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
471 "The extension is configured through three different configuration\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
472 "sections. These keys are recognized in the [bugzilla] section:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
473 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
474
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
475 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
476 "host\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
477 " Hostname of the MySQL server holding the Bugzilla database."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
478 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
479
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
480 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
481 "db\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
482 " Name of the Bugzilla database in MySQL. Default 'bugs'."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
483 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
484
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
485 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
486 "user\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
487 " Username to use to access MySQL server. Default 'bugs'."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
488 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
489
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
490 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
491 "password\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
492 " Password to use to access MySQL server."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
493 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
494
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
495 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
496 "timeout\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
497 " Database connection timeout (seconds). Default 5."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
498 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
499
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
500 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
501 "version\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
502 " Bugzilla version. Specify '3.0' for Bugzilla versions 3.0 and later,\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
503 " '2.18' for Bugzilla versions from 2.18 and '2.16' for versions prior\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
504 " to 2.18."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
505 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
506
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
507 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
508 "bzuser\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
509 " Fallback Bugzilla user name to record comments with, if changeset\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
510 " committer cannot be found as a Bugzilla user."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
511 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
512
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
513 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
514 "bzdir\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
515 " Bugzilla install directory. Used by default notify. Default\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
516 " '/var/www/html/bugzilla'."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
517 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
518
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
519 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
520 "notify\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
521 " The command to run to get Bugzilla to send bug change notification\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
522 " emails. Substitutes from a map with 3 keys, 'bzdir', 'id' (bug id)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
523 " and 'user' (committer bugzilla email). Default depends on version;\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
524 " from 2.18 it is \"cd %(bzdir)s && perl -T contrib/sendbugmail.pl\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
525 " %(id)s %(user)s\"."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
526 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
527
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
528 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
529 "regexp\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
530 " Regular expression to match bug IDs in changeset commit message.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
531 " Must contain one \"()\" group. The default expression matches 'Bug\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
532 " 1234', 'Bug no. 1234', 'Bug number 1234', 'Bugs 1234,5678', 'Bug\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
533 " 1234 and 5678' and variations thereof. Matching is case insensitive."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
534 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
535
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
536 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
537 "style\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
538 " The style file to use when formatting comments."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
539 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
540
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
541 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
542 "template\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
543 " Template to use when formatting comments. Overrides style if\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
544 " specified. In addition to the usual Mercurial keywords, the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
545 " extension specifies::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
546 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
547
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
548 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
549 " {bug} The Bugzilla bug ID.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
550 " {root} The full pathname of the Mercurial repository.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
551 " {webroot} Stripped pathname of the Mercurial repository.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
552 " {hgweb} Base URL for browsing Mercurial repositories."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
553 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
554
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
555 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
556 " Default 'changeset {node|short} in repo {root} refers '\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
557 " 'to bug {bug}.\\ndetails:\\n\\t{desc|tabindent}'"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
558 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
559
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
560 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
561 "strip\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
562 " The number of slashes to strip from the front of {root} to produce\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
563 " {webroot}. Default 0."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
564 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
565
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
566 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
567 "usermap\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
568 " Path of file containing Mercurial committer ID to Bugzilla user ID\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
569 " mappings. If specified, the file should contain one mapping per\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
570 " line, \"committer\"=\"Bugzilla user\". See also the [usermap] section."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
571 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
572
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
573 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
574 "The [usermap] section is used to specify mappings of Mercurial\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
575 "committer ID to Bugzilla user ID. See also [bugzilla].usermap.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
576 "\"committer\"=\"Bugzilla user\""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
577 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
578
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
579 msgid "Finally, the [web] section supports one entry:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
580 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
581
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
582 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
583 "baseurl\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
584 " Base URL for browsing Mercurial repositories. Reference from\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
585 " templates as {hgweb}."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
586 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
587
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
588 msgid "Activating the extension::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
589 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
590
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
591 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
592 " [extensions]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
593 " bugzilla ="
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
594 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
595
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
596 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
597 " [hooks]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
598 " # run bugzilla hook on every change pulled or pushed in here\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
599 " incoming.bugzilla = python:hgext.bugzilla.hook"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
600 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
601
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
602 msgid "Example configuration:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
603 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
604
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
605 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
606 "This example configuration is for a collection of Mercurial\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
607 "repositories in /var/local/hg/repos/ used with a local Bugzilla 3.2\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
608 "installation in /opt/bugzilla-3.2. ::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
609 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
610
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
611 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
612 " [bugzilla]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
613 " host=localhost\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
614 " password=XYZZY\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
615 " version=3.0\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
616 " bzuser=unknown@domain.com\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
617 " bzdir=/opt/bugzilla-3.2\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
618 " template=Changeset {node|short} in {root|basename}.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
619 " {hgweb}/{webroot}/rev/{node|short}\\n\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
620 " {desc}\\n\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
621 " strip=5"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
622 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
623
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
624 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
625 " [web]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
626 " baseurl=http://dev.domain.com/hg"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
627 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
628
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
629 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
630 " [usermap]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
631 " user@emaildomain.com=user.name@bugzilladomain.com"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
632 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
633
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
634 msgid "Commits add a comment to the Bugzilla bug record of the form::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
635 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
636
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
637 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
638 " Changeset 3b16791d6642 in repository-name.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
639 " http://dev.domain.com/hg/repository-name/rev/3b16791d6642"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
640 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
641
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
642 msgid " Changeset commit comment. Bug 1234.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
643 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
644
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
645 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
646 msgid "connecting to %s:%s as %s, password %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
647 msgstr "正在連線到 %s:%s as %s, 密碼是 %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
648
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
649 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
650 msgid "query: %s %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
651 msgstr "查詢: %s %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
652
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
653 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
654 msgid "failed query: %s %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
655 msgstr "查詢失敗了: %s %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
656
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
657 msgid "unknown database schema"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
658 msgstr "未知的資料庫schema"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
659
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
660 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
661 msgid "bug %d already knows about changeset %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
662 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
663
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
664 msgid "telling bugzilla to send mail:\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
665 msgstr "告訴bugzilla去寄信:\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
666
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
667 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
668 msgid " bug %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
669 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
670
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
671 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
672 msgid "running notify command %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
673 msgstr "執行通知命令 %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
674
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
675 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
676 msgid "bugzilla notify command %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
677 msgstr "bugzilla 通知命令 %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
678
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
679 msgid "done\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
680 msgstr "完成\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
681
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
682 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
683 msgid "looking up user %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
684 msgstr "查閱使用者 %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
685
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
686 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
687 msgid "cannot find bugzilla user id for %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
688 msgstr "找不到 bugzilla 使用者%s 的 ID"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
689
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
690 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
691 msgid "cannot find bugzilla user id for %s or %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
692 msgstr "找不到 bugzilla 使用者%s 或 %s的 ID"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
693
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
694 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
695 msgid "bugzilla version %s not supported"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
696 msgstr "bugzilla版本 %s 不支援"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
697
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
698 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
699 "changeset {node|short} in repo {root} refers to bug {bug}.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
700 "details:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
701 "\t{desc|tabindent}"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
702 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
703
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
704 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
705 msgid "python mysql support not available: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
706 msgstr "python mmysql 支援不能用: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
707
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
708 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
709 msgid "hook type %s does not pass a changeset id"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
710 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
711
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
712 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
713 msgid "database error: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
714 msgstr "資料庫錯誤: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
715
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
716 msgid "command to display child changesets"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
717 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
718
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
719 msgid "show the children of the given or working directory revision"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
720 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
721
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
722 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
723 " Print the children of the working directory's revisions. If a\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
724 " revision is given via -r/--rev, the children of that revision will\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
725 " be printed. If a file argument is given, revision in which the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
726 " file was last changed (after the working directory revision or the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
727 " argument to --rev if given) is printed.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
728 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
729 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
730
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
731 msgid "show children of the specified revision"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
732 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
733
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
734 msgid "hg children [-r REV] [FILE]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
735 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
736
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
737 msgid "command to display statistics about repository history"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
738 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
739
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
740 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
741 msgid "Revision %d is a merge, ignoring...\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
742 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
743
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
744 msgid "analyzing"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
745 msgstr "分析中"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
746
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
747 msgid "histogram of changes to the repository"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
748 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
749
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
750 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
751 " This command will display a histogram representing the number\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
752 " of changed lines or revisions, grouped according to the given\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
753 " template. The default template will group changes by author.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
754 " The --dateformat option may be used to group the results by\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
755 " date instead."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
756 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
757
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
758 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
759 " Statistics are based on the number of changed lines, or\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
760 " alternatively the number of matching revisions if the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
761 " --changesets option is specified."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
762 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
763
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
764 msgid " Examples::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
765 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
766
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
767 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
768 " # display count of changed lines for every committer\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
769 " hg churn -t '{author|email}'"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
770 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
771
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
772 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
773 " # display daily activity graph\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
774 " hg churn -f '%H' -s -c"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
775 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
776
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
777 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
778 " # display activity of developers by month\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
779 " hg churn -f '%Y-%m' -s -c"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
780 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
781
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
782 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
783 " # display count of lines changed in every year\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
784 " hg churn -f '%Y' -s"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
785 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
786
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
787 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
788 " It is possible to map alternate email addresses to a main address\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
789 " by providing a file using the following format::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
790 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
791
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
792 msgid " <alias email> = <actual email>"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
793 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
794
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
795 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
796 " Such a file may be specified with the --aliases option, otherwise\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
797 " a .hgchurn file will be looked for in the working directory root.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
798 " "
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
799 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
800
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
801 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
802 msgid "skipping malformed alias: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
803 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
804
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
805 msgid "count rate for the specified revision or range"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
806 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
807
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
808 msgid "DATE"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
809 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
810
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
811 msgid "count rate for revisions matching date spec"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
812 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
813
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
814 msgid "TEMPLATE"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
815 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
816
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
817 msgid "template to group changesets"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
818 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
819
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
820 msgid "FORMAT"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
821 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
822
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
823 msgid "strftime-compatible format for grouping by date"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
824 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
825
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
826 msgid "count rate by number of changesets"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
827 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
829 msgid "sort by key (default: sort by count)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
830 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
831
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
832 msgid "display added/removed lines separately"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
833 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
834
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
835 msgid "FILE"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
836 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
837
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
838 msgid "file with email aliases"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
839 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
840
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
841 msgid "hg churn [-d DATE] [-r REV] [--aliases FILE] [FILE]"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
842 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
843
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
844 msgid "colorize output from some commands"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
845 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
846
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
847 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
848 "This extension modifies the status and resolve commands to add color to "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
849 "their\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
850 "output to reflect file status, the qseries command to add color to reflect\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
851 "patch status (applied, unapplied, missing), and to diff-related\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
852 "commands to highlight additions, removals, diff headers, and trailing\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
853 "whitespace."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
854 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
855
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
856 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
857 "Other effects in addition to color, like bold and underlined text, are\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
858 "also available. Effects are rendered with the ECMA-48 SGR control\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
859 "function (aka ANSI escape codes). This module also provides the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
860 "render_text function, which can be used to add effects to any text."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
861 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
862
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
863 msgid "Default effects may be overridden from your configuration file::"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
864 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
865
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
866 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
867 " [color]\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
868 " status.modified = blue bold underline red_background\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
869 " status.added = green bold\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
870 " status.removed = red bold blue_background\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
871 " status.deleted = cyan bold underline\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
872 " status.unknown = magenta bold underline\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
873 " status.ignored = black bold"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
874 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
875
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
876 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
877 " # 'none' turns off all effects\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
878 " status.clean = none\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
879 " status.copied = none"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
880 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
881
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
882 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
883 " qseries.applied = blue bold underline\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
884 " qseries.unapplied = black bold\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
885 " qseries.missing = red bold"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
886 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
887
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
888 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
889 " diff.diffline = bold\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
890 " diff.extended = cyan bold\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
891 " diff.file_a = red bold\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
892 " diff.file_b = green bold\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
893 " diff.hunk = magenta\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
894 " diff.deleted = red\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
895 " diff.inserted = green\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
896 " diff.changed = white\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
897 " diff.trailingwhitespace = bold red_background"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
898 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
899
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
900 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
901 " resolve.unresolved = red bold\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
902 " resolve.resolved = green bold"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
903 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
904
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
905 msgid " bookmarks.current = green"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
906 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
907
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
908 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
909 " branches.active = none\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
910 " branches.closed = black bold\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
911 " branches.current = green\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
912 " branches.inactive = none"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
913 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
914
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
915 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
916 "The color extension will try to detect whether to use ANSI codes or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
917 "Win32 console APIs, unless it is made explicit::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
918 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
919
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
920 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
921 " [color]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
922 " mode = ansi"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
923 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
924
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
925 msgid "Any value other than 'ansi', 'win32', or 'auto' will disable color."
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
926 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
927
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
928 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
929 msgid "ignoring unknown color/effect %r (configured in color.%s)\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
930 msgstr "忽略未知的顏色/效果 %r (被設定在 color.%s)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
931
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
932 msgid "win32console not found, please install pywin32\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
933 msgstr "找不到win32console,請安裝pywin32\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
934
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
935 #. i18n: 'always', 'auto', and 'never' are keywords and should
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
936 #. not be translated
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
937 msgid "when to colorize (boolean, always, auto, or never)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
938 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
939
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
940 msgid "TYPE"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
941 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
942
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
943 msgid "import revisions from foreign VCS repositories into Mercurial"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
944 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
945
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
946 msgid "convert a foreign SCM repository to a Mercurial one."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
947 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
948
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
949 msgid " Accepted source formats [identifiers]:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
950 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
951
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
952 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
953 " - Mercurial [hg]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
954 " - CVS [cvs]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
955 " - Darcs [darcs]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
956 " - git [git]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
957 " - Subversion [svn]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
958 " - Monotone [mtn]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
959 " - GNU Arch [gnuarch]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
960 " - Bazaar [bzr]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
961 " - Perforce [p4]"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
962 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
963
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
964 msgid " Accepted destination formats [identifiers]:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
965 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
966
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
967 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
968 " - Mercurial [hg]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
969 " - Subversion [svn] (history on branches is not preserved)"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
970 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
971
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
972 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
973 " If no revision is given, all revisions will be converted.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
974 " Otherwise, convert will only import up to the named revision\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
975 " (given in a format understood by the source)."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
976 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
977
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
978 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
979 " If no destination directory name is specified, it defaults to the\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
980 " basename of the source with ``-hg`` appended. If the destination\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
981 " repository doesn't exist, it will be created."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
982 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
983
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
984 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
985 " By default, all sources except Mercurial will use --branchsort.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
986 " Mercurial uses --sourcesort to preserve original revision numbers\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
987 " order. Sort modes have the following effects:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
988 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
989
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
990 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
991 " --branchsort convert from parent to child revision when possible,\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
992 " which means branches are usually converted one after\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
993 " the other. It generates more compact repositories."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
994 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
995
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
996 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
997 " --datesort sort revisions by date. Converted repositories have\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
998 " good-looking changelogs but are often an order of\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
999 " magnitude larger than the same ones generated by\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1000 " --branchsort."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1001 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1002
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1003 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1004 " --sourcesort try to preserve source revisions order, only\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1005 " supported by Mercurial sources."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1006 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1007
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1008 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1009 " If <REVMAP> isn't given, it will be put in a default location\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1010 " (<dest>/.hg/shamap by default). The <REVMAP> is a simple text file\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1011 " that maps each source commit ID to the destination ID for that\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1012 " revision, like so::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1013 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1014
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1015 msgid " <source ID> <destination ID>"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1016 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1017
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1018 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1019 " If the file doesn't exist, it's automatically created. It's\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1020 " updated on each commit copied, so :hg:`convert` can be interrupted\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1021 " and can be run repeatedly to copy new commits."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1022 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1023
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1024 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1025 " The authormap is a simple text file that maps each source commit\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1026 " author to a destination commit author. It is handy for source SCMs\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1027 " that use unix logins to identify authors (eg: CVS). One line per\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1028 " author mapping and the line format is::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1029 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1030
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1031 msgid " source author = destination author"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1032 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1033
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1034 msgid " Empty lines and lines starting with a ``#`` are ignored."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1035 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1036
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1037 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1038 " The filemap is a file that allows filtering and remapping of files\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1039 " and directories. Each line can contain one of the following\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1040 " directives::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1041 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1042
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1043 msgid " include path/to/file-or-dir"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1044 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1045
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1046 msgid " exclude path/to/file-or-dir"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1047 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1048
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1049 msgid " rename path/to/source path/to/destination"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1050 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1051
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1052 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1053 " Comment lines start with ``#``. A specified path matches if it\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1054 " equals the full relative name of a file or one of its parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1055 " directories. The ``include`` or ``exclude`` directive with the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1056 " longest matching path applies, so line order does not matter."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1057 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1058
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1059 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1060 " The ``include`` directive causes a file, or all files under a\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1061 " directory, to be included in the destination repository, and the\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1062 " exclusion of all other files and directories not explicitly\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1063 " included. The ``exclude`` directive causes files or directories to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1064 " be omitted. The ``rename`` directive renames a file or directory if\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1065 " it is converted. To rename from a subdirectory into the root of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1066 " the repository, use ``.`` as the path to rename to."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1067 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1068
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1069 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1070 " The splicemap is a file that allows insertion of synthetic\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1071 " history, letting you specify the parents of a revision. This is\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1072 " useful if you want to e.g. give a Subversion merge two parents, or\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1073 " graft two disconnected series of history together. Each entry\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1074 " contains a key, followed by a space, followed by one or two\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1075 " comma-separated values::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1076 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1077
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1078 msgid " key parent1, parent2"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1079 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1080
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1081 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1082 " The key is the revision ID in the source\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1083 " revision control system whose parents should be modified (same\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1084 " format as a key in .hg/shamap). The values are the revision IDs\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1085 " (in either the source or destination revision control system) that\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1086 " should be used as the new parents for that node. For example, if\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1087 " you have merged \"release-1.0\" into \"trunk\", then you should\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1088 " specify the revision on \"trunk\" as the first parent and the one on\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1089 " the \"release-1.0\" branch as the second."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1090 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1091
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1092 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1093 " The branchmap is a file that allows you to rename a branch when it is\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1094 " being brought in from whatever external repository. When used in\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1095 " conjunction with a splicemap, it allows for a powerful combination\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1096 " to help fix even the most badly mismanaged repositories and turn them\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1097 " into nicely structured Mercurial repositories. The branchmap contains\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1098 " lines of the form::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1099 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1100
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1101 msgid " original_branch_name new_branch_name"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1102 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1103
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1104 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1105 " where \"original_branch_name\" is the name of the branch in the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1106 " source repository, and \"new_branch_name\" is the name of the branch\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1107 " is the destination repository. No whitespace is allowed in the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1108 " branch names. This can be used to (for instance) move code in one\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1109 " repository from \"default\" to a named branch."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1110 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1111
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1112 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1113 " Mercurial Source\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1114 " ''''''''''''''''"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1115 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1116
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1117 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1118 " --config convert.hg.ignoreerrors=False (boolean)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1119 " ignore integrity errors when reading. Use it to fix Mercurial\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1120 " repositories with missing revlogs, by converting from and to\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1121 " Mercurial.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1122 " --config convert.hg.saverev=False (boolean)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1123 " store original revision ID in changeset (forces target IDs to\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1124 " change)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1125 " --config convert.hg.startrev=0 (hg revision identifier)\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1126 " convert start revision and its descendants"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1127 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1128
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1129 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1130 " CVS Source\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1131 " ''''''''''"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1132 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1133
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1134 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1135 " CVS source will use a sandbox (i.e. a checked-out copy) from CVS\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1136 " to indicate the starting point of what will be converted. Direct\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1137 " access to the repository files is not needed, unless of course the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1138 " repository is :local:. The conversion uses the top level directory\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1139 " in the sandbox to find the CVS repository, and then uses CVS rlog\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1140 " commands to find files to convert. This means that unless a\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1141 " filemap is given, all files under the starting directory will be\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1142 " converted, and that any directory reorganization in the CVS\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1143 " sandbox is ignored."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1144 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1145
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1146 msgid " The options shown are the defaults."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1147 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1148
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1149 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1150 " --config convert.cvsps.cache=True (boolean)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1151 " Set to False to disable remote log caching, for testing and\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1152 " debugging purposes.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1153 " --config convert.cvsps.fuzz=60 (integer)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1154 " Specify the maximum time (in seconds) that is allowed between\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1155 " commits with identical user and log message in a single\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1156 " changeset. When very large files were checked in as part of a\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1157 " changeset then the default may not be long enough.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1158 " --config convert.cvsps.mergeto='{{mergetobranch ([-\\w]+)}}'\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1159 " Specify a regular expression to which commit log messages are\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1160 " matched. If a match occurs, then the conversion process will\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1161 " insert a dummy revision merging the branch on which this log\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1162 " message occurs to the branch indicated in the regex.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1163 " --config convert.cvsps.mergefrom='{{mergefrombranch ([-\\w]+)}}'\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1164 " Specify a regular expression to which commit log messages are\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1165 " matched. If a match occurs, then the conversion process will\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1166 " add the most recent revision on the branch indicated in the\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1167 " regex as the second parent of the changeset.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1168 " --config hook.cvslog\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1169 " Specify a Python function to be called at the end of gathering\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1170 " the CVS log. The function is passed a list with the log entries,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1171 " and can modify the entries in-place, or add or delete them.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1172 " --config hook.cvschangesets\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1173 " Specify a Python function to be called after the changesets\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1174 " are calculated from the the CVS log. The function is passed\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1175 " a list with the changeset entries, and can modify the changesets\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1176 " in-place, or add or delete them."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1177 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1178
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1179 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1180 " An additional \"debugcvsps\" Mercurial command allows the builtin\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1181 " changeset merging code to be run without doing a conversion. Its\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1182 " parameters and output are similar to that of cvsps 2.1. Please see\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1183 " the command help for more details."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1184 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1185
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1186 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1187 " Subversion Source\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1188 " '''''''''''''''''"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1189 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1190
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1191 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1192 " Subversion source detects classical trunk/branches/tags layouts.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1193 " By default, the supplied \"svn://repo/path/\" source URL is\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1194 " converted as a single branch. If \"svn://repo/path/trunk\" exists it\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1195 " replaces the default branch. If \"svn://repo/path/branches\" exists,\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1196 " its subdirectories are listed as possible branches. If\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1197 " \"svn://repo/path/tags\" exists, it is looked for tags referencing\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1198 " converted branches. Default \"trunk\", \"branches\" and \"tags\" values\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1199 " can be overridden with following options. Set them to paths\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1200 " relative to the source URL, or leave them blank to disable auto\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1201 " detection."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1202 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1203
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1204 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1205 " --config convert.svn.branches=branches (directory name)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1206 " specify the directory containing branches\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1207 " --config convert.svn.tags=tags (directory name)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1208 " specify the directory containing tags\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1209 " --config convert.svn.trunk=trunk (directory name)\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1210 " specify the name of the trunk branch"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1211 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1212
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1213 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1214 " Source history can be retrieved starting at a specific revision,\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1215 " instead of being integrally converted. Only single branch\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1216 " conversions are supported."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1217 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1218
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1219 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1220 " --config convert.svn.startrev=0 (svn revision number)\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1221 " specify start Subversion revision."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1222 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1223
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1224 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1225 " Perforce Source\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1226 " '''''''''''''''"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1227 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1228
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1229 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1230 " The Perforce (P4) importer can be given a p4 depot path or a\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1231 " client specification as source. It will convert all files in the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1232 " source to a flat Mercurial repository, ignoring labels, branches\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1233 " and integrations. Note that when a depot path is given you then\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1234 " usually should specify a target directory, because otherwise the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1235 " target may be named ...-hg."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1236 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1237
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1238 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1239 " It is possible to limit the amount of source history to be\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1240 " converted by specifying an initial Perforce revision."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1241 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1242
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1243 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1244 " --config convert.p4.startrev=0 (perforce changelist number)\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1245 " specify initial Perforce revision."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1246 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1247
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1248 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1249 " Mercurial Destination\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1250 " '''''''''''''''''''''"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1251 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1252
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1253 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1254 " --config convert.hg.clonebranches=False (boolean)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1255 " dispatch source branches in separate clones.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1256 " --config convert.hg.tagsbranch=default (branch name)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1257 " tag revisions branch name\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1258 " --config convert.hg.usebranchnames=True (boolean)\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1259 " preserve branch names"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1260 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1261
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1262 msgid " "
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1263 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1264
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1265 msgid "create changeset information from CVS"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1266 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1267
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1268 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1269 " This command is intended as a debugging tool for the CVS to\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1270 " Mercurial converter, and can be used as a direct replacement for\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1271 " cvsps."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1272 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1273
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1274 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1275 " Hg debugcvsps reads the CVS rlog for current directory (or any\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1276 " named directory) in the CVS repository, and converts the log to a\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1277 " series of changesets based on matching commit log entries and\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1278 " dates."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1279 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1280
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1281 msgid "username mapping filename (DEPRECATED, use --authormap instead)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1282 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1283
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1284 msgid "source repository type"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1285 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1286
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1287 msgid "destination repository type"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1288 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1289
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1290 msgid "import up to target revision REV"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1291 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1292
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1293 msgid "remap usernames using this file"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1294 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1295
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1296 msgid "remap file names using contents of file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1297 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1298
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1299 msgid "splice synthesized history into place"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1300 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1301
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1302 msgid "change branch names while converting"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1303 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1304
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1305 msgid "try to sort changesets by branches"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1306 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1307
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1308 msgid "try to sort changesets by date"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1309 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1310
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1311 msgid "preserve source changesets order"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1312 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1313
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1314 msgid "hg convert [OPTION]... SOURCE [DEST [REVMAP]]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1315 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1316
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1317 msgid "only return changes on specified branches"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1318 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1319
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1320 msgid "prefix to remove from file names"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1321 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1322
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1323 msgid "only return changes after or between specified tags"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1324 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1325
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1326 msgid "update cvs log cache"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1327 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1328
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1329 msgid "create new cvs log cache"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1330 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1331
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1332 msgid "set commit time fuzz in seconds"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1333 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1334
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1335 msgid "specify cvsroot"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1336 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1337
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1338 msgid "show parent changesets"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1339 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1340
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1341 msgid "show current changeset in ancestor branches"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1342 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1343
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1344 msgid "ignored for compatibility"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1345 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1346
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1347 msgid "hg debugcvsps [OPTION]... [PATH]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1348 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1349
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1350 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1351 msgid "%s does not look like a Bazaar repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1352 msgstr "%s 怎麼看都不像是一個 Bazaar 儲存庫"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1353
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1354 msgid "Bazaar modules could not be loaded"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1355 msgstr "Bazaar 模組不能載入"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1356
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1357 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1358 "warning: lightweight checkouts may cause conversion failures, try with a "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1359 "regular branch instead.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1360 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1361
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1362 msgid "bzr source type could not be determined\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1363 msgstr "bazaar 來源型態不能被決定\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1364
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1365 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1366 msgid "%s is not a valid revision in current branch"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1367 msgstr "在目前的分支,%s不是一個有效的修定版"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1368
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1369 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1370 msgid "%s is not available in %s anymore"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1371 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1372
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1373 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1374 msgid "%s.%s symlink has no target"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1375 msgstr "%s.%s 符號連結沒有目標"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1376
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1377 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1378 msgid "cannot find required \"%s\" tool"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1379 msgstr "找不到需要的 '%s' 工具"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1380
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1381 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1382 msgid "%s error:\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1383 msgstr "%s 錯誤:\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1384
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1385 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1386 msgid "syntax error in %s(%d): key/value pair expected"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1387 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1388
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1389 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1390 msgid "could not open map file %r: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1391 msgstr "不能打開 map 檔 %r: %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1392
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1393 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1394 msgid "%s: invalid source repository type"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1395 msgstr "%s: 無效的來源儲存庫型態"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1396
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1397 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1398 msgid "%s: missing or unsupported repository"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1399 msgstr "%s: 遺失了 或 不支援的儲存庫"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1400
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1401 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1402 msgid "%s: invalid destination repository type"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1403 msgstr "%s: 未知的目的儲存庫型態"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1404
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1405 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1406 msgid "convert: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1407 msgstr "轉換: %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1408
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1409 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1410 msgid "%s: unknown repository type"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1411 msgstr "%s: 未知的儲存庫型態"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1412
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1413 msgid "getting files"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1414 msgstr "取得檔案中..."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1415
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1416 msgid "revisions"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1417 msgstr "修定版"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1418
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1419 msgid "scanning"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1420 msgstr "掃描中"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1421
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1422 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1423 msgid "unknown sort mode: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1424 msgstr "未知的排序模式: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1425
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1426 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1427 msgid "cycle detected between %s and %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1428 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1429
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1430 msgid "not all revisions were sorted"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1431 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1432
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1433 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1434 msgid "Writing author map file %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1435 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1436
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1437 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1438 msgid "Ignoring bad line in author map file %s: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1439 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1440
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1441 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1442 msgid "mapping author %s to %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1443 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1444
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1445 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1446 msgid "overriding mapping for author %s, was %s, will be %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1447 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1448
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1449 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1450 msgid "spliced in %s as parents of %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1451 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1452
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1453 msgid "scanning source...\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1454 msgstr "掃描 source 中\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1455
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1456 msgid "sorting...\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1457 msgstr "排序中\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1458
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1459 msgid "converting...\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1460 msgstr "轉換中...\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1461
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1462 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1463 msgid "source: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1464 msgstr "來源: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1465
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1466 msgid "converting"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1467 msgstr "轉換中"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1468
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1469 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1470 msgid "assuming destination %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1471 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1472
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1473 msgid "more than one sort mode specified"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1474 msgstr "描述了不只一個排序模式"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1475
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1476 msgid "--sourcesort is not supported by this data source"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1477 msgstr "--sourcesort 不支援這個資料來源"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1478
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1479 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1480 msgid "%s does not look like a CVS checkout"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1481 msgstr "%s 怎麼看都不像是一個 CVS 的 checkout"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1482
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1483 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1484 msgid "revision %s is not a patchset number"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1485 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1486
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1487 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1488 msgid "connecting to %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1489 msgstr "連接到 %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1490
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1491 msgid "CVS pserver authentication failed"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1492 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1493
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1494 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1495 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1496 "unexpected response from CVS server (expected \"Valid-requests\", but got %r)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1497 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1498
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1499 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1500 msgid "%d bytes missing from remote file"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1501 msgstr "從遠端檔案遺失了 %d 位元組s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1502
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1503 msgid "malformed response from CVS"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1504 msgstr "從CVS那收到畸形的回應"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1505
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1506 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1507 msgid "cvs server: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1508 msgstr "cvs 伺服器: %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1509
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1510 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1511 msgid "unknown CVS response: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1512 msgstr "未知的CVS回應: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1513
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1514 msgid "collecting CVS rlog\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1515 msgstr "收集 CVS rlog\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1516
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1517 msgid "not a CVS sandbox"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1518 msgstr "不是一個CVS sandbox"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1519
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1520 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1521 msgid "reading cvs log cache %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1522 msgstr "讀取 cvs 紀錄快取(log cache) %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1523
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1524 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1525 msgid "cache has %d log entries\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1526 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1527
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1528 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1529 msgid "error reading cache: %r\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1530 msgstr "讀取快取錯誤: %r\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1531
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1532 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1533 msgid "running %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1534 msgstr "正在執行 %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1535
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1536 msgid "RCS file must be followed by working file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1537 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1538
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1539 msgid "must have at least some revisions"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1540 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1541
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1542 msgid "expected revision number"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1543 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1544
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1545 msgid "revision must be followed by date line"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1546 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1547
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1548 msgid "log cache overlaps with new log entries, re-run without cache."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1549 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1550
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1551 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1552 msgid "writing cvs log cache %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1553 msgstr "寫入 CVS 紀錄快取(log cache) %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1554
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1555 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1556 msgid "%d log entries\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1557 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1558
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1559 msgid "creating changesets\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1560 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1561
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1562 msgid "synthetic changeset cannot have multiple parents"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1563 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1564
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1565 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1566 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1567 "warning: CVS commit message references non-existent branch %r:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1568 "%s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1569 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1570
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1571 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1572 msgid "%d changeset entries\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1573 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1574
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1575 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1576 msgid "%s does not look like a darcs repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1577 msgstr "%s 怎麼看都不像是一個 darcs 儲存庫"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1578
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1579 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1580 msgid "darcs version 2.1 or newer needed (found %r)"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1581 msgstr "需要 darcs 版本2.1以上 (找到的是 %r)"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1582
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1583 msgid "Python ElementTree module is not available"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1584 msgstr "Python ElementTree module 不能用"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1585
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1586 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1587 msgid "%s repository format is unsupported, please upgrade"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1588 msgstr "%s 儲存庫格式不支援,請更新"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1589
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1590 msgid "failed to detect repository format!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1591 msgstr "偵測儲存庫格式失敗!"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1592
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1593 msgid "internal calling inconsistency"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1594 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1595
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1596 msgid "errors in filemap"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1597 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1598
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1599 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1600 msgid "%s:%d: path to %s is missing\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1601 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1602
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1603 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1604 msgid "%s:%d: %r already in %s list\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1605 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1606
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1607 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1608 msgid "%s:%d: superfluous / in %s %r\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1609 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1610
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1611 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1612 msgid "%s:%d: unknown directive %r\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1613 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1614
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1615 msgid "source repository doesn't support --filemap"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1616 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1617
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1618 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1619 msgid "%s does not look like a Git repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1620 msgstr "%s 怎麼看都不像是一個 Git 儲存庫"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1621
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1622 msgid "cannot retrieve git heads"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1623 msgstr "不能取回git標頭"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1624
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1625 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1626 msgid "cannot read %r object at %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1627 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1628
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1629 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1630 msgid "cannot read changes in %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1631 msgstr "不能在%s讀取變更"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1632
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1633 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1634 msgid "cannot read tags from %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1635 msgstr "不能從%s讀取標記"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1636
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1637 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1638 msgid "%s does not look like a GNU Arch repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1639 msgstr "%s 怎麼看都不像是一個 GNU Arch 儲存庫"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1640
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1641 msgid "cannot find a GNU Arch tool"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1642 msgstr "找不到 GNU arch 工具"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1643
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1644 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1645 msgid "analyzing tree version %s...\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1646 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1647
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1648 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1649 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1650 "tree analysis stopped because it points to an unregistered archive %s...\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1651 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1652
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1653 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1654 msgid "could not parse cat-log of %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1655 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1656
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1657 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1658 msgid "%s is not a local Mercurial repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1659 msgstr "%s 不是一個本地端的 Mercurial 儲存庫"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1660
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1661 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1662 msgid "initializing destination %s repository\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1663 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1664
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1665 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1666 msgid "could not create hg repository %s as sink"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1667 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1668
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1669 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1670 msgid "pulling from %s into %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1671 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1672
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1673 msgid "filtering out empty revision\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1674 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1675
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1676 msgid "updating tags\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1677 msgstr "正在更新標記\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1678
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1679 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1680 msgid "%s is not a valid start revision"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1681 msgstr "%s 不是一個有效的開始修定版"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1682
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1683 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1684 msgid "ignoring: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1685 msgstr "忽略: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1686
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1687 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1688 msgid "%s does not look like a monotone repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1689 msgstr "%s 怎麼看都不像是一個monotone 儲存庫"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1690
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1691 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1692 msgid "copying file in renamed directory from '%s' to '%s'"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1693 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1694
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1695 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1696 msgid "%s does not look like a P4 repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1697 msgstr "%s 怎麼看都不像是一個 P4 儲存庫"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1698
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1699 msgid "reading p4 views\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1700 msgstr "正在讀取P4視區\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1701
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1702 msgid "collecting p4 changelists\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1703 msgstr "收集P4變更列表\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1704
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1705 msgid "Mercurial failed to run itself, check hg executable is in PATH"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1706 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1707
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1708 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1709 "svn: cannot probe remote repository, assume it could be a subversion "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1710 "repository. Use --source-type if you know better.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1711 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1712
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1713 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1714 msgid "%s does not look like a Subversion repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1715 msgstr "%s 怎麼看都不像是一個 Subversion 儲存庫"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1716
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1717 msgid "Subversion python bindings could not be loaded"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1718 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1719
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1720 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1721 msgid "Subversion python bindings %d.%d found, 1.4 or later required"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1722 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1723
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1724 msgid "Subversion python bindings are too old, 1.4 or later required"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1725 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1726
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1727 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1728 msgid "svn: revision %s is not an integer"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1729 msgstr "svn:修定版 %s 不是一個整數"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1730
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1731 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1732 msgid "svn: start revision %s is not an integer"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1733 msgstr "svn:開始修定版%s不是一個整數"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1734
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1735 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1736 msgid "no revision found in module %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1737 msgstr "在%s模組中找不到修定版"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1738
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1739 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1740 msgid "expected %s to be at %r, but not found"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1741 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1742
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1743 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1744 msgid "found %s at %r\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1745 msgstr "找到%s在%r\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1746
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1747 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1748 msgid "ignoring empty branch %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1749 msgstr "忽略空白的分支 %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1750
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1751 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1752 msgid "found branch %s at %d\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1753 msgstr "找到分支 %s 在 %d\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1754
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1755 msgid "svn: start revision is not supported with more than one branch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1756 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1757
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1758 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1759 msgid "svn: no revision found after start revision %d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1760 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1761
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1762 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1763 msgid "%s not found up to revision %d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1764 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1765
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1766 msgid "scanning paths"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1767 msgstr "掃描 補丁 中"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1768
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1769 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1770 msgid "found parent of branch %s at %d: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1771 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1772
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1773 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1774 msgid "fetching revision log for \"%s\" from %d to %d\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1775 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1776
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1777 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1778 msgid "svn: branch has no revision %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1779 msgstr "svn:分支沒有修定版 %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1780
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1781 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1782 msgid "initializing svn repository %r\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1783 msgstr "正在初始化subversion儲存庫%r\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1784
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1785 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1786 msgid "initializing svn working copy %r\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1787 msgstr "初始 Subversion 工作副本 %r\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1788
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1789 msgid "unexpected svn output:\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1790 msgstr "意料之外的Subversion 輸出:\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1791
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1792 msgid "unable to cope with svn output"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1793 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1794
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1795 msgid "writing Subversion tags is not yet implemented\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1796 msgstr "還沒有實作 '寫入Subversion標記' 這個功能\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1797
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1798 msgid "automatically manage newlines in repository files"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1799 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1800
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1801 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1802 "This extension allows you to manage the type of line endings (CRLF or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1803 "LF) that are used in the repository and in the local working\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1804 "directory. That way you can get CRLF line endings on Windows and LF on\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1805 "Unix/Mac, thereby letting everybody use their OS native line endings."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1806 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1807
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1808 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1809 "The extension reads its configuration from a versioned ``.hgeol``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1810 "configuration file every time you run an ``hg`` command. The\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1811 "``.hgeol`` file use the same syntax as all other Mercurial\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1812 "configuration files. It uses two sections, ``[patterns]`` and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1813 "``[repository]``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1814 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1815
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1816 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1817 "The ``[patterns]`` section specifies the line endings used in the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1818 "working directory. The format is specified by a file pattern. The\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1819 "first match is used, so put more specific patterns first. The\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1820 "available line endings are ``LF``, ``CRLF``, and ``BIN``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1821 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1822
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1823 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1824 "Files with the declared format of ``CRLF`` or ``LF`` are always\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1825 "checked out in that format and files declared to be binary (``BIN``)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1826 "are left unchanged. Additionally, ``native`` is an alias for the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1827 "platform's default line ending: ``LF`` on Unix (including Mac OS X)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1828 "and ``CRLF`` on Windows. Note that ``BIN`` (do nothing to line\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1829 "endings) is Mercurial's default behaviour; it is only needed if you\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1830 "need to override a later, more general pattern."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1831 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1832
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1833 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1834 "The optional ``[repository]`` section specifies the line endings to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1835 "use for files stored in the repository. It has a single setting,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1836 "``native``, which determines the storage line endings for files\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1837 "declared as ``native`` in the ``[patterns]`` section. It can be set to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1838 "``LF`` or ``CRLF``. The default is ``LF``. For example, this means\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1839 "that on Windows, files configured as ``native`` (``CRLF`` by default)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1840 "will be converted to ``LF`` when stored in the repository. Files\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1841 "declared as ``LF``, ``CRLF``, or ``BIN`` in the ``[patterns]`` section\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1842 "are always stored as-is in the repository."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1843 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1844
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1845 msgid "Example versioned ``.hgeol`` file::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1846 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1847
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1848 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1849 " [patterns]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1850 " **.py = native\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1851 " **.vcproj = CRLF\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1852 " **.txt = native\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1853 " Makefile = LF\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1854 " **.jpg = BIN"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1855 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1856
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1857 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1858 " [repository]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1859 " native = LF"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1860 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1861
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1862 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1863 "The extension uses an optional ``[eol]`` section in your hgrc file\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1864 "(not the ``.hgeol`` file) for settings that control the overall\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1865 "behavior. There are two settings:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1866 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1867
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1868 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1869 "- ``eol.native`` (default ``os.linesep``) can be set to ``LF`` or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1870 " ``CRLF`` to override the default interpretation of ``native`` for\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1871 " checkout. This can be used with :hg:`archive` on Unix, say, to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1872 " generate an archive where files have line endings for Windows."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1873 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1874
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1875 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1876 "- ``eol.only-consistent`` (default True) can be set to False to make\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1877 " the extension convert files with inconsistent EOLs. Inconsistent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1878 " means that there is both ``CRLF`` and ``LF`` present in the file.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1879 " Such files are normally not touched under the assumption that they\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1880 " have mixed EOLs on purpose."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1881 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1882
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1883 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1884 "See :hg:`help patterns` for more information about the glob patterns\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1885 "used.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1886 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1887
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1888 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1889 msgid "%s should not have CRLF line endings"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1890 msgstr "%s 不應該有CRLF結束"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1891
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1892 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1893 msgid "%s should not have LF line endings"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1894 msgstr "%s 不應該有LF結束"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1895
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1896 msgid "the eol extension is incompatible with the win32text extension"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1897 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1898
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1899 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1900 msgid "ignoring unknown EOL style '%s' from %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1901 msgstr "忽略未知的換行型態 '%s' 從 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1902
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1903 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1904 msgid "inconsistent newline style in %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1905 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1906
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1907 msgid "command to allow external programs to compare revisions"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1908 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1909
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1910 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1911 "The extdiff Mercurial extension allows you to use external programs\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1912 "to compare revisions, or revision with working directory. The external\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1913 "diff programs are called with a configurable set of options and two\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1914 "non-option arguments: paths to directories containing snapshots of\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1915 "files to compare."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1916 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1917
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1918 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1919 "The extdiff extension also allows to configure new diff commands, so\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1920 "you do not need to type :hg:`extdiff -p kdiff3` always. ::"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1921 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1922
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1923 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1924 " [extdiff]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1925 " # add new command that runs GNU diff(1) in 'context diff' mode\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1926 " cdiff = gdiff -Nprc5\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1927 " ## or the old way:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1928 " #cmd.cdiff = gdiff\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1929 " #opts.cdiff = -Nprc5"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1930 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1931
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1932 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1933 " # add new command called vdiff, runs kdiff3\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1934 " vdiff = kdiff3"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1935 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1936
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1937 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1938 " # add new command called meld, runs meld (no need to name twice)\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1939 " meld ="
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1940 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1941
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1942 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1943 " # add new command called vimdiff, runs gvimdiff with DirDiff plugin\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1944 " # (see http://www.vim.org/scripts/script.php?script_id=102) Non\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
1945 " # English user, be sure to put \"let g:DirDiffDynamicDiffText = 1\" in\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1946 " # your .vimrc\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1947 " vimdiff = gvim -f '+next' '+execute \"DirDiff\" argv(0) argv(1)'"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1948 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1949
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1950 msgid "Tool arguments can include variables that are expanded at runtime::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1951 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1952
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1953 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1954 " $parent1, $plabel1 - filename, descriptive label of first parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1955 " $child, $clabel - filename, descriptive label of child revision\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1956 " $parent2, $plabel2 - filename, descriptive label of second parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1957 " $parent is an alias for $parent1."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1958 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1959
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1960 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1961 "The extdiff extension will look in your [diff-tools] and [merge-tools]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1962 "sections for diff tool arguments, when none are specified in [extdiff]."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1963 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1964
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1965 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1966 " [extdiff]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1967 " kdiff3 ="
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1968 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1969
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1970 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1971 " [diff-tools]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1972 " kdiff3.diffargs=--L1 '$plabel1' --L2 '$clabel' $parent $child"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1973 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1974
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1975 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1976 "You can use -I/-X and list of file or directory names like normal\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1977 ":hg:`diff` command. The extdiff extension makes snapshots of only\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1978 "needed files, so running the external diff program will actually be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1979 "pretty fast (at least faster than having to compare the entire tree).\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1980 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1981
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1982 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1983 msgid "making snapshot of %d files from rev %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1984 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1985
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1986 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1987 msgid "making snapshot of %d files from working directory\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1988 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1989
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1990 msgid "cannot specify --rev and --change at the same time"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1991 msgstr "不可以同時描述 --rev 跟 --change"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1992
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1993 msgid "cleaning up temp directory\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
1994 msgstr "清掉暫存目錄\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
1995
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1996 msgid "use external program to diff repository (or selected files)"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1997 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1998
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
1999 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2000 " Show differences between revisions for the specified files, using\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2001 " an external program. The default program used is diff, with\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2002 " default options \"-Npru\"."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2003 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2004
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2005 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2006 " To select a different program, use the -p/--program option. The\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2007 " program will be passed the names of two directories to compare. To\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2008 " pass additional options to the program, use -o/--option. These\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2009 " will be passed before the names of the directories to compare."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2010 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2011
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2012 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2013 " When two revision arguments are given, then changes are shown\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2014 " between those revisions. If only one revision is specified then\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2015 " that revision is compared to the working directory, and, when no\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2016 " revisions are specified, the working directory files are compared\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2017 " to its parent."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2018 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2019
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2020 msgid "CMD"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2021 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2022
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2023 msgid "comparison program to run"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2024 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2025
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2026 msgid "OPT"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2027 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2028
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2029 msgid "pass option to comparison program"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2030 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2031
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2032 msgid "change made by revision"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2033 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2034
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2035 msgid "hg extdiff [OPT]... [FILE]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2036 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2037
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2038 #, python-format
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2039 msgid "use %(path)s to diff repository (or selected files)"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2040 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2041
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2042 #, python-format
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2043 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2044 " Show differences between revisions for the specified files, using\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2045 " the %(path)s program."
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2046 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2047
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2048 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2049 msgid "hg %s [OPTION]... [FILE]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2050 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2051
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2052 msgid "pull, update and merge in one command"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2053 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2054
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2055 msgid "pull changes from a remote repository, merge new changes if needed."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2056 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2057
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2058 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2059 " This finds all changes from the repository at the specified path\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2060 " or URL and adds them to the local repository."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2061 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2062
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2063 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2064 " If the pulled changes add a new branch head, the head is\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2065 " automatically merged, and the result of the merge is committed.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2066 " Otherwise, the working directory is updated to include the new\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2067 " changes."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2068 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2069
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2070 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2071 " When a merge occurs, the newly pulled changes are assumed to be\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2072 " \"authoritative\". The head of the new changes is used as the first\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2073 " parent, with local changes as the second. To switch the merge\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2074 " order, use --switch-parent."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2075 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2076
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2077 msgid " See :hg:`help dates` for a list of formats valid for -d/--date."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2078 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2079
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2080 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2081 " Returns 0 on success.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2082 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2083 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2084
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2085 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2086 "working dir not at branch tip (use \"hg update\" to check out branch tip)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2087 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2088
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2089 msgid "outstanding uncommitted merge"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2090 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2091
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2092 msgid "outstanding uncommitted changes"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2093 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2094
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2095 msgid "working directory is missing some files"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2096 msgstr "工作目錄遺失了一些檔案"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2097
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2098 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2099 "multiple heads in this branch (use \"hg heads .\" and \"hg merge\" to merge)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2100 msgstr "這個分支有多個標頭(使用'hg heads .' 和 'hg merge' 去合併)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2101
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2102 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2103 msgid "pulling from %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2104 msgstr "從 %s 拉回中\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2105
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2106 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2107 "Other repository doesn't support revision lookup, so a rev cannot be "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2108 "specified."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2109 msgstr "其他儲存庫不支援修定版查閱,所以不能描述一個修定版"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2110
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2111 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2112 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2113 "not merging with %d other new branch heads (use \"hg heads .\" and \"hg merge"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2114 "\" to merge them)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2115 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2116
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2117 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2118 msgid "updating to %d:%s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2119 msgstr "更新到%d:%s ...\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2120
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2121 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2122 msgid "merging with %d:%s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2123 msgstr "跟%d合併:%s ...\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2124
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2125 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2126 msgid "new changeset %d:%s merges remote changes with local\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2127 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2128
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2129 msgid "a specific revision you would like to pull"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2130 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2131
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2132 msgid "edit commit message"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2133 msgstr "編輯提交訊息"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2134
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2135 msgid "edit commit message (DEPRECATED)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2136 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2137
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2138 msgid "switch parents when merging"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2139 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2140
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2141 msgid "hg fetch [SOURCE]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2142 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2143
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2144 msgid "commands to sign and verify changesets"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2145 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2146
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2147 msgid "error while verifying signature"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2148 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2149
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2150 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2151 msgid "%s Bad signature from \"%s\"\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2152 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2153
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2154 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2155 msgid "%s Note: Signature has expired (signed by: \"%s\")\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2156 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2157
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2158 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2159 msgid "%s Note: This key has expired (signed by: \"%s\")\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2160 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2161
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2162 msgid "list signed changesets"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2163 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2164
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2165 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2166 msgid "%s:%d node does not exist\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2167 msgstr "%s:%d 節點不存在\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2168
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2169 msgid "verify all the signatures there may be for a particular revision"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2170 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2171
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2172 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2173 msgid "No valid signature for %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2174 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2175
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2176 msgid "add a signature for the current or given revision"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2177 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2178
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2179 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2180 " If no revision is given, the parent of the working directory is used,\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2181 " or tip if no revision is checked out."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2182 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2183
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2184 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2185 " See :hg:`help dates` for a list of formats valid for -d/--date.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2186 " "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2187 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2188
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2189 msgid "uncommitted merge - please provide a specific revision"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2190 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2191
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2192 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2193 msgid "Signing %d:%s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2194 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2195
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2196 msgid "error while signing"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2197 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2198
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2199 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2200 "working copy of .hgsigs is changed (please commit .hgsigs manually or use --"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2201 "force)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2202 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2203
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2204 msgid "unknown signature version"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2205 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2206
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2207 msgid "make the signature local"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2208 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2209
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2210 msgid "sign even if the sigfile is modified"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2211 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2212
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2213 msgid "do not commit the sigfile after signing"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2214 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2215
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2216 msgid "ID"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2217 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2218
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2219 msgid "the key id to sign with"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2220 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2221
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2222 msgid "TEXT"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2223 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2224
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2225 msgid "commit message"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2226 msgstr "提交訊息"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2227
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2228 msgid "hg sign [OPTION]... [REVISION]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2229 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2230
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2231 msgid "hg sigcheck REVISION"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2232 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2233
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2234 msgid "hg sigs"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2235 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2236
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2237 msgid "command to view revision graphs from a shell"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2238 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2239
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2240 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2241 "This extension adds a --graph option to the incoming, outgoing and log\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2242 "commands. When this options is given, an ASCII representation of the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2243 "revision graph is also shown.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2244 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2245
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2246 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2247 msgid "--graph option is incompatible with --%s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2248 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2249
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2250 msgid "show revision history alongside an ASCII revision graph"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2251 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2252
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2253 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2254 " Print a revision history alongside a revision graph drawn with\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2255 " ASCII characters."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2256 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2257
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2258 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2259 " Nodes printed as an @ character are parents of the working\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2260 " directory.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2261 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2262 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2263
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2264 msgid "show the revision DAG"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2265 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2266
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2267 msgid "NUM"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2268 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2269
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2270 msgid "limit number of changes displayed"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2271 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2272
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2273 msgid "show patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2274 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2275
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2276 msgid "show the specified revision or range"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2277 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2278
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2279 msgid "hg glog [OPTION]... [FILE]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2280 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2281
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2282 msgid "hooks for integrating with the CIA.vc notification service"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2283 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2284
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2285 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2286 "This is meant to be run as a changegroup or incoming hook. To\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2287 "configure it, set the following options in your hgrc::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2288 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2289
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2290 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2291 " [cia]\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2292 " # your registered CIA user name\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2293 " user = foo\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2294 " # the name of the project in CIA\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2295 " project = foo\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2296 " # the module (subproject) (optional)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2297 " #module = foo\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2298 " # Append a diffstat to the log message (optional)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2299 " #diffstat = False\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2300 " # Template to use for log messages (optional)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2301 " #template = {desc}\\n{baseurl}/rev/{node}-- {diffstat}\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2302 " # Style to use (optional)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2303 " #style = foo\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2304 " # The URL of the CIA notification service (optional)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2305 " # You can use mailto: URLs to send by email, eg\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2306 " # mailto:cia@cia.vc\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2307 " # Make sure to set email.from if you do this.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2308 " #url = http://cia.vc/\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2309 " # print message instead of sending it (optional)\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2310 " #test = False"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2311 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2312
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2313 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2314 " [hooks]\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2315 " # one of these:\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2316 " changegroup.cia = python:hgcia.hook\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2317 " #incoming.cia = python:hgcia.hook"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2318 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2319
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2320 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2321 " [web]\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2322 " # If you want hyperlinks (optional)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2323 " baseurl = http://server/path/to/repo\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2324 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2325
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2326 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2327 msgid "%s returned an error: %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2328 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2329
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2330 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2331 msgid "hgcia: sending update to %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2332 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2333
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2334 msgid "email.from must be defined when sending by email"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2335 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2336
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2337 msgid "browse the repository in a graphical way"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2338 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2339
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2340 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2341 "The hgk extension allows browsing the history of a repository in a\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2342 "graphical way. It requires Tcl/Tk version 8.4 or later. (Tcl/Tk is not\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2343 "distributed with Mercurial.)"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2344 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2345
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2346 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2347 "hgk consists of two parts: a Tcl script that does the displaying and\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2348 "querying of information, and an extension to Mercurial named hgk.py,\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2349 "which provides hooks for hgk to get information. hgk can be found in\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2350 "the contrib directory, and the extension is shipped in the hgext\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2351 "repository, and needs to be enabled."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2352 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2353
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2354 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2355 "The :hg:`view` command will launch the hgk Tcl script. For this command\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2356 "to work, hgk must be in your search path. Alternately, you can specify\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2357 "the path to hgk in your configuration file::"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2358 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2359
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2360 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2361 " [hgk]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2362 " path=/location/of/hgk"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2363 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2364
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2365 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2366 "hgk can make use of the extdiff extension to visualize revisions.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2367 "Assuming you had already configured extdiff vdiff command, just add::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2368 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2369
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2370 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2371 " [hgk]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2372 " vdiff=vdiff"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2373 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2374
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2375 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2376 "Revisions context menu will now display additional entries to fire\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2377 "vdiff on hovered and selected revisions.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2378 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2379
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2380 msgid "diff trees from two commits"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2381 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2382
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2383 msgid "output common ancestor information"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2384 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2385
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2386 msgid "cat a specific revision"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2387 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2388
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2389 msgid "cat-file: type or revision not supplied\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2390 msgstr "cat-file:型態或修定版不支援\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2391
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2392 msgid "aborting hg cat-file only understands commits\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2393 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2394
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2395 msgid "parse given revisions"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2396 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2397
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2398 msgid "print revisions"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2399 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2400
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2401 msgid "print extension options"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2402 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2403
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2404 msgid "start interactive history viewer"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2405 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2406
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2407 msgid "hg view [-l LIMIT] [REVRANGE]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2408 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2409
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2410 msgid "generate patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2411 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2412
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2413 msgid "recursive"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2414 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2415
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2416 msgid "pretty"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2417 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2418
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2419 msgid "stdin"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2420 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2421
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2422 msgid "detect copies"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2423 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2424
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2425 msgid "search"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2426 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2427
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2428 msgid "hg git-diff-tree [OPTION]... NODE1 NODE2 [FILE]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2429 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2430
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2431 msgid "hg debug-cat-file [OPTION]... TYPE FILE"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2432 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2433
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2434 msgid "hg debug-config"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2435 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2436
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2437 msgid "hg debug-merge-base REV REV"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2438 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2439
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2440 msgid "ignored"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2441 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2442
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2443 msgid "hg debug-rev-parse REV"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2444 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2445
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2446 msgid "header"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2447 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2448
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2449 msgid "topo-order"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2450 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2451
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2452 msgid "parents"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2453 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2454
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2455 msgid "max-count"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2456 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2457
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2458 msgid "hg debug-rev-list [OPTION]... REV..."
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2459 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2460
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2461 msgid "syntax highlighting for hgweb (requires Pygments)"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2462 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2463
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2464 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2465 "It depends on the Pygments syntax highlighting library:\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2466 "http://pygments.org/"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2467 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2468
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2469 msgid "There is a single configuration option::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2470 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2471
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2472 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2473 " [web]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2474 " pygments_style = <style>"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2475 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2476
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2477 msgid "The default is 'colorful'.\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2478 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2479
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2480 msgid "accelerate status report using Linux's inotify service"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2481 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2482
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2483 msgid "start an inotify server for this repository"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2484 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2485
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2486 msgid "debugging information for inotify extension"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2487 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2488
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2489 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2490 " Prints the list of directories being watched by the inotify server.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2491 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2492 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2493
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2494 msgid "directories being watched:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2495 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2496
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2497 msgid "run server in background"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2498 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2499
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2500 msgid "used internally by daemon mode"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2501 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2502
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2503 msgid "minutes to sit idle before exiting"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2504 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2505
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2506 msgid "name of file to write process ID to"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2507 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2508
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2509 msgid "hg inserve [OPTION]..."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2510 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2511
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2512 msgid "inotify-client: found dead inotify server socket; removing it\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2513 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2514
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2515 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2516 msgid "inotify-client: could not start inotify server: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2517 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2518
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2519 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2520 msgid "inotify-client: could not talk to new inotify server: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2521 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2522
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2523 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2524 msgid "inotify-client: failed to contact inotify server: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2525 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2526
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2527 msgid "inotify-client: received empty answer from inotify server"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2528 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2529
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2530 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2531 msgid "(inotify: received response from incompatible server version %d)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2532 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2533
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2534 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2535 msgid "(inotify: received '%s' response when expecting '%s')\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2536 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2537
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2538 msgid "this system does not seem to support inotify"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2539 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2540
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2541 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2542 msgid "*** the current per-user limit on the number of inotify watches is %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2543 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2544
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2545 msgid "*** this limit is too low to watch every directory in this repository\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2546 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2547
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2548 msgid "*** counting directories: "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2549 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2550
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2551 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2552 msgid "found %d\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2553 msgstr "找到 %d\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2554
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2555 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2556 msgid "*** to raise the limit from %d to %d (run as root):\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2557 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2558
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2559 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2560 msgid "*** echo %d > %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2561 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2562
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2563 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2564 msgid "cannot watch %s until inotify watch limit is raised"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2565 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2566
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2567 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2568 msgid "inotify service not available: %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2569 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2570
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2571 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2572 msgid "watching %r\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2573 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2574
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2575 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2576 msgid "watching directories under %r\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2577 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2578
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2579 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2580 msgid "%s event: created %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2581 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2582
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2583 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2584 msgid "%s event: deleted %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2585 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2586
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2587 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2588 msgid "%s event: modified %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2589 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2590
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2591 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2592 msgid "filesystem containing %s was unmounted\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2593 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2594
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2595 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2596 msgid "%s readable: %d bytes\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2597 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2598
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2599 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2600 msgid "%s below threshold - unhooking\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2601 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2602
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2603 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2604 msgid "%s reading %d events\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2605 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2606
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2607 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2608 msgid "%s hooking back up with %d bytes readable\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2609 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2610
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2611 msgid "finished setup\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2612 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2613
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2614 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2615 msgid "status: %r %s -> %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2616 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2617
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2618 msgid "rescanning due to .hgignore change\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2619 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2620
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2621 msgid "cannot start: socket is already bound"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2622 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2623
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2624 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2625 "cannot start: tried linking .hg/inotify.sock to a temporary socket but .hg/"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2626 "inotify.sock already exists"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2627 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2628
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2629 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2630 msgid "answering query for %r\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2631 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2632
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2633 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2634 msgid "received query from incompatible client version %d\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2635 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2636
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2637 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2638 msgid "unrecognized query type: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2639 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2640
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2641 msgid "expand expressions into changelog and summaries"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2642 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2643
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2644 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2645 "This extension allows the use of a special syntax in summaries, which\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2646 "will be automatically expanded into links or any other arbitrary\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2647 "expression, much like InterWiki does."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2648 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2649
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2650 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2651 "A few example patterns (link to bug tracking, etc.) that may be used\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2652 "in your hgrc::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2653 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2654
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2655 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2656 " [interhg]\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2657 " issues = s!issue(\\d+)!<a href=\"http://bts/issue\\1\">issue\\1</a>!\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2658 " bugzilla = s!((?:bug|b=|(?=#?\\d{4,}))(?:\\s*#?)(\\d+))!<a..=\\2\">\\1</a>!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2659 "i\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2660 " boldify = s!(^|\\s)#(\\d+)\\b! <b>#\\2</b>!\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2661 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2662
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2663 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2664 msgid "interhg: invalid pattern for %s: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2665 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2666
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2667 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2668 msgid "interhg: invalid regexp for %s: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2669 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2670
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2671 msgid "expand keywords in tracked files"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2672 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2673
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2674 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2675 "This extension expands RCS/CVS-like or self-customized $Keywords$ in\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2676 "tracked text files selected by your configuration."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2677 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2678
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2679 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2680 "Keywords are only expanded in local repositories and not stored in the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2681 "change history. The mechanism can be regarded as a convenience for the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2682 "current user or for archive distribution."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2683 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2684
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2685 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2686 "Keywords expand to the changeset data pertaining to the latest change\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2687 "relative to the working directory parent of each file."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2688 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2689
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2690 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2691 "Configuration is done in the [keyword], [keywordset] and [keywordmaps]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2692 "sections of hgrc files."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2693 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2694
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2695 msgid "Example::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2696 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2697
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2698 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2699 " [keyword]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2700 " # expand keywords in every python file except those matching \"x*\"\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2701 " **.py =\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2702 " x* = ignore"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2703 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2704
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2705 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2706 " [keywordset]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2707 " # prefer svn- over cvs-like default keywordmaps\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2708 " svn = True"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2709 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2710
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2711 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2712 ".. note::\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2713 " The more specific you are in your filename patterns the less you\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2714 " lose speed in huge repositories."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2715 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2716
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2717 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2718 "For [keywordmaps] template mapping and expansion demonstration and\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2719 "control run :hg:`kwdemo`. See :hg:`help templates` for a list of\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2720 "available templates and filters."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2721 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2722
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2723 msgid "Three additional date template filters are provided::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2724 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2725
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2726 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2727 " utcdate \"2006/09/18 15:13:13\"\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2728 " svnutcdate \"2006-09-18 15:13:13Z\"\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2729 " svnisodate \"2006-09-18 08:13:13 -700 (Mon, 18 Sep 2006)\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2730 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2731
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2732 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2733 "The default template mappings (view with :hg:`kwdemo -d`) can be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2734 "replaced with customized keywords and templates. Again, run\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2735 ":hg:`kwdemo` to control the results of your config changes."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2736 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2737
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2738 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2739 "Before changing/disabling active keywords, run :hg:`kwshrink` to avoid\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2740 "the risk of inadvertently storing expanded keywords in the change\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2741 "history."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2742 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2743
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2744 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2745 "To force expansion after enabling it, or a configuration change, run\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2746 ":hg:`kwexpand`."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2747 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2748
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2749 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2750 "Expansions spanning more than one line and incremental expansions,\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2751 "like CVS' $Log$, are not supported. A keyword template map \"Log =\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2752 "{desc}\" expands to the first line of the changeset description.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2753 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2754
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2755 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2756 msgid "overwriting %s expanding keywords\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2757 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2758
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2759 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2760 msgid "overwriting %s shrinking keywords\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2761 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2762
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2763 msgid "[keyword] patterns cannot match"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2764 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2765
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2766 msgid "no [keyword] patterns configured"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2767 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2768
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2769 msgid "print [keywordmaps] configuration and an expansion example"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2770 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2771
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2772 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2773 " Show current, custom, or default keyword template maps and their\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2774 " expansions."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2775 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2776
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2777 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2778 " Extend the current configuration by specifying maps as arguments\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2779 " and using -f/--rcfile to source an external hgrc file."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2780 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2781
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2782 msgid " Use -d/--default to disable current configuration."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2783 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2784
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2785 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2786 " See :hg:`help templates` for information on templates and filters.\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2787 " "
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2788 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2789
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2790 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2791 msgid "creating temporary repository at %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2792 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2793
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2794 msgid ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2795 "\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2796 "\tconfiguration using custom keyword template maps\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2797 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2798
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2799 msgid "\textending current template maps\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2800 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2801
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2802 msgid "\toverriding default template maps\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2803 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2804
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2805 msgid ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2806 "\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2807 "\tconfiguration using default keyword template maps\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2808 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2809
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2810 msgid "\tdisabling current template maps\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2811 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2812
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2813 msgid ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2814 "\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2815 "\tconfiguration using current keyword template maps\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2816 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2817
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2818 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2819 msgid ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2820 "\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2821 "keywords written to %s:\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2822 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2823
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2824 msgid "hg keyword configuration and expansion example"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2825 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2826
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2827 msgid ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2828 "\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2829 "\tkeywords expanded\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2830 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2831
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2832 msgid "expand keywords in the working directory"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2833 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2834
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2835 msgid " Run after (re)enabling keyword expansion."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2836 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2837
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2838 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2839 " kwexpand refuses to run if given files contain local changes.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2840 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2841 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2842
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2843 msgid "show files configured for keyword expansion"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2844 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2845
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2846 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2847 " List which files in the working directory are matched by the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2848 " [keyword] configuration patterns."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2849 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2850
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2851 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2852 " Useful to prevent inadvertent keyword expansion and to speed up\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2853 " execution by including only files that are actual candidates for\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2854 " expansion."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2855 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2856
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2857 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2858 " See :hg:`help keyword` on how to construct patterns both for\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2859 " inclusion and exclusion of files."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2860 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2861
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2862 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2863 " With -A/--all and -v/--verbose the codes used to show the status\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2864 " of files are::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2865 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2866
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2867 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2868 " K = keyword expansion candidate\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2869 " k = keyword expansion candidate (not tracked)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2870 " I = ignored\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2871 " i = ignored (not tracked)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2872 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2873 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2874
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2875 msgid "revert expanded keywords in the working directory"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2876 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2877
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2878 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2879 " Run before changing/disabling active keywords or if you experience\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2880 " problems with :hg:`import` or :hg:`merge`."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2881 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2882
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2883 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2884 " kwshrink refuses to run if given files contain local changes.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2885 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2886 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2887
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2888 msgid "show default keyword template maps"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2889 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2890
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2891 msgid "read maps from rcfile"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2892 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2893
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2894 msgid "hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2895 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2896
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2897 msgid "hg kwexpand [OPTION]... [FILE]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2898 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2899
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2900 msgid "show keyword status flags of all files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2901 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2902
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2903 msgid "show files excluded from expansion"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2904 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2905
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2906 msgid "only show unknown (not tracked) files"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2907 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2908
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2909 msgid "hg kwfiles [OPTION]... [FILE]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2910 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2911
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2912 msgid "hg kwshrink [OPTION]... [FILE]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2913 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2914
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2915 msgid "manage a stack of patches"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2916 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2917
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2918 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2919 "This extension lets you work with a stack of patches in a Mercurial\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2920 "repository. It manages two stacks of patches - all known patches, and\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2921 "applied patches (subset of known patches)."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2922 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2923
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2924 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2925 "Known patches are represented as patch files in the .hg/patches\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2926 "directory. Applied patches are both patch files and changesets."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2927 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2928
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2929 msgid "Common tasks (use :hg:`help command` for more details)::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2930 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2931
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2932 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2933 " create new patch qnew\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2934 " import existing patch qimport"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2935 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2936
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2937 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2938 " print patch series qseries\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2939 " print applied patches qapplied"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2940 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2941
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
2942 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2943 " add known patch to applied stack qpush\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
2944 " remove patch from applied stack qpop\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2945 " refresh contents of top applied patch qrefresh"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2946 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2947
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2948 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2949 "By default, mq will automatically use git patches when required to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2950 "avoid losing file mode changes, copy records, binary files or empty\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2951 "files creations or deletions. This behaviour can be configured with::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2952 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2953
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2954 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2955 " [mq]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2956 " git = auto/keep/yes/no"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2957 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2958
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2959 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2960 "If set to 'keep', mq will obey the [diff] section configuration while\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2961 "preserving existing git patches upon qrefresh. If set to 'yes' or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2962 "'no', mq will override the [diff] section and always generate git or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2963 "regular patches, possibly losing data in the second case."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2964 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2965
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2966 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2967 "You will by default be managing a patch queue named \"patches\". You can\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2968 "create other, independent patch queues with the :hg:`qqueue` command.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2969 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2970
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2971 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
2972 msgid "mq.git option can be auto/keep/yes/no got %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2973 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2974
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2975 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2976 msgid "%s appears more than once in %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2977 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2978
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2979 msgid "guard cannot be an empty string"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2980 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2981
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2982 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2983 msgid "guard %r starts with invalid character: %r"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2984 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2985
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2986 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2987 msgid "invalid character in guard %r: %r"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2988 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2989
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2990 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2991 msgid "guard %r too short"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2992 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2993
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2994 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2995 msgid "guard %r starts with invalid char"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2996 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2997
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2998 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
2999 msgid "allowing %s - no guards in effect\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3000 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3001
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3002 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3003 msgid "allowing %s - no matching negative guards\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3004 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3005
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3006 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3007 msgid "allowing %s - guarded by %r\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3008 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3009
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3010 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3011 msgid "skipping %s - guarded by %r\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3012 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3013
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3014 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3015 msgid "skipping %s - no matching guards\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3016 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3017
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3018 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3019 msgid "error removing undo: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3020 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3021
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3022 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3023 msgid "apply failed for patch %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3024 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3025
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3026 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3027 msgid "patch didn't work out, merging %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3028 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3029
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3030 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3031 msgid "update returned %d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3032 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3033
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3034 msgid "repo commit failed"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3035 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3036
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3037 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3038 msgid "unable to read %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3039 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3040
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3041 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3042 msgid "patch %s does not exist\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3043 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3044
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3045 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3046 msgid "patch %s is not applied\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3047 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3048
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3049 msgid "patch failed, unable to continue (try -v)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3050 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3051
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3052 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3053 msgid "applying %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3054 msgstr "正在套用 %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3055
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3056 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3057 msgid "unable to read %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3058 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3059
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3060 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3061 msgid "patch %s is empty\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3062 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3063
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3064 #, fuzzy
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3065 msgid "repository commit failed"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3066 msgstr "找不到 %s 儲存庫"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3067
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3068 msgid "patch failed, rejects left in working dir\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3069 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3070
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3071 msgid "fuzz found when applying patch, stopping\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3072 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3073
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3074 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3075 msgid "revision %d is not managed"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3076 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3077
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3078 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3079 msgid "cannot delete revision %d above applied patches"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3080 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3081
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3082 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3083 msgid "patch %s finalized without changeset message\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3084 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3085
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3086 msgid "qdelete requires at least one revision or patch name"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3087 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3088
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3089 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3090 msgid "cannot delete applied patch %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3091 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3092
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3093 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3094 msgid "patch %s not in series file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3095 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3096
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3097 msgid "no patches applied"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3098 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3099
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3100 msgid "working directory revision is not qtip"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3101 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3102
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3103 msgid "local changes found, refresh first"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3104 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3105
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3106 msgid "local changes found"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3107 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3108
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3109 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3110 msgid "\"%s\" cannot be used as the name of a patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3111 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3112
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3113 #, fuzzy, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3114 msgid "\"%s\" already exists as a directory"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3115 msgstr "佇列 %s 已存在"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3116
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3117 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3118 msgid "patch \"%s\" already exists"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3119 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3120
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3121 msgid "cannot manage merge changesets"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3122 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3123
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3124 #, fuzzy, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3125 msgid "cannot write patch \"%s\": %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3126 msgstr "有缺陷的patch %s %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3127
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3128 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3129 msgid "error unlinking %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3130 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3131
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3132 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3133 msgid "patch name \"%s\" is ambiguous:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3134 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3135
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3136 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3137 msgid "patch %s not in series"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3138 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3139
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3140 msgid "(working directory not at a head)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3141 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3142
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3143 msgid "no patches in series\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3144 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3145
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3146 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3147 msgid "cannot push to a previous patch: %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3148 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3149
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3150 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3151 msgid "qpush: %s is already at the top\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3152 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3153
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3154 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3155 msgid "guarded by %r"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3156 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3157
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3158 msgid "no matching guards"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3159 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3160
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3161 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3162 msgid "cannot push '%s' - %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3163 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3164
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3165 msgid "all patches are currently applied\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3166 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3167
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3168 msgid "patch series already fully applied\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3169 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3170
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3171 msgid "please specify the patch to move"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3172 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3173
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3174 msgid "cleaning up working directory..."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3175 msgstr "正在清理工作目錄..."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3176
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3177 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3178 msgid "errors during apply, please fix and refresh %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3179 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3180
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3181 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3182 msgid "now at: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3183 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3184
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3185 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3186 msgid "patch %s is not applied"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3187 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3188
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3189 msgid "no patches applied\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3190 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3191
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3192 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3193 msgid "qpop: %s is already at the top\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3194 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3195
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3196 msgid "qpop: forcing dirstate update\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3197 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3198
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3199 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3200 msgid "trying to pop unknown node %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3201 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3202
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3203 msgid "popping would remove a revision not managed by this patch queue"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3204 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3205
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3206 msgid "deletions found between repo revs"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3207 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3208
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3209 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3210 msgid "popping %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3211 msgstr ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3212
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3213 msgid "patch queue now empty\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3214 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3215
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3216 msgid "cannot refresh a revision with children"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3217 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3218
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3219 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3220 "refresh interrupted while patch was popped! (revert --all, qpush to "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3221 "recover)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3222 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3223
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3224 msgid "patch queue directory already exists"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3225 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3226
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3227 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3228 msgid "patch %s is not in series file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3229 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3230
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3231 msgid "No saved patch data found\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3232 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3233
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3234 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3235 msgid "restoring status: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3236 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3237
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3238 msgid "save entry has children, leaving it alone\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3239 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3240
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3241 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3242 msgid "removing save entry %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3243 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3244
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3245 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3246 msgid "saved queue repository parents: %s %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3247 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3248
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3249 #, fuzzy
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3250 msgid "updating queue directory\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3251 msgstr "更新工作目錄中\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3252
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3253 msgid "Unable to load queue repository\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3254 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3255
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3256 msgid "save: no patches applied, exiting\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3257 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3258
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3259 msgid "status is already saved\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3260 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3261
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3262 msgid "hg patches saved state"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3263 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3264
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3265 msgid "repo commit failed\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3266 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3267
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3268 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3269 msgid "patch %s is already in the series file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3270 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3271
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3272 msgid "option \"-r\" not valid when importing files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3273 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3274
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3275 msgid "option \"-n\" not valid when importing multiple patches"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3276 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3277
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3278 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3279 msgid "revision %d is the root of more than one branch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3280 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3281
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3282 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3283 msgid "revision %d is already managed"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3284 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3285
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3286 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3287 msgid "revision %d is not the parent of the queue"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3288 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3289
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3290 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3291 msgid "revision %d has unmanaged children"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3292 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3293
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3294 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3295 msgid "cannot import merge revision %d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3296 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3297
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3298 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3299 msgid "revision %d is not the parent of %d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3300 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3301
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3302 msgid "-e is incompatible with import from -"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3303 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3304
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3305 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3306 msgid "patch %s does not exist"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3307 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3308
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3309 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3310 msgid "renaming %s to %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3311 msgstr "%s 改名字成 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3312
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3313 msgid "need --name to import a patch from -"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3314 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3315
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3316 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3317 msgid "unable to read file %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3318 msgstr "不能讀檔案 %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3319
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3320 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3321 msgid "adding %s to series file\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3322 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3323
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3324 msgid "remove patches from queue"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3325 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3326
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3327 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3328 " The patches must not be applied, and at least one patch is required. "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3329 "With\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3330 " -k/--keep, the patch files are preserved in the patch directory."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3331 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3332
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3333 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3334 " To stop managing a patch and move it into permanent history,\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3335 " use the :hg:`qfinish` command."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3336 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3337
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3338 msgid "print the patches already applied"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3339 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3340
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3341 msgid " Returns 0 on success."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3342 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3343
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3344 msgid "only one patch applied\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3345 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3346
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3347 msgid "print the patches not yet applied"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3348 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3349
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3350 msgid "all patches applied\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3351 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3352
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3353 msgid "import a patch"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3354 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3355
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3356 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3357 " The patch is inserted into the series after the last applied\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3358 " patch. If no patches have been applied, qimport prepends the patch\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3359 " to the series."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3360 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3361
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3362 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3363 " The patch will have the same name as its source file unless you\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3364 " give it a new one with -n/--name."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3365 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3366
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3367 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3368 " You can register an existing patch inside the patch directory with\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3369 " the -e/--existing flag."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3370 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3371
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3372 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3373 " With -f/--force, an existing patch of the same name will be\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3374 " overwritten."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3375 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3376
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3377 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3378 " An existing changeset may be placed under mq control with -r/--rev\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3379 " (e.g. qimport --rev tip -n patch will place tip under mq control).\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3380 " With -g/--git, patches imported with --rev will use the git diff\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3381 " format. See the diffs help topic for information on why this is\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3382 " important for preserving rename/copy information and permission\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3383 " changes."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3384 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3385
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3386 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3387 " To import a patch from standard input, pass - as the patch file.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3388 " When importing from standard input, a patch name must be specified\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3389 " using the --name flag."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3390 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3391
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3392 msgid " To import an existing patch while renaming it::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3393 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3394
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3395 msgid " hg qimport -e existing-patch -n new-name"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3396 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3397
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3398 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3399 " Returns 0 if import succeeded.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3400 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3401 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3402
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3403 msgid "init a new queue repository (DEPRECATED)"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3404 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3405
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3406 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3407 " The queue repository is unversioned by default. If\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3408 " -c/--create-repo is specified, qinit will create a separate nested\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3409 " repository for patches (qinit -c may also be run later to convert\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3410 " an unversioned patch repository into a versioned one). You can use\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3411 " qcommit to commit changes to this queue repository."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3412 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3413
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3414 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3415 " This command is deprecated. Without -c, it's implied by other relevant\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3416 " commands. With -c, use :hg:`init --mq` instead."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3417 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3418
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3419 msgid "clone main and patch repository at same time"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3420 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3421
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3422 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3423 " If source is local, destination will have no patches applied. If\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3424 " source is remote, this command can not check if patches are\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3425 " applied in source, so cannot guarantee that patches are not\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3426 " applied in destination. If you clone remote repository, be sure\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3427 " before that it has no patches applied."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3428 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3429
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3430 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3431 " Source patch repository is looked for in <src>/.hg/patches by\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3432 " default. Use -p <url> to change."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3433 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3434
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3435 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3436 " The patch directory must be a nested Mercurial repository, as\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3437 " would be created by :hg:`init --mq`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3438 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3439
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3440 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3441 " Return 0 on success.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3442 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3443 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3444
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3445 msgid "versioned patch repository not found (see init --mq)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3446 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3447
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3448 msgid "cloning main repository\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3449 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3450
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3451 msgid "cloning patch repository\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3452 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3453
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3454 msgid "stripping applied patches from destination repository\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3455 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3456
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3457 msgid "updating destination repository\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3458 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3459
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3460 msgid "commit changes in the queue repository (DEPRECATED)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3461 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3462
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3463 msgid " This command is deprecated; use :hg:`commit --mq` instead."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3464 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3465
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3466 msgid "print the entire series file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3467 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3468
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3469 msgid "print the name of the current patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3470 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3471
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3472 msgid "print the name of the next patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3473 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3474
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3475 msgid "print the name of the previous patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3476 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3477
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3478 msgid "create a new patch"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3479 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3480
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3481 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3482 " qnew creates a new patch on top of the currently-applied patch (if\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3483 " any). The patch will be initialized with any outstanding changes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3484 " in the working directory. You may also use -I/--include,\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3485 " -X/--exclude, and/or a list of files after the patch name to add\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3486 " only changes to matching files to the new patch, leaving the rest\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3487 " as uncommitted modifications."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3488 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3489
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3490 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3491 " -u/--user and -d/--date can be used to set the (given) user and\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3492 " date, respectively. -U/--currentuser and -D/--currentdate set user\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3493 " to current user and date to current date."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3494 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3495
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3496 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3497 " -e/--edit, -m/--message or -l/--logfile set the patch header as\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3498 " well as the commit message. If none is specified, the header is\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3499 " empty and the commit message is '[mq]: PATCH'."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3500 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3501
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3502 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3503 " Use the -g/--git option to keep the patch in the git extended diff\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3504 " format. Read the diffs help topic for more information on why this\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3505 " is important for preserving permission changes and copy/rename\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3506 " information."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3507 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3508
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3509 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3510 " Returns 0 on successful creation of a new patch.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3511 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3512 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3513
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3514 msgid "update the current patch"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3515 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3516
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3517 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3518 " If any file patterns are provided, the refreshed patch will\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3519 " contain only the modifications that match those patterns; the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3520 " remaining modifications will remain in the working directory."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3521 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3522
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3523 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3524 " If -s/--short is specified, files currently included in the patch\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3525 " will be refreshed just like matched files and remain in the patch."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3526 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3527
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3528 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3529 " If -e/--edit is specified, Mercurial will start your configured editor "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3530 "for\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3531 " you to enter a message. In case qrefresh fails, you will find a backup "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3532 "of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3533 " your message in ``.hg/last-message.txt``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3534 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3535
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3536 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3537 " hg add/remove/copy/rename work as usual, though you might want to\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3538 " use git-style patches (-g/--git or [diff] git=1) to track copies\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3539 " and renames. See the diffs help topic for more information on the\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3540 " git diff format."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3541 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3542
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3543 msgid "option \"-e\" incompatible with \"-m\" or \"-l\""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3544 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3545
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3546 msgid "diff of the current patch and subsequent modifications"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3547 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3548
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3549 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3550 " Shows a diff which includes the current patch as well as any\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3551 " changes which have been made in the working directory since the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3552 " last refresh (thus showing what the current patch would become\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3553 " after a qrefresh)."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3554 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3555
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3556 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3557 " Use :hg:`diff` if you only want to see the changes made since the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3558 " last qrefresh, or :hg:`export qtip` if you want to see changes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3559 " made by the current patch without including changes made since the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3560 " qrefresh."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3561 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3562
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3563 msgid "fold the named patches into the current patch"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3564 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3565
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3566 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3567 " Patches must not yet be applied. Each patch will be successively\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3568 " applied to the current patch in the order given. If all the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3569 " patches apply successfully, the current patch will be refreshed\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3570 " with the new cumulative patch, and the folded patches will be\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3571 " deleted. With -k/--keep, the folded patch files will not be\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3572 " removed afterwards."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3573 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3574
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3575 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3576 " The header for each folded patch will be concatenated with the\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3577 " current patch header, separated by a line of ``* * *``."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3578 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3579
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3580 msgid "qfold requires at least one patch name"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3581 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3582
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3583 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3584 msgid "Skipping already folded patch %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3585 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3586
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3587 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3588 msgid "qfold cannot fold already applied patch %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3589 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3590
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3591 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3592 msgid "error folding patch %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3593 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3594
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3595 msgid "push or pop patches until named patch is at top of stack"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3596 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3597
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3598 msgid "set or print guards for a patch"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3599 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3600
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3601 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3602 " Guards control whether a patch can be pushed. A patch with no\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3603 " guards is always pushed. A patch with a positive guard (\"+foo\") is\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3604 " pushed only if the :hg:`qselect` command has activated it. A patch with\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3605 " a negative guard (\"-foo\") is never pushed if the :hg:`qselect` "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3606 "command\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3607 " has activated it."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3608 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3609
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3610 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3611 " With no arguments, print the currently active guards.\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3612 " With arguments, set guards for the named patch."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3613 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3614
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3615 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3616 " .. note::\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3617 " Specifying negative guards now requires '--'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3618 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3619
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3620 msgid " To set guards on another patch::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3621 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3622
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3623 msgid " hg qguard other.patch -- +2.6.17 -stable"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3624 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3625
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3626 msgid "cannot mix -l/--list with options or arguments"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3627 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3628
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3629 msgid "no patch to work with"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3630 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3631
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3632 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3633 msgid "no patch named %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3634 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3635
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3636 msgid "print the header of the topmost or specified patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3637 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3638
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3639 msgid "push the next patch onto the stack"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3640 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3641
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3642 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3643 " When -f/--force is applied, all local changes in patched files\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3644 " will be lost."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3645 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3646
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3647 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3648 " Return 0 on succces.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3649 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3650 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3651
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3652 msgid "no saved queues found, please use -n\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3653 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3654
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3655 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3656 msgid "merging with queue at: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3657 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3658
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3659 msgid "pop the current patch off the stack"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3660 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3661
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3662 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3663 " By default, pops off the top of the patch stack. If given a patch\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3664 " name, keeps popping off patches until the named patch is at the\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3665 " top of the stack."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3666 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3667
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3668 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3669 msgid "using patch queue: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3670 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3671
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3672 msgid "rename a patch"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3673 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3674
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3675 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3676 " With one argument, renames the current patch to PATCH1.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3677 " With two arguments, renames PATCH1 to PATCH2."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3678 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3679
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3680 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3681 msgid "%s already exists"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3682 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3683
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3684 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3685 msgid "A patch named %s already exists in the series file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3686 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3687
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3688 msgid "restore the queue state saved by a revision (DEPRECATED)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3689 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3690
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3691 msgid " This command is deprecated, use :hg:`rebase` instead."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3692 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3693
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3694 msgid "save current queue state (DEPRECATED)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3695 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3696
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3697 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3698 msgid "destination %s exists and is not a directory"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3699 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3700
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3701 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3702 msgid "destination %s exists, use -f to force"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3703 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3704
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3705 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3706 msgid "copy %s to %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3707 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3708
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3709 msgid "strip changesets and all their descendants from the repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3710 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3711
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3712 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3713 " The strip command removes the specified changesets and all their\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3714 " descendants. If the working directory has uncommitted changes,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3715 " the operation is aborted unless the --force flag is supplied."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3716 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3717
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3718 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3719 " If a parent of the working directory is stripped, then the working\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3720 " directory will automatically be updated to the most recent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3721 " available ancestor of the stripped parent after the operation\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3722 " completes."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3723 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3724
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3725 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3726 " Any stripped changesets are stored in ``.hg/strip-backup`` as a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3727 " bundle (see :hg:`help bundle` and :hg:`help unbundle`). They can\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3728 " be restored by running :hg:`unbundle .hg/strip-backup/BUNDLE`,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3729 " where BUNDLE is the bundle file created by the strip. Note that\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3730 " the local revision numbers will in general be different after the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3731 " restore."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3732 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3733
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3734 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3735 " Use the --no-backup option to discard the backup bundle once the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3736 " operation completes."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3737 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3738
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3739 msgid "empty revision set"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3740 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3741
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3742 msgid "set or print guarded patches to push"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3743 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3744
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3745 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3746 " Use the :hg:`qguard` command to set or print guards on patch, then use\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3747 " qselect to tell mq which guards to use. A patch will be pushed if\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3748 " it has no guards or any positive guards match the currently\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3749 " selected guard, but will not be pushed if any negative guards\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3750 " match the current guard. For example::"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3751 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3752
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3753 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3754 " qguard foo.patch -stable (negative guard)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3755 " qguard bar.patch +stable (positive guard)\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3756 " qselect stable"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3757 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3758
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3759 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3760 " This activates the \"stable\" guard. mq will skip foo.patch (because\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3761 " it has a negative match) but push bar.patch (because it has a\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3762 " positive match)."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3763 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3764
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3765 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3766 " With no arguments, prints the currently active guards.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3767 " With one argument, sets the active guard."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3768 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3769
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3770 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3771 " Use -n/--none to deactivate guards (no other arguments needed).\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3772 " When no guards are active, patches with positive guards are\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3773 " skipped and patches with negative guards are pushed."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3774 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3775
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3776 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3777 " qselect can change the guards on applied patches. It does not pop\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3778 " guarded patches by default. Use --pop to pop back to the last\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3779 " applied patch that is not guarded. Use --reapply (which implies\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3780 " --pop) to push back to the current patch afterwards, but skip\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3781 " guarded patches."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3782 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3783
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3784 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3785 " Use -s/--series to print a list of all guards in the series file\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3786 " (no other arguments needed). Use -v for more information."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3787 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3788
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3789 msgid "guards deactivated\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3790 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3791
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3792 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3793 msgid "number of unguarded, unapplied patches has changed from %d to %d\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3794 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3795
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3796 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3797 msgid "number of guarded, applied patches has changed from %d to %d\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3798 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3799
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3800 msgid "guards in series file:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3801 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3802
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3803 msgid "no guards in series file\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3804 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3805
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3806 msgid "active guards:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3807 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3808
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3809 msgid "no active guards\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3810 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3811
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3812 msgid "popping guarded patches\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3813 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3814
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3815 msgid "reapplying unguarded patches\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3816 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3817
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3818 msgid "move applied patches into repository history"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3819 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3820
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3821 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3822 " Finishes the specified revisions (corresponding to applied\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3823 " patches) by moving them out of mq control into regular repository\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3824 " history."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3825 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3826
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3827 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3828 " Accepts a revision range or the -a/--applied option. If --applied\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3829 " is specified, all applied mq revisions are removed from mq\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3830 " control. Otherwise, the given revisions must be at the base of the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3831 " stack of applied patches."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3832 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3833
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
3834 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3835 " This can be especially useful if your changes have been applied to\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3836 " an upstream repository, or if you are about to push your changes\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3837 " to upstream."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3838 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3839
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3840 msgid "no revisions specified"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3841 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3842
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3843 msgid "manage multiple patch queues"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3844 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3845
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3846 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3847 " Supports switching between different patch queues, as well as creating\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3848 " new patch queues and deleting existing ones."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3849 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3850
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3851 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3852 " Omitting a queue name or specifying -l/--list will show you the "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3853 "registered\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3854 " queues - by default the \"normal\" patches queue is registered. The "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3855 "currently\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3856 " active queue will be marked with \"(active)\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3857 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3858
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3859 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3860 " To create a new queue, use -c/--create. The queue is automatically made\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3861 " active, except in the case where there are applied patches from the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3862 " currently active queue in the repository. Then the queue will only be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3863 " created and switching will fail."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3864 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3865
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3866 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3867 " To delete an existing queue, use --delete. You cannot delete the "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3868 "currently\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3869 " active queue."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3870 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3871
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3872 msgid "patches applied - cannot set new queue active"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3873 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3874
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3875 msgid "cannot delete queue that does not exist"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3876 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3877
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3878 msgid "cannot delete currently active queue"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3879 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3880
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3881 msgid " (active)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3882 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3883
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3884 msgid "invalid queue name, may not contain the characters \":\\/.\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3885 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3886
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3887 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3888 msgid "queue \"%s\" already exists"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3889 msgstr "佇列 %s 已存在"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3890
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3891 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3892 msgid "can't rename \"%s\" to its current name"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3893 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3894
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3895 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3896 msgid "non-queue directory \"%s\" already exists"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3897 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3898
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3899 msgid "use --create to create a new queue"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3900 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3901
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3902 msgid "cannot commit over an applied mq patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3903 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3904
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3905 msgid "source has mq patches applied"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3906 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3907
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3908 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3909 msgid "mq status file refers to unknown node %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3910 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3911
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3912 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3913 msgid "Tag %s overrides mq patch of the same name\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3914 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3915
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3916 msgid "cannot import over an applied patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3917 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3918
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3919 msgid "only a local queue repository may be initialized"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3920 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3921
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3922 msgid "there is no Mercurial repository here (.hg not found)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3923 msgstr "這邊沒有Mercurial 儲存庫(找不到 .hg)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3924
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3925 msgid "no queue repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3926 msgstr "沒有佇列儲存庫"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3927
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3928 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3929 msgid "%d applied"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3930 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3931
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3932 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3933 msgid "%d unapplied"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3934 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3935
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3936 msgid "mq: (empty queue)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3937 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3938
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3939 msgid "operate on patch repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3940 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3941
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3942 msgid "print first line of patch header"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3943 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3944
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3945 msgid "show only the last patch"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3946 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3947
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3948 msgid "hg qapplied [-1] [-s] [PATCH]"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3949 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3950
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3951 msgid "use pull protocol to copy metadata"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3952 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3953
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3954 msgid "do not update the new working directories"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3955 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3956
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3957 msgid "use uncompressed transfer (fast over LAN)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3958 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3959
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3960 msgid "REPO"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3961 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3962
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3963 msgid "location of source patch repository"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3964 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3965
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3966 msgid "hg qclone [OPTION]... SOURCE [DEST]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3967 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3968
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3969 msgid "hg qcommit [OPTION]... [FILE]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3970 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3971
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3972 msgid "hg qdiff [OPTION]... [FILE]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3973 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3974
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3975 msgid "keep patch file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3976 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3977
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
3978 msgid "stop managing a revision (DEPRECATED)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3979 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3980
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
3981 msgid "hg qdelete [-k] [PATCH]..."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3982 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3983
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3984 msgid "edit patch header"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3985 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3986
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3987 msgid "keep folded patch files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3988 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3989
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3990 msgid "hg qfold [-e] [-k] [-m TEXT] [-l FILE] PATCH..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3991 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3992
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3993 msgid "overwrite any local changes"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3994 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3995
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3996 msgid "hg qgoto [OPTION]... PATCH"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3997 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3998
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
3999 msgid "list all patches and guards"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4000 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4001
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4002 msgid "drop all guards"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4003 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4004
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4005 msgid "hg qguard [-l] [-n] [PATCH] [-- [+GUARD]... [-GUARD]...]"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4006 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4007
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4008 msgid "hg qheader [PATCH]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4009 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4010
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4011 msgid "import file in patch directory"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4012 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4013
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4014 msgid "name of patch file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4015 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4016
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4017 msgid "overwrite existing files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4018 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4019
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4020 msgid "place existing revisions under mq control"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4021 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4022
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4023 msgid "use git extended diff format"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4024 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4025
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4026 msgid "qpush after importing"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4027 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4028
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4029 msgid "hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4030 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4031
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4032 msgid "create queue repository"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4033 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4034
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4035 msgid "hg qinit [-c]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4036 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4037
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4038 msgid "import uncommitted changes (DEPRECATED)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4039 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4040
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4041 msgid "add \"From: <current user>\" to patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4042 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4043
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4044 msgid "USER"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4045 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4046
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4047 msgid "add \"From: <USER>\" to patch"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4048 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4049
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4050 msgid "add \"Date: <current date>\" to patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4051 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4052
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4053 msgid "add \"Date: <DATE>\" to patch"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4054 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4055
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4056 msgid "hg qnew [-e] [-m TEXT] [-l FILE] PATCH [FILE]..."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4057 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4058
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4059 msgid "hg qnext [-s]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4060 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4061
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4062 msgid "hg qprev [-s]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4063 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4064
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4065 msgid "pop all patches"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4066 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4067
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4068 msgid "queue name to pop (DEPRECATED)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4069 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4070
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4071 msgid "forget any local changes to patched files"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4072 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4073
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4074 msgid "hg qpop [-a] [-f] [PATCH | INDEX]"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4075 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4076
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4077 msgid "apply on top of local changes"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4078 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4079
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4080 msgid "list patch name in commit text"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4081 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4082
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4083 msgid "apply all patches"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4084 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4085
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4086 msgid "merge from another queue (DEPRECATED)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4087 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4088
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4089 msgid "merge queue name (DEPRECATED)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4090 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4091
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4092 msgid "reorder patch series and apply only the patch"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4093 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4094
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4095 msgid "hg qpush [-f] [-l] [-a] [--move] [PATCH | INDEX]"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4096 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4097
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4098 msgid "refresh only files already in the patch and specified files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4099 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4100
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4101 msgid "add/update author field in patch with current user"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4102 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4103
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4104 msgid "add/update author field in patch with given user"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4105 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4106
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4107 msgid "add/update date field in patch with current date"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4108 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4109
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4110 msgid "add/update date field in patch with given date"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4111 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4112
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4113 msgid "hg qrefresh [-I] [-X] [-e] [-m TEXT] [-l FILE] [-s] [FILE]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4114 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4115
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4116 msgid "hg qrename PATCH1 [PATCH2]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4117 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4118
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4119 msgid "delete save entry"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4120 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4121
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4122 msgid "update queue working directory"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4123 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4124
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4125 msgid "hg qrestore [-d] [-u] REV"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4126 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4127
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4128 msgid "copy patch directory"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4129 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4130
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4131 msgid "copy directory name"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4132 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4133
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4134 msgid "clear queue status file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4135 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4136
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4137 msgid "force copy"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4138 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4139
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4140 msgid "hg qsave [-m TEXT] [-l FILE] [-c] [-n NAME] [-e] [-f]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4141 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4142
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4143 msgid "disable all guards"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4144 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4145
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4146 msgid "list all guards in series file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4147 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4148
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4149 msgid "pop to before first guarded applied patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4150 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4151
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4152 msgid "pop, then reapply patches"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4153 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4154
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4155 msgid "hg qselect [OPTION]... [GUARD]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4156 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4157
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4158 msgid "print patches not in series"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4159 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4160
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4161 msgid "hg qseries [-ms]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4162 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4163
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4164 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4165 "force removal of changesets even if the working directory has uncommitted "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4166 "changes"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4167 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4168
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4169 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4170 "bundle only changesets with local revision number greater than REV which are "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4171 "not descendants of REV (DEPRECATED)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4172 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4173
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4174 msgid "no backups"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4175 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4176
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4177 msgid "no backups (DEPRECATED)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4178 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4179
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4180 msgid "do not modify working copy during strip"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4181 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4182
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4183 msgid "hg strip [-k] [-f] [-n] REV..."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4184 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4185
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4186 msgid "hg qtop [-s]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4187 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4188
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4189 msgid "show only the first patch"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4190 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4191
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4192 msgid "hg qunapplied [-1] [-s] [PATCH]"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4193 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4194
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4195 msgid "finish all applied changesets"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4196 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4197
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4198 msgid "hg qfinish [-a] [REV]..."
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4199 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4200
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4201 msgid "list all available queues"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4202 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4203
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4204 msgid "create new queue"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4205 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4206
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4207 msgid "rename active queue"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4208 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4209
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4210 msgid "delete reference to queue"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4211 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4212
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4213 msgid "delete queue, and remove patch dir"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4214 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4215
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4216 msgid "[OPTION] [QUEUE]"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4217 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4218
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4219 msgid "hooks for sending email notifications at commit/push time"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4220 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4221
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4222 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4223 "Subscriptions can be managed through a hgrc file. Default mode is to\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4224 "print messages to stdout, for testing and configuring."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4225 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4226
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4227 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4228 "To use, configure the notify extension and enable it in hgrc like\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4229 "this::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4230 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4231
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4232 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4233 " [extensions]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4234 " notify ="
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4235 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4236
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4237 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4238 " [hooks]\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4239 " # one email for each incoming changeset\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4240 " incoming.notify = python:hgext.notify.hook\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4241 " # batch emails when many changesets incoming at one time\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4242 " changegroup.notify = python:hgext.notify.hook"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4243 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4244
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4245 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4246 " [notify]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4247 " # config items go here"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4248 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4249
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4250 msgid "Required configuration items::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4251 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4252
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4253 msgid " config = /path/to/file # file containing subscriptions"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4254 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4255
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4256 msgid "Optional configuration items::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4257 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4258
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4259 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4260 " test = True # print messages to stdout for testing\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4261 " strip = 3 # number of slashes to strip for url paths\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4262 " domain = example.com # domain to use if committer missing domain\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4263 " style = ... # style file to use when formatting email\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4264 " template = ... # template to use when formatting email\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4265 " incoming = ... # template to use when run as incoming hook\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4266 " changegroup = ... # template when run as changegroup hook\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4267 " maxdiff = 300 # max lines of diffs to include (0=none, -1=all)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4268 " maxsubject = 67 # truncate subject line longer than this\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4269 " diffstat = True # add a diffstat before the diff content\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4270 " sources = serve # notify if source of incoming changes in this "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4271 "list\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4272 " # (serve == ssh or http, push, pull, bundle)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4273 " merge = False # send notification for merges (default True)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4274 " [email]\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4275 " from = user@host.com # email address to send as if none given\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4276 " [web]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4277 " baseurl = http://hgserver/... # root of hg web site for browsing commits"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4278 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4279
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4280 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4281 "The notify config file has same format as a regular hgrc file. It has\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4282 "two sections so you can express subscriptions in whatever way is\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4283 "handier for you."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4284 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4285
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4286 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4287 " [usersubs]\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4288 " # key is subscriber email, value is \",\"-separated list of glob patterns\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4289 " user@host = pattern"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4290 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4291
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4292 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4293 " [reposubs]\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4294 " # key is glob pattern, value is \",\"-separated list of subscriber emails\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4295 " pattern = user@host"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4296 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4297
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4298 msgid "Glob patterns are matched against path to repository root."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4299 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4300
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4301 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4302 "If you like, you can put notify config file in repository that users\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4303 "can push changes to, they can manage their own subscriptions.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4304 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4305
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4306 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4307 msgid "%s: %d new changesets"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4308 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4309
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4310 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4311 msgid "notify: sending %d subscribers %d changes\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4312 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4313
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4314 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4315 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4316 "\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4317 "diffs (truncated from %d to %d lines):"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4318 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4319
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4320 #, python-format
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4321 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4322 "\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4323 "diffs (%d lines):"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4324 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4325
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4326 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4327 msgid "notify: suppressing notification for merge %d:%s\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4328 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4329
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4330 msgid "browse command output with an external pager"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4331 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4332
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4333 msgid "To set the pager that should be used, set the application variable::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4334 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4335
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4336 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4337 " [pager]\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4338 " pager = less -FRSX"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4339 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4340
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4341 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4342 "If no pager is set, the pager extensions uses the environment variable\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4343 "$PAGER. If neither pager.pager, nor $PAGER is set, no pager is used."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4344 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4345
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4346 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4347 "If you notice \"BROKEN PIPE\" error messages, you can disable them by\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4348 "setting::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4349 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4350
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4351 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4352 " [pager]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4353 " quiet = True"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4354 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4355
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4356 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4357 "You can disable the pager for certain commands by adding them to the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4358 "pager.ignore list::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4359 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4360
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4361 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4362 " [pager]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4363 " ignore = version, help, update"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4364 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4365
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4366 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4367 "You can also enable the pager only for certain commands using\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4368 "pager.attend. Below is the default list of commands to be paged::"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4369 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4370
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4371 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4372 " [pager]\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4373 " attend = annotate, cat, diff, export, glog, log, qdiff"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4374 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4375
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4376 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4377 "Setting pager.attend to an empty value will cause all commands to be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4378 "paged."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4379 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4380
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4381 msgid "If pager.attend is present, pager.ignore will be ignored."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4382 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4383
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4384 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4385 "To ignore global commands like :hg:`version` or :hg:`help`, you have\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4386 "to specify them in your user configuration file."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4387 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4388
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4389 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4390 "The --pager=... option can also be used to control when the pager is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4391 "used. Use a boolean value like yes, no, on, off, or use auto for\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4392 "normal behavior.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4393 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4394
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4395 msgid "when to paginate (boolean, always, auto, or never)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4396 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4397
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4398 msgid "interpret suffixes to refer to ancestor revisions"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4399 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4400
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4401 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4402 "This extension allows you to use git-style suffixes to refer to the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4403 "ancestors of a specific revision."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4404 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4405
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4406 msgid "For example, if you can refer to a revision as \"foo\", then::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4407 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4408
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4409 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4410 " foo^N = Nth parent of foo\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4411 " foo^0 = foo\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4412 " foo^1 = first parent of foo\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4413 " foo^2 = second parent of foo\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4414 " foo^ = foo^1"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4415 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4416
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4417 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4418 " foo~N = Nth first grandparent of foo\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4419 " foo~0 = foo\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4420 " foo~1 = foo^1 = foo^ = first parent of foo\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4421 " foo~2 = foo^1^1 = foo^^ = first parent of first parent of foo\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4422 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4423
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4424 msgid "command to send changesets as (a series of) patch emails"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4425 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4426
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4427 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4428 "The series is started off with a \"[PATCH 0 of N]\" introduction, which\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4429 "describes the series as a whole."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4430 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4431
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4432 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4433 "Each patch email has a Subject line of \"[PATCH M of N] ...\", using the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4434 "first line of the changeset description as the subject text. The\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4435 "message contains two or three body parts:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4436 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4437
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4438 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4439 "- The changeset description.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4440 "- [Optional] The result of running diffstat on the patch.\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4441 "- The patch itself, as generated by :hg:`export`."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4442 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4443
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4444 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4445 "Each message refers to the first in the series using the In-Reply-To\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4446 "and References headers, so they will show up as a sequence in threaded\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4447 "mail and news readers, and in mail archives."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4448 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4449
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4450 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4451 "To configure other defaults, add a section like this to your hgrc\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4452 "file::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4453 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4454
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4455 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4456 " [email]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4457 " from = My Name <my@email>\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4458 " to = recipient1, recipient2, ...\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4459 " cc = cc1, cc2, ...\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4460 " bcc = bcc1, bcc2, ...\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4461 " reply-to = address1, address2, ..."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4462 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4463
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4464 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4465 "Use ``[patchbomb]`` as configuration section name if you need to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4466 "override global ``[email]`` address settings."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4467 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4468
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4469 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4470 "Then you can use the :hg:`email` command to mail a series of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4471 "changesets as a patchbomb."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4472 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4473
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4474 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4475 "You can also either configure the method option in the email section\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4476 "to be a sendmail compatible mailer or fill out the [smtp] section so\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4477 "that the patchbomb extension can automatically send patchbombs\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4478 "directly from the commandline. See the [email] and [smtp] sections in\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4479 "hgrc(5) for details.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4480 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4481
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4482 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4483 msgid "%s Please enter a valid value"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4484 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4485
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4486 msgid "Please enter a valid value.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4487 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4488
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4489 msgid "send changesets by email"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4490 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4491
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4492 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4493 " By default, diffs are sent in the format generated by\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4494 " :hg:`export`, one per message. The series starts with a \"[PATCH 0\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4495 " of N]\" introduction, which describes the series as a whole."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4496 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4497
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4498 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4499 " Each patch email has a Subject line of \"[PATCH M of N] ...\", using\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4500 " the first line of the changeset description as the subject text.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4501 " The message contains two or three parts. First, the changeset\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4502 " description."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4503 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4504
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4505 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4506 " With the -d/--diffstat option, if the diffstat program is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4507 " installed, the result of running diffstat on the patch is inserted."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4508 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4509
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4510 msgid " Finally, the patch itself, as generated by :hg:`export`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4511 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4512
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4513 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4514 " With the -d/--diffstat or -c/--confirm options, you will be presented\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4515 " with a final summary of all messages and asked for confirmation before\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4516 " the messages are sent."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4517 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4518
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4519 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4520 " By default the patch is included as text in the email body for\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4521 " easy reviewing. Using the -a/--attach option will instead create\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4522 " an attachment for the patch. With -i/--inline an inline attachment\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4523 " will be created."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4524 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4525
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4526 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4527 " With -o/--outgoing, emails will be generated for patches not found\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4528 " in the destination repository (or only those which are ancestors\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4529 " of the specified revisions if any are provided)"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4530 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4531
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4532 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4533 " With -b/--bundle, changesets are selected as for --outgoing, but a\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4534 " single email containing a binary Mercurial bundle as an attachment\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4535 " will be sent."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4536 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4537
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4538 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4539 " With -m/--mbox, instead of previewing each patchbomb message in a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4540 " pager or sending the messages directly, it will create a UNIX\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4541 " mailbox file with the patch emails. This mailbox file can be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4542 " previewed with any mail user agent which supports UNIX mbox\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4543 " files."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4544 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4545
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4546 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4547 " With -n/--test, all steps will run, but mail will not be sent.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4548 " You will be prompted for an email recipient address, a subject and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4549 " an introductory message describing the patches of your patchbomb.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4550 " Then when all is done, patchbomb messages are displayed. If the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4551 " PAGER environment variable is set, your pager will be fired up once\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4552 " for each patchbomb message, so you can verify everything is alright."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4553 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4554
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4555 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4556 " hg email -r 3000 # send patch 3000 only\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4557 " hg email -r 3000 -r 3001 # send patches 3000 and 3001\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4558 " hg email -r 3000:3005 # send patches 3000 through 3005\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4559 " hg email 3000 # send patch 3000 (deprecated)"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4560 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4561
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4562 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4563 " hg email -o # send all patches not in default\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4564 " hg email -o DEST # send all patches not in DEST\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4565 " hg email -o -r 3000 # send all ancestors of 3000 not in default\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4566 " hg email -o -r 3000 DEST # send all ancestors of 3000 not in DEST"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4567 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4568
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4569 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4570 " hg email -b # send bundle of all patches not in default\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4571 " hg email -b DEST # send bundle of all patches not in DEST\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4572 " hg email -b -r 3000 # bundle of all ancestors of 3000 not in "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4573 "default\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4574 " hg email -b -r 3000 DEST # bundle of all ancestors of 3000 not in DEST"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4575 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4576
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4577 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4578 " hg email -o -m mbox && # generate an mbox file...\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4579 " mutt -R -f mbox # ... and view it with mutt\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4580 " hg email -o -m mbox && # generate an mbox file ...\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4581 " formail -s sendmail \\ # ... and use formail to send from the "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4582 "mbox\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4583 " -bm -t < mbox # ... using sendmail"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4584 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4585
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4586 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4587 " Before using this command, you will need to enable email in your\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4588 " hgrc. See the [email] section in hgrc(5) for details.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4589 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4590 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4591
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4592 msgid "no changes found\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4593 msgstr "找不到變更\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4594
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4595 msgid "specify at least one changeset with -r or -o"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4596 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4597
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4598 msgid "--outgoing mode always on with --bundle; do not re-specify --outgoing"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4599 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4600
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4601 msgid "too many destinations"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4602 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4603
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4604 msgid "use only one form to specify the revision"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4605 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4606
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4607 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4608 "\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4609 "Write the introductory message for the patch series."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4610 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4611
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4612 #, python-format
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4613 msgid "This patch series consists of %d patches."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4614 msgstr "這一系列的patch 包含了 %d 個patch"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4615
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4616 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4617 "\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4618 "Final summary:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4619 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4620
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4621 msgid "are you sure you want to send (yn)?"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4622 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4623
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4624 msgid "&No"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4625 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4626
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4627 msgid "&Yes"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4628 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4629
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4630 msgid "patchbomb canceled"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4631 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4632
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4633 msgid "Displaying "
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4634 msgstr "顯示中"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4635
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4636 msgid "Writing "
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4637 msgstr "寫入中"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4638
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4639 msgid "writing"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4640 msgstr "寫入中"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4641
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4642 msgid "Sending "
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4643 msgstr "傳送中"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4644
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4645 msgid "sending"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4646 msgstr "傳送中"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4647
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4648 msgid "send patches as attachments"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4649 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4650
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4651 msgid "send patches as inline attachments"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4652 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4653
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4654 msgid "email addresses of blind carbon copy recipients"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4655 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4656
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4657 msgid "email addresses of copy recipients"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4658 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4659
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4660 msgid "ask for confirmation before sending"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4661 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4662
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4663 msgid "add diffstat output to messages"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4664 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4665
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4666 msgid "use the given date as the sending date"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4667 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4668
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4669 msgid "use the given file as the series description"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4670 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4671
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4672 msgid "email address of sender"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4673 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4674
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4675 msgid "print messages that would be sent"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4676 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4677
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4678 msgid "write messages to mbox file instead of sending them"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4679 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4680
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4681 msgid "email addresses replies should be sent to"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4682 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4683
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4684 msgid "subject of first message (intro or single patch)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4685 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4686
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4687 msgid "message identifier to reply to"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4688 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4689
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4690 msgid "flags to add in subject prefixes"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4691 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4692
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4693 msgid "email addresses of recipients"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4694 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4695
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4696 msgid "omit hg patch header"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4697 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4698
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4699 msgid "send changes not found in the target repository"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4700 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4701
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4702 msgid "send changes not in target as a binary bundle"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4703 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4704
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4705 msgid "name of the bundle attachment file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4706 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4707
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4708 msgid "a revision to send"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4709 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4710
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4711 msgid "run even when remote repository is unrelated (with -b/--bundle)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4712 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4713
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4714 msgid "a base changeset to specify instead of a destination (with -b/--bundle)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4715 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4716
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4717 msgid "send an introduction email for a single patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4718 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4719
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4720 msgid "hg email [OPTION]... [DEST]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4721 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4722
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4723 msgid "show progress bars for some actions"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4724 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4725
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4726 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4727 "This extension uses the progress information logged by hg commands\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4728 "to draw progress bars that are as informative as possible. Some progress\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4729 "bars only offer indeterminate information, while others have a definite\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4730 "end point."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4731 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4732
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4733 msgid "The following settings are available::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4734 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4735
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4736 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4737 " [progress]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4738 " delay = 3 # number of seconds (float) before showing the progress bar\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4739 " refresh = 0.1 # time in seconds between refreshes of the progress bar\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4740 " format = topic bar number # format of the progress bar\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4741 " width = <none> # if set, the maximum width of the progress information\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4742 " # (that is, min(width, term width) will be used)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4743 " clear-complete = True # clear the progress bar after it's done\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4744 " disable = False # if true, don't show a progress bar\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4745 " assume-tty = False # if true, ALWAYS show a progress bar, unless\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4746 " # disable is given"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4747 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4748
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4749 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4750 "Valid entries for the format field are topic, bar, number, unit, and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4751 "item. item defaults to the last 20 characters of the item, but this\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4752 "can be changed by adding either ``-<num>`` which would take the last\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4753 "num characters, or ``+<num>`` for the first num characters.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4754 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4755
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4756 msgid "command to delete untracked files from the working directory"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4757 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4758
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4759 msgid "removes files not tracked by Mercurial"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4760 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4761
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4762 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4763 " Delete files not known to Mercurial. This is useful to test local\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4764 " and uncommitted changes in an otherwise-clean source tree."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4765 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4766
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4767 msgid " This means that purge will delete:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4768 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4769
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4770 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4771 " - Unknown files: files marked with \"?\" by :hg:`status`\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4772 " - Empty directories: in fact Mercurial ignores directories unless\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4773 " they contain files under source control management"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4774 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4775
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4776 msgid " But it will leave untouched:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4777 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4778
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4779 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4780 " - Modified and unmodified tracked files\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4781 " - Ignored files (unless --all is specified)\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4782 " - New files added to the repository (with :hg:`add`)"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4783 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4784
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4785 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4786 " If directories are given on the command line, only files in these\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4787 " directories are considered."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4788 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4789
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4790 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4791 " Be careful with purge, as you could irreversibly delete some files\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4792 " you forgot to add to the repository. If you only want to print the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4793 " list of files that this program would delete, use the --print\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4794 " option.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4795 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4796 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4797
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4798 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4799 msgid "%s cannot be removed"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4800 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4801
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4802 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4803 msgid "warning: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4804 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4805
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4806 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4807 msgid "Removing file %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4808 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4809
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4810 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4811 msgid "Removing directory %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4812 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4813
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4814 msgid "abort if an error occurs"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4815 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4816
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4817 msgid "purge ignored files too"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4818 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4819
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4820 msgid "print filenames instead of deleting them"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4821 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4822
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4823 msgid "end filenames with NUL, for use with xargs (implies -p/--print)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4824 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4825
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4826 msgid "hg purge [OPTION]... [DIR]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4827 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4828
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4829 msgid "command to move sets of revisions to a different ancestor"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4830 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4831
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4832 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4833 "This extension lets you rebase changesets in an existing Mercurial\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4834 "repository."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4835 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4836
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4837 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4838 "For more information:\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4839 "http://mercurial.selenic.com/wiki/RebaseExtension\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4840 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4841
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4842 msgid "move changeset (and descendants) to a different branch"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4843 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4844
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4845 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4846 " Rebase uses repeated merging to graft changesets from one part of\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4847 " history (the source) onto another (the destination). This can be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4848 " useful for linearizing *local* changes relative to a master\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4849 " development tree."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4850 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4851
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4852 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4853 " You should not rebase changesets that have already been shared\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4854 " with others. Doing so will force everybody else to perform the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4855 " same rebase or they will end up with duplicated changesets after\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4856 " pulling in your rebased changesets."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4857 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4858
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4859 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4860 " If you don't specify a destination changeset (``-d/--dest``),\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4861 " rebase uses the tipmost head of the current named branch as the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4862 " destination. (The destination changeset is not modified by\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4863 " rebasing, but new changesets are added as its descendants.)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4864 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4865
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4866 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4867 " You can specify which changesets to rebase in two ways: as a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4868 " \"source\" changeset or as a \"base\" changeset. Both are shorthand\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4869 " for a topologically related set of changesets (the \"source\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4870 " branch\"). If you specify source (``-s/--source``), rebase will\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4871 " rebase that changeset and all of its descendants onto dest. If you\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4872 " specify base (``-b/--base``), rebase will select ancestors of base\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4873 " back to but not including the common ancestor with dest. Thus,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4874 " ``-b`` is less precise but more convenient than ``-s``: you can\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4875 " specify any changeset in the source branch, and rebase will select\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4876 " the whole branch. If you specify neither ``-s`` nor ``-b``, rebase\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4877 " uses the parent of the working directory as the base."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4878 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4879
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4880 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4881 " By default, rebase recreates the changesets in the source branch\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4882 " as descendants of dest and then destroys the originals. Use\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4883 " ``--keep`` to preserve the original source changesets. Some\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4884 " changesets in the source branch (e.g. merges from the destination\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4885 " branch) may be dropped if they no longer contribute any change."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4886 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4887
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4888 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4889 " One result of the rules for selecting the destination changeset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4890 " and source branch is that, unlike ``merge``, rebase will do\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4891 " nothing if you are at the latest (tipmost) head of a named branch\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4892 " with two heads. You need to explicitly specify source and/or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4893 " destination (or ``update`` to the other head, if it's the head of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4894 " the intended source branch)."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4895 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4896
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
4897 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4898 " If a rebase is interrupted to manually resolve a merge, it can be\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4899 " continued with --continue/-c or aborted with --abort/-a."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4900 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4901
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4902 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4903 " Returns 0 on success, 1 if nothing to rebase.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4904 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4905 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4906
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4907 msgid "cannot use both abort and continue"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4908 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4909
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4910 msgid "cannot use collapse with continue or abort"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4911 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4912
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4913 msgid "cannot use detach with continue or abort"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4914 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4915
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4916 msgid "abort and continue do not allow specifying revisions"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4917 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4918
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4919 msgid "cannot specify both a revision and a base"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4920 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4921
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4922 msgid "detach requires a revision to be specified"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4923 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4924
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4925 msgid "cannot specify a base with detach"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4926 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4927
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4928 msgid "nothing to rebase\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4929 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4930
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4931 msgid "cannot use both keepbranches and extrafn"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4932 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4933
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4934 msgid "rebasing"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4935 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4936
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4937 msgid "changesets"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4938 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4939
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4940 msgid "fix unresolved conflicts with hg resolve then run hg rebase --continue"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4941 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4942
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4943 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4944 msgid "no changes, revision %d skipped\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4945 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4946
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4947 msgid "rebase merging completed\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4948 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4949
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4950 msgid "warning: new changesets detected on source branch, not stripping\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4951 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4952
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4953 msgid "rebase completed\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4954 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4955
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4956 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4957 msgid "%d revisions have been skipped\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4958 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4959
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4960 msgid "unable to collapse, there is more than one external parent"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4961 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4962
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4963 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4964 msgid "cannot use revision %d as base, result would have 3 parents"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4965 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4966
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4967 msgid "no rebase in progress"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4968 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4969
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4970 msgid "warning: new changesets detected on target branch, can't abort\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4971 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4972
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4973 msgid "rebase aborted\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4974 msgstr "rebase 中止了\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4975
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4976 msgid "cannot rebase onto an applied mq patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4977 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4978
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4979 msgid "source is ancestor of destination"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4980 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4981
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4982 msgid "source is descendant of destination"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4983 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4984
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4985 msgid "rebase working directory to branch head"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4986 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4987
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4988 msgid "rebase from the specified changeset"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4989 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4990
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4991 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4992 "rebase from the base of the specified changeset (up to greatest common "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4993 "ancestor of base and dest)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4994 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4995
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
4996 msgid "rebase onto the specified changeset"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4997 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
4998
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
4999 msgid "collapse the rebased changesets"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5000 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5001
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5002 msgid "keep original changesets"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5003 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5004
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5005 msgid "keep original branch names"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5006 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5007
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5008 msgid "force detaching of source from its original branch"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5009 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5010
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5011 msgid "continue an interrupted rebase"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5012 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5013
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5014 msgid "abort an interrupted rebase"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5015 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5016
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5017 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5018 "hg rebase [-s REV | -b REV] [-d REV] [options]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5019 "hg rebase {-a|-c}"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5020 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5021
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5022 msgid "commands to interactively select changes for commit/qrefresh"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5023 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5024
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5025 msgid "this modifies a binary file (all or nothing)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5026 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5027
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5028 msgid "this is a binary file\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5029 msgstr "這是一個二進位檔\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5030
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5031 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5032 msgid "%d hunks, %d lines changed\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5033 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5034
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5035 msgid "[Ynsfdaq?]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5036 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5037
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5038 msgid "&Yes, record this change"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5039 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5040
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5041 msgid "&No, skip this change"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5042 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5043
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5044 msgid "&Skip remaining changes to this file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5045 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5046
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5047 msgid "Record remaining changes to this &file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5048 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5049
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5050 msgid "&Done, skip remaining changes and files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5051 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5052
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5053 msgid "Record &all changes to all remaining files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5054 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5055
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5056 msgid "&Quit, recording no changes"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5057 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5058
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5059 msgid "&?"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5060 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5061
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5062 msgid "user quit"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5063 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5064
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5065 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5066 msgid "examine changes to %s?"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5067 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5068
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5069 msgid " and "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5070 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5071
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5072 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5073 msgid "record this change to %r?"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5074 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5075
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5076 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5077 msgid "record change %d/%d to %r?"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5078 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5079
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5080 msgid "interactively select changes to commit"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5081 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5082
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5083 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5084 " If a list of files is omitted, all changes reported by :hg:`status`\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5085 " will be candidates for recording."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5086 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5087
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5088 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5089 " You will be prompted for whether to record changes to each\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5090 " modified file, and for files with multiple changes, for each\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5091 " change to use. For each query, the following responses are\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5092 " possible::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5093 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5094
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5095 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5096 " y - record this change\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5097 " n - skip this change"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5098 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5099
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5100 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5101 " s - skip remaining changes to this file\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5102 " f - record remaining changes to this file"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5103 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5104
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5105 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5106 " d - done, skip remaining changes and files\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5107 " a - record all changes to all remaining files\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5108 " q - quit, recording no changes"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5109 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5110
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5111 msgid " ? - display help"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5112 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5113
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5114 msgid " This command is not available when committing a merge."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5115 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5116
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5117 msgid "'mq' extension not loaded"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5118 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5119
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5120 msgid "running non-interactively, use commit instead"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5121 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5122
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5123 msgid "cannot partially commit a merge (use hg commit instead)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5124 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5125
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5126 msgid "no changes to record\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5127 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5128
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5129 msgid "hg record [OPTION]... [FILE]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5130 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5131
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5132 msgid "hg qrecord [OPTION]... PATCH [FILE]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5133 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5134
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5135 msgid "recreates hardlinks between repository clones"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5136 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5137
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5138 msgid "recreate hardlinks between two repositories"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5139 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5140
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5141 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5142 " When repositories are cloned locally, their data files will be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5143 " hardlinked so that they only use the space of a single repository."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5144 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5145
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5146 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5147 " Unfortunately, subsequent pulls into either repository will break\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5148 " hardlinks for any files touched by the new changesets, even if\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5149 " both repositories end up pulling the same changes."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5150 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5151
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5152 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5153 " Similarly, passing --rev to \"hg clone\" will fail to use any\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5154 " hardlinks, falling back to a complete copy of the source\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5155 " repository."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5156 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5157
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5158 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5159 " This command lets you recreate those hardlinks and reclaim that\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5160 " wasted space."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5161 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5162
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5163 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5164 " This repository will be relinked to share space with ORIGIN, which\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5165 " must be on the same local disk. If ORIGIN is omitted, looks for\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5166 " \"default-relink\", then \"default\", in [paths]."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5167 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5168
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5169 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5170 " Do not attempt any read operations on this repository while the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5171 " command is running. (Both repositories will be locked against\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5172 " writes.)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5173 " "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5174 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5175
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5176 msgid "hardlinks are not supported on this system"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5177 msgstr "硬式連結不被支援"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5178
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5179 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5180 msgid "relinking %s to %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5181 msgstr "%s 重新連結到 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5182
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5183 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5184 msgid "tip has %d files, estimated total number of files: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5185 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5186
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5187 msgid "collecting"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5188 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5189
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5190 msgid "files"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5191 msgstr "檔案"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5192
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5193 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5194 msgid "collected %d candidate storage files\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5195 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5196
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5197 msgid "source and destination are on different devices"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5198 msgstr "來源跟目的在不同的裝置上"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5199
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5200 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5201 msgid "not linkable: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5202 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5203
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5204 msgid "pruning"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5205 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5206
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5207 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5208 msgid "pruned down to %d probably relinkable files\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5209 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5210
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5211 msgid "relinking"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5212 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5213
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5214 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5215 msgid "relinked %d files (%d bytes reclaimed)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5216 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5217
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5218 msgid "[ORIGIN]"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5219 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5220
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5221 msgid "extend schemes with shortcuts to repository swarms"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5222 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5223
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5224 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5225 "This extension allows you to specify shortcuts for parent URLs with a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5226 "lot of repositories to act like a scheme, for example::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5227 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5228
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5229 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5230 " [schemes]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5231 " py = http://code.python.org/hg/"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5232 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5233
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5234 msgid "After that you can use it like::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5235 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5236
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5237 msgid " hg clone py://trunk/"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5238 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5239
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5240 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5241 "Additionally there is support for some more complex schemas, for\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5242 "example used by Google Code::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5243 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5244
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5245 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5246 " [schemes]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5247 " gcode = http://{1}.googlecode.com/hg/"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5248 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5249
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5250 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5251 "The syntax is taken from Mercurial templates, and you have unlimited\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5252 "number of variables, starting with ``{1}`` and continuing with\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5253 "``{2}``, ``{3}`` and so on. This variables will receive parts of URL\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5254 "supplied, split by ``/``. Anything not specified as ``{part}`` will be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5255 "just appended to an URL."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5256 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5257
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5258 msgid "For convenience, the extension adds these schemes by default::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5259 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5260
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5261 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5262 " [schemes]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5263 " py = http://hg.python.org/\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5264 " bb = https://bitbucket.org/\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5265 " bb+ssh = ssh://hg@bitbucket.org/\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5266 " gcode = https://{1}.googlecode.com/hg/\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5267 " kiln = https://{1}.kilnhg.com/Repo/"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5268 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5269
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5270 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5271 "You can override a predefined scheme by defining a new scheme with the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5272 "same name.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5273 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5274
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5275 msgid "share a common history between several working directories"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5276 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5277
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5278 msgid "create a new shared repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5279 msgstr "建立新的共享儲存庫"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5280
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5281 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5282 " Initialize a new repository and working directory that shares its\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5283 " history with another repository."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5284 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5285
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5286 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5287 " .. note::\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5288 " using rollback or extensions that destroy/modify history (mq,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5289 " rebase, etc.) can cause considerable confusion with shared\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5290 " clones. In particular, if two shared clones are both updated to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5291 " the same changeset, and one of them destroys that changeset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5292 " with rollback, the other clone will suddenly stop working: all\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5293 " operations will fail with \"abort: working directory has unknown\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5294 " parent\". The only known workaround is to use debugsetparents on\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5295 " the broken clone to reset it to a changeset that still exists\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5296 " (e.g. tip).\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5297 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5298 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5299
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5300 msgid "do not create a working copy"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5301 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5302
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5303 msgid "[-U] SOURCE [DEST]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5304 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5305
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5306 msgid "command to transplant changesets from another branch"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5307 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5308
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5309 msgid "This extension allows you to transplant patches from another branch."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5310 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5311
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5312 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5313 "Transplanted patches are recorded in .hg/transplant/transplants, as a\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5314 "map from a changeset hash to its hash in the source repository.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5315 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5316
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5317 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5318 msgid "skipping already applied revision %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5319 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5320
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5321 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5322 msgid "skipping merge changeset %s:%s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5323 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5324
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5325 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5326 msgid "%s merged at %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5327 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5328
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5329 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5330 msgid "%s transplanted to %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5331 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5332
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5333 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5334 msgid "filtering %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5335 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5336
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5337 msgid "filter failed"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5338 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5339
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5340 msgid "can only omit patchfile if merging"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5341 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5342
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5343 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5344 msgid "%s: empty changeset"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5345 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5346
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5347 msgid "fix up the merge and run hg transplant --continue"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5348 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5349
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5350 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5351 msgid "%s transplanted as %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5352 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5353
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5354 msgid "transplant log file is corrupt"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5355 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5356
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5357 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5358 msgid "working dir not at transplant parent %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5359 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5360
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5361 msgid "commit failed"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5362 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5363
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5364 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5365 "y: transplant this changeset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5366 "n: skip this changeset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5367 "m: merge at this changeset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5368 "p: show patch\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5369 "c: commit selected changesets\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5370 "q: cancel transplant\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5371 "?: show this help\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5372 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5373
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5374 msgid "apply changeset? [ynmpcq?]:"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5375 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5376
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5377 msgid "no such option\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5378 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5379
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5380 msgid "transplant changesets from another branch"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5381 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5382
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5383 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5384 " Selected changesets will be applied on top of the current working\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5385 " directory with the log of the original changeset. If --log is\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5386 " specified, log messages will have a comment appended of the form::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5387 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5388
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5389 msgid " (transplanted from CHANGESETHASH)"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5390 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5391
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5392 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5393 " You can rewrite the changelog message with the --filter option.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5394 " Its argument will be invoked with the current changelog message as\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5395 " $1 and the patch as $2."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5396 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5397
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5398 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5399 " If --source/-s is specified, selects changesets from the named\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5400 " repository. If --branch/-b is specified, selects changesets from\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5401 " the branch holding the named revision, up to that revision. If\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5402 " --all/-a is specified, all changesets on the branch will be\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5403 " transplanted, otherwise you will be prompted to select the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5404 " changesets you want."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5405 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5406
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5407 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5408 " :hg:`transplant --branch REVISION --all` will rebase the selected\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5409 " branch (up to the named revision) onto your current working\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5410 " directory."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5411 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5412
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5413 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5414 " You can optionally mark selected transplanted changesets as merge\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5415 " changesets. You will not be prompted to transplant any ancestors\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5416 " of a merged transplant, and you can merge descendants of them\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5417 " normally instead of transplanting them."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5418 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5419
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5420 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5421 " If no merges or revisions are provided, :hg:`transplant` will\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5422 " start an interactive changeset browser."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5423 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5424
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5425 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5426 " If a changeset application fails, you can fix the merge by hand\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5427 " and then resume where you left off by calling :hg:`transplant\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5428 " --continue/-c`.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5429 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5430 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5431
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5432 msgid "--continue is incompatible with branch, all or merge"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5433 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5434
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5435 msgid "no source URL, branch tag or revision list provided"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5436 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5437
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5438 msgid "--all requires a branch revision"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5439 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5440
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5441 msgid "--all is incompatible with a revision list"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5442 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5443
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5444 msgid "no revision checked out"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5445 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5446
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5447 msgid "outstanding uncommitted merges"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5448 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5449
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5450 msgid "outstanding local changes"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5451 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5452
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5453 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5454 "``transplanted(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5455 " Transplanted changesets in set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5456 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5457
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5458 msgid "pull patches from REPO"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5459 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5460
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5461 msgid "BRANCH"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5462 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5463
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5464 msgid "pull patches from branch BRANCH"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5465 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5466
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5467 msgid "pull all changesets up to BRANCH"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5468 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5469
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5470 msgid "skip over REV"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5471 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5472
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5473 msgid "merge at REV"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5474 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5475
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5476 msgid "append transplant info to log message"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5477 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5478
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5479 msgid "continue last transplant session after repair"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5480 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5481
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5482 msgid "filter changesets through command"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5483 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5484
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5485 msgid "hg transplant [-s REPO] [-b BRANCH [-a]] [-p REV] [-m REV] [REV]..."
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5486 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5487
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5488 msgid "allow the use of MBCS paths with problematic encodings"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5489 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5490
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5491 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5492 "Some MBCS encodings are not good for some path operations (i.e.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5493 "splitting path, case conversion, etc.) with its encoded bytes. We call\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5494 "such a encoding (i.e. shift_jis and big5) as \"problematic encoding\".\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5495 "This extension can be used to fix the issue with those encodings by\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5496 "wrapping some functions to convert to Unicode string before path\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5497 "operation."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5498 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5499
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5500 msgid "This extension is useful for:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5501 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5502
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5503 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5504 "- Japanese Windows users using shift_jis encoding.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5505 "- Chinese Windows users using big5 encoding.\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5506 "- All users who use a repository with one of problematic encodings on\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5507 " case-insensitive file system."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5508 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5509
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5510 msgid "This extension is not needed for:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5511 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5512
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5513 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5514 "- Any user who use only ASCII chars in path.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5515 "- Any user who do not use any of problematic encodings."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5516 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5517
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5518 msgid "Note that there are some limitations on using this extension:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5519 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5520
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5521 msgid "- You should use single encoding in one repository."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5522 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5523
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5524 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5525 "\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5526 "By default, win32mbcs uses encoding.encoding decided by Mercurial.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5527 "You can specify the encoding by config option::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5528 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5529
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5530 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5531 " [win32mbcs]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5532 " encoding = sjis"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5533 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5534
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5535 msgid "It is useful for the users who want to commit with UTF-8 log message.\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5536 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5537
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5538 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5539 msgid "[win32mbcs] filename conversion failed with %s encoding\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5540 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5541
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5542 msgid "[win32mbcs] cannot activate on this platform.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5543 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5544
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5545 msgid "perform automatic newline conversion"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5546 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5547
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5548 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5549 " Deprecation: The win32text extension requires each user to configure\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5550 " the extension again and again for each clone since the configuration\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5551 " is not copied when cloning."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5552 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5553
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5554 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5555 " We have therefore made the ``eol`` as an alternative. The ``eol``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5556 " uses a version controlled file for its configuration and each clone\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5557 " will therefore use the right settings from the start."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5558 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5559
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5560 msgid "To perform automatic newline conversion, use::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5561 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5562
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5563 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5564 " [extensions]\n"
10172
c5c969e9eefb i18n: update po files for 703db37d186b and 0ddbc0299742
Wagner Bruna <wbruna@softwareexpress.com.br>
parents: 9770
diff changeset
5565 " win32text =\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5566 " [encode]\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5567 " ** = cleverencode:\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5568 " # or ** = macencode:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5569 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5570
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5571 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5572 " [decode]\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5573 " ** = cleverdecode:\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5574 " # or ** = macdecode:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5575 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5576
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5577 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5578 "If not doing conversion, to make sure you do not commit CRLF/CR by accident::"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5579 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5580
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5581 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5582 " [hooks]\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5583 " pretxncommit.crlf = python:hgext.win32text.forbidcrlf\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5584 " # or pretxncommit.cr = python:hgext.win32text.forbidcr"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5585 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5586
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5587 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5588 "To do the same check on a server to prevent CRLF/CR from being\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5589 "pushed or pulled::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5590 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5591
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5592 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5593 " [hooks]\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5594 " pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5595 " # or pretxnchangegroup.cr = python:hgext.win32text.forbidcr\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5596 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5597
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5598 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5599 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5600 "WARNING: %s already has %s line endings\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5601 "and does not need EOL conversion by the win32text plugin.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5602 "Before your next commit, please reconsider your encode/decode settings in \n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5603 "Mercurial.ini or %s.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5604 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5605
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5606 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5607 msgid "Attempt to commit or push text file(s) using %s line endings\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5608 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5609
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5610 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5611 msgid "in %s: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5612 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5613
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5614 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5615 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5616 "\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5617 "To prevent this mistake in your local repository,\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5618 "add to Mercurial.ini or .hg/hgrc:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5619 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5620
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5621 #, python-format
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5622 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5623 "[hooks]\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5624 "pretxncommit.%s = python:hgext.win32text.forbid%s"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5625 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5626
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5627 #, python-format
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5628 msgid "and also consider adding:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5629 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5630
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5631 #, python-format
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5632 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5633 "[extensions]\n"
10172
c5c969e9eefb i18n: update po files for 703db37d186b and 0ddbc0299742
Wagner Bruna <wbruna@softwareexpress.com.br>
parents: 9770
diff changeset
5634 "win32text =\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5635 "[encode]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5636 "** = %sencode:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5637 "[decode]\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5638 "** = %sdecode:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5639 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5640
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5641 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5642 "win32text is deprecated: http://mercurial.selenic.com/wiki/"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5643 "Win32TextExtension\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5644 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5645
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5646 msgid "discover and advertise repositories on the local network"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5647 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5648
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5649 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5650 "Zeroconf-enabled repositories will be announced in a network without\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5651 "the need to configure a server or a service. They can be discovered\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5652 "without knowing their actual IP address."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5653 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5654
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5655 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5656 "To allow other people to discover your repository using run\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5657 ":hg:`serve` in your repository::"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5658 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5659
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5660 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5661 " $ cd test\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5662 " $ hg serve"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5663 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5664
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5665 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5666 "You can discover Zeroconf-enabled repositories by running\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5667 ":hg:`paths`::"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5668 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5669
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5670 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5671 " $ hg paths\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5672 " zc-test = http://example.com:8000/test\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5673 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5674
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5675 msgid "archive prefix contains illegal components"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5676 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5677
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5678 msgid "cannot give prefix when archiving to files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5679 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5680
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5681 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5682 msgid "unknown archive type '%s'"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5683 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5684
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5685 msgid "invalid changegroup"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5686 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5687
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5688 msgid "unknown parent"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5689 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5690
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5691 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5692 msgid "integrity check failed on %s:%d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5693 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5694
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5695 msgid "cannot create new bundle repository"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5696 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5697
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5698 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5699 msgid "premature EOF reading chunk (got %d bytes, expected %d)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5700 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5701
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5702 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5703 msgid "%s: not a Mercurial bundle"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5704 msgstr "%s 不是一個Mercurial bundle"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5705
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5706 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5707 msgid "%s: unknown bundle version %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5708 msgstr "%s: 未知的bundle 版本 %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5709
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5710 msgid "empty username"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5711 msgstr "使用者名稱是空白的"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5712
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5713 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5714 msgid "username %s contains a newline"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5715 msgstr "使用者名稱 %s 包含一個換行字元"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5716
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5717 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5718 msgid "the name '%s' is reserved"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5719 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5720
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5721 msgid "options --message and --logfile are mutually exclusive"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5722 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5723
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5724 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5725 msgid "can't read commit message '%s': %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5726 msgstr "不能讀取提交訊息'%s': %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5727
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5728 msgid "limit must be a positive integer"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5729 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5730
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5731 msgid "limit must be positive"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5732 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5733
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5734 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5735 msgid "invalid format spec '%%%s' in output filename"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5736 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5737
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5738 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5739 msgid "adding %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5740 msgstr "新增 %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5741
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5742 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5743 msgid "removing %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5744 msgstr "正在刪除 %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5745
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5746 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5747 msgid "recording removal of %s as rename to %s (%d%% similar)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5748 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5749
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5750 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5751 msgid "%s has not been committed yet, so no copy data will be stored for %s.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5752 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5753
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5754 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5755 msgid "%s: not copying - file is not managed\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5756 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5757
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5758 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5759 msgid "%s: not copying - file has been marked for remove\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5760 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5761
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5762 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5763 msgid "%s: not overwriting - %s collides with %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5764 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5765
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5766 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5767 msgid "%s: not overwriting - file exists\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5768 msgstr "%s: 不能蓋寫 - 檔案存在\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5769
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5770 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5771 msgid "%s: not recording move - %s does not exist\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5772 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5773
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5774 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5775 msgid "%s: not recording copy - %s does not exist\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5776 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5777
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5778 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5779 msgid "%s: deleted in working copy\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5780 msgstr "%s:在工作複本裡被刪除了\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5781
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5782 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5783 msgid "%s: cannot copy - %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5784 msgstr "%s: 不能複製 - %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5785
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5786 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5787 msgid "moving %s to %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5788 msgstr "%s 搬移到 %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5789
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5790 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5791 msgid "copying %s to %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5792 msgstr "%s 複製到 %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5793
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5794 msgid "no source or destination specified"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5795 msgstr "沒有描述來源或目的"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5796
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5797 msgid "no destination specified"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5798 msgstr "沒有描述目的"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5799
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5800 msgid "with multiple sources, destination must be an existing directory"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5801 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5802
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5803 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5804 msgid "destination %s is not a directory"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5805 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5806
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5807 msgid "no files to copy"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5808 msgstr "沒有檔案可複製"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5809
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5810 msgid "(consider using --after)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5811 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5812
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5813 msgid "child process failed to start"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5814 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5815
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5816 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5817 msgid "changeset: %d:%s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5818 msgstr "changeset:\t%d:%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5819
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5820 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5821 msgid "branch: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5822 msgstr "分支:\t\t%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5823
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5824 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5825 msgid "tag: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5826 msgstr "標記:\t\t%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5827
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5828 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5829 msgid "parent: %d:%s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5830 msgstr "母系:\t\t%d:%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5831
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5832 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5833 msgid "manifest: %d:%s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5834 msgstr "manifest:\t%d:%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5835
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5836 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5837 msgid "user: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5838 msgstr "使用者:\t\t%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5839
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5840 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5841 msgid "date: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5842 msgstr "日期:\t\t%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5843
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5844 msgid "files+:"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5845 msgstr "檔案+:"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5846
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5847 msgid "files-:"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5848 msgstr "檔案-:"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5849
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5850 msgid "files:"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5851 msgstr "檔案:"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5852
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5853 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5854 msgid "files: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5855 msgstr "檔案:\t\t%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5856
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5857 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5858 msgid "copies: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5859 msgstr "複製:\t\t%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5860
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5861 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5862 msgid "extra: %s=%s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5863 msgstr "額外:\t\t%s=%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5864
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5865 msgid "description:\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5866 msgstr "描述:\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5867
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5868 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5869 msgid "summary: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5870 msgstr "提交摘要:\t%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5871
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5872 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5873 msgid "%s: no key named '%s'"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5874 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5875
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5876 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5877 msgid "Found revision %s from %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5878 msgstr "找到修定版 %s (從 %s 那邊)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5879
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5880 msgid "revision matching date not found"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5881 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5882
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5883 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5884 msgid "cannot follow nonexistent file: \"%s\""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5885 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5886
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5887 msgid "can only follow copies/renames for explicit filenames"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5888 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5889
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5890 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5891 msgid "skipping missing subrepository: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5892 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5893
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5894 msgid "HG: Enter commit message. Lines beginning with 'HG:' are removed."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5895 msgstr "HG: 輸入提交訊息.'HG:'開頭的行到時候都會被拿掉"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5896
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5897 msgid "HG: Leave message empty to abort commit."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5898 msgstr "HG: 如果想要取消提交,不要輸入任何訊息然後離開."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5899
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5900 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5901 msgid "HG: user: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5902 msgstr "HG: 使用者 : %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5903
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5904 msgid "HG: branch merge"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5905 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5906
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5907 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5908 msgid "HG: branch '%s'"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5909 msgstr "HG: 分支 '%s'"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5910
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5911 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5912 msgid "HG: subrepo %s"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5913 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5914
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5915 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5916 msgid "HG: added %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5917 msgstr "HG: 新增 %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5918
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5919 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5920 msgid "HG: changed %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5921 msgstr "HG: 更改 %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5922
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5923 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5924 msgid "HG: removed %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5925 msgstr "HG: 移除 %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5926
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5927 msgid "HG: no files changed"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5928 msgstr "HG: 沒有檔案被改變"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5929
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5930 msgid "empty commit message"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5931 msgstr "空白的提交訊息"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5932
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5933 msgid "add the specified files on the next commit"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5934 msgstr "新增下次要提交的檔案"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5935
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5936 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5937 " Schedule files to be version controlled and added to the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5938 " repository."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5939 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5940 " 新增要納入版本控制並加到儲存庫的檔案。\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5941 " "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5942
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5943 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5944 " The files will be added to the repository at the next commit. To\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5945 " undo an add before that, see :hg:`forget`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5946 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5947 " 這些檔案將於下次提交時被加到儲存庫\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5948 " 若想要回到新增檔案前的狀態,請參閱 :hg:`forget`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5949
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5950 msgid " If no names are given, add all files to the repository."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5951 msgstr " 如果沒有指定檔案,所有的檔案都將會加到儲存庫"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5952
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5953 msgid " .. container:: verbose"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5954 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5955
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5956 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5957 " An example showing how new (unknown) files are added\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5958 " automatically by :hg:`add`::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5959 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5960
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5961 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5962 " $ ls\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5963 " foo.c\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5964 " $ hg status\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5965 " ? foo.c\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5966 " $ hg add\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5967 " adding foo.c\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5968 " $ hg status\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5969 " A foo.c"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5970 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5971
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5972 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5973 " Returns 0 if all files are successfully added.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5974 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5975 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
5976 " 如果所有檔案新增成功的話就返回0\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5977 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5978
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5979 msgid "add all new files, delete all missing files"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5980 msgstr "新增所有未受版本控制的檔案,並刪除所有消失的檔案。"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5981
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5982 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5983 " Add all new files and remove all missing files from the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5984 " repository."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5985 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5986 " 新增所有未加到 repository 的檔案,並移除已加到 repository\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5987 " 卻消失的檔案。"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5988
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5989 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5990 " New files are ignored if they match any of the patterns in\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5991 " .hgignore. As with add, these changes take effect at the next\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5992 " commit."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5993 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5994 " 如果新的檔案中檔名有符合任一存在於 .hgignore 的樣式,\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5995 " 則該檔將被忽略。如同 add 命令,這些變更將於下次提交時發生效用。"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5996
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
5997 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
5998 " Use the -s/--similarity option to detect renamed files. With a\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
5999 " parameter greater than 0, this compares every removed file with\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6000 " every added file and records those similar enough as renames. This\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6001 " option takes a percentage between 0 (disabled) and 100 (files must\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6002 " be identical) as its parameter. Detecting renamed files this way\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6003 " can be expensive. After using this option, :hg:`status -C` can be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6004 " used to check which files were identified as moved or renamed."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6005 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6006 " 可使用 -s/--similarity 選項去偵測更名的檔案。後面接著的是一個\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6007 " 大於 0 的參數,可用來比對每個被新增或移除的檔案,並試圖找出其\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6008 " 更名的可能性。此選項需要指定一個介於 0 (不使用) 至\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6009 " 100 (檔案必須是同一個) 的參數。偵測更名檔案的動作將需要\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6010 " 一點時間。\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6011 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6012
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6013 msgid "similarity must be a number"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6014 msgstr "similarity 參數必須是數字"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6015
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6016 msgid "similarity must be between 0 and 100"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6017 msgstr "similarity 參數必須介於 0 至 100"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6018
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6019 msgid "show changeset information by line for each file"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6020 msgstr "顯示每個檔案中每一行 changeset 的資訊"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6021
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6022 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6023 " List changes in files, showing the revision id responsible for\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6024 " each line"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6025 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6026
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6027 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6028 " This command is useful for discovering when a change was made and\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6029 " by whom."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6030 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6031
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6032 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6033 " Without the -a/--text option, annotate will avoid processing files\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6034 " it detects as binary. With -a, annotate will annotate the file\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6035 " anyway, although the results will probably be neither useful\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6036 " nor desirable."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6037 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6038
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6039 msgid "at least one filename or pattern is required"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6040 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6041
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6042 msgid "at least one of -n/-c is required for -l"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6043 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6044
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6045 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6046 msgid "%s: binary file\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6047 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6048
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6049 msgid "create an unversioned archive of a repository revision"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6050 msgstr "建立一個沒有版本控制的版本封存"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6051
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6052 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6053 " By default, the revision used is the parent of the working\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6054 " directory; use -r/--rev to specify a different revision."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6055 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6056
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6057 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6058 " The archive type is automatically detected based on file\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6059 " extension (or override using -t/--type)."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6060 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6061
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6062 msgid " Valid types are:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6063 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6064
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6065 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6066 " :``files``: a directory full of files (default)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6067 " :``tar``: tar archive, uncompressed\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6068 " :``tbz2``: tar archive, compressed using bzip2\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6069 " :``tgz``: tar archive, compressed using gzip\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6070 " :``uzip``: zip archive, uncompressed\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6071 " :``zip``: zip archive, compressed using deflate"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6072 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6073
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6074 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6075 " The exact name of the destination archive or directory is given\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6076 " using a format string; see :hg:`help export` for details."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6077 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6078
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6079 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6080 " Each member added to an archive file has a directory prefix\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6081 " prepended. Use -p/--prefix to specify a format string for the\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6082 " prefix. The default is the basename of the archive, with suffixes\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6083 " removed."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6084 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6085
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6086 msgid "no working directory: please specify a revision"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6087 msgstr "沒有工作目錄:請描述一個版次"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6088
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6089 msgid "repository root cannot be destination"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6090 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6091
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6092 msgid "cannot archive plain files to stdout"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6093 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6094
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6095 msgid "reverse effect of earlier changeset"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6096 msgstr "回復先前 changeset 所作的變更"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6097
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6098 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6099 " The backout command merges the reverse effect of the reverted\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6100 " changeset into the working directory."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6101 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6102
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6103 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6104 " With the --merge option, it first commits the reverted changes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6105 " as a new changeset. This new changeset is a child of the reverted\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6106 " changeset.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6107 " The --merge option remembers the parent of the working directory\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6108 " before starting the backout, then merges the new head with that\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6109 " changeset afterwards.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6110 " This will result in an explicit merge in the history."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6111 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6112
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6113 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6114 " If you backout a changeset other than the original parent of the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6115 " working directory, the result of this merge is not committed,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6116 " as with a normal merge. Otherwise, no merge is needed and the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6117 " commit is automatic."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6118 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6119
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6120 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6121 " Note that the default behavior (without --merge) has changed in\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6122 " version 1.7. To restore the previous default behavior, use\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6123 " :hg:`backout --merge` and then :hg:`update --clean .` to get rid of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6124 " the ongoing merge."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6125 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6126
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6127 msgid "please specify just one revision"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6128 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6129
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6130 msgid "please specify a revision to backout"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6131 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6132
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6133 msgid "cannot backout change on a different branch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6134 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6135
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6136 msgid "cannot backout a change with no parents"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6137 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6138
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6139 msgid "cannot backout a merge changeset without --parent"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6140 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6141
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6142 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6143 msgid "%s is not a parent of %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6144 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6145
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6146 msgid "cannot use --parent on non-merge changeset"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6147 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6148
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6149 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6150 msgid "changeset %s backs out changeset %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6151 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6152
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6153 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6154 msgid "merging with changeset %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6155 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6156
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6157 msgid "subdivision search of changesets"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6158 msgstr "對 changesets 作二分法搜尋"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6159
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6160 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6161 " This command helps to find changesets which introduce problems. To\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6162 " use, mark the earliest changeset you know exhibits the problem as\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6163 " bad, then mark the latest changeset which is free from the problem\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6164 " as good. Bisect will update your working directory to a revision\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6165 " for testing (unless the -U/--noupdate option is specified). Once\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6166 " you have performed tests, mark the working directory as good or\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6167 " bad, and bisect will either update to another candidate changeset\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6168 " or announce that it has found the bad revision."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6169 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6170
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6171 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6172 " As a shortcut, you can also use the revision argument to mark a\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6173 " revision as good or bad without checking it out first."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6174 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6175
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6176 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6177 " If you supply a command, it will be used for automatic bisection.\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6178 " Its exit status will be used to mark revisions as good or bad:\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6179 " status 0 means good, 125 means to skip the revision, 127\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6180 " (command not found) will abort the bisection, and any other\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6181 " non-zero exit status means the revision is bad."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6182 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6183
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6184 msgid "The first good revision is:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6185 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6186
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6187 msgid "The first bad revision is:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6188 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6189
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6190 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6191 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6192 "Not all ancestors of this changeset have been checked.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6193 "To check the other ancestors, start from the common ancestor, %s.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6194 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6195
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6196 msgid "Due to skipped revisions, the first good revision could be any of:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6197 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6198
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6199 msgid "Due to skipped revisions, the first bad revision could be any of:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6200 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6201
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6202 msgid "cannot bisect (no known good revisions)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6203 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6204
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6205 msgid "cannot bisect (no known bad revisions)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6206 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6207
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6208 msgid "(use of 'hg bisect <cmd>' is deprecated)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6209 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6210
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6211 msgid "incompatible arguments"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6212 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6213
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6214 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6215 msgid "failed to execute %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6216 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6217
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6218 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6219 msgid "%s killed"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6220 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6221
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6222 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6223 msgid "Changeset %d:%s: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6224 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6225
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6226 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6227 msgid "Testing changeset %d:%s (%d changesets remaining, ~%d tests)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6228 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6229
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6230 msgid "set or show the current branch name"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6231 msgstr "設定或顯示目前的分支名稱"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6232
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6233 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6234 " With no argument, show the current branch name. With one argument,\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6235 " set the working directory branch name (the branch will not exist\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6236 " in the repository until the next commit). Standard practice\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6237 " recommends that primary development take place on the 'default'\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6238 " branch."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6239 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6240
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6241 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6242 " Unless -f/--force is specified, branch will not let you set a\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6243 " branch name that already exists, even if it's inactive."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6244 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6245
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6246 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6247 " Use -C/--clean to reset the working directory branch to that of\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6248 " the parent of the working directory, negating a previous branch\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6249 " change."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6250 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6251
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6252 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6253 " Use the command :hg:`update` to switch to an existing branch. Use\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6254 " :hg:`commit --close-branch` to mark this branch as closed."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6255 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6256
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6257 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6258 msgid "reset working directory to branch %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6259 msgstr "重置工作目錄到%s分支\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6260
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6261 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6262 "a branch of the same name already exists (use 'hg update' to switch to it)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6263 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6264
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6265 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6266 msgid "marked working directory as branch %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6267 msgstr "標記工作目錄為%s分支\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6268
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6269 msgid "list repository named branches"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6270 msgstr "顯示 repository 的 named branches"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6271
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6272 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6273 " List the repository's named branches, indicating which ones are\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6274 " inactive. If -c/--closed is specified, also list branches which have\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6275 " been marked closed (see :hg:`commit --close-branch`)."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6276 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6277
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6278 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6279 " If -a/--active is specified, only show active branches. A branch\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6280 " is considered active if it contains repository heads."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6281 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6282
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6283 msgid " Use the command :hg:`update` to switch to an existing branch."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6284 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6285
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6286 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6287 " Returns 0.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6288 " "
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6289 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6290
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6291 msgid " (closed)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6292 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6293
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6294 msgid " (inactive)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6295 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6296
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6297 msgid "create a changegroup file"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6298 msgstr "建立一個 changegroup 檔案"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6299
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6300 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6301 " Generate a compressed changegroup file collecting changesets not\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6302 " known to be in another repository."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6303 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6304
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6305 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6306 " If you omit the destination repository, then hg assumes the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6307 " destination will have all the nodes you specify with --base\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6308 " parameters. To create a bundle containing all changesets, use\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6309 " -a/--all (or --base null)."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6310 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6311
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6312 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6313 " You can change compression method with the -t/--type option.\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6314 " The available compression methods are: none, bzip2, and\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6315 " gzip (by default, bundles are compressed using bzip2)."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6316 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6317
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6318 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6319 " The bundle file can then be transferred using conventional means\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6320 " and applied to another repository with the unbundle or pull\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6321 " command. This is useful when direct push and pull are not\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6322 " available or when exporting an entire repository is undesirable."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6323 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6324
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6325 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6326 " Applying bundles preserves all changeset contents including\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6327 " permissions, copy/rename information, and revision history."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6328 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6329
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6330 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6331 " Returns 0 on success, 1 if no changes found.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6332 " "
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6333 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6334
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6335 msgid "--base is incompatible with specifying a destination"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6336 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6337
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6338 msgid "unknown bundle type specified with --type"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6339 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6340
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6341 msgid "output the current or given revision of files"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6342 msgstr "輸出目前或是特定修定版的檔案內容"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6343
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6344 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6345 " Print the specified files as they were at the given revision. If\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6346 " no revision is given, the parent of the working directory is used,\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6347 " or tip if no revision is checked out."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6348 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6349
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6350 msgid ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6351 " Output may be to a file, in which case the name of the file is\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6352 " given using a format string. The formatting rules are the same as\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6353 " for the export command, with the following additions:"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6354 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6355
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6356 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6357 " :``%s``: basename of file being printed\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6358 " :``%d``: dirname of file being printed, or '.' if in repository root\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6359 " :``%p``: root-relative path name of file being printed"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6360 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6361
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6362 msgid "make a copy of an existing repository"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6363 msgstr "對已存在的 repository 複製一份"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6364
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6365 msgid " Create a copy of an existing repository in a new directory."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6366 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6367
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6368 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6369 " If no destination directory name is specified, it defaults to the\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6370 " basename of the source."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6371 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6372
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6373 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6374 " The location of the source is added to the new repository's\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6375 " .hg/hgrc file, as the default to be used for future pulls."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6376 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6377
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6378 msgid " See :hg:`help urls` for valid source format details."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6379 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6380
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6381 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6382 " It is possible to specify an ``ssh://`` URL as the destination, but no\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6383 " .hg/hgrc and working directory will be created on the remote side.\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6384 " Please see :hg:`help urls` for important details about ``ssh://`` URLs."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6385 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6386
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6387 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6388 " A set of changesets (tags, or branch names) to pull may be specified\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6389 " by listing each changeset (tag, or branch name) with -r/--rev.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6390 " If -r/--rev is used, the cloned repository will contain only a subset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6391 " of the changesets of the source repository. Only the set of changesets\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6392 " defined by all -r/--rev options (including all their ancestors)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6393 " will be pulled into the destination repository.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6394 " No subsequent changesets (including subsequent tags) will be present\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6395 " in the destination."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6396 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6397
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6398 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6399 " Using -r/--rev (or 'clone src#rev dest') implies --pull, even for\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6400 " local source repositories."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6401 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6402
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6403 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6404 " For efficiency, hardlinks are used for cloning whenever the source\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6405 " and destination are on the same filesystem (note this applies only\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6406 " to the repository data, not to the working directory). Some\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6407 " filesystems, such as AFS, implement hardlinking incorrectly, but\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6408 " do not report errors. In these cases, use the --pull option to\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6409 " avoid hardlinking."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6410 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6411
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6412 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6413 " In some cases, you can clone repositories and the working directory\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6414 " using full hardlinks with ::"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6415 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6416
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6417 msgid " $ cp -al REPO REPOCLONE"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6418 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6419
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6420 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6421 " This is the fastest way to clone, but it is not always safe. The\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6422 " operation is not atomic (making sure REPO is not modified during\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6423 " the operation is up to you) and you have to make sure your editor\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6424 " breaks hardlinks (Emacs and most Linux Kernel tools do so). Also,\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6425 " this is not compatible with certain extensions that place their\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6426 " metadata under the .hg directory, such as mq."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6427 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6428
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6429 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6430 " Mercurial will update the working directory to the first applicable\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6431 " revision from this list:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6432 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6433
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6434 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6435 " a) null if -U or the source repository has no changesets\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6436 " b) if -u . and the source repository is local, the first parent of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6437 " the source repository's working directory\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6438 " c) the changeset specified with -u (if a branch name, this means the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6439 " latest head of that branch)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6440 " d) the changeset specified with -r\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6441 " e) the tipmost head specified with -b\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6442 " f) the tipmost head specified with the url#branch source syntax\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6443 " g) the tipmost head of the default branch\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6444 " h) tip"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6445 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6446
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6447 msgid "cannot specify both --noupdate and --updaterev"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6448 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6449
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6450 msgid "commit the specified files or all outstanding changes"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6451 msgstr "將指定的檔案或是目前的變更 commit"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6452
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6453 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6454 " Commit changes to the given files into the repository. Unlike a\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6455 " centralized RCS, this operation is a local operation. See\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6456 " :hg:`push` for a way to actively distribute your changes."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6457 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6458
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6459 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6460 " If a list of files is omitted, all changes reported by :hg:`status`\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6461 " will be committed."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6462 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6463
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6464 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6465 " If you are committing the result of a merge, do not provide any\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6466 " filenames or -I/-X filters."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6467 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6468
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6469 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6470 " If no commit message is specified, Mercurial starts your\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6471 " configured editor where you can enter a message. In case your\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6472 " commit fails, you will find a backup of your message in\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6473 " ``.hg/last-message.txt``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6474 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6475
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6476 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6477 " Returns 0 on success, 1 if nothing changed.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6478 " "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6479 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6480
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6481 msgid "can only close branch heads"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6482 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6483
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6484 msgid "nothing changed\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6485 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6486
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6487 msgid "created new head\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6488 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6489
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6490 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6491 msgid "reopening closed branch head %d\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6492 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6493
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6494 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6495 msgid "committed changeset %d:%s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6496 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6497
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6498 msgid "mark files as copied for the next commit"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6499 msgstr "將檔案標示為 copied 並於下次 commit"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6500
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6501 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6502 " Mark dest as having copies of source files. If dest is a\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6503 " directory, copies are put in that directory. If dest is a file,\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6504 " the source must be a single file."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6505 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6506
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6507 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6508 " By default, this command copies the contents of files as they\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6509 " exist in the working directory. If invoked with -A/--after, the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6510 " operation is recorded, but no copying is performed."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6511 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6512
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6513 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6514 " This command takes effect with the next commit. To undo a copy\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6515 " before that, see :hg:`revert`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6516 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6517
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6518 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6519 " Returns 0 on success, 1 if errors are encountered.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6520 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6521 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6522
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6523 msgid "find the ancestor revision of two revisions in a given index"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6524 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6525
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6526 msgid "either two or three arguments required"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6527 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6528
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6529 msgid "builds a repo with a given dag from scratch in the current empty repo"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6530 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6531
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6532 msgid " Elements:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6533 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6534
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6535 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6536 " - \"+n\" is a linear run of n nodes based on the current default "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6537 "parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6538 " - \".\" is a single node based on the current default parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6539 " - \"$\" resets the default parent to null (implied at the start);\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6540 " otherwise the default parent is always the last node created\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6541 " - \"<p\" sets the default parent to the backref p\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6542 " - \"*p\" is a fork at parent p, which is a backref\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6543 " - \"*p1/p2\" is a merge of parents p1 and p2, which are backrefs\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6544 " - \"/p2\" is a merge of the preceding node and p2\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6545 " - \":tag\" defines a local tag for the preceding node\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6546 " - \"@branch\" sets the named branch for subsequent nodes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6547 " - \"!command\" runs the command using your shell\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6548 " - \"!!my command\\n\" is like \"!\", but to the end of the line\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6549 " - \"#...\\n\" is a comment up to the end of the line"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6550 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6551
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6552 msgid " Whitespace between the above elements is ignored."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6553 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6554
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6555 msgid " A backref is either"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6556 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6557
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6558 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6559 " - a number n, which references the node curr-n, where curr is the "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6560 "current\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6561 " node, or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6562 " - the name of a local tag you placed earlier using \":tag\", or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6563 " - empty to denote the default parent."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6564 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6565
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6566 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6567 " All string valued-elements are either strictly alphanumeric, or must\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6568 " be enclosed in double quotes (\"...\"), with \"\\\" as escape character."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6569 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6570
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6571 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6572 " Note that the --overwritten-file and --appended-file options imply the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6573 " use of \"HGMERGE=internal:local\" during DAG buildup.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6574 " "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6575 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6576
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6577 msgid "need at least one of -m, -a, -o, -n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6578 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6579
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6580 msgid "repository is not empty"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6581 msgstr "儲存庫不是空白的"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6582
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6583 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6584 msgid "%s command %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6585 msgstr "%s 命令 %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6586
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6587 msgid "list all available commands and options"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6588 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6589
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6590 msgid "returns the completion list associated with the given command"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6591 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6592
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6593 msgid "show information detected about current filesystem"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6594 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6595
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6596 msgid "rebuild the dirstate as it would look like for the given revision"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6597 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6598
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6599 msgid "validate the correctness of the current dirstate"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6600 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6601
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6602 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6603 msgid "%s in state %s, but not in manifest1\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6604 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6605
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6606 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6607 msgid "%s in state %s, but also in manifest1\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6608 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6609
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6610 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6611 msgid "%s in state %s, but not in either manifest\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6612 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6613
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6614 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6615 msgid "%s in manifest1, but listed as state %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6616 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6617
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6618 msgid ".hg/dirstate inconsistent with current parent's manifest"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6619 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6620
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6621 msgid "show combined config settings from all hgrc files"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6622 msgstr "顯示合併自所有 hgrc 檔案內容的設定值"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6623
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6624 msgid " With no arguments, print names and values of all config items."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6625 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6626
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6627 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6628 " With one argument of the form section.name, print just the value\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6629 " of that config item."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6630 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6631
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6632 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6633 " With multiple arguments, print names and values of all config\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6634 " items with matching section names."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6635 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6636
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6637 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6638 " With --debug, the source (filename and line number) is printed\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6639 " for each config item."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6640 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6641
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6642 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6643 msgid "read config from: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6644 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6645
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6646 msgid "only one config item permitted"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6647 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6648
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6649 msgid "access the pushkey key/value protocol"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6650 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6651
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6652 msgid " With two args, list the keys in the given namespace."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6653 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6654
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6655 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6656 " With five args, set a key to new if it currently is set to old.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6657 " Reports success or failure.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6658 " "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6659 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6660
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6661 msgid "parse and apply a revision specification"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6662 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6663
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6664 msgid "manually set the parents of the current working directory"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6665 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6666
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6667 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6668 " This is useful for writing repository conversion tools, but should\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6669 " be used with care."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6670 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6671
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6672 msgid "show the contents of the current dirstate"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6673 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6674
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6675 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6676 msgid "copy: %s -> %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6677 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6678
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6679 msgid "format the changelog or an index DAG as a concise textual description"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6680 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6681
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6682 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6683 " If you pass a revlog index, the revlog's DAG is emitted. If you list\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6684 " revision numbers, they get labelled in the output as rN."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6685 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6686
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6687 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6688 " Otherwise, the changelog DAG of the current repo is emitted.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6689 " "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6690 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6691
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6692 msgid "need repo for changelog dag"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6693 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6694
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6695 msgid "dump the contents of a data file revision"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6696 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6697
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6698 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6699 msgid "invalid revision identifier %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6700 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6701
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6702 msgid "parse and display a date"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6703 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6704
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6705 msgid "dump the contents of an index file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6706 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6707
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6708 msgid "dump an index DAG as a graphviz dot file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6709 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6710
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6711 msgid "test Mercurial installation"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6712 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6713
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6714 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6715 msgid "Checking encoding (%s)...\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6716 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6717
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6718 msgid " (check that your locale is properly set)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6719 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6720
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6721 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6722 msgid "Checking installed modules (%s)...\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6723 msgstr "正在檢查安裝的模組 (%s)...\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6724
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6725 msgid " One or more extensions could not be found"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6726 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6727
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6728 msgid " (check that you compiled the extensions)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6729 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6730
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6731 msgid "Checking templates...\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6732 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6733
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6734 msgid " (templates seem to have been installed incorrectly)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6735 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6736
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6737 msgid "Checking patch...\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6738 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6739
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6740 msgid " patch call failed:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6741 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6742
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6743 msgid " unexpected patch output!\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6744 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6745
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6746 msgid " patch test failed!\n"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
6747 msgstr " 路徑測試失敗!\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6748
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6749 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6750 " (Current patch tool may be incompatible with patch, or misconfigured. "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6751 "Please check your configuration file)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6752 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6753
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6754 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6755 " Internal patcher failure, please report this error to http://mercurial."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6756 "selenic.com/wiki/BugTracker\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6757 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6758
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6759 msgid "Checking commit editor...\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6760 msgstr "檢查提交訊息編輯器...\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6761
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6762 msgid " No commit editor set and can't find vi in PATH\n"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
6763 msgstr " 沒有設定提交訊息編輯器,然後在PATH中也沒有vi\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6764
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6765 msgid " (specify a commit editor in your configuration file)\n"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
6766 msgstr " (在你的設定檔指明一個用來編輯提交訊息的編輯器)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6767
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6768 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6769 msgid " Can't find editor '%s' in PATH\n"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
6770 msgstr " 在PATH中找不到編輯器 '%s'\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6771
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6772 msgid "Checking username...\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6773 msgstr "檢查使用者名稱...\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6774
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6775 msgid " (specify a username in your configuration file)\n"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
6776 msgstr " (在你的設定檔指明一個使用者名稱)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6777
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6778 msgid "No problems detected\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6779 msgstr "查不到問題\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6780
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6781 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6782 msgid "%s problems detected, please check your install!\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6783 msgstr "查到%s問題,請檢查你的安裝!\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6784
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6785 msgid "dump rename information"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6786 msgstr "倒出改名資訊"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6787
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6788 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6789 msgid "%s renamed from %s:%s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6790 msgstr "%s 改名字從%s:%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6791
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6792 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6793 msgid "%s not renamed\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6794 msgstr "%s 沒有被改名\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6795
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6796 msgid "show how files match on given patterns"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6797 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6798
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6799 msgid "diff repository (or selected files)"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6800 msgstr "diff 儲存庫 (或是所選擇的檔案)"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6801
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6802 msgid " Show differences between revisions for the specified files."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6803 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6804
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6805 msgid " Differences between files are shown using the unified diff format."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6806 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6807
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6808 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6809 " .. note::\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6810 " diff may generate unexpected results for merges, as it will\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6811 " default to comparing against the working directory's first\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6812 " parent changeset if no revisions are specified."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6813 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6814
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6815 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6816 " Alternatively you can specify -c/--change with a revision to see\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6817 " the changes in that changeset relative to its first parent."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6818 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6819
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6820 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6821 " Without the -a/--text option, diff will avoid generating diffs of\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6822 " files it detects as binary. With -a, diff will generate a diff\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6823 " anyway, probably with undesirable results."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6824 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6825
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6826 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6827 " Use the -g/--git option to generate diffs in the git extended diff\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6828 " format. For more information, read :hg:`help diffs`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6829 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6830
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6831 msgid "dump the header and diffs for one or more changesets"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6832 msgstr "將一或多個 changesets 的 header 以及 diffs dump 出來"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6833
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6834 msgid " Print the changeset header and diffs for one or more revisions."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6835 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6836
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6837 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6838 " The information shown in the changeset header is: author, date,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6839 " branch name (if non-default), changeset hash, parent(s) and commit\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6840 " comment."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6841 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6842
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6843 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6844 " .. note::\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6845 " export may generate unexpected diff output for merge\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6846 " changesets, as it will compare the merge changeset against its\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6847 " first parent only."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6848 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6849
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6850 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6851 " Output may be to a file, in which case the name of the file is\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6852 " given using a format string. The formatting rules are as follows:"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6853 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6854
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6855 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6856 " :``%%``: literal \"%\" character\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6857 " :``%H``: changeset hash (40 hexadecimal digits)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6858 " :``%N``: number of patches being generated\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6859 " :``%R``: changeset revision number\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6860 " :``%b``: basename of the exporting repository\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6861 " :``%h``: short-form changeset hash (12 hexadecimal digits)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6862 " :``%n``: zero-padded sequence number, starting at 1\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6863 " :``%r``: zero-padded changeset revision number"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6864 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6865
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6866 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6867 " Without the -a/--text option, export will avoid generating diffs\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6868 " of files it detects as binary. With -a, export will generate a\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6869 " diff anyway, probably with undesirable results."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6870 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6871
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6872 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6873 " Use the -g/--git option to generate diffs in the git extended diff\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6874 " format. See :hg:`help diffs` for more information."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6875 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6876
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6877 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6878 " With the --switch-parent option, the diff will be against the\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6879 " second parent. It can be useful to review a merge."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6880 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6881
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6882 msgid "export requires at least one changeset"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6883 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6884
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6885 msgid "exporting patches:\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6886 msgstr "匯出路徑(s):\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6887
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6888 msgid "exporting patch:\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6889 msgstr "匯出路徑:\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6890
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6891 msgid "forget the specified files on the next commit"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6892 msgstr "下次提交時忘記指定的檔案"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6893
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6894 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6895 " Mark the specified files so they will no longer be tracked\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6896 " after the next commit."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6897 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6898
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6899 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6900 " This only removes files from the current branch, not from the\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6901 " entire project history, and it does not delete them from the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6902 " working directory."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6903 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6904
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6905 msgid " To undo a forget before the next commit, see :hg:`add`."
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6906 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6907
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6908 msgid "no files specified"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6909 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6910
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6911 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6912 msgid "not removing %s: file is already untracked\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6913 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6914
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6915 msgid "search for a pattern in specified files and revisions"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6916 msgstr "從指定的檔案或修定版搜尋樣式"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6917
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6918 msgid " Search revisions of files for a regular expression."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6919 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6920
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6921 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6922 " This command behaves differently than Unix grep. It only accepts\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6923 " Python/Perl regexps. It searches repository history, not the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6924 " working directory. It always prints the revision number in which a\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6925 " match appears."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6926 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6927
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6928 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6929 " By default, grep only prints output for the first revision of a\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6930 " file in which it finds a match. To get it to print every revision\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6931 " that contains a change in match status (\"-\" for a match that\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6932 " becomes a non-match, or \"+\" for a non-match that becomes a match),\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6933 " use the --all flag."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6934 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6935
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6936 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6937 " Returns 0 if a match is found, 1 otherwise.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6938 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6939 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6940
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6941 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6942 msgid "grep: invalid match pattern: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6943 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6944
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6945 msgid "show current repository heads or show branch heads"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6946 msgstr "顯示目前的 repository heads 或是 branch heads"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6947
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6948 msgid " With no arguments, show all repository branch heads."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6949 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6950
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6951 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6952 " Repository \"heads\" are changesets with no child changesets. They are\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6953 " where development generally takes place and are the usual targets\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6954 " for update and merge operations. Branch heads are changesets that have\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6955 " no child changeset on the same branch."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6956 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6957
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6958 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6959 " If one or more REVs are given, only branch heads on the branches\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6960 " associated with the specified changesets are shown."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6961 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6962
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6963 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6964 " If -c/--closed is specified, also show branch heads marked closed\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6965 " (see :hg:`commit --close-branch`)."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6966 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6967
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6968 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
6969 " If STARTREV is specified, only those heads that are descendants of\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6970 " STARTREV will be displayed."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6971 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6972
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6973 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6974 " If -t/--topo is specified, named branch mechanics will be ignored and "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6975 "only\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6976 " changesets without children will be shown."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6977 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6978
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6979 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6980 " Returns 0 if matching heads are found, 1 if not.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6981 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6982 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6983
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6984 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6985 msgid "no open branch heads found on branches %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6986 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6987
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6988 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6989 msgid " (started at %s)"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
6990 msgstr " (開始在: %s)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
6991
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6992 msgid "show help for a given topic or a help overview"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6993 msgstr "顯示特定主題的 help 說明或是 help overview"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6994
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6995 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6996 " With no arguments, print a list of commands with short help messages."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
6997 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6998
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
6999 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7000 " Given a topic, extension, or command name, print help for that\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7001 " topic."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7002 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7003
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7004 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7005 " Returns 0 if successful.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7006 " "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7007 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7008
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7009 msgid "global options:"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7010 msgstr "全域選項:"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7011
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7012 msgid "use \"hg help\" for the full list of commands"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7013 msgstr "使用 'hg help' 列出全部的命令"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7014
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7015 msgid "use \"hg help\" for the full list of commands or \"hg -v\" for details"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7016 msgstr "使用 'hg help' 列出全部的命令或 'hg -v'列出詳細資料"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7017
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7018 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7019 msgid "use \"hg -v help%s\" to show aliases and global options"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7020 msgstr "使用 \"hg -v help%s\" 以顯示別名以及全域選項"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7021
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7022 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7023 msgid "use \"hg -v help %s\" to show global options"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7024 msgstr "使用 \"hg -v help %s\" 以顯示全域選項"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7025
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7026 msgid "list of commands:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7027 msgstr "命令列表:"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7028
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7029 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7030 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7031 "\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7032 "aliases: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7033 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7034 "\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7035 "別名: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7036
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7037 msgid "(no help text available)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7038 msgstr "(沒有可用的說明文字)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7039
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7040 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7041 msgid "shell alias for::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7042 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7043
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7044 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7045 msgid " %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7046 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7047
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7048 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7049 msgid "alias for: hg %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7050 msgstr "別名: hg %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7051
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7052 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7053 msgid "%s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7054 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7055
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7056 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7057 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7058 "\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7059 "use \"hg -v help %s\" to show verbose help\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7060 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7061 "\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7062 "使用 \"hg -v help %s\" 以顯示全域選項\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7063
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7064 msgid "options:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7065 msgstr "選項:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7066
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7067 msgid "no commands defined\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7068 msgstr "沒有定義的命令\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7069
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7070 msgid "no help text available"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7071 msgstr "沒有可用的說明文字"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7072
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7073 #, python-format
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7074 msgid "%s extension - %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7075 msgstr "%s 擴充套件 - %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7076
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7077 msgid "use \"hg help extensions\" for information on enabling extensions\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7078 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7079
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7080 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7081 msgid "'%s' is provided by the following extension:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7082 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7083
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7084 msgid "Mercurial Distributed SCM\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7085 msgstr "Mercurial 分散式版本控制系統\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7086
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7087 msgid "basic commands:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7088 msgstr "基本命令:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7089
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7090 msgid "enabled extensions:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7091 msgstr "已啟用的擴充套件:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7092
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7093 msgid "VALUE"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7094 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7095
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7096 msgid "DEPRECATED"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7097 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7098
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7099 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7100 "\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7101 "[+] marked option can be specified multiple times"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7102 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7103 "\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7104 "有標記 [+] 的參數,可以表述多次"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7105
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7106 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7107 "\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7108 "additional help topics:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7109 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7110 "\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7111 "額外的說明主題:"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7112
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7113 msgid "identify the working copy or specified revision"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7114 msgstr "識別工作副本或描述的修定版"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7115
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7116 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7117 " With no revision, print a summary of the current state of the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7118 " repository."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7119 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7120
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7121 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7122 " Specifying a path to a repository root or Mercurial bundle will\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7123 " cause lookup to operate on that repository/bundle."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7124 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7125
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7126 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7127 " This summary identifies the repository state using one or two\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7128 " parent hash identifiers, followed by a \"+\" if there are\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7129 " uncommitted changes in the working directory, a list of tags for\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7130 " this revision and a branch name for non-default branches."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7131 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7132
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7133 msgid "import an ordered set of patches"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7134 msgstr "import 一組有順序的 patches"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7135
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7136 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7137 " Import a list of patches and commit them individually (unless\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7138 " --no-commit is specified)."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7139 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7140
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7141 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7142 " If there are outstanding changes in the working directory, import\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7143 " will abort unless given the -f/--force flag."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7144 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7145
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7146 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7147 " You can import a patch straight from a mail message. Even patches\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7148 " as attachments work (to use the body part, it must have type\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7149 " text/plain or text/x-patch). From and Subject headers of email\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7150 " message are used as default committer and commit message. All\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7151 " text/plain body parts before first diff are added to commit\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7152 " message."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7153 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7154
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7155 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7156 " If the imported patch was generated by :hg:`export`, user and\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7157 " description from patch override values from message headers and\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7158 " body. Values given on command line with -m/--message and -u/--user\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7159 " override these."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7160 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7161
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7162 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7163 " If --exact is specified, import will set the working directory to\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7164 " the parent of each patch before applying it, and will abort if the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7165 " resulting changeset has a different ID than the one recorded in\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7166 " the patch. This may happen due to character set problems or other\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7167 " deficiencies in the text patch format."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7168 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7169
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7170 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7171 " With -s/--similarity, hg will attempt to discover renames and\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7172 " copies in the patch in the same way as 'addremove'."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7173 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7174
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7175 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7176 " To read a patch from standard input, use \"-\" as the patch name. If\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7177 " a URL is specified, the patch will be downloaded from it.\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7178 " See :hg:`help dates` for a list of formats valid for -d/--date."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7179 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7180
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7181 msgid "to working directory"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7182 msgstr "到工作目錄"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7183
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7184 msgid "not a Mercurial patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7185 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7186
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7187 msgid "patch is damaged or loses information"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7188 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7189
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7190 msgid "applying patch from stdin\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7191 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7192
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7193 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7194 msgid "applied %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7195 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7196
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7197 msgid "no diffs found"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7198 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7199
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7200 msgid "show new changesets found in source"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7201 msgstr "顯示來源端新的 changesets"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7202
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7203 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7204 " Show new changesets found in the specified path/URL or the default\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7205 " pull location. These are the changesets that would have been pulled\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7206 " if a pull at the time you issued this command."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7207 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7208
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7209 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7210 " For remote repository, using --bundle avoids downloading the\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7211 " changesets twice if the incoming is followed by a pull."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7212 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7213
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7214 msgid " See pull for valid source format details."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7215 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7216
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7217 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7218 " Returns 0 if there are incoming changes, 1 otherwise.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7219 " "
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7220 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7221
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7222 msgid "cannot combine --bundle and --subrepos"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7223 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7224
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7225 msgid "create a new repository in the given directory"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7226 msgstr "於指定的目錄建立新的 repository"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7227
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7228 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7229 " Initialize a new repository in the given directory. If the given\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7230 " directory does not exist, it will be created."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7231 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7232
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7233 msgid " If no directory is given, the current directory is used."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7234 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7235
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7236 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7237 " It is possible to specify an ``ssh://`` URL as the destination.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7238 " See :hg:`help urls` for more information."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7239 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7240
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7241 msgid "locate files matching specific patterns"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7242 msgstr "找出符合指定樣式的檔案"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7243
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7244 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7245 " Print files under Mercurial control in the working directory whose\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7246 " names match the given patterns."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7247 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7248
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7249 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7250 " By default, this command searches all directories in the working\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7251 " directory. To search just the current directory and its\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7252 " subdirectories, use \"--include .\"."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7253 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7254
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7255 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7256 " If no patterns are given to match, this command prints the names\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7257 " of all files under Mercurial control in the working directory."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7258 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7259
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7260 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7261 " If you want to feed the output of this command into the \"xargs\"\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7262 " command, use the -0 option to both this command and \"xargs\". This\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7263 " will avoid the problem of \"xargs\" treating single filenames that\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7264 " contain whitespace as multiple filenames."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7265 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7266
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7267 msgid "show revision history of entire repository or files"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7268 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7269
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7270 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7271 " Print the revision history of the specified files or the entire\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7272 " project."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7273 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7274
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7275 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7276 " File history is shown without following rename or copy history of\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7277 " files. Use -f/--follow with a filename to follow history across\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7278 " renames and copies. --follow without a filename will only show\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7279 " ancestors or descendants of the starting revision. --follow-first\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7280 " only follows the first parent of merge revisions."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7281 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7282
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7283 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7284 " If no revision range is specified, the default is ``tip:0`` unless\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7285 " --follow is set, in which case the working directory parent is\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7286 " used as the starting revision. You can specify a revision set for\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7287 " log, see :hg:`help revsets` for more information."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7288 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7289
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7290 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7291 " By default this command prints revision number and changeset id,\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7292 " tags, non-trivial parents, user, date and time, and a summary for\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7293 " each commit. When the -v/--verbose switch is used, the list of\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7294 " changed files and full commit message are shown."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7295 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7296
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7297 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7298 " .. note::\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7299 " log -p/--patch may generate unexpected diff output for merge\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7300 " changesets, as it will only compare the merge changeset against\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7301 " its first parent. Also, only files different from BOTH parents\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7302 " will appear in files:."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7303 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7304
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7305 msgid "output the current or given revision of the project manifest"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7306 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7307
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7308 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7309 " Print a list of version controlled files for the given revision.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7310 " If no revision is given, the first parent of the working directory\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7311 " is used, or the null revision if no revision is checked out."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7312 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7313
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7314 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7315 " With -v, print file permissions, symlink and executable bits.\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7316 " With --debug, print file revision hashes."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7317 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7318
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7319 msgid "merge working directory with another revision"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7320 msgstr "將工作目錄與其他的修定版合併"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7321
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7322 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7323 " The current working directory is updated with all changes made in\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7324 " the requested revision since the last common predecessor revision."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7325 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7326
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7327 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7328 " Files that changed between either parent are marked as changed for\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7329 " the next commit and a commit must be performed before any further\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7330 " updates to the repository are allowed. The next commit will have\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7331 " two parents."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7332 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7333
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7334 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7335 " ``--tool`` can be used to specify the merge tool used for file\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7336 " merges. It overrides the HGMERGE environment variable and your\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7337 " configuration files."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7338 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7339
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7340 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7341 " If no revision is specified, the working directory's parent is a\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7342 " head revision, and the current branch contains exactly one other\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7343 " head, the other head is merged with by default. Otherwise, an\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7344 " explicit revision with which to merge with must be provided."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7345 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7346
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7347 msgid " :hg:`resolve` must be used to resolve unresolved files."
19921
baf1600adfbe i18n: fix wrong rst syntax
Simon Heimberg <simohe@besonet.ch>
parents: 12903
diff changeset
7348 msgstr " hg `resolve` 必須使用在解決未解決的檔案."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7349
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7350 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7351 " To undo an uncommitted merge, use :hg:`update --clean .` which\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7352 " will check out a clean copy of the original merge parent, losing\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7353 " all changes."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7354 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7355
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7356 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7357 " Returns 0 on success, 1 if there are unresolved files.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7358 " "
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7359 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7360
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7361 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7362 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7363 "branch '%s' has %d heads - please merge with an explicit rev\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7364 "(run 'hg heads .' to see heads)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7365 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7366
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7367 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7368 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7369 "branch '%s' has one head - please merge with an explicit rev\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7370 "(run 'hg heads' to see all heads)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7371 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7372
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7373 msgid "there is nothing to merge"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7374 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7375
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7376 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7377 msgid "%s - use \"hg update\" instead"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7378 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7379
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7380 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7381 "working dir not at a head rev - use \"hg update\" or merge with an explicit "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7382 "rev"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7383 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7384
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7385 msgid "show changesets not found in the destination"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7386 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7387
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7388 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7389 " Show changesets not found in the specified destination repository\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7390 " or the default push location. These are the changesets that would\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7391 " be pushed if a push was requested."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7392 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7393
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7394 msgid " See pull for details of valid destination formats."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7395 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7396
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7397 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7398 " Returns 0 if there are outgoing changes, 1 otherwise.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7399 " "
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7400 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7402 msgid "show the parents of the working directory or revision"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7403 msgstr "顯示工作目錄或修定版的母系"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7404
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7405 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7406 " Print the working directory's parent revisions. If a revision is\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7407 " given via -r/--rev, the parent of that revision will be printed.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7408 " If a file argument is given, the revision in which the file was\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7409 " last changed (before the working directory revision or the\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7410 " argument to --rev if given) is printed."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7411 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7412
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7413 msgid "can only specify an explicit filename"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7414 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7415
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7416 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7417 msgid "'%s' not found in manifest!"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7418 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7419
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7420 msgid "show aliases for remote repositories"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7421 msgstr "顯示 remote repositories 的別名"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7422
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7423 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7424 " Show definition of symbolic path name NAME. If no name is given,\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7425 " show definition of all available names."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7426 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7427
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7428 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7429 " Path names are defined in the [paths] section of your\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7430 " configuration file and in ``/etc/mercurial/hgrc``. If run inside a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7431 " repository, ``.hg/hgrc`` is used, too."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7432 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7433
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7434 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7435 " The path names ``default`` and ``default-push`` have a special\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7436 " meaning. When performing a push or pull operation, they are used\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7437 " as fallbacks if no location is specified on the command-line.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7438 " When ``default-push`` is set, it will be used for push and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7439 " ``default`` will be used for pull; otherwise ``default`` is used\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7440 " as the fallback for both. When cloning a repository, the clone\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7441 " source is written as ``default`` in ``.hg/hgrc``. Note that\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7442 " ``default`` and ``default-push`` apply to all inbound (e.g.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7443 " :hg:`incoming`) and outbound (e.g. :hg:`outgoing`, :hg:`email` and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7444 " :hg:`bundle`) operations."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7445 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7446
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7447 msgid " See :hg:`help urls` for more information."
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
7448 msgstr " See 'hg help urls' for more information."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7449
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7450 msgid "not found!\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7451 msgstr "沒有找到!\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7452
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7453 msgid "not updating, since new heads added\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7454 msgstr "沒有更新,因為新的 heads 已加入\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7455
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7456 msgid "(run 'hg heads' to see heads, 'hg merge' to merge)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7457 msgstr "(執行 'hg heads' 以顯示 heads,'hg merge' 以執行合併)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7458
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7459 msgid "(run 'hg update' to get a working copy)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7460 msgstr "(執行 'hg update' 來取得 working copy)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7461
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7462 msgid "pull changes from the specified source"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7463 msgstr "拉收指定來源端的變更"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7464
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7465 msgid " Pull changes from a remote repository to a local one."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7466 msgstr " Pull changes from a remote repository to a local one."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7467
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7468 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7469 " This finds all changes from the repository at the specified path\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7470 " or URL and adds them to a local repository (the current one unless\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7471 " -R is specified). By default, this does not update the copy of the\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7472 " project in the working directory."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7473 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7474
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7475 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7476 " Use :hg:`incoming` if you want to see what would have been added\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7477 " by a pull at the time you issued this command. If you then decide\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7478 " to add those changes to the repository, you should use :hg:`pull\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7479 " -r X` where ``X`` is the last changeset listed by :hg:`incoming`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7480 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7481
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7482 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7483 " If SOURCE is omitted, the 'default' path will be used.\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7484 " See :hg:`help urls` for more information."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7485 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7486
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7487 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7488 " Returns 0 on success, 1 if an update had unresolved files.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7489 " "
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7490 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7491
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7492 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7493 "other repository doesn't support revision lookup, so a rev cannot be "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7494 "specified."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7495 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7496
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7497 msgid "push changes to the specified destination"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7498 msgstr "將變更推送到至指定的目的端"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7499
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7500 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7501 " Push changesets from the local repository to the specified\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7502 " destination."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7503 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7504
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7505 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7506 " This operation is symmetrical to pull: it is identical to a pull\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7507 " in the destination repository from the current one."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7508 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7509
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7510 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7511 " By default, push will not allow creation of new heads at the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7512 " destination, since multiple heads would make it unclear which head\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7513 " to use. In this situation, it is recommended to pull and merge\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7514 " before pushing."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7515 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7516
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7517 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7518 " Use --new-branch if you want to allow push to create a new named\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7519 " branch that is not present at the destination. This allows you to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7520 " only create a new branch without forcing other changes."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7521 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7522
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7523 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7524 " Use -f/--force to override the default behavior and push all\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7525 " changesets on all branches."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7526 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7527
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7528 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7529 " If -r/--rev is used, the specified revision and all its ancestors\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7530 " will be pushed to the remote repository."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7531 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7532
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7533 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7534 " Please see :hg:`help urls` for important details about ``ssh://``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7535 " URLs. If DESTINATION is omitted, a default path will be used."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7536 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7537
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7538 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7539 " Returns 0 if push was successful, 1 if nothing to push.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7540 " "
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7541 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7542
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7543 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7544 msgid "pushing to %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7545 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7546
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7547 msgid "roll back an interrupted transaction"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7548 msgstr "roll back 一個被中斷的 transaction"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7549
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7550 msgid " Recover from an interrupted commit or pull."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7551 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7552
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7553 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7554 " This command tries to fix the repository status after an\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7555 " interrupted operation. It should only be necessary when Mercurial\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7556 " suggests it."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7557 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7558
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7559 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7560 " Returns 0 if successful, 1 if nothing to recover or verify fails.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7561 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7562 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7563
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7564 msgid "remove the specified files on the next commit"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7565 msgstr "移除下次要 commit 的檔案"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7566
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7567 msgid " Schedule the indicated files for removal from the repository."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7568 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7569
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7570 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7571 " This only removes files from the current branch, not from the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7572 " entire project history. -A/--after can be used to remove only\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7573 " files that have already been deleted, -f/--force can be used to\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7574 " force deletion, and -Af can be used to remove files from the next\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7575 " revision without deleting them from the working directory."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7576 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7577
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7578 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7579 " The following table details the behavior of remove for different\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7580 " file states (columns) and option combinations (rows). The file\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7581 " states are Added [A], Clean [C], Modified [M] and Missing [!] (as\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7582 " reported by :hg:`status`). The actions are Warn, Remove (from\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7583 " branch) and Delete (from disk)::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7584 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7585
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7586 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7587 " A C M !\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7588 " none W RD W R\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7589 " -f R RD RD R\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7590 " -A W W W R\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7591 " -Af R R R R"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7592 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7593
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7594 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7595 " This command schedules the files to be removed at the next commit.\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7596 " To undo a remove before that, see :hg:`revert`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7597 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7598
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7599 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7600 " Returns 0 on success, 1 if any warnings encountered.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7601 " "
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7602 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7603
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7604 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7605 msgid "not removing %s: file is untracked\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7606 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7607
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7608 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7609 msgid "not removing %s: file still exists (use -f to force removal)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7610 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7611
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7612 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7613 msgid "not removing %s: file is modified (use -f to force removal)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7614 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7615
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7616 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7617 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7618 "not removing %s: file has been marked for add (use -f to force removal)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7619 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7620
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7621 msgid "rename files; equivalent of copy + remove"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7622 msgstr "重新命名檔案;等同於 copy + remove"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7623
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7624 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7625 " Mark dest as copies of sources; mark sources for deletion. If dest\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7626 " is a directory, copies are put in that directory. If dest is a\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7627 " file, there can only be one source."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7628 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7629
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7630 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7631 " This command takes effect at the next commit. To undo a rename\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7632 " before that, see :hg:`revert`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7633 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7634
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7635 msgid "redo merges or set/view the merge status of files"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7636 msgstr "redo合併 或是 設定/觀看 檔案的合併狀況"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7637
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7638 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7639 " Merges with unresolved conflicts are often the result of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7640 " non-interactive merging using the ``internal:merge`` configuration\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7641 " setting, or a command-line merge tool like ``diff3``. The resolve\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7642 " command is used to manage the files involved in a merge, after\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7643 " :hg:`merge` has been run, and before :hg:`commit` is run (i.e. the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7644 " working directory must have two parents)."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7645 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7646
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7647 msgid " The resolve command can be used in the following ways:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7648 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7649
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7650 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7651 " - :hg:`resolve [--tool TOOL] FILE...`: attempt to re-merge the "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7652 "specified\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7653 " files, discarding any previous merge attempts. Re-merging is not\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7654 " performed for files already marked as resolved. Use ``--all/-a``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7655 " to selects all unresolved files. ``--tool`` can be used to specify\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7656 " the merge tool used for the given files. It overrides the HGMERGE\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7657 " environment variable and your configuration files."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7658 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7659
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7660 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7661 " - :hg:`resolve -m [FILE]`: mark a file as having been resolved\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7662 " (e.g. after having manually fixed-up the files). The default is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7663 " to mark all unresolved files."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7664 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7665
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7666 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7667 " - :hg:`resolve -u [FILE]...`: mark a file as unresolved. The\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7668 " default is to mark all resolved files."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7669 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7670
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7671 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7672 " - :hg:`resolve -l`: list files which had or still have conflicts.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7673 " In the printed list, ``U`` = unresolved and ``R`` = resolved."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7674 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7675
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7676 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7677 " Note that Mercurial will not let you commit files with unresolved\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7678 " merge conflicts. You must use :hg:`resolve -m ...` before you can\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7679 " commit after a conflicting merge."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7680 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7681
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7682 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7683 " Returns 0 on success, 1 if any files fail a resolve attempt.\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7684 " "
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7685 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7686
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7687 msgid "too many options specified"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7688 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7689
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7690 msgid "can't specify --all and patterns"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7691 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7692
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7693 msgid "no files or directories specified; use --all to remerge all files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7694 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7695
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7696 msgid "restore individual files or directories to an earlier state"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7697 msgstr "將特定的檔案或目錄回復成較早的狀態"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7698
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7699 msgid ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7700 " .. note::\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7701 " This command is most likely not what you are looking for.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7702 " Revert will partially overwrite content in the working\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7703 " directory without changing the working directory parents. Use\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7704 " :hg:`update -r rev` to check out earlier revisions, or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7705 " :hg:`update --clean .` to undo a merge which has added another\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7706 " parent."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7707 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7708
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7709 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7710 " With no revision specified, revert the named files or directories\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7711 " to the contents they had in the parent of the working directory.\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7712 " This restores the contents of the affected files to an unmodified\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7713 " state and unschedules adds, removes, copies, and renames. If the\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7714 " working directory has two parents, you must explicitly specify a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7715 " revision."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7716 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7717
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7718 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7719 " Using the -r/--rev option, revert the given files or directories\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7720 " to their contents as of a specific revision. This can be helpful\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7721 " to \"roll back\" some or all of an earlier change. See :hg:`help\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7722 " dates` for a list of formats valid for -d/--date."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7723 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7724
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7725 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7726 " Revert modifies the working directory. It does not commit any\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7727 " changes, or change the parent of the working directory. If you\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7728 " revert to a revision other than the parent of the working\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7729 " directory, the reverted files will thus appear modified\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7730 " afterwards."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7731 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7732
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7733 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7734 " If a file has been deleted, it is restored. If the executable mode\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7735 " of a file was changed, it is reset."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7736 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7737
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7738 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7739 " If names are given, all files matching the names are reverted.\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7740 " If no arguments are given, no files are reverted."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7741 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7742
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7743 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7744 " Modified files are saved with a .orig suffix before reverting.\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7745 " To disable these backups, use --no-backup."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7746 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7747
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7748 msgid "you can't specify a revision and a date"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7749 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7750
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7751 msgid "no files or directories specified; use --all to revert the whole repo"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7752 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7753
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7754 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7755 msgid "forgetting %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7756 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7757
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7758 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7759 msgid "reverting %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7760 msgstr "正在復原 %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7761
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7762 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7763 msgid "undeleting %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7764 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7765
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7766 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7767 msgid "saving current version of %s as %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7768 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7769
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7770 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7771 msgid "file not managed: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7772 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7773
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7774 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7775 msgid "no changes needed to %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7776 msgstr "沒有變更需要去 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7777
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7778 msgid "roll back the last transaction (dangerous)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7779 msgstr "roll back 最後一次的 transaction(危險)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7780
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7781 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7782 " This command should be used with care. There is only one level of\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7783 " rollback, and there is no way to undo a rollback. It will also\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7784 " restore the dirstate at the time of the last transaction, losing\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7785 " any dirstate changes since that time. This command does not alter\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7786 " the working directory."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7787 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7788
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7789 msgid ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7790 " Transactions are used to encapsulate the effects of all commands\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7791 " that create new changesets or propagate existing changesets into a\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7792 " repository. For example, the following commands are transactional,\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7793 " and their effects can be rolled back:"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7794 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7795
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7796 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7797 " - commit\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7798 " - import\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7799 " - pull\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7800 " - push (with this repository as the destination)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7801 " - unbundle"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7802 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7803
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7804 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7805 " This command is not intended for use on public repositories. Once\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7806 " changes are visible for pull by other users, rolling a transaction\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7807 " back locally is ineffective (someone else may already have pulled\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7808 " the changes). Furthermore, a race is possible with readers of the\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7809 " repository; for example an in-progress pull from the repository\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7810 " may fail if a rollback is performed."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7811 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7812
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7813 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7814 " Returns 0 on success, 1 if no rollback data is available.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7815 " "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7816 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7817
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7818 msgid "print the root (top) of the current working directory"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7819 msgstr "顯示目前工作目錄的 root(top)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7820
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7821 msgid " Print the root directory of the current repository."
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
7822 msgstr " 顯示目前儲存庫的 root 目錄"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7823
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7824 msgid "start stand-alone webserver"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7825 msgstr "啟動常駐web伺服器"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7826
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7827 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7828 " Start a local HTTP repository browser and pull server. You can use\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7829 " this for ad-hoc sharing and browing of repositories. It is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7830 " recommended to use a real web server to serve a repository for\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7831 " longer periods of time."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7832 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7833
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7834 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7835 " Please note that the server does not implement access control.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7836 " This means that, by default, anybody can read from the server and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7837 " nobody can write to it by default. Set the ``web.allow_push``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7838 " option to ``*`` to allow everybody to push to the server. You\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7839 " should use a real web server if you need to authenticate users."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7840 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7841
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7842 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7843 " By default, the server logs accesses to stdout and errors to\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7844 " stderr. Use the -A/--accesslog and -E/--errorlog options to log to\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7845 " files."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7846 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7847
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7848 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7849 " To have the server choose a free port number to listen on, specify\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7850 " a port number of 0; in this case, the server will print the port\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7851 " number it uses."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7852 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7853
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7854 msgid "There is no Mercurial repository here (.hg not found)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7855 msgstr "這邊沒有Mercurial 儲存庫(找不到 .hg)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7856
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7857 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7858 msgid "listening at http://%s%s/%s (bound to %s:%d)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7859 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7860
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7861 msgid "show changed files in the working directory"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7862 msgstr "顯示工作目錄的狀態"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7863
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7864 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7865 " Show status of files in the repository. If names are given, only\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7866 " files that match are shown. Files that are clean or ignored or\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7867 " the source of a copy/move operation, are not listed unless\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7868 " -c/--clean, -i/--ignored, -C/--copies or -A/--all are given.\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7869 " Unless options described with \"show only ...\" are given, the\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7870 " options -mardu are used."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7871 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7872
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7873 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7874 " Option -q/--quiet hides untracked (unknown and ignored) files\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7875 " unless explicitly requested with -u/--unknown or -i/--ignored."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7876 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7877
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7878 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7879 " .. note::\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7880 " status may appear to disagree with diff if permissions have\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7881 " changed or a merge has occurred. The standard diff format does\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7882 " not report permission changes and diff only reports changes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7883 " relative to one merge parent."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7884 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7885
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7886 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7887 " If one revision is given, it is used as the base revision.\n"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7888 " If two revisions are given, the differences between them are\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7889 " shown. The --change option can also be used as a shortcut to list\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7890 " the changed files of a revision from its first parent."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7891 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7892
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7893 msgid " The codes used to show the status of files are::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7894 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7895
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7896 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7897 " M = modified\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7898 " A = added\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7899 " R = removed\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7900 " C = clean\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7901 " ! = missing (deleted by non-hg command, but still tracked)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7902 " ? = not tracked\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7903 " I = ignored\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7904 " = origin of the previous file listed as A (added)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7905 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
7906
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7907 msgid "summarize working directory state"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7908 msgstr "摘錄工作目錄的狀態"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7909
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7910 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7911 " This generates a brief summary of the working directory state,\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7912 " including parents, branch, commit status, and available updates."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7913 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7914
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
7915 msgid ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7916 " With the --remote option, this will check the default paths for\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7917 " incoming and outgoing changes. This can be time-consuming."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7918 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7919
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7920 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7921 msgid "parent: %d:%s "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7922 msgstr "母系:\t\t%d:%s"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7923
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7924 msgid " (empty repository)"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
7925 msgstr " (空白的儲存庫)"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7926
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7927 msgid " (no revision checked out)"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7928 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7929
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7930 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7931 msgid "branch: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7932 msgstr "分支:\t\t %s\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7933
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7934 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7935 msgid "%d modified"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7936 msgstr "%d 修改"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7937
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7938 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7939 msgid "%d added"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7940 msgstr "%d 新增"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7941
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7942 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7943 msgid "%d removed"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7944 msgstr "%d 移除"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7945
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7946 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7947 msgid "%d renamed"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7948 msgstr "%d 改名字"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7949
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7950 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7951 msgid "%d copied"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7952 msgstr "%d 複製"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7953
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7954 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7955 msgid "%d deleted"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7956 msgstr "%d 刪除"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7957
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7958 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7959 msgid "%d unknown"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7960 msgstr "%d 不清楚"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7961
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7962 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7963 msgid "%d ignored"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7964 msgstr "%d 忽略"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7965
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7966 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7967 msgid "%d unresolved"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7968 msgstr "%d 未解決"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7969
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7970 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7971 msgid "%d subrepos"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7972 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7973
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7974 msgid " (merge)"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
7975 msgstr " (合併)"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7976
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7977 msgid " (new branch)"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
7978 msgstr " (新分支)"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7979
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
7980 msgid " (head closed)"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7981 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7982
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7983 msgid " (clean)"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7984 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7985
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7986 msgid " (new branch head)"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
7987 msgstr " (新分支標頭)"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7988
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7989 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7990 msgid "commit: %s\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7991 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7992
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7993 msgid "update: (current)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7994 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7995
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7996 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7997 msgid "update: %d new changesets (update)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7998 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
7999
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8000 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8001 msgid "update: %d new changesets, %d branch heads (merge)\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8002 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8003
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8004 msgid "1 or more incoming"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8005 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8006
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8007 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8008 msgid "%d outgoing"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8009 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8010
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8011 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8012 msgid "remote: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8013 msgstr "遠端: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8014
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8015 msgid "remote: (synced)\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8016 msgstr ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8017
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8018 msgid "add one or more tags for the current or given revision"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8019 msgstr "對目前或提供的修定版新增一或多個標記"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8020
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8021 msgid " Name a particular revision using <name>."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8022 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8023
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8024 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8025 " Tags are used to name particular revisions of the repository and are\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8026 " very useful to compare different revisions, to go back to significant\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8027 " earlier versions or to mark branch points as releases, etc."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8028 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8029
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8030 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8031 " If no revision is given, the parent of the working directory is\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8032 " used, or tip if no revision is checked out."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8033 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8034
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8035 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8036 " To facilitate version control, distribution, and merging of tags,\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8037 " they are stored as a file named \".hgtags\" which is managed\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8038 " similarly to other project files and can be hand-edited if\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8039 " necessary. The file '.hg/localtags' is used for local tags (not\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8040 " shared among repositories)."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8041 msgstr ""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8042
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8043 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8044 " Since tag names have priority over branch names during revision\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8045 " lookup, using an existing branch name as a tag name is discouraged."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8046 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8047
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8048 msgid "tag names must be unique"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8049 msgstr "標記名稱必須唯一"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8050
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8051 msgid "tag names cannot consist entirely of whitespace"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8052 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8053
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8054 msgid "--rev and --remove are incompatible"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8055 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8056
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8057 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8058 msgid "tag '%s' does not exist"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8059 msgstr "標記 '%s' 不存在"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8060
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8061 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8062 msgid "tag '%s' is not a global tag"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8063 msgstr "標記'%s' 不是一個全域標記"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8064
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8065 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8066 msgid "tag '%s' is not a local tag"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8067 msgstr "標記'%s' 不是一個本地端標記"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8068
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8069 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8070 msgid "tag '%s' already exists (use -f to force)"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8071 msgstr "標記 '%s' 己經有了(使用 -f 去強制)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8072
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8073 msgid "list repository tags"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8074 msgstr "列出 儲存庫 標記(s)"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8075
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8076 msgid ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8077 " This lists both regular and local tags. When the -v/--verbose\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8078 " switch is used, a third column \"local\" is printed for local tags."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8079 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8080
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8081 msgid "show the tip revision"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8082 msgstr "顯示 tip 版本"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8083
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8084 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8085 " The tip revision (usually just called the tip) is the changeset\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8086 " most recently added to the repository (and therefore the most\n"
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8087 " recently changed head)."
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8088 msgstr ""
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8089
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8090 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8091 " If you have just made a commit, that commit will be the tip. If\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8092 " you have just pulled changes from another repository, the tip of\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8093 " that repository becomes the current tip. The \"tip\" tag is special\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8094 " and cannot be renamed or assigned to a different changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8095 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8096
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8097 msgid "apply one or more changegroup files"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8098 msgstr "套用一或多個 changegroup 檔案"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8099
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8100 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8101 " Apply one or more compressed changegroup files generated by the\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8102 " bundle command."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8103 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8104
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8105 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8106 " Returns 0 on success, 1 if an update has unresolved files.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8107 " "
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8108 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8109
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8110 msgid "update working directory (or switch revisions)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8111 msgstr "更新工作目錄(也可以用來切換版本號)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8112
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8113 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8114 " Update the repository's working directory to the specified\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8115 " changeset. If no changeset is specified, update to the tip of the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8116 " current named branch."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8117 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8118
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8119 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8120 " If the changeset is not a descendant of the working directory's\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8121 " parent, the update is aborted. With the -c/--check option, the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8122 " working directory is checked for uncommitted changes; if none are\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8123 " found, the working directory is updated to the specified\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8124 " changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8125 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8126
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8127 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8128 " The following rules apply when the working directory contains\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8129 " uncommitted changes:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8130 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8131
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8132 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8133 " 1. If neither -c/--check nor -C/--clean is specified, and if\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8134 " the requested changeset is an ancestor or descendant of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8135 " the working directory's parent, the uncommitted changes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8136 " are merged into the requested changeset and the merged\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8137 " result is left uncommitted. If the requested changeset is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8138 " not an ancestor or descendant (that is, it is on another\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8139 " branch), the update is aborted and the uncommitted changes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8140 " are preserved."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8141 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8142
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8143 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8144 " 2. With the -c/--check option, the update is aborted and the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8145 " uncommitted changes are preserved."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8146 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8147
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8148 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8149 " 3. With the -C/--clean option, uncommitted changes are discarded and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8150 " the working directory is updated to the requested changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8151 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8152
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8153 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8154 " Use null as the changeset to remove the working directory (like\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8155 " :hg:`clone -U`)."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8156 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8157
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8158 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8159 " If you want to update just one file to an older changeset, use\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8160 " :hg:`revert`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8161 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8162
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8163 msgid "cannot specify both -c/--check and -C/--clean"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8164 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8165
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8166 msgid "uncommitted local changes"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8167 msgstr ""
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8168
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8169 msgid "verify the integrity of the repository"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8170 msgstr "驗證 repository 的完整性"
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8171
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8172 msgid " Verify the integrity of the current repository."
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8173 msgstr ""
11401
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8174
3bc892f740d6 i18n-zh_TW: split messages into paragraphs
Martin Geisler <mg@lazybytes.net>
parents: 10209
diff changeset
8175 msgid ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8176 " This will perform an extensive check of the repository's\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8177 " integrity, validating the hashes and checksums of each entry in\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8178 " the changelog, manifest, and tracked files, as well as the\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8179 " integrity of their crosslinks and indices."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8180 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8181
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8182 msgid "output version and copyright information"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8183 msgstr "輸出版本以及版權資訊"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8184
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8185 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8186 msgid "Mercurial Distributed SCM (version %s)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8187 msgstr "mercurial 分散式版本控制系統 (版本 %s)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8188
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8189 #, fuzzy
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8190 msgid "(see http://mercurial.selenic.com for more information)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8191 msgstr "\tSee 'hg help urls' for more information."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8192
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8193 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8194 "Copyright (C) 2005-2010 Matt Mackall and others\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8195 "This is free software; see the source for copying conditions. There is NO\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8196 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8197 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8198
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8199 msgid "repository root directory or name of overlay bundle file"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8200 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8201
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8202 msgid "DIR"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8203 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8204
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8205 msgid "change working directory"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8206 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8207
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8208 msgid "do not prompt, assume 'yes' for any required answers"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8209 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8210
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8211 msgid "suppress output"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8212 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8213
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8214 msgid "enable additional output"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8215 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8216
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8217 msgid "set/override config option (use 'section.name=value')"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8218 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8219
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8220 msgid "CONFIG"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8221 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8222
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8223 msgid "enable debugging output"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8224 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8225
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8226 msgid "start debugger"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8227 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8228
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8229 msgid "set the charset encoding"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8230 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8231
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8232 msgid "ENCODE"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8233 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8234
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8235 msgid "MODE"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8236 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8237
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8238 msgid "set the charset encoding mode"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8239 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8240
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8241 msgid "always print a traceback on exception"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8242 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8243
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8244 msgid "time how long the command takes"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8245 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8246
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8247 msgid "print command execution profile"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8248 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8249
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8250 msgid "output version information and exit"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8251 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8252
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8253 msgid "display help and exit"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8254 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8255
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8256 msgid "do not perform actions, just print output"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8257 msgstr "不要真的行動,只要顯示輸出"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8258
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8259 msgid "specify ssh command to use"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8260 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8261
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8262 msgid "specify hg command to run on the remote side"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8263 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8264
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8265 msgid "PATTERN"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8266 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8267
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8268 msgid "include names matching the given patterns"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8269 msgstr "含括符合檔案表示式的檔案"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8270
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8271 msgid "exclude names matching the given patterns"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8272 msgstr "排除符合檔案表示式的檔案"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8273
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8274 msgid "use text as commit message"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8275 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8276
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8277 msgid "read commit message from file"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8278 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8279
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8280 msgid "record datecode as commit date"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8281 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8282
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8283 msgid "record the specified user as committer"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8284 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8285
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8286 msgid "STYLE"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8287 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8288
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8289 msgid "display using template map file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8290 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8291
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8292 msgid "display with template"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8293 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8294
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8295 msgid "do not show merges"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8296 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8297
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8298 msgid "output diffstat-style summary of changes"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8299 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8300
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8301 msgid "treat all files as text"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8302 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8303
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8304 msgid "omit dates from diff headers"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8305 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8306
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8307 msgid "show which function each change is in"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8308 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8309
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8310 msgid "produce a diff that undoes the changes"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8311 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8312
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8313 msgid "ignore white space when comparing lines"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8314 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8315
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8316 msgid "ignore changes in the amount of white space"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8317 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8318
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8319 msgid "ignore changes whose lines are all blank"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8320 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8321
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8322 msgid "number of lines of context to show"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8323 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8324
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8325 msgid "SIMILARITY"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8326 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8327
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8328 msgid "guess renamed files by similarity (0<=s<=100)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8329 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8330
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8331 msgid "recurse into subrepositories"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8332 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8333
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8334 msgid "[OPTION]... [FILE]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8335 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8336
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8337 msgid "annotate the specified revision"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8338 msgstr "追溯描述的版本號"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8339
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8340 msgid "follow copies/renames and list the filename (DEPRECATED)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8341 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8342
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8343 msgid "don't follow copies and renames"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8344 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8345
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8346 msgid "list the author (long with -v)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8347 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8348
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8349 msgid "list the filename"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8350 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8351
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8352 msgid "list the date (short with -q)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8353 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8354
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8355 msgid "list the revision number (default)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8356 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8357
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8358 msgid "list the changeset"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8359 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8360
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8361 msgid "show line number at the first appearance"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8362 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8363
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8364 msgid "[-r REV] [-f] [-a] [-u] [-d] [-n] [-c] [-l] FILE..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8365 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8366
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8367 msgid "do not pass files through decoders"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8368 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8369
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8370 msgid "PREFIX"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8371 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8372
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8373 msgid "directory prefix for files in archive"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8374 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8375
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8376 msgid "revision to distribute"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8377 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8378
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8379 msgid "type of distribution to create"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8380 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8381
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8382 msgid "[OPTION]... DEST"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8383 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8384
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8385 msgid "merge with old dirstate parent after backout"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8386 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8387
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8388 msgid "parent to choose when backing out merge"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8389 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8390
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8391 msgid "specify merge tool"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8392 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8393
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8394 msgid "revision to backout"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8395 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8396
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8397 msgid "[OPTION]... [-r] REV"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8398 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8399
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8400 msgid "reset bisect state"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8401 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8402
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8403 msgid "mark changeset good"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8404 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8405
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8406 msgid "mark changeset bad"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8407 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8408
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8409 msgid "skip testing changeset"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8410 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8411
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8412 msgid "use command to check changeset state"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8413 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8414
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8415 msgid "do not update to target"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8416 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8417
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8418 msgid "[-gbsr] [-U] [-c CMD] [REV]"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8419 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8420
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8421 msgid "set branch name even if it shadows an existing branch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8422 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8423
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8424 msgid "reset branch name to parent branch name"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8425 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8426
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8427 msgid "[-fC] [NAME]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8428 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8429
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8430 msgid "show only branches that have unmerged heads"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8431 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8432
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8433 msgid "show normal and closed branches"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8434 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8435
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8436 msgid "[-ac]"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8437 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8438
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8439 msgid "run even when the destination is unrelated"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8440 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8441
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8442 msgid "a changeset intended to be added to the destination"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8443 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8444
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8445 msgid "a specific branch you would like to bundle"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8446 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8447
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8448 msgid "a base changeset assumed to be available at the destination"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8449 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8450
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8451 msgid "bundle all changesets in the repository"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8452 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8453
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8454 msgid "bundle compression type to use"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8455 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8456
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8457 msgid "[-f] [-t TYPE] [-a] [-r REV]... [--base REV]... FILE [DEST]"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8458 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8459
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8460 msgid "print output to file with formatted name"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8461 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8462
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8463 msgid "print the given revision"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8464 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8465
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8466 msgid "apply any matching decode filter"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8467 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8468
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8469 msgid "[OPTION]... FILE..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8470 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8471
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8472 msgid "the clone will include an empty working copy (only a repository)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8473 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8474
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8475 msgid "revision, tag or branch to check out"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8476 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8477
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8478 msgid "include the specified changeset"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8479 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8480
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8481 msgid "clone only the specified branch"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8482 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8483
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8484 msgid "[OPTION]... SOURCE [DEST]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8485 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8486
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8487 msgid "mark new/missing files as added/removed before committing"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8488 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8489
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8490 msgid "mark a branch as closed, hiding it from the branch list"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8491 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8492
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8493 msgid "record a copy that has already occurred"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8494 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8495
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8496 msgid "forcibly copy over an existing managed file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8497 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8498
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8499 msgid "[OPTION]... [SOURCE]... DEST"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8500 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8501
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8502 msgid "[INDEX] REV1 REV2"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8503 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8504
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8505 msgid "add single file mergeable changes"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8506 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8507
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8508 msgid "add single file all revs append to"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8509 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8510
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8511 msgid "add single file all revs overwrite"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8512 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8513
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8514 msgid "add new file at each rev"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8515 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8516
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8517 msgid "[OPTION]... TEXT"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8518 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8519
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8520 msgid "[COMMAND]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8521 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8522
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8523 msgid "show the command options"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8524 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8525
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8526 msgid "[-o] CMD"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8527 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8528
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8529 msgid "use tags as labels"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8530 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8531
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8532 msgid "annotate with branch names"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8533 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8534
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8535 msgid "use dots for runs"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8536 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8537
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8538 msgid "separate elements by spaces"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8539 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8540
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8541 msgid "[OPTION]... [FILE [REV]...]"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8542 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8543
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8544 msgid "try extended date formats"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8545 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8546
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8547 msgid "[-e] DATE [RANGE]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8548 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8549
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8550 msgid "FILE REV"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8551 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8552
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8553 msgid "[PATH]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8554 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8555
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8556 msgid "revlog format"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8557 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8558
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8559 msgid "REPO NAMESPACE [KEY OLD NEW]"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8560 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8561
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8562 msgid "revision to rebuild to"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8563 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8564
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8565 msgid "[-r REV] [REV]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8566 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8567
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8568 msgid "revision to debug"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8569 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8570
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8571 msgid "[-r REV] FILE"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8572 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8573
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8574 msgid "REV1 [REV2]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8575 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8576
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8577 msgid "do not display the saved mtime"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8578 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8579
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8580 msgid "[OPTION]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8581 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8582
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8583 msgid "revision to check"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8584 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8585
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8586 msgid "[OPTION]... ([-c REV] | [-r REV1 [-r REV2]]) [FILE]..."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8587 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8588
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8589 msgid "diff against the second parent"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8590 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8591
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8592 msgid "revisions to export"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8593 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8594
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8595 msgid "[OPTION]... [-o OUTFILESPEC] REV..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8596 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8597
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8598 msgid "end fields with NUL"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8599 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8600
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8601 msgid "print all revisions that match"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8602 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8603
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8604 msgid "follow changeset history, or file history across copies and renames"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8605 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8606
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8607 msgid "ignore case when matching"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8608 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8609
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8610 msgid "print only filenames and revisions that match"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8611 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8612
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8613 msgid "print matching line numbers"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8614 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8615
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8616 msgid "only search files changed within revision range"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8617 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8618
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8619 msgid "[OPTION]... PATTERN [FILE]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8620 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8621
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8622 msgid "show only heads which are descendants of STARTREV"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8623 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8624
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8625 msgid "STARTREV"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8626 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8627
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8628 msgid "show topological heads only"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8629 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8630
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8631 msgid "show active branchheads only (DEPRECATED)"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8632 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8633
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8634 msgid "show normal and closed branch heads"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8635 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8636
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8637 msgid "[-ac] [-r STARTREV] [REV]..."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8638 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8639
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8640 msgid "[TOPIC]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8641 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8642
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8643 msgid "identify the specified revision"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8644 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8645
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8646 msgid "show local revision number"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8647 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8648
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8649 msgid "show global revision id"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8650 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8651
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8652 msgid "show branch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8653 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8654
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8655 msgid "show tags"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8656 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8657
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8658 msgid "[-nibt] [-r REV] [SOURCE]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8659 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8660
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8661 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8662 "directory strip option for patch. This has the same meaning as the "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8663 "corresponding patch option"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8664 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8665
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8666 msgid "PATH"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8667 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8668
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8669 msgid "base path"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8670 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8671
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8672 msgid "skip check for outstanding uncommitted changes"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8673 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8674
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8675 msgid "don't commit, just update the working directory"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8676 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8677
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8678 msgid "apply patch to the nodes from which it was generated"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8679 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8680
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8681 msgid "use any branch information in patch (implied by --exact)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8682 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8683
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8684 msgid "[OPTION]... PATCH..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8685 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8686
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8687 msgid "run even if remote repository is unrelated"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8688 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8689
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8690 msgid "show newest record first"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8691 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8692
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8693 msgid "file to store the bundles into"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8694 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8695
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8696 msgid "a remote changeset intended to be added"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8697 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8698
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8699 msgid "a specific branch you would like to pull"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8700 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8701
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8702 msgid "[-p] [-n] [-M] [-f] [-r REV]... [--bundle FILENAME] [SOURCE]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8703 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8704
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8705 msgid "[-e CMD] [--remotecmd CMD] [DEST]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8706 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8707
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8708 msgid "search the repository as it is in REV"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8709 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8710
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8711 msgid "end filenames with NUL, for use with xargs"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8712 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8713
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8714 msgid "print complete paths from the filesystem root"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8715 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8716
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8717 msgid "[OPTION]... [PATTERN]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8718 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8719
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8720 msgid "only follow the first parent of merge changesets"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8721 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8722
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8723 msgid "show revisions matching date spec"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8724 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8725
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8726 msgid "show copied files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8727 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8728
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8729 msgid "do case-insensitive search for a given text"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8730 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8731
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8732 msgid "include revisions where files were removed"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8733 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8734
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8735 msgid "show only merges"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8736 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8737
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8738 msgid "revisions committed by user"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8739 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8740
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8741 msgid "show only changesets within the given named branch (DEPRECATED)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8742 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8743
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8744 msgid "show changesets within the given named branch"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8745 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8746
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8747 msgid "do not display revision or any of its ancestors"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8748 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8749
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8750 msgid "[OPTION]... [FILE]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8751 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8752
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8753 msgid "revision to display"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8754 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8755
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8756 msgid "[-r REV]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8757 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8758
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8759 msgid "force a merge with outstanding changes"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8760 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8761
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8762 msgid "revision to merge"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8763 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8764
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8765 msgid "review revisions to merge (no merge is performed)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8766 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8767
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8768 msgid "[-P] [-f] [[-r] REV]"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8769 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8770
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8771 msgid "a changeset intended to be included in the destination"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8772 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8773
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8774 msgid "a specific branch you would like to push"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8775 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8776
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8777 msgid "[-M] [-p] [-n] [-f] [-r REV]... [DEST]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8778 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8779
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8780 msgid "show parents of the specified revision"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8781 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8782
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8783 msgid "[-r REV] [FILE]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8784 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8785
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8786 msgid "[NAME]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8787 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8788
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8789 msgid "update to new branch head if changesets were pulled"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8790 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8791
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8792 msgid "run even when remote repository is unrelated"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8793 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8794
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8795 msgid "[-u] [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [SOURCE]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8796 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8797
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8798 msgid "force push"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8799 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8800
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8801 msgid "allow pushing a new branch"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8802 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8803
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8804 msgid "[-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8805 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8806
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8807 msgid "record delete for missing files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8808 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8809
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8810 msgid "remove (and delete) file even if added or modified"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8811 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8812
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8813 msgid "record a rename that has already occurred"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8814 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8815
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8816 msgid "[OPTION]... SOURCE... DEST"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8817 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8818
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8819 msgid "select all unresolved files"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8820 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8821
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8822 msgid "list state of files needing merge"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8823 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8824
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8825 msgid "mark files as resolved"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8826 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8827
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8828 msgid "mark files as unresolved"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8829 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8830
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8831 msgid "hide status prefix"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8832 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8833
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8834 msgid "revert all changes when no arguments given"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8835 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8836
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8837 msgid "tipmost revision matching date"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8838 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8839
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8840 msgid "revert to the specified revision"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8841 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8842
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8843 msgid "do not save backup copies of files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8844 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8845
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8846 msgid "[OPTION]... [-r REV] [NAME]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8847 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8848
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8849 msgid "name of access log file to write to"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8850 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8851
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8852 msgid "name of error log file to write to"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8853 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8854
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8855 msgid "PORT"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8856 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8857
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8858 msgid "port to listen on (default: 8000)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8859 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8860
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8861 msgid "ADDR"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8862 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8863
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8864 msgid "address to listen on (default: all interfaces)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8865 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8866
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8867 msgid "prefix path to serve from (default: server root)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8868 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8869
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8870 msgid "name to show in web pages (default: working directory)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8871 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8872
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8873 msgid "name of the hgweb config file (see \"hg help hgweb\")"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8874 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8875
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8876 msgid "name of the hgweb config file (DEPRECATED)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8877 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8878
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8879 msgid "for remote clients"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8880 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8881
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8882 msgid "web templates to use"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8883 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8884
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8885 msgid "template style to use"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8886 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8887
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8888 msgid "use IPv6 in addition to IPv4"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8889 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8890
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8891 msgid "SSL certificate file"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8892 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8893
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8894 msgid "show untrusted configuration options"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8895 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8896
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8897 msgid "[-u] [NAME]..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8898 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8899
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8900 msgid "check for push and pull"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8901 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
8902
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8903 msgid "show status of all files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8904 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8905
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8906 msgid "show only modified files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8907 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8908
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8909 msgid "show only added files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8910 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8911
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8912 msgid "show only removed files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8913 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8914
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8915 msgid "show only deleted (but tracked) files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8916 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8917
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8918 msgid "show only files without changes"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8919 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8920
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8921 msgid "show only unknown (not tracked) files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8922 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8923
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8924 msgid "show only ignored files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8925 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8926
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8927 msgid "show source of copied files"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8928 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8929
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8930 msgid "show difference from revision"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8931 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8932
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8933 msgid "list the changed files of a revision"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8934 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8935
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8936 msgid "replace existing tag"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8937 msgstr "覆蓋已存在的標記"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8938
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8939 msgid "make the tag local"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8940 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8941
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8942 msgid "revision to tag"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8943 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8944
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8945 msgid "remove a tag"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8946 msgstr "移除一個標記"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8947
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8948 msgid "use <text> as commit message"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8949 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8950
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8951 msgid "[-f] [-l] [-m TEXT] [-d DATE] [-u USER] [-r REV] NAME..."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8952 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8953
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8954 msgid "[-p] [-g]"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8955 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8956
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8957 msgid "update to new branch head if changesets were unbundled"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8958 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8959
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8960 msgid "[-u] FILE..."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8961 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8962
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8963 msgid "discard uncommitted changes (no backup)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8964 msgstr "取消沒有提交的變更(沒有備份)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8965
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8966 msgid "update across branches if no uncommitted changes"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8967 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8968
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8969 msgid "[-c] [-C] [-d DATE] [[-r] REV]"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8970 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8971
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8972 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8973 msgid "cannot include %s (%s)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8974 msgstr "不能引入 %s (%s)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8975
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8976 msgid "not found in manifest"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8977 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8978
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8979 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8980 msgid "no such file in rev %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8981 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8982
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
8983 msgid "branch name not in UTF-8!"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8984 msgstr "分支名稱不是UTF-8編碼!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8985
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8986 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8987 msgid "%s does not exist!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8988 msgstr "%s 不存在喔!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8989
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8990 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8991 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8992 "%s: up to %d MB of RAM may be required to manage this file\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8993 "(use 'hg revert %s' to cancel the pending addition)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8994 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8995
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8996 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8997 msgid "%s not added: only files and symlinks supported currently\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8998 msgstr "%s 不能新增 : 目前只有支援檔案跟符號連結檔\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
8999
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9000 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9001 msgid "%s already tracked!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9002 msgstr "%s 已經追蹤!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9003
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9004 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9005 msgid "%s not added!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9006 msgstr "%s不能新增!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9007
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9008 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9009 msgid "%s still exists!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9010 msgstr "%s仍然存在!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9011
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9012 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9013 msgid "%s not tracked!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9014 msgstr "%s 不能追蹤!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9015
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9016 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9017 msgid "%s not removed!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9018 msgstr "%s 不能移除!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9019
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9020 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9021 msgid "copy failed: %s is not a file or a symbolic link\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9022 msgstr "複製失敗: %s 不是檔案或符號連結檔\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9023
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9024 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9025 msgid "invalid character in dag description: %s..."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9026 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9027
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9028 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9029 msgid "expected id %i, got %i"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9030 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9031
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9032 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9033 msgid "parent id %i is larger than current id %i"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9034 msgstr "母系id %i 大於目前的id %i"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9035
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9036 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9037 msgid "invalid event type in dag: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9038 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9039
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9040 msgid "working directory state appears damaged!"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9041 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9042
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9043 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9044 msgid "'\\n' and '\\r' disallowed in filenames: %r"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9045 msgstr "檔名不准有\\n 跟 \\r: %r"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9046
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9047 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9048 msgid "directory %r already in dirstate"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9049 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9050
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9051 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9052 msgid "file %r in dirstate clashes with %r"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9053 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9054
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9055 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9056 msgid "setting %r to other parent only allowed in merges"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9057 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9058
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9059 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9060 msgid "not in dirstate: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9061 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9062
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9063 msgid "unknown"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9064 msgstr "不清楚"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9065
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9066 msgid "character device"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9067 msgstr "字元裝置"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9068
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9069 msgid "block device"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9070 msgstr "區塊裝置"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9071
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9072 msgid "fifo"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9073 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9074
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9075 msgid "socket"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9076 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9077
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9078 msgid "directory"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9079 msgstr "目錄"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9080
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9081 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9082 msgid "unsupported file type (type is %s)"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9083 msgstr "不支援的檔案型態 (型態是 %s)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9084
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9085 msgid "searching for changes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9086 msgstr "正在搜尋變更\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9087
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9088 msgid "queries"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9089 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9090
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9091 msgid "searching"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9092 msgstr "搜尋中"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9093
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9094 msgid "already have changeset "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9095 msgstr "已經有changeset了"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9096
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9097 msgid "warning: repository is unrelated\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9098 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9099
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9100 msgid "repository is unrelated"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9101 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9102
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9103 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9104 msgid "push creates new remote branches: %s!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9105 msgstr "push 建立新的遠端分支 '%s'!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9106
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9107 msgid "use 'hg push --new-branch' to create new remote branches"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9108 msgstr "使用 'hg push --new-branch' 建立新的遠端分支"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9109
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9110 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9111 msgid "push creates new remote heads on branch '%s'!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9112 msgstr "push 在分支 '%s'建立新的遠端標頭!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9113
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9114 msgid "push creates new remote heads!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9115 msgstr "push 建立新的遠端標頭(heads)!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9116
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9117 msgid "you should pull and merge or use push -f to force"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9118 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9119
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9120 msgid "did you forget to merge? use push -f to force"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9121 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9122
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9123 msgid "note: unsynced remote changes!\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9124 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9125
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9126 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9127 msgid "abort: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9128 msgstr "中止: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9129
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9130 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9131 msgid "(%s)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9132 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9133
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9134 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9135 msgid "hg: parse error at %s: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9136 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9137
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9138 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9139 msgid "hg: parse error: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9140 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9141
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9142 msgid "entering debugger - type c to continue starting hg or h for help\n"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
9143 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
9144
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
9145 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9146 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9147 "hg: command '%s' is ambiguous:\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9148 " %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9149 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9150
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9151 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9152 msgid "timed out waiting for lock held by %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9153 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9154
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9155 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9156 msgid "lock held by %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9157 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9158
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9159 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9160 msgid "abort: %s: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9161 msgstr "中止: %s: %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9162
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9163 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9164 msgid "abort: could not lock %s: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9165 msgstr "中止: 我不能鎖住 %s: %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9166
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9167 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9168 msgid "hg %s: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9169 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9170
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9171 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9172 msgid "hg: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9173 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9174
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9175 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9176 msgid "abort: %s!\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9177 msgstr "中止: %s!\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9178
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9179 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9180 msgid "abort: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9181 msgstr "中止: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9182
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9183 msgid " empty string\n"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
9184 msgstr " 空字串\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9185
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9186 msgid "killed!\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9187 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9188
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9189 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9190 msgid "hg: unknown command '%s'\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9191 msgstr "hg: 不認得'%s'命令\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9192
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9193 msgid "(did you forget to compile extensions?)\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9194 msgstr "(你忘記編譯額外功能(extensions)?)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9195
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9196 msgid "(is your Python install correct?)\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9197 msgstr "(python安裝正確嘛?)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9198
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9199 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9200 msgid "abort: error: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9201 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9202
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9203 msgid "broken pipe\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9204 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9205
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9206 msgid "interrupted!\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9207 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9208
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9209 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9210 "\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9211 "broken pipe\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9212 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9213
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9214 msgid "abort: out of memory\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9215 msgstr "中止: 記憶體沒了\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9216
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9217 msgid "** unknown exception encountered, please report by visiting\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9218 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9219
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9220 msgid "** http://mercurial.selenic.com/wiki/BugTracker\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9221 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9222
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9223 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9224 msgid "** Python %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9225 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9226
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9227 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9228 msgid "** Mercurial Distributed SCM (version %s)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9229 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9230
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9231 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9232 msgid "** Extensions loaded: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9233 msgstr "** 載入額外套件: %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9234
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9235 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9236 msgid "no definition for alias '%s'\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9237 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9238
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9239 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9240 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9241 "error in definition for alias '%s': %s may only be given on the command "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9242 "line\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9243 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9244
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9245 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9246 msgid "alias '%s' resolves to unknown command '%s'\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9247 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9248
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9249 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9250 msgid "alias '%s' resolves to ambiguous command '%s'\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9251 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9252
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9253 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9254 msgid "malformed --config option: %r (use --config section.name=value)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9255 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9256
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9257 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9258 msgid "error getting current working directory: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9259 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9260
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9261 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9262 msgid "extension '%s' overrides commands: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9263 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9264
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9265 msgid "option --config may not be abbreviated!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9266 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9267
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9268 msgid "option --cwd may not be abbreviated!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9269 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9270
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9271 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9272 "Option -R has to be separated from other options (e.g. not -qR) and --"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9273 "repository may only be abbreviated as --repo!"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9274 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9275
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9276 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9277 msgid "Time: real %.3f secs (user %.3f+%.3f sys %.3f+%.3f)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9278 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9279
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9280 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9281 msgid "repository '%s' is not local"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9282 msgstr "'%s' 儲存庫不在本地端"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9283
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9284 msgid "warning: --repository ignored\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9285 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9286
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9287 msgid "invalid arguments"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9288 msgstr "無效的參數"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9289
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9290 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9291 msgid "unrecognized profiling format '%s' - Ignored\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9292 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9293
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9294 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9295 "lsprof not available - install from http://codespeak.net/svn/user/arigo/hack/"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9296 "misc/lsprof/"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9297 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9298
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9299 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9300 msgid "*** failed to import extension %s from %s: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9301 msgstr "*** 匯入額外套件 %s 失敗,路徑為 %s: %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9302
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9303 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9304 msgid "*** failed to import extension %s: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9305 msgstr "*** 匯入額外套件 %s 失敗: %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9306
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9307 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9308 msgid "couldn't find merge tool %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9309 msgstr "找不到合併工具 %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9310
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9311 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9312 msgid "tool %s can't handle symlinks\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9313 msgstr "%s 工具無法處理 symlinks\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9314
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9315 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9316 msgid "tool %s can't handle binary\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9317 msgstr "%s 工具無法處理 binary\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9318
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9319 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9320 msgid "tool %s requires a GUI\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9321 msgstr "%s 工具需要 GUI 環境\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9322
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9323 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9324 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9325 " no tool found to merge %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9326 "keep (l)ocal or take (o)ther?"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9327 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9328 " 找不到工具可用來合併 %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9329 "維持 (l)ocal 還是選用 (o)ther?"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9330
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9331 msgid "&Local"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9332 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9333
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9334 msgid "&Other"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9335 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9336
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9337 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9338 msgid "merging %s and %s to %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9339 msgstr "合併 %s 和 %s 至 %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9340
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9341 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9342 msgid "merging %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9343 msgstr "合併 %s 中\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9344
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9345 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9346 msgid "%s.premerge not valid ('%s' is neither boolean nor %s)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9347 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9348
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9349 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9350 msgid "was merge of '%s' successful (yn)?"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9351 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9352
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9353 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9354 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9355 " output file %s appears unchanged\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9356 "was merge successful (yn)?"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9357 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9358
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9359 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9360 msgid "merging %s failed!\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9361 msgstr "合併 %s 失敗!\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9362
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9363 msgid "starting revisions are not directly related"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9364 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9365
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9366 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9367 msgid "inconsistent state, %s:%s is good and bad"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9368 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9369
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9370 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9371 msgid "unknown bisect kind %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9372 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9373
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
9374 msgid "disabled extensions:"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9375 msgstr "不能使用的額外套件:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9376
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9377 msgid "Configuration Files"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9378 msgstr "設定檔"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
9379
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9380 msgid "Date Formats"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9381 msgstr "日期格式"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9382
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9383 msgid "File Name Patterns"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9384 msgstr "檔案名稱樣式"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9385
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9386 msgid "Environment Variables"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9387 msgstr "環境變數"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9388
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9389 msgid "Specifying Single Revisions"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9390 msgstr "表述一個版本"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9391
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9392 msgid "Specifying Multiple Revisions"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9393 msgstr "表述多個版本"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9394
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9395 msgid "Specifying Revision Sets"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9396 msgstr "表述版本集合"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9397
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9398 msgid "Diff Formats"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9399 msgstr "Diff 格式"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9400
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9401 msgid "Merge Tools"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9402 msgstr "合併工具"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9403
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9404 msgid "Template Usage"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9405 msgstr "樣式的使用"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9406
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9407 msgid "URL Paths"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9408 msgstr "URL路徑"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
9409
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
9410 msgid "Using additional features"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9411 msgstr "使用額外功能"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9412
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9413 #, fuzzy
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9414 msgid "Subrepositories"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9415 msgstr "儲存庫 %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9416
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9417 msgid "Configuring hgweb"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9418 msgstr "設定 hgweb"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9419
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9420 msgid "Glossary"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9421 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9422
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9423 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9424 "Mercurial reads configuration data from several files, if they exist.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9425 "Below we list the most specific file first."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9426 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9427
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9428 msgid "On Windows, these configuration files are read:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9429 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9430
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9431 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9432 "- ``<repo>\\.hg\\hgrc``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9433 "- ``%USERPROFILE%\\.hgrc``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9434 "- ``%USERPROFILE%\\mercurial.ini``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9435 "- ``%HOME%\\.hgrc``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9436 "- ``%HOME%\\mercurial.ini``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9437 "- ``C:\\mercurial\\mercurial.ini`` (unless regkey or hgrc.d\\ or mercurial."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9438 "ini found)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9439 "- ``HKEY_LOCAL_MACHINE\\SOFTWARE\\Mercurial`` (unless hgrc.d\\ or mercurial."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9440 "ini found)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9441 "- ``<hg.exe-dir>\\hgrc.d\\*.rc`` (unless mercurial.ini found)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9442 "- ``<hg.exe-dir>\\mercurial.ini``"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9443 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9444
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9445 msgid "On Unix, these files are read:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9446 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9447
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9448 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9449 "- ``<repo>/.hg/hgrc``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9450 "- ``$HOME/.hgrc``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9451 "- ``/etc/mercurial/hgrc``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9452 "- ``/etc/mercurial/hgrc.d/*.rc``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9453 "- ``<install-root>/etc/mercurial/hgrc``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9454 "- ``<install-root>/etc/mercurial/hgrc.d/*.rc``"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9455 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9456
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9457 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9458 "If there is a per-repository configuration file which is not owned by\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9459 "the active user, Mercurial will warn you that the file is skipped::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9460 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9461
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9462 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9463 " not trusting file <repo>/.hg/hgrc from untrusted user USER, group GROUP"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9464 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9465
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9466 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9467 "If this bothers you, the warning can be silenced (the file would still\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9468 "be ignored) or trust can be established. Use one of the following\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9469 "settings, the syntax is explained below:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9470 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9471
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9472 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9473 "- ``ui.report_untrusted = False``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9474 "- ``trusted.users = USER``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9475 "- ``trusted.groups = GROUP``"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9476 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9477
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9478 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9479 "The configuration files for Mercurial use a simple ini-file format. A\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9480 "configuration file consists of sections, led by a ``[section]`` header\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9481 "and followed by ``name = value`` entries::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9482 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9483
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9484 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9485 " [ui]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9486 " username = Firstname Lastname <firstname.lastname@example.net>\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9487 " verbose = True"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9488 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9489
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9490 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9491 "The above entries will be referred to as ``ui.username`` and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9492 "``ui.verbose``, respectively. Please see the hgrc man page for a full\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9493 "description of the possible configuration values:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9494 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9495
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9496 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9497 "- on Unix-like systems: ``man hgrc``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9498 "- online: http://www.selenic.com/mercurial/hgrc.5.html\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9499 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9500
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9501 msgid "Some commands allow the user to specify a date, e.g.:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9502 msgstr "一些命令允許使用者表示時間,e.g.:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9503
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9504 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9505 "- backout, commit, import, tag: Specify the commit date.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9506 "- log, revert, update: Select revision(s) by date."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9507 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9508 "- backout, commit, import, tag: 提交的時間.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9509 "- log, revert, update: 由時間來選擇修定版(s)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9510
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9511 msgid "Many date formats are valid. Here are some examples:"
20307
b49f7022cd76 i18n: fix trailing '::' on translated messages
Wagner Bruna <wbruna@softwareexpress.com.br>
parents: 19921
diff changeset
9512 msgstr "支援許多的時間格式,這邊有一些範例:"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9513
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9514 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9515 "- ``Wed Dec 6 13:18:29 2006`` (local timezone assumed)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9516 "- ``Dec 6 13:18 -0600`` (year assumed, time offset provided)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9517 "- ``Dec 6 13:18 UTC`` (UTC and GMT are aliases for +0000)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9518 "- ``Dec 6`` (midnight)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9519 "- ``13:18`` (today assumed)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9520 "- ``3:39`` (3:39AM assumed)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9521 "- ``3:39pm`` (15:39)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9522 "- ``2006-12-06 13:18:29`` (ISO 8601 format)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9523 "- ``2006-12-6 13:18``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9524 "- ``2006-12-6``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9525 "- ``12-6``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9526 "- ``12/6``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9527 "- ``12/6/6`` (Dec 6 2006)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9528 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9529
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9530 msgid "Lastly, there is Mercurial's internal format:"
20307
b49f7022cd76 i18n: fix trailing '::' on translated messages
Wagner Bruna <wbruna@softwareexpress.com.br>
parents: 19921
diff changeset
9531 msgstr "最後,是Mercurial 的內部格式:"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9532
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9533 msgid "- ``1165432709 0`` (Wed Dec 6 13:18:29 2006 UTC)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9534 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9535
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9536 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9537 "This is the internal representation format for dates. unixtime is the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9538 "number of seconds since the epoch (1970-01-01 00:00 UTC). offset is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9539 "the offset of the local timezone, in seconds west of UTC (negative if\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9540 "the timezone is east of UTC)."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9541 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9542
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9543 msgid "The log command also accepts date ranges:"
20307
b49f7022cd76 i18n: fix trailing '::' on translated messages
Wagner Bruna <wbruna@softwareexpress.com.br>
parents: 19921
diff changeset
9544 msgstr "log 命令也接收 時間區間:"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9545
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9546 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9547 "- ``<{datetime}`` - at or before a given date/time\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9548 "- ``>{datetime}`` - on or after a given date/time\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9549 "- ``{datetime} to {datetime}`` - a date range, inclusive\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9550 "- ``-{days}`` - within a given number of days of today\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9551 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9552
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9553 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9554 "Mercurial's default format for showing changes between two versions of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9555 "a file is compatible with the unified format of GNU diff, which can be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9556 "used by GNU patch and many other standard tools."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9557 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9558
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9559 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9560 "While this standard format is often enough, it does not encode the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9561 "following information:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9562 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9563
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9564 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9565 "- executable status and other permission bits\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9566 "- copy or rename information\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9567 "- changes in binary files\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9568 "- creation or deletion of empty files"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9569 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9570
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9571 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9572 "Mercurial also supports the extended diff format from the git VCS\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9573 "which addresses these limitations. The git diff format is not produced\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9574 "by default because a few widespread tools still do not understand this\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9575 "format."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9576 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9577
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9578 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9579 "This means that when generating diffs from a Mercurial repository\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9580 "(e.g. with :hg:`export`), you should be careful about things like file\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9581 "copies and renames or other things mentioned above, because when\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9582 "applying a standard diff to a different repository, this extra\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9583 "information is lost. Mercurial's internal operations (like push and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9584 "pull) are not affected by this, because they use an internal binary\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9585 "format for communicating changes."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9586 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9587
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9588 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9589 "To make Mercurial produce the git extended diff format, use the --git\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9590 "option available for many commands, or set 'git = True' in the [diff]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9591 "section of your configuration file. You do not need to set this option\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9592 "when importing diffs in this format or using them in the mq extension.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9593 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9594
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9595 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9596 "HG\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9597 " Path to the 'hg' executable, automatically passed when running\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9598 " hooks, extensions or external tools. If unset or empty, this is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9599 " the hg executable's name if it's frozen, or an executable named\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9600 " 'hg' (with %PATHEXT% [defaulting to COM/EXE/BAT/CMD] extensions on\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9601 " Windows) is searched."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9602 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9603
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9604 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9605 "HGEDITOR\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9606 " This is the name of the editor to run when committing. See EDITOR."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9607 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9608
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9609 msgid " (deprecated, use configuration file)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9610 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9611
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9612 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9613 "HGENCODING\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9614 " This overrides the default locale setting detected by Mercurial.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9615 " This setting is used to convert data including usernames,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9616 " changeset descriptions, tag names, and branches. This setting can\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9617 " be overridden with the --encoding command-line option."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9618 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9619
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9620 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9621 "HGENCODINGMODE\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9622 " This sets Mercurial's behavior for handling unknown characters\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9623 " while transcoding user input. The default is \"strict\", which\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9624 " causes Mercurial to abort if it can't map a character. Other\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9625 " settings include \"replace\", which replaces unknown characters, and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9626 " \"ignore\", which drops them. This setting can be overridden with\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9627 " the --encodingmode command-line option."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9628 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9629
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9630 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9631 "HGENCODINGAMBIGUOUS\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9632 " This sets Mercurial's behavior for handling characters with\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9633 " \"ambiguous\" widths like accented Latin characters with East Asian\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9634 " fonts. By default, Mercurial assumes ambiguous characters are\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9635 " narrow, set this variable to \"wide\" if such characters cause\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9636 " formatting problems."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9637 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9638
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9639 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9640 "HGMERGE\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9641 " An executable to use for resolving merge conflicts. The program\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9642 " will be executed with three arguments: local file, remote file,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9643 " ancestor file."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9644 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9645
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9646 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9647 "HGRCPATH\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9648 " A list of files or directories to search for configuration\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9649 " files. Item separator is \":\" on Unix, \";\" on Windows. If HGRCPATH\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9650 " is not set, platform default search path is used. If empty, only\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9651 " the .hg/hgrc from the current repository is read."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9652 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9653
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9654 msgid " For each element in HGRCPATH:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9655 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9656
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9657 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9658 " - if it's a directory, all files ending with .rc are added\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9659 " - otherwise, the file itself will be added"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9660 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9661
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9662 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9663 "HGPLAIN\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9664 " When set, this disables any configuration settings that might\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9665 " change Mercurial's default output. This includes encoding,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9666 " defaults, verbose mode, debug mode, quiet mode, tracebacks, and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9667 " localization. This can be useful when scripting against Mercurial\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9668 " in the face of existing user configuration."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9669 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9670
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9671 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9672 " Equivalent options set via command line flags or environment\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9673 " variables are not overridden."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9674 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9675
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9676 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9677 "HGUSER\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9678 " This is the string used as the author of a commit. If not set,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9679 " available values will be considered in this order:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9680 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9681
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9682 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9683 " - HGUSER (deprecated)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9684 " - configuration files from the HGRCPATH\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9685 " - EMAIL\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9686 " - interactive prompt\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9687 " - LOGNAME (with ``@hostname`` appended)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9688 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9689
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9690 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9691 "EMAIL\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9692 " May be used as the author of a commit; see HGUSER."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9693 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9694
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9695 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9696 "LOGNAME\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9697 " May be used as the author of a commit; see HGUSER."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9698 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9699
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9700 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9701 "VISUAL\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9702 " This is the name of the editor to use when committing. See EDITOR."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9703 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9704
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9705 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9706 "EDITOR\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9707 " Sometimes Mercurial needs to open a text file in an editor for a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9708 " user to modify, for example when writing commit messages. The\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9709 " editor it uses is determined by looking at the environment\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9710 " variables HGEDITOR, VISUAL and EDITOR, in that order. The first\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9711 " non-empty one is chosen. If all of them are empty, the editor\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9712 " defaults to 'vi'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9713 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9714
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9715 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9716 "PYTHONPATH\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9717 " This is used by Python to find imported modules and may need to be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9718 " set appropriately if this Mercurial is not installed system-wide.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9719 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9720
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9721 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9722 "Mercurial has the ability to add new features through the use of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9723 "extensions. Extensions may add new commands, add options to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9724 "existing commands, change the default behavior of commands, or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9725 "implement hooks."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9726 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9727
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9728 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9729 "Extensions are not loaded by default for a variety of reasons:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9730 "they can increase startup overhead; they may be meant for advanced\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9731 "usage only; they may provide potentially dangerous abilities (such\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9732 "as letting you destroy or modify history); they might not be ready\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9733 "for prime time; or they may alter some usual behaviors of stock\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9734 "Mercurial. It is thus up to the user to activate extensions as\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9735 "needed."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9736 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9737
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9738 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9739 "To enable the \"foo\" extension, either shipped with Mercurial or in the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9740 "Python search path, create an entry for it in your configuration file,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9741 "like this::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9742 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9743
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9744 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9745 " [extensions]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9746 " foo ="
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9747 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9748
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9749 msgid "You may also specify the full path to an extension::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9750 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9751
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9752 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9753 " [extensions]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9754 " myfeature = ~/.hgext/myfeature.py"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9755 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9756
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9757 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9758 "To explicitly disable an extension enabled in a configuration file of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9759 "broader scope, prepend its path with !::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9760 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9761
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9762 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9763 " [extensions]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9764 " # disabling extension bar residing in /path/to/extension/bar.py\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9765 " bar = !/path/to/extension/bar.py\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9766 " # ditto, but no path was supplied for extension baz\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9767 " baz = !\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9768 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9769
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9770 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9771 "Ancestor\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9772 " Any changeset that can be reached by an unbroken chain of parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9773 " changesets from a given changeset. More precisely, the ancestors\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9774 " of a changeset can be defined by two properties: a parent of a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9775 " changeset is an ancestor, and a parent of an ancestor is an\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9776 " ancestor. See also: 'Descendant'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9777 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9778
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9779 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9780 "Branch\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9781 " (Noun) A child changeset that has been created from a parent that\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9782 " is not a head. These are known as topological branches, see\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9783 " 'Branch, topological'. If a topological branch is named, it becomes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9784 " a named branch. If a topological branch is not named, it becomes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9785 " an anonymous branch. See 'Branch, anonymous' and 'Branch, named'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9786 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9787
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9788 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9789 " Branches may be created when changes are pulled from or pushed to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9790 " a remote repository, since new heads may be created by these\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9791 " operations. Note that the term branch can also be used informally\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9792 " to describe a development process in which certain development is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9793 " done independently of other development. This is sometimes done\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9794 " explicitly with a named branch, but it can also be done locally,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9795 " using bookmarks or clones and anonymous branches."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9796 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9797
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9798 msgid " Example: \"The experimental branch\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9799 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9800
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9801 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9802 " (Verb) The action of creating a child changeset which results in\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9803 " its parent having more than one child."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9804 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9805
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9806 msgid " Example: \"I'm going to branch at X\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9807 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9808
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9809 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9810 "Branch, anonymous\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9811 " Every time a new child changeset is created from a parent that is not\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9812 " a head and the name of the branch is not changed, a new anonymous\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9813 " branch is created."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9814 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9815
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9816 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9817 "Branch, closed\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9818 " A named branch whose branch heads have all been closed."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9819 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9820
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9821 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9822 "Branch, default\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9823 " The branch assigned to a changeset when no name has previously been\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9824 " assigned."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9825 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9826
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9827 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9828 "Branch head\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9829 " See 'Head, branch'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9830 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9831
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9832 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9833 "Branch, inactive\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9834 " If a named branch has no topological heads, it is considered to be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9835 " inactive. As an example, a feature branch becomes inactive when it\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9836 " is merged into the default branch. The :hg:`branches` command\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9837 " shows inactive branches by default, though they can be hidden with\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9838 " :hg:`branches --active`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9839 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9840
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9841 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9842 " NOTE: this concept is deprecated because it is too implicit.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9843 " Branches should now be explicitly closed using :hg:`commit\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9844 " --close-branch` when they are no longer needed."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9845 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9846
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9847 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9848 "Branch, named\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9849 " A collection of changesets which have the same branch name. By\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9850 " default, children of a changeset in a named branch belong to the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9851 " same named branch. A child can be explicitly assigned to a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9852 " different branch. See :hg:`help branch`, :hg:`help branches` and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9853 " :hg:`commit --close-branch` for more information on managing\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9854 " branches."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9855 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9856
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9857 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9858 " Named branches can be thought of as a kind of namespace, dividing\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9859 " the collection of changesets that comprise the repository into a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9860 " collection of disjoint subsets. A named branch is not necessarily\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9861 " a topological branch. If a new named branch is created from the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9862 " head of another named branch, or the default branch, but no\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9863 " further changesets are added to that previous branch, then that\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9864 " previous branch will be a branch in name only."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9865 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9866
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9867 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9868 "Branch tip\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9869 " See 'Tip, branch'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9870 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9871
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9872 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9873 "Branch, topological\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9874 " Every time a new child changeset is created from a parent that is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9875 " not a head, a new topological branch is created. If a topological\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9876 " branch is named, it becomes a named branch. If a topological\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9877 " branch is not named, it becomes an anonymous branch of the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9878 " current, possibly default, branch."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9879 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9880
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9881 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9882 "Changelog\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9883 " A record of the changesets in the order in which they were added\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9884 " to the repository. This includes details such as changeset id,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9885 " author, commit message, date, and list of changed files."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9886 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9887
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9888 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9889 "Changeset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9890 " A snapshot of the state of the repository used to record a change."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9891 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9892
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9893 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9894 "Changeset, child\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9895 " The converse of parent changeset: if P is a parent of C, then C is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9896 " a child of P. There is no limit to the number of children that a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9897 " changeset may have."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9898 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9899
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9900 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9901 "Changeset id\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9902 " A SHA-1 hash that uniquely identifies a changeset. It may be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9903 " represented as either a \"long\" 40 hexadecimal digit string, or a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9904 " \"short\" 12 hexadecimal digit string."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9905 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9906
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9907 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9908 "Changeset, merge\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9909 " A changeset with two parents. This occurs when a merge is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9910 " committed."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9911 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9912
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9913 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9914 "Changeset, parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9915 " A revision upon which a child changeset is based. Specifically, a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9916 " parent changeset of a changeset C is a changeset whose node\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9917 " immediately precedes C in the DAG. Changesets have at most two\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9918 " parents."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9919 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9920
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9921 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9922 "Checkout\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9923 " (Noun) The working directory being updated to a specific\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9924 " revision. This use should probably be avoided where possible, as\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9925 " changeset is much more appropriate than checkout in this context."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9926 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9927
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9928 msgid " Example: \"I'm using checkout X.\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9929 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9930
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9931 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9932 " (Verb) Updating the working directory to a specific changeset. See\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9933 " :hg:`help update`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9934 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9935
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9936 msgid " Example: \"I'm going to check out changeset X.\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9937 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9938
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9939 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9940 "Child changeset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9941 " See 'Changeset, child'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9942 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9943
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9944 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9945 "Close changeset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9946 " See 'Changeset, close'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9947 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9948
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9949 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9950 "Closed branch\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9951 " See 'Branch, closed'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9952 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9953
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9954 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9955 "Clone\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9956 " (Noun) An entire or partial copy of a repository. The partial\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9957 " clone must be in the form of a revision and its ancestors."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9958 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9959
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9960 msgid " Example: \"Is your clone up to date?\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9961 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9962
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9963 msgid " (Verb) The process of creating a clone, using :hg:`clone`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9964 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9965
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9966 msgid " Example: \"I'm going to clone the repository\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9967 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9968
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9969 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9970 "Closed branch head\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9971 " See 'Head, closed branch'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9972 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9973
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9974 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9975 "Commit\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9976 " (Noun) A synonym for changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9977 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9978
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9979 msgid " Example: \"Is the bug fixed in your recent commit?\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9980 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9981
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9982 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9983 " (Verb) The act of recording changes to a repository. When files\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9984 " are committed in a working directory, Mercurial finds the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9985 " differences between the committed files and their parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9986 " changeset, creating a new changeset in the repository."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9987 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9988
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9989 msgid " Example: \"You should commit those changes now.\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9990 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9991
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9992 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9993 "Cset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9994 " A common abbreviation of the term changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9995 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9996
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9997 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9998 "DAG\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
9999 " The repository of changesets of a distributed version control\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10000 " system (DVCS) can be described as a directed acyclic graph (DAG),\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10001 " consisting of nodes and edges, where nodes correspond to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10002 " changesets and edges imply a parent -> child relation. This graph\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10003 " can be visualized by graphical tools such as :hg:`glog`\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10004 " (graphlog). In Mercurial, the DAG is limited by the requirement\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10005 " for children to have at most two parents."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10006 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10007
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10008 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10009 "Default branch\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10010 " See 'Branch, default'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10011 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10012
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10013 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10014 "Descendant\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10015 " Any changeset that can be reached by a chain of child changesets\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10016 " from a given changeset. More precisely, the descendants of a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10017 " changeset can be defined by two properties: the child of a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10018 " changeset is a descendant, and the child of a descendant is a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10019 " descendant. See also: 'Ancestor'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10020 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10021
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10022 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10023 "Diff\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10024 " (Noun) The difference between the contents and attributes of files\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10025 " in two changesets or a changeset and the current working\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10026 " directory. The difference is usually represented in a standard\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10027 " form called a \"diff\" or \"patch\". The \"git diff\" format is used\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10028 " when the changes include copies, renames, or changes to file\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10029 " attributes, none of which can be represented/handled by classic\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10030 " \"diff\" and \"patch\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10031 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10032
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10033 msgid " Example: \"Did you see my correction in the diff?\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10034 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10035
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10036 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10037 " (Verb) Diffing two changesets is the action of creating a diff or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10038 " patch."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10039 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10040
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10041 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10042 " Example: \"If you diff with changeset X, you will see what I mean.\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10043 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10044
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10045 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10046 "Directory, working\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10047 " The working directory represents the state of the files tracked by\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10048 " Mercurial, that will be recorded in the next commit. The working\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10049 " directory initially corresponds to the snapshot at an existing\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10050 " changeset, known as the parent of the working directory. See\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10051 " 'Parent, working directory'. The state may be modified by changes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10052 " to the files introduced manually or by a merge. The repository\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10053 " metadata exists in the .hg directory inside the working directory."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10054 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10055
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10056 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10057 "Graph\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10058 " See DAG and :hg:`help graphlog`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10059 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10060
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10061 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10062 "Head\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10063 " The term 'head' may be used to refer to both a branch head or a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10064 " repository head, depending on the context. See 'Head, branch' and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10065 " 'Head, repository' for specific definitions."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10066 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10067
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10068 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10069 " Heads are where development generally takes place and are the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10070 " usual targets for update and merge operations."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10071 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10072
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10073 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10074 "Head, branch\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10075 " A changeset with no descendants on the same named branch."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10076 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10077
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10078 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10079 "Head, closed branch\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10080 " A changeset that marks a head as no longer interesting. The closed\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10081 " head is no longer listed by :hg:`heads`. A branch is considered\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10082 " closed when all its heads are closed and consequently is not\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10083 " listed by :hg:`branches`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10084 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10085
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10086 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10087 "Head, repository\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10088 " A topological head which has not been closed."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10089 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10090
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10091 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10092 "Head, topological\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10093 " A changeset with no children in the repository."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10094 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10095
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10096 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10097 "History, immutable\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10098 " Once committed, changesets cannot be altered. Extensions which\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10099 " appear to change history actually create new changesets that\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10100 " replace existing ones, and then destroy the old changesets. Doing\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10101 " so in public repositories can result in old changesets being\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10102 " reintroduced to the repository."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10103 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10104
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10105 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10106 "History, rewriting\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10107 " The changesets in a repository are immutable. However, extensions\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10108 " to Mercurial can be used to alter the repository, usually in such\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10109 " a way as to preserve changeset contents."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10110 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10111
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10112 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10113 "Immutable history\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10114 " See 'History, immutable'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10115 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10116
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10117 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10118 "Merge changeset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10119 " See 'Changeset, merge'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10120 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10121
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10122 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10123 "Manifest\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10124 " Each changeset has a manifest, which is the list of files that are\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10125 " tracked by the changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10126 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10127
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10128 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10129 "Merge\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10130 " Used to bring together divergent branches of work. When you update\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10131 " to a changeset and then merge another changeset, you bring the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10132 " history of the latter changeset into your working directory. Once\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10133 " conflicts are resolved (and marked), this merge may be committed\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10134 " as a merge changeset, bringing two branches together in the DAG."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10135 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10136
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10137 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10138 "Named branch\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10139 " See 'Branch, named'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10140 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10141
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10142 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10143 "Null changeset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10144 " The empty changeset. It is the parent state of newly-initialized\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10145 " repositories and repositories with no checked out revision. It is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10146 " thus the parent of root changesets and the effective ancestor when\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10147 " merging unrelated changesets. Can be specified by the alias 'null'\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10148 " or by the changeset ID '000000000000'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10149 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10150
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10151 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10152 "Parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10153 " See 'Changeset, parent'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10154 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10155
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10156 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10157 "Parent changeset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10158 " See 'Changeset, parent'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10159 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10160
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10161 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10162 "Parent, working directory\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10163 " The working directory parent reflects a virtual revision which is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10164 " the child of the changeset (or two changesets with an uncommitted\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10165 " merge) shown by :hg:`parents`. This is changed with\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10166 " :hg:`update`. Other commands to see the working directory parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10167 " are :hg:`summary` and :hg:`id`. Can be specified by the alias \".\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10168 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10169
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10170 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10171 "Patch\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10172 " (Noun) The product of a diff operation."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10173 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10174
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10175 msgid " Example: \"I've sent you my patch.\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10176 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10177
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10178 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10179 " (Verb) The process of using a patch file to transform one\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10180 " changeset into another."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10181 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10182
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10183 msgid " Example: \"You will need to patch that revision.\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10184 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10185
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10186 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10187 "Pull\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10188 " An operation in which changesets in a remote repository which are\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10189 " not in the local repository are brought into the local\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10190 " repository. Note that this operation without special arguments\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10191 " only updates the repository, it does not update the files in the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10192 " working directory. See :hg:`help pull`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10193 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10194
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10195 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10196 "Push\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10197 " An operation in which changesets in a local repository which are\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10198 " not in a remote repository are sent to the remote repository. Note\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10199 " that this operation only adds changesets which have been committed\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10200 " locally to the remote repository. Uncommitted changes are not\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10201 " sent. See :hg:`help push`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10202 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10203
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10204 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10205 "Repository\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10206 " The metadata describing all recorded states of a collection of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10207 " files. Each recorded state is represented by a changeset. A\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10208 " repository is usually (but not always) found in the ``.hg``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10209 " subdirectory of a working directory. Any recorded state can be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10210 " recreated by \"updating\" a working directory to a specific\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10211 " changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10212 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10213
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10214 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10215 "Repository head\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10216 " See 'Head, repository'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10217 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10218
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10219 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10220 "Revision\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10221 " A state of the repository at some point in time. Earlier revisions\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10222 " can be updated to by using :hg:`update`. See also 'Revision\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10223 " number'; See also 'Changeset'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10224 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10225
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10226 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10227 "Revision number\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10228 " This integer uniquely identifies a changeset in a specific\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10229 " repository. It represents the order in which changesets were added\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10230 " to a repository, starting with revision number 0. Note that the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10231 " revision number may be different in each clone of a repository. To\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10232 " identify changesets uniquely between different clones, see\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10233 " 'Changeset id'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10234 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10235
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10236 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10237 "Revlog\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10238 " History storage mechanism used by Mercurial. It is a form of delta\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10239 " encoding, with occasional full revision of data followed by delta\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10240 " of each successive revision. It includes data and an index\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10241 " pointing to the data."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10242 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10243
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10244 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10245 "Rewriting history\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10246 " See 'History, rewriting'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10247 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10248
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10249 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10250 "Root\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10251 " A changeset that has only the null changeset as its parent. Most\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10252 " repositories have only a single root changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10253 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10254
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10255 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10256 "Tip\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10257 " The changeset with the highest revision number. It is the changeset\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10258 " most recently added in a repository."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10259 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10260
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10261 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10262 "Tip, branch\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10263 " The head of a given branch with the highest revision number. When\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10264 " a branch name is used as a revision identifier, it refers to the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10265 " branch tip. See also 'Branch, head'. Note that because revision\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10266 " numbers may be different in different repository clones, the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10267 " branch tip may be different in different cloned repositories."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10268 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10269
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10270 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10271 "Update\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10272 " (Noun) Another synonym of changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10273 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10274
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10275 msgid " Example: \"I've pushed an update\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10276 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10277
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10278 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10279 " (Verb) This term is usually used to describe updating the state of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10280 " the working directory to that of a specific changeset. See\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10281 " :hg:`help update`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10282 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10283
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10284 msgid " Example: \"You should update\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10285 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10286
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10287 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10288 "Working directory\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10289 " See 'Directory, working'."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10290 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10291
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10292 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10293 "Working directory parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10294 " See 'Parent, working directory'.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10295 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10296
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10297 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10298 "Mercurial's internal web server, hgweb, can serve either a single\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10299 "repository, or a collection of them. In the latter case, a special\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10300 "configuration file can be used to specify the repository paths to use\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10301 "and global web configuration options."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10302 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10303
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10304 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10305 "This file uses the same syntax as hgrc configuration files, but only\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10306 "the following sections are recognized:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10307 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10308
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10309 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10310 " - web\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10311 " - paths\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10312 " - collections"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10313 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10314
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10315 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10316 "The ``web`` section can specify all the settings described in the web\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10317 "section of the hgrc documentation."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10318 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10319
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10320 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10321 "The ``paths`` section provides mappings of physical repository\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10322 "paths to virtual ones. For instance::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10323 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10324
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10325 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10326 " [paths]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10327 " projects/a = /foo/bar\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10328 " projects/b = /baz/quux\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10329 " web/root = /real/root/*\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10330 " / = /real/root2/*\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10331 " virtual/root2 = /real/root2/**"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10332 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10333
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10334 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10335 "- The first two entries make two repositories in different directories\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10336 " appear under the same directory in the web interface\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10337 "- The third entry maps every Mercurial repository found in '/real/root'\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10338 " into 'web/root'. This format is preferred over the [collections] one,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10339 " since using absolute paths as configuration keys is not supported on "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10340 "every\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10341 " platform (especially on Windows).\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10342 "- The fourth entry is a special case mapping all repositories in\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10343 " '/real/root2' in the root of the virtual directory.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10344 "- The fifth entry recursively finds all repositories under the real\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10345 " root, and maps their relative paths under the virtual root."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10346 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10347
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10348 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10349 "The ``collections`` section provides mappings of trees of physical\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10350 "repositories paths to virtual ones, though the paths syntax is generally\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10351 "preferred. For instance::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10352 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10353
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10354 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10355 " [collections]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10356 " /foo = /foo"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10357 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10358
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10359 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10360 "Here, the left side will be stripped off all repositories found in the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10361 "right side. Thus ``/foo/bar`` and ``foo/quux/baz`` will be listed as\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10362 "``bar`` and ``quux/baz`` respectively.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10363 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10364
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10365 msgid "To merge files Mercurial uses merge tools."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10366 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10367
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10368 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10369 "A merge tool combines two different versions of a file into a merged\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10370 "file. Merge tools are given the two files and the greatest common\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10371 "ancestor of the two file versions, so they can determine the changes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10372 "made on both branches."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10373 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10374
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10375 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10376 "Merge tools are used both for :hg:`resolve`, :hg:`merge`, :hg:`update`,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10377 ":hg:`backout` and in several extensions."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10378 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10379
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10380 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10381 "Usually, the merge tool tries to automatically reconcile the files by\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10382 "combining all non-overlapping changes that occurred separately in\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10383 "the two different evolutions of the same initial base file. Furthermore, "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10384 "some\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10385 "interactive merge programs make it easier to manually resolve\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10386 "conflicting merges, either in a graphical way, or by inserting some\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10387 "conflict markers. Mercurial does not include any interactive merge\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10388 "programs but relies on external tools for that."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10389 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10390
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10391 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10392 "Available merge tools\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10393 "\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10394 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10395
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10396 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10397 "External merge tools and their properties are configured in the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10398 "merge-tools configuration section - see hgrc(5) - but they can often just\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10399 "be named by their executable."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10400 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10401
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10402 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10403 "A merge tool is generally usable if its executable can be found on the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10404 "system and if it can handle the merge. The executable is found if it\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10405 "is an absolute or relative executable path or the name of an\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10406 "application in the executable search path. The tool is assumed to be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10407 "able to handle the merge if it can handle symlinks if the file is a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10408 "symlink, if it can handle binary files if the file is binary, and if a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10409 "GUI is available if the tool requires a GUI."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10410 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10411
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10412 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10413 "There are some internal merge tools which can be used. The internal\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10414 "merge tools are:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10415 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10416
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10417 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10418 "``internal:merge``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10419 " Uses the internal non-interactive simple merge algorithm for merging\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10420 " files. It will fail if there are any conflicts and leave markers in\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10421 " the partially merged file."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10422 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10423
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10424 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10425 "``internal:fail``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10426 " Rather than attempting to merge files that were modified on both\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10427 " branches, it marks them as unresolved. The resolve command must be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10428 " used to resolve these conflicts."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10429 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10430
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10431 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10432 "``internal:local``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10433 " Uses the local version of files as the merged version."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10434 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10435
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10436 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10437 "``internal:other``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10438 " Uses the other version of files as the merged version."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10439 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10440
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10441 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10442 "``internal:prompt``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10443 " Asks the user which of the local or the other version to keep as\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10444 " the merged version."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10445 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10446
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10447 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10448 "``internal:dump``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10449 " Creates three versions of the files to merge, containing the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10450 " contents of local, other and base. These files can then be used to\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10451 " perform a merge manually. If the file to be merged is named\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10452 " ``a.txt``, these files will accordingly be named ``a.txt.local``,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10453 " ``a.txt.other`` and ``a.txt.base`` and they will be placed in the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10454 " same directory as ``a.txt``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10455 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10456
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10457 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10458 "Internal tools are always available and do not require a GUI but will by "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10459 "default\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10460 "not handle symlinks or binary files."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10461 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10462
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10463 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10464 "Choosing a merge tool\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10465 "\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10466 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10467
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10468 msgid "Mercurial uses these rules when deciding which merge tool to use:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10469 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10470
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10471 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10472 "1. If a tool has been specified with the --tool option to merge or resolve, "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10473 "it\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10474 " is used. If it is the name of a tool in the merge-tools configuration, "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10475 "its\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10476 " configuration is used. Otherwise the specified tool must be executable "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10477 "by\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10478 " the shell."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10479 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10480
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10481 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10482 "2. If the ``HGMERGE`` environment variable is present, its value is used "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10483 "and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10484 " must be executable by the shell."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10485 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10486
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10487 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10488 "3. If the filename of the file to be merged matches any of the patterns in "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10489 "the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10490 " merge-patterns configuration section, the first usable merge tool\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10491 " corresponding to a matching pattern is used. Here, binary capabilities of "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10492 "the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10493 " merge tool are not considered."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10494 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10495
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10496 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10497 "4. If ui.merge is set it will be considered next. If the value is not the "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10498 "name\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10499 " of a configured tool, the specified value is used and must be executable "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10500 "by\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10501 " the shell. Otherwise the named tool is used if it is usable."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10502 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10503
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10504 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10505 "5. If any usable merge tools are present in the merge-tools configuration\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10506 " section, the one with the highest priority is used."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10507 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10508
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10509 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10510 "6. If a program named ``hgmerge`` can be found on the system, it is used - "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10511 "but\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10512 " it will by default not be used for symlinks and binary files."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10513 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10514
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10515 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10516 "7. If the file to be merged is not binary and is not a symlink, then\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10517 " ``internal:merge`` is used."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10518 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10519
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10520 msgid "8. The merge of the file fails and must be resolved before commit."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10521 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10522
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10523 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10524 ".. note::\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10525 " After selecting a merge program, Mercurial will by default attempt\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10526 " to merge the files using a simple merge algorithm first. Only if it "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10527 "doesn't\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10528 " succeed because of conflicting changes Mercurial will actually execute "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10529 "the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10530 " merge program. Whether to use the simple merge algorithm first can be\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10531 " controlled by the premerge setting of the merge tool. Premerge is enabled "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10532 "by\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10533 " default unless the file is binary or a symlink."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10534 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10535
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10536 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10537 "See the merge-tools and ui sections of hgrc(5) for details on the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10538 "configuration of merge tools.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10539 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10540
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10541 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10542 "When Mercurial accepts more than one revision, they may be specified\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10543 "individually, or provided as a topologically continuous range,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10544 "separated by the \":\" character."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10545 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10546
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10547 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10548 "The syntax of range notation is [BEGIN]:[END], where BEGIN and END are\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10549 "revision identifiers. Both BEGIN and END are optional. If BEGIN is not\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10550 "specified, it defaults to revision number 0. If END is not specified,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10551 "it defaults to the tip. The range \":\" thus means \"all revisions\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10552 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10553
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10554 msgid "If BEGIN is greater than END, revisions are treated in reverse order."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10555 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10556
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10557 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10558 "A range acts as a closed interval. This means that a range of 3:5\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10559 "gives 3, 4 and 5. Similarly, a range of 9:6 gives 9, 8, 7, and 6.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10560 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10561
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10562 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10563 "Mercurial accepts several notations for identifying one or more files\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10564 "at a time."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10565 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10566
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10567 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10568 "By default, Mercurial treats filenames as shell-style extended glob\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10569 "patterns."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10570 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10571
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10572 msgid "Alternate pattern notations must be specified explicitly."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10573 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10574
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10575 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10576 "To use a plain path name without any pattern matching, start it with\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10577 "``path:``. These path names must completely match starting at the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10578 "current repository root."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10579 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10580
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10581 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10582 "To use an extended glob, start a name with ``glob:``. Globs are rooted\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10583 "at the current directory; a glob such as ``*.c`` will only match files\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10584 "in the current directory ending with ``.c``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10585 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10586
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10587 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10588 "The supported glob syntax extensions are ``**`` to match any string\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10589 "across path separators and ``{a,b}`` to mean \"a or b\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10590 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10591
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10592 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10593 "To use a Perl/Python regular expression, start a name with ``re:``.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10594 "Regexp pattern matching is anchored at the root of the repository."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10595 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10596
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10597 msgid "Plain examples::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10598 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10599
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10600 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10601 " path:foo/bar a name bar in a directory named foo in the root\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10602 " of the repository\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10603 " path:path:name a file or directory named \"path:name\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10604 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10605
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10606 msgid "Glob examples::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10607 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10608
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10609 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10610 " glob:*.c any name ending in \".c\" in the current directory\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10611 " *.c any name ending in \".c\" in the current directory\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10612 " **.c any name ending in \".c\" in any subdirectory of the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10613 " current directory including itself.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10614 " foo/*.c any name ending in \".c\" in the directory foo\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10615 " foo/**.c any name ending in \".c\" in any subdirectory of foo\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10616 " including itself."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10617 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10618
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10619 msgid "Regexp examples::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10620 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10621
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10622 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10623 " re:.*\\.c$ any name ending in \".c\", anywhere in the repository\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10624 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10625
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10626 msgid "Mercurial supports several ways to specify individual revisions."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10627 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10628
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10629 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10630 "A plain integer is treated as a revision number. Negative integers are\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10631 "treated as sequential offsets from the tip, with -1 denoting the tip,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10632 "-2 denoting the revision prior to the tip, and so forth."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10633 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10634
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10635 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10636 "A 40-digit hexadecimal string is treated as a unique revision\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10637 "identifier."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10638 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10639
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10640 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10641 "A hexadecimal string less than 40 characters long is treated as a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10642 "unique revision identifier and is referred to as a short-form\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10643 "identifier. A short-form identifier is only valid if it is the prefix\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10644 "of exactly one full-length identifier."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10645 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10646
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10647 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10648 "Any other string is treated as a tag or branch name. A tag name is a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10649 "symbolic name associated with a revision identifier. A branch name\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10650 "denotes the tipmost revision of that branch. Tag and branch names must\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10651 "not contain the \":\" character."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10652 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10653
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10654 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10655 "The reserved name \"tip\" is a special tag that always identifies the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10656 "most recent revision."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10657 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10658
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10659 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10660 "The reserved name \"null\" indicates the null revision. This is the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10661 "revision of an empty repository, and the parent of revision 0."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10662 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10663
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10664 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10665 "The reserved name \".\" indicates the working directory parent. If no\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10666 "working directory is checked out, it is equivalent to null. If an\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10667 "uncommitted merge is in progress, \".\" is the revision of the first\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10668 "parent.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10669 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10670
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10671 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10672 "Mercurial supports a functional language for selecting a set of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10673 "revisions."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10674 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10675
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10676 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10677 "The language supports a number of predicates which are joined by infix\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10678 "operators. Parenthesis can be used for grouping."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10679 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10680
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10681 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10682 "Identifiers such as branch names must be quoted with single or double\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10683 "quotes if they contain characters outside of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10684 "``[._a-zA-Z0-9\\x80-\\xff]`` or if they match one of the predefined\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10685 "predicates."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10686 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10687
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10688 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10689 "Special characters can be used in quoted identifiers by escaping them,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10690 "e.g., ``\\n`` is interpreted as a newline. To prevent them from being\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10691 "interpreted, strings can be prefixed with ``r``, e.g. ``r'...'``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10692 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10693
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10694 msgid "There is a single prefix operator:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10695 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10696
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10697 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10698 "``not x``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10699 " Changesets not in x. Short form is ``! x``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10700 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10701
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10702 msgid "These are the supported infix operators:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10703 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10704
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10705 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10706 "``x::y``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10707 " A DAG range, meaning all changesets that are descendants of x and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10708 " ancestors of y, including x and y themselves. If the first endpoint\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10709 " is left out, this is equivalent to ``ancestors(y)``, if the second\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10710 " is left out it is equivalent to ``descendants(x)``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10711 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10712
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10713 msgid " An alternative syntax is ``x..y``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10714 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10715
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10716 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10717 "``x:y``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10718 " All changesets with revision numbers between x and y, both\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10719 " inclusive. Either endpoint can be left out, they default to 0 and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10720 " tip."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10721 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10722
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10723 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10724 "``x and y``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10725 " The intersection of changesets in x and y. Short form is ``x & y``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10726 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10727
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10728 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10729 "``x or y``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10730 " The union of changesets in x and y. There are two alternative short\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10731 " forms: ``x | y`` and ``x + y``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10732 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10733
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10734 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10735 "``x - y``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10736 " Changesets in x but not in y."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10737 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10738
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10739 msgid "The following predicates are supported:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10740 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10741
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10742 msgid ".. predicatesmarker"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10743 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10744
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10745 msgid "Command line equivalents for :hg:`log`::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10746 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10747
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10748 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10749 " -f -> ::.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10750 " -d x -> date(x)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10751 " -k x -> keyword(x)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10752 " -m -> merge()\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10753 " -u x -> user(x)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10754 " -b x -> branch(x)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10755 " -P x -> !::x\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10756 " -l x -> limit(expr, x)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10757 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10758
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10759 msgid "Some sample queries:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10760 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10761
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10762 msgid "- Changesets on the default branch::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10763 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10764
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10765 msgid " hg log -r \"branch(default)\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10766 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10767
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10768 msgid "- Changesets on the default branch since tag 1.5 (excluding merges)::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10769 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10770
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10771 msgid " hg log -r \"branch(default) and 1.5:: and not merge()\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10772 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10773
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10774 msgid "- Open branch heads::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10775 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10776
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10777 msgid " hg log -r \"head() and not closed()\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10778 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10779
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10780 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10781 "- Changesets between tags 1.3 and 1.5 mentioning \"bug\" that affect\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10782 " ``hgext/*``::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10783 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10784
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10785 msgid " hg log -r \"1.3::1.5 and keyword(bug) and file('hgext/*')\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10786 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10787
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10788 msgid "- Changesets in committed May 2008, sorted by user::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10789 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10790
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10791 msgid " hg log -r \"sort(date('May 2008'), user)\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10792 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10793
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10794 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10795 "- Changesets mentioning \"bug\" or \"issue\" that are not in a tagged\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10796 " release::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10797 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10798
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10799 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10800 " hg log -r \"(keyword(bug) or keyword(issue)) and not ancestors(tagged"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10801 "())\"\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10802 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10803
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10804 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10805 "Subrepositories let you nest external repositories or projects into a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10806 "parent Mercurial repository, and make commands operate on them as a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10807 "group. External Mercurial and Subversion projects are currently\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10808 "supported."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10809 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10810
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10811 msgid "Subrepositories are made of three components:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10812 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10813
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10814 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10815 "1. Nested repository checkouts. They can appear anywhere in the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10816 " parent working directory, and are Mercurial clones or Subversion\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10817 " checkouts."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10818 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10819
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10820 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10821 "2. Nested repository references. They are defined in ``.hgsub`` and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10822 " tell where the subrepository checkouts come from. Mercurial\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10823 " subrepositories are referenced like:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10824 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10825
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10826 msgid " path/to/nested = https://example.com/nested/repo/path"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10827 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10828
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10829 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10830 " where ``path/to/nested`` is the checkout location relatively to the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10831 " parent Mercurial root, and ``https://example.com/nested/repo/path``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10832 " is the source repository path. The source can also reference a\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10833 " filesystem path. Subversion repositories are defined with:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10834 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10835
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10836 msgid " path/to/nested = [svn]https://example.com/nested/trunk/path"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10837 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10838
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10839 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10840 " Note that ``.hgsub`` does not exist by default in Mercurial\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10841 " repositories, you have to create and add it to the parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10842 " repository before using subrepositories."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10843 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10844
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10845 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10846 "3. Nested repository states. They are defined in ``.hgsubstate`` and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10847 " capture whatever information is required to restore the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10848 " subrepositories to the state they were committed in a parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10849 " repository changeset. Mercurial automatically record the nested\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10850 " repositories states when committing in the parent repository."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10851 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10852
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10853 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10854 " .. note::\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10855 " The ``.hgsubstate`` file should not be edited manually."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10856 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10857
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10858 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10859 "\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10860 "Adding a Subrepository\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10861 "----------------------"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10862 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10863
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10864 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10865 "If ``.hgsub`` does not exist, create it and add it to the parent\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10866 "repository. Clone or checkout the external projects where you want it\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10867 "to live in the parent repository. Edit ``.hgsub`` and add the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10868 "subrepository entry as described above. At this point, the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10869 "subrepository is tracked and the next commit will record its state in\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10870 "``.hgsubstate`` and bind it to the committed changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10871 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10872
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10873 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10874 "Synchronizing a Subrepository\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10875 "-----------------------------"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10876 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10877
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10878 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10879 "Subrepos do not automatically track the latest changeset of their\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10880 "sources. Instead, they are updated to the changeset that corresponds\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10881 "with the changeset checked out in the top-level changeset. This is so\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10882 "developers always get a consistent set of compatible code and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10883 "libraries when they update."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10884 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10885
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10886 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10887 "Thus, updating subrepos is a manual process. Simply check out target\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10888 "subrepo at the desired revision, test in the top-level repo, then\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10889 "commit in the parent repository to record the new combination."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10890 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10891
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10892 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10893 "Deleting a Subrepository\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10894 "------------------------"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10895 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10896
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10897 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10898 "To remove a subrepository from the parent repository, delete its\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10899 "reference from ``.hgsub``, then remove its files."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10900 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10901
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10902 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10903 "Interaction with Mercurial Commands\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10904 "-----------------------------------"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10905 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10906
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10907 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10908 ":add: add does not recurse in subrepos unless -S/--subrepos is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10909 " specified. Subversion subrepositories are currently silently\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10910 " ignored."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10911 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10912
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10913 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10914 ":archive: archive does not recurse in subrepositories unless\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10915 " -S/--subrepos is specified."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10916 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10917
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10918 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10919 ":commit: commit creates a consistent snapshot of the state of the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10920 " entire project and its subrepositories. It does this by first\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10921 " attempting to commit all modified subrepositories, then recording\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10922 " their state and finally committing it in the parent repository."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10923 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10924
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10925 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10926 ":diff: diff does not recurse in subrepos unless -S/--subrepos is\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10927 " specified. Changes are displayed as usual, on the subrepositories\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10928 " elements. Subversion subrepositories are currently silently\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10929 " ignored."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10930 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10931
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10932 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10933 ":incoming: incoming does not recurse in subrepos unless -S/--subrepos\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10934 " is specified. Subversion subrepositories are currently silently\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10935 " ignored."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10936 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10937
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10938 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10939 ":outgoing: outgoing does not recurse in subrepos unless -S/--subrepos\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10940 " is specified. Subversion subrepositories are currently silently\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10941 " ignored."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10942 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10943
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10944 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10945 ":pull: pull is not recursive since it is not clear what to pull prior\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10946 " to running :hg:`update`. Listing and retrieving all\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10947 " subrepositories changes referenced by the parent repository pulled\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10948 " changesets is expensive at best, impossible in the Subversion\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10949 " case."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10950 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10951
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10952 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10953 ":push: Mercurial will automatically push all subrepositories first\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10954 " when the parent repository is being pushed. This ensures new\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10955 " subrepository changes are available when referenced by top-level\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10956 " repositories."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10957 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10958
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10959 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10960 ":status: status does not recurse into subrepositories unless\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10961 " -S/--subrepos is specified. Subrepository changes are displayed as\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10962 " regular Mercurial changes on the subrepository\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10963 " elements. Subversion subrepositories are currently silently\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10964 " ignored."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10965 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10966
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10967 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10968 ":update: update restores the subrepos in the state they were\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10969 " originally committed in target changeset. If the recorded\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10970 " changeset is not available in the current subrepository, Mercurial\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10971 " will pull it in first before updating. This means that updating\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10972 " can require network access when using subrepositories."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10973 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10974
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10975 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10976 "Remapping Subrepositories Sources\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10977 "---------------------------------"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10978 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10979
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10980 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10981 "A subrepository source location may change during a project life,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10982 "invalidating references stored in the parent repository history. To\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10983 "fix this, rewriting rules can be defined in parent repository ``hgrc``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10984 "file or in Mercurial configuration. See the ``[subpaths]`` section in\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10985 "hgrc(5) for more details."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10986 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10987
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10988 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10989 "Mercurial allows you to customize output of commands through\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10990 "templates. You can either pass in a template from the command\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10991 "line, via the --template option, or select an existing\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10992 "template-style (--style)."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10993 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10994
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10995 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10996 "You can customize output for any \"log-like\" command: log,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10997 "outgoing, incoming, tip, parents, heads and glog."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10998 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
10999
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11000 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11001 "Four styles are packaged with Mercurial: default (the style used\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11002 "when no explicit preference is passed), compact, changelog,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11003 "and xml.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11004 "Usage::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11005 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11006
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11007 msgid " $ hg log -r1 --style changelog"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11008 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11009
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11010 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11011 "A template is a piece of text, with markup to invoke variable\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11012 "expansion::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11013 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11014
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11015 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11016 " $ hg log -r1 --template \"{node}\\n\"\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11017 " b56ce7b07c52de7d5fd79fb89701ea538af65746"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11018 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11019
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11020 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11021 "Strings in curly braces are called keywords. The availability of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11022 "keywords depends on the exact context of the templater. These\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11023 "keywords are usually available for templating a log-like command:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11024 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11025
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11026 msgid ":author: String. The unmodified author of the changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11027 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11028
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11029 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11030 ":branches: String. The name of the branch on which the changeset was\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11031 " committed. Will be empty if the branch name was default."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11032 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11033
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11034 msgid ":children: List of strings. The children of the changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11035 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11036
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11037 msgid ":date: Date information. The date when the changeset was committed."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11038 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11039
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11040 msgid ":desc: String. The text of the changeset description."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11041 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11042
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11043 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11044 ":diffstat: String. Statistics of changes with the following format:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11045 " \"modified files: +added/-removed lines\""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11046 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11047
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11048 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11049 ":files: List of strings. All files modified, added, or removed by this\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11050 " changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11051 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11052
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11053 msgid ":file_adds: List of strings. Files added by this changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11054 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11055
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11056 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11057 ":file_copies: List of strings. Files copied in this changeset with\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11058 " their sources."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11059 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11060
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11061 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11062 ":file_copies_switch: List of strings. Like \"file_copies\" but displayed\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11063 " only if the --copied switch is set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11064 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11065
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11066 msgid ":file_mods: List of strings. Files modified by this changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11067 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11068
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11069 msgid ":file_dels: List of strings. Files removed by this changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11070 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11071
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11072 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11073 ":node: String. The changeset identification hash, as a 40 hexadecimal\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11074 " digit string."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11075 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11076
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11077 msgid ":parents: List of strings. The parents of the changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11078 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11079
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11080 msgid ":rev: Integer. The repository-local changeset revision number."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11081 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11082
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11083 msgid ":tags: List of strings. Any tags associated with the changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11084 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11085
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11086 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11087 ":latesttag: String. Most recent global tag in the ancestors of this\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11088 " changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11089 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11090
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11091 msgid ":latesttagdistance: Integer. Longest path to the latest tag."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11092 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11093
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11094 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11095 "The \"date\" keyword does not produce human-readable output. If you\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11096 "want to use a date in your output, you can use a filter to process\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11097 "it. Filters are functions which return a string based on the input\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11098 "variable. Be sure to use the stringify filter first when you're\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11099 "applying a string-input filter to a list-like input variable.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11100 "You can also use a chain of filters to get the desired output::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11101 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11102
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11103 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11104 " $ hg tip --template \"{date|isodate}\\n\"\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11105 " 2008-08-21 18:22 +0000"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11106 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11107
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11108 msgid "List of filters:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11109 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11110
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11111 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11112 ":addbreaks: Any text. Add an XHTML \"<br />\" tag before the end of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11113 " every line except the last."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11114 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11115
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11116 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11117 ":age: Date. Returns a human-readable date/time difference between the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11118 " given date/time and the current date/time."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11119 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11120
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11121 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11122 ":basename: Any text. Treats the text as a path, and returns the last\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11123 " component of the path after splitting by the path separator\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11124 " (ignoring trailing separators). For example, \"foo/bar/baz\" becomes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11125 " \"baz\" and \"foo/bar//\" becomes \"bar\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11126 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11127
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11128 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11129 ":stripdir: Treat the text as path and strip a directory level, if\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11130 " possible. For example, \"foo\" and \"foo/bar\" becomes \"foo\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11131 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11132
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11133 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11134 ":date: Date. Returns a date in a Unix date format, including the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11135 " timezone: \"Mon Sep 04 15:13:13 2006 0700\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11136 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11137
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11138 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11139 ":domain: Any text. Finds the first string that looks like an email\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11140 " address, and extracts just the domain component. Example: ``User\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11141 " <user@example.com>`` becomes ``example.com``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11142 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11143
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11144 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11145 ":email: Any text. Extracts the first string that looks like an email\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11146 " address. Example: ``User <user@example.com>`` becomes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11147 " ``user@example.com``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11148 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11149
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11150 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11151 ":escape: Any text. Replaces the special XML/XHTML characters \"&\", \"<\"\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11152 " and \">\" with XML entities."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11153 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11154
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11155 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11156 ":hex: Any text. Convert a binary Mercurial node identifier into\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11157 " its long hexadecimal representation."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11158 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11159
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11160 msgid ":fill68: Any text. Wraps the text to fit in 68 columns."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11161 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11162
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11163 msgid ":fill76: Any text. Wraps the text to fit in 76 columns."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11164 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11165
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11166 msgid ":firstline: Any text. Returns the first line of text."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11167 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11168
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11169 msgid ":nonempty: Any text. Returns '(none)' if the string is empty."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11170 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11171
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11172 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11173 ":hgdate: Date. Returns the date as a pair of numbers: \"1157407993\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11174 " 25200\" (Unix timestamp, timezone offset)."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11175 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11176
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11177 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11178 ":isodate: Date. Returns the date in ISO 8601 format: \"2009-08-18 13:00\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11179 " +0200\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11180 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11181
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11182 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11183 ":isodatesec: Date. Returns the date in ISO 8601 format, including\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11184 " seconds: \"2009-08-18 13:00:13 +0200\". See also the rfc3339date\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11185 " filter."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11186 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11187
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11188 msgid ":localdate: Date. Converts a date to local date."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11189 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11190
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11191 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11192 ":obfuscate: Any text. Returns the input text rendered as a sequence of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11193 " XML entities."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11194 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11195
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11196 msgid ":person: Any text. Returns the text before an email address."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11197 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11198
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11199 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11200 ":rfc822date: Date. Returns a date using the same format used in email\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11201 " headers: \"Tue, 18 Aug 2009 13:00:13 +0200\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11202 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11203
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11204 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11205 ":rfc3339date: Date. Returns a date using the Internet date format\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11206 " specified in RFC 3339: \"2009-08-18T13:00:13+02:00\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11207 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11208
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11209 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11210 ":short: Changeset hash. Returns the short form of a changeset hash,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11211 " i.e. a 12 hexadecimal digit string."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11212 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11213
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11214 msgid ":shortdate: Date. Returns a date like \"2006-09-18\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11215 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11216
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11217 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11218 ":stringify: Any type. Turns the value into text by converting values into\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11219 " text and concatenating them."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11220 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11221
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11222 msgid ":strip: Any text. Strips all leading and trailing whitespace."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11223 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11224
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11225 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11226 ":tabindent: Any text. Returns the text, with every line except the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11227 " first starting with a tab character."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11228 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11229
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11230 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11231 ":urlescape: Any text. Escapes all \"special\" characters. For example,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11232 " \"foo bar\" becomes \"foo%20bar\"."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11233 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11234
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11235 msgid ":user: Any text. Returns the user portion of an email address.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11236 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11237
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11238 msgid "Valid URLs are of the form::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11239 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11240
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11241 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11242 " local/filesystem/path[#revision]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11243 " file://local/filesystem/path[#revision]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11244 " http://[user[:pass]@]host[:port]/[path][#revision]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11245 " https://[user[:pass]@]host[:port]/[path][#revision]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11246 " ssh://[user[:pass]@]host[:port]/[path][#revision]"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11247 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11248
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11249 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11250 "Paths in the local filesystem can either point to Mercurial\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11251 "repositories or to bundle files (as created by :hg:`bundle` or :hg:`\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11252 "incoming --bundle`)."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11253 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11254
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11255 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11256 "An optional identifier after # indicates a particular branch, tag, or\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11257 "changeset to use from the remote repository. See also :hg:`help\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11258 "revisions`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11259 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11260
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11261 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11262 "Some features, such as pushing to http:// and https:// URLs are only\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11263 "possible if the feature is explicitly enabled on the remote Mercurial\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11264 "server."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11265 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11266
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11267 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11268 "Note that the security of HTTPS URLs depends on proper configuration of\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11269 "web.cacerts."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11270 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11271
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11272 msgid "Some notes about using SSH with Mercurial:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11273 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11274
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11275 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11276 "- SSH requires an accessible shell account on the destination machine\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11277 " and a copy of hg in the remote path or specified with as remotecmd.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11278 "- path is relative to the remote user's home directory by default. Use\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11279 " an extra slash at the start of a path to specify an absolute path::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11280 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11281
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11282 msgid " ssh://example.com//tmp/repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11283 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11284
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11285 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11286 "- Mercurial doesn't use its own compression via SSH; the right thing\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11287 " to do is to configure it in your ~/.ssh/config, e.g.::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11288 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11289
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11290 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11291 " Host *.mylocalnetwork.example.com\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11292 " Compression no\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11293 " Host *\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11294 " Compression yes"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11295 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11296
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11297 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11298 " Alternatively specify \"ssh -C\" as your ssh command in your\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11299 " configuration file or with the --ssh command line option."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11300 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11301
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11302 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11303 "These URLs can all be stored in your configuration file with path\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11304 "aliases under the [paths] section like so::"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11305 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11306
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11307 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11308 " [paths]\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11309 " alias1 = URL1\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11310 " alias2 = URL2\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11311 " ..."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11312 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11313
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11314 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11315 "You can then use the alias for any command that uses a URL (for\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11316 "example :hg:`pull alias1` will be treated as :hg:`pull URL1`)."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11317 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11318
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11319 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11320 "Two path aliases are special because they are used as defaults when\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11321 "you do not provide the URL to a command:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11322 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11323
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11324 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11325 "default:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11326 " When you create a repository with hg clone, the clone command saves\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11327 " the location of the source repository as the new repository's\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11328 " 'default' path. This is then used when you omit path from push- and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11329 " pull-like commands (including incoming and outgoing)."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11330 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11331
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11332 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11333 "default-push:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11334 " The push command will look for a path named 'default-push', and\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11335 " prefer it over 'default' if both are defined.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11336 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11337
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11338 msgid "remote branch lookup not supported"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11339 msgstr "不支援遠端分支查閱"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11340
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11341 msgid "dirstate branch not accessible"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11342 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11343
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11344 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11345 msgid "unknown branch '%s'"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11346 msgstr "不知道的分支 '%s'"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11347
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11348 msgid "can only share local repositories"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11349 msgstr "只能分享本地端儲存庫(s)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11350
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11351 msgid "destination already exists"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11352 msgstr "目的端已存在"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11353
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11354 msgid "updating working directory\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11355 msgstr "更新工作目錄中\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11356
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11357 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11358 msgid "destination directory: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11359 msgstr "目的端目錄: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11360
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11361 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11362 msgid "destination '%s' already exists"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11363 msgstr "目的端 '%s' 已存在"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11364
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11365 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11366 msgid "destination '%s' is not empty"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11367 msgstr "目的端 '%s' 不是空的"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11368
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11369 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11370 "src repository does not support revision lookup and so doesn't support clone "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11371 "by revision"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11372 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11373
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11374 msgid "clone from remote to remote not supported"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11375 msgstr "從一個遠端clone到另一個遠端的功能是不支援的 "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11376
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11377 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
11378 msgid "updating to branch %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11379 msgstr "正在更新到%s分支\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11380
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11381 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11382 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11383 "%d files updated, %d files merged, %d files removed, %d files unresolved\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11384 msgstr "%d個更新 %d個合併 %d個移除 %d個未解決\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11385
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11386 msgid "use 'hg resolve' to retry unresolved file merges\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11387 msgstr "使用'hg resolve'重新嘗試合併未解決的檔案\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11388
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11389 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11390 "use 'hg resolve' to retry unresolved file merges or 'hg update -C .' to "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11391 "abandon\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11392 msgstr "使用'hg resolve'重新嘗試合併未解決的檔案或用 'hg update -C'放棄\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11393
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11394 msgid "(branch merge, don't forget to commit)\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11395 msgstr "(分支已經合併了,別忘了要commit喔)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11396
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11397 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11398 msgid "error reading %s/.hg/hgrc: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11399 msgstr "! %s/.hg/hgrc 讀取錯誤:%s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11400
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11401 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11402 msgid "error accessing repository at %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11403 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11404
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11405 msgid "SSL support is unavailable"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11406 msgstr "SSL 支援不能用"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11407
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11408 msgid "IPv6 is not available on this system"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11409 msgstr "此作業系統不支援 IPv6"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11410
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11411 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11412 msgid "cannot start server at '%s:%d': %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11413 msgstr "無法於 '%s:%d' 啟動伺服器: %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11414
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11415 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11416 msgid "calling hook %s: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11417 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11418
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11419 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11420 msgid "%s hook is invalid (\"%s\" not in a module)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11421 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11422
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11423 msgid "exception from first failed import attempt:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11424 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11425
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11426 msgid "exception from second failed import attempt:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11427 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11428
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11429 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11430 msgid "%s hook is invalid (import of \"%s\" failed)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11431 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11432
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11433 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11434 msgid "%s hook is invalid (\"%s\" is not defined)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11435 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11436
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11437 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11438 msgid "%s hook is invalid (\"%s\" is not callable)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11439 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11440
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11441 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11442 msgid "error: %s hook failed: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11443 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11444
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11445 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11446 msgid "error: %s hook raised an exception: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11447 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11448
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11449 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11450 msgid "%s hook failed"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11451 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11452
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11453 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11454 msgid "warning: %s hook failed\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11455 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11456
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11457 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11458 msgid "running hook %s: %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11459 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11460
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11461 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11462 msgid "%s hook %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11463 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11464
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11465 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11466 msgid "warning: %s hook %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11467 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11468
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11469 msgid "connection ended unexpectedly"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11470 msgstr "連線意外的結束了"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11471
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11472 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11473 msgid "unsupported URL component: \"%s\""
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11474 msgstr "不支援的URL元件:'%s'"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11475
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11476 msgid "operation not supported over http"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11477 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11478
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11479 msgid "authorization failed"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11480 msgstr "身份認證失敗"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11481
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11482 msgid "http error, possibly caused by proxy setting"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11483 msgstr "http 錯誤,可能是由proxy產生的"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11484
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11485 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11486 msgid "real URL is %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11487 msgstr "真正的URL是 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11488
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11489 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11490 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11491 "'%s' does not appear to be an hg repository:\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11492 "---%%<--- (%s)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11493 "%s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11494 "---%%<---\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11495 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11496
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11497 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11498 msgid "'%s' sent a broken Content-Type header (%s)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11499 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11500
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11501 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11502 msgid "'%s' uses newer protocol %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11503 msgstr "'%s'使用最新的通訊協定 %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11504
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11505 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11506 msgid "push failed: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11507 msgstr "push 失敗: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11508
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11509 msgid "Python support for SSL and HTTPS is not installed"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11510 msgstr "SSL 和HTTPS 的python support 沒有安裝"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11511
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11512 msgid "cannot create new http repository"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11513 msgstr "不能建立新的 http 儲存庫"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11514
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11515 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
11516 msgid "ignoring invalid syntax '%s'"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11517 msgstr "忽略無效的語法 '%s'"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11518
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11519 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11520 msgid "skipping unreadable ignore file '%s': %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11521 msgstr "略過不能讀取的忽略檔 '%s' : %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11522
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11523 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11524 msgid "repository %s not found"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11525 msgstr "找不到 %s 儲存庫"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11526
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11527 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11528 msgid "repository %s already exists"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11529 msgstr "%s 儲存庫已經在了"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11530
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11531 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11532 msgid "requirement '%s' not supported"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11533 msgstr "要求 '%s' 不被支援"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11534
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11535 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11536 msgid ".hg/sharedpath points to nonexistent directory %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11537 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11538
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11539 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11540 msgid "%r cannot be used in a tag name"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11541 msgstr "%r 不能當成標記名稱來用"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11542
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11543 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11544 msgid "warning: tag %s conflicts with existing branch name\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11545 msgstr "警告: 標記 %s 跟現有的分支名稱衝突。\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11546
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11547 msgid "working copy of .hgtags is changed (please commit .hgtags manually)"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11548 msgstr ".hgtags 的工作複本已經被改變了(請手工提交 .hgtags)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11549
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11550 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11551 msgid "working directory has unknown parent '%s'!"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11552 msgstr "工作目錄有未知的母系'%s'!"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11553
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11554 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11555 msgid "unknown revision '%s'"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11556 msgstr "未知的修定版 '%s'"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11557
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11558 msgid "abandoned transaction found - run hg recover"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11559 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11560
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11561 msgid "rolling back interrupted transaction\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11562 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11563
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11564 msgid "no interrupted transaction available\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11565 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11566
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11567 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11568 msgid "rolling back to revision %s (undo %s: %s)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11569 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11570
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11571 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11572 msgid "rolling back to revision %s (undo %s)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11573 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11574
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11575 msgid "rolling back unknown transaction\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11576 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11577
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11578 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11579 msgid "Named branch could not be reset, current branch still is: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11580 msgstr "指名的分支不能被重置,目前分支依然是: %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11581
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11582 msgid "no rollback information available\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11583 msgstr "沒有 rollback 資訊可以用\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11584
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11585 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11586 msgid "waiting for lock on %s held by %r\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11587 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11588
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11589 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11590 msgid "repository %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11591 msgstr "儲存庫 %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11592
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11593 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11594 msgid "working directory of %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11595 msgstr "%s 的工作目錄"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11596
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11597 msgid "cannot partially commit a merge (do not specify files or patterns)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11598 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11599
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11600 msgid "can't commit subrepos without .hgsub"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11601 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11602
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11603 msgid "file not found!"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11604 msgstr "找不到檔案!"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11605
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11606 msgid "no match under directory!"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11607 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11608
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11609 msgid "file not tracked!"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11610 msgstr "檔案沒有被追蹤!"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11611
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11612 msgid "unresolved merge conflicts (see hg resolve)"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11613 msgstr "未解決的合併衝突(詳見 hg resolve)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11614
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11615 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11616 msgid "committing subrepository %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11617 msgstr "正在提交子儲存庫 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11618
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11619 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11620 msgid "note: commit message saved in %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11621 msgstr "注意: 提交訊息存放在%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11622
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11623 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11624 msgid "trouble committing %s!\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11625 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11626
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11627 msgid "requesting all changes\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11628 msgstr "正在重新要求所有的changes\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11629
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11630 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11631 "partial pull cannot be done because other repository doesn't support "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11632 "changegroupsubset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11633 msgstr "局部pull 不能完成,因為其他儲存庫不支援changegroupsubset."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11634
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11635 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11636 msgid "%d changesets found\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11637 msgstr "找到%d個changesets\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11638
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11639 msgid "bundling changes"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11640 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11641
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11642 msgid "chunks"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11643 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11644
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11645 msgid "bundling manifests"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11646 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11647
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11648 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11649 msgid "empty or missing revlog for %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11650 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11651
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11652 msgid "bundling files"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11653 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11654
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11655 msgid "adding changesets\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11656 msgstr "新增changesets\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11657
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11658 msgid "received changelog group is empty"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11659 msgstr "接收的changelog group是空白的"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11660
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11661 msgid "adding manifests\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11662 msgstr "新增清單\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11663
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11664 msgid "manifests"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11665 msgstr "清單"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11666
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11667 msgid "adding file changes\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11668 msgstr "新增檔案變更\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11669
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11670 msgid "received file revlog group is empty"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11671 msgstr "接收的file revlog group是空白的"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11672
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11673 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11674 msgid "missing file data for %s:%s - run hg verify"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11675 msgstr "遺失檔案資料 for %s:%s - 執行 hg verify"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11676
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11677 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11678 msgid " (%+d heads)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11679 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11680
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11681 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11682 msgid "added %d changesets with %d changes to %d files%s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11683 msgstr "增加%d個changesets with %d個變更到%d個檔案%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11684
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11685 msgid "Unexpected response from remote server:"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11686 msgstr "遠端伺服器回傳一個意料之外的回應:"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11687
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11688 msgid "operation forbidden by server"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11689 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11690
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11691 msgid "locking the remote repository failed"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11692 msgstr "鎖住遠端儲存庫失敗了"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11693
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11694 msgid "the server sent an unknown error code"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11695 msgstr "伺服器傳送了一個未知的錯誤碼"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11696
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11697 msgid "streaming all changes\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11698 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11699
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11700 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11701 msgid "%d files to transfer, %s of data\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11702 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11703
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11704 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11705 msgid "transferred %s in %.1f seconds (%s/sec)\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11706 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11707
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11708 msgid "smtp.host not configured - cannot send mail"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11709 msgstr "smtp.host 沒有設定 - hg沒有辦法寄信"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11710
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11711 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11712 msgid "sending mail: smtp host %s, port %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11713 msgstr "正在寄mail: smtp host %s,port %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11714
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11715 msgid "can't use TLS: Python SSL support not installed"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11716 msgstr "不能用 TLS: python 的 SSL 支援沒有安裝(?)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11717
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11718 msgid "(using tls)\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11719 msgstr "(使用 TLS)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11720
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11721 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11722 msgid "(authenticating to mail server as %s)\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11723 msgstr "(用 %s 認証到 mail 伺服器)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11724
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11725 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11726 msgid "sending mail: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11727 msgstr "正在寄mail: %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11728
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11729 msgid "smtp specified as email transport, but no smtp host configured"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11730 msgstr "smtp 被描述成是一個email 傳輸器,但是沒有設定 smtp host"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11731
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11732 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11733 msgid "%r specified as email transport, but not in PATH"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11734 msgstr "描述%r是一個email傳輸器,但是他不在PATH裡"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11735
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11736 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11737 msgid "ignoring invalid sendcharset: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11738 msgstr "忽略無效的傳送字元集: %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11739
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11740 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11741 msgid "invalid email address: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11742 msgstr "不能用的E mail 位址: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11743
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11744 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11745 msgid "invalid local address: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11746 msgstr "不能用的本地位址: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11747
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11748 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11749 msgid "failed to remove %s from manifest"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11750 msgstr "從清單移除 %s 失敗了"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11751
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11752 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11753 msgid "invalid pattern (%s): %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11754 msgstr "無效的表達式(%s): %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11755
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11756 msgid "invalid pattern"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11757 msgstr "無效的表達式"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11758
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11759 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11760 msgid "diff context lines count must be an integer, not %r"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11761 msgstr "\"diff context lines count\" 必須是一個整數,不是 %r"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11762
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11763 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11764 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11765 "untracked file in working directory differs from file in requested revision: "
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11766 "'%s'"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11767 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11768
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11769 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11770 msgid "case-folding collision between %s and %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11771 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11772
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11773 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11774 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11775 " conflicting flags for %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11776 "(n)one, e(x)ec or sym(l)ink?"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11777 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11778
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11779 msgid "&None"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11780 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11781
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11782 msgid "E&xec"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11783 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11784
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11785 msgid "Sym&link"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11786 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11787
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11788 msgid "resolving manifests\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11789 msgstr "解決清單中\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11790
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11791 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11792 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11793 " local changed %s which remote deleted\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11794 "use (c)hanged version or (d)elete?"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11795 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11796
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11797 msgid "&Changed"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11798 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11799
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11800 msgid "&Delete"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11801 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11802
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11803 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11804 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11805 "remote changed %s which local deleted\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11806 "use (c)hanged version or leave (d)eleted?"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11807 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11808
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11809 msgid "&Deleted"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11810 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11811
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11812 msgid "updating"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11813 msgstr "更新中"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11814
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11815 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11816 msgid "update failed to remove %s: %s!\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11817 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11818
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11819 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11820 msgid "getting %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11821 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11822
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11823 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11824 msgid "getting %s to %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11825 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11826
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11827 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11828 msgid "note: possible conflict - %s was renamed multiple times to:\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11829 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11830
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11831 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11832 msgid "branch %s not found"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11833 msgstr "找不到 branch %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11834
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11835 msgid "merging with a working directory ancestor has no effect"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11836 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11837
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11838 msgid "nothing to merge (use 'hg update' or check 'hg heads')"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11839 msgstr "沒有可合併的變更 (請使用 'hg update' 或 'hg heads' 檢查)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11840
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11841 msgid "outstanding uncommitted changes (use 'hg status' to list changes)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11842 msgstr "還有未 commit 的變更 (請使用 'hg status' 來列出變更)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11843
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11844 msgid "crosses branches (merge branches or use --clean to discard changes)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11845 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11846
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11847 msgid "crosses branches (merge branches or use --check to force update)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11848 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11849
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11850 msgid "Attention:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11851 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11852
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11853 msgid "Caution:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11854 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11855
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11856 msgid "!Danger!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11857 msgstr "!!危險!!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11858
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11859 msgid "Error:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11860 msgstr "錯誤:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11861
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11862 msgid "Hint:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11863 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11864
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11865 msgid "Important:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11866 msgstr "重要:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11867
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11868 msgid "Note:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11869 msgstr "備注:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11870
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11871 msgid "Tip:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11872 msgstr "提示:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11873
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11874 msgid "Warning!"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11875 msgstr "警報!"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11876
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11877 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11878 msgid "cannot create %s: destination already exists"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11879 msgstr "無法建立 %s: 目的端已存在"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11880
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11881 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11882 msgid "cannot create %s: unable to create destination directory"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11883 msgstr "無法建立 %s: 無法建立目的端目錄"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11884
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11885 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11886 msgid "unable to find '%s' for patching\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11887 msgstr "找不到可 patch 的 '%s'\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11888
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11889 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11890 msgid "patching file %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11891 msgstr "檔案 %s patching 中\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11892
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11893 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11894 msgid "%d out of %d hunks FAILED -- saving rejects to file %s\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11895 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11896
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11897 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11898 msgid "bad hunk #%d %s (%d %d %d %d)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11899 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11900
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11901 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11902 msgid "file %s already exists\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11903 msgstr "檔案 %s 已存在\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11904
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11905 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11906 msgid "Hunk #%d succeeded at %d with fuzz %d (offset %d lines).\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11907 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11908
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11909 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11910 msgid "Hunk #%d succeeded at %d (offset %d lines).\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11911 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11912
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11913 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11914 msgid "Hunk #%d FAILED at %d\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11915 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11916
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11917 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11918 msgid "bad hunk #%d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11919 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11920
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11921 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11922 msgid "bad hunk #%d old text line %d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11923 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11924
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11925 msgid "could not extract binary patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11926 msgstr "無法解開 binary patch"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11927
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11928 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11929 msgid "binary patch is %d bytes, not %d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11930 msgstr "binary patch 是 %d bytes,而不是 %d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11931
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11932 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11933 msgid "unable to strip away %d of %d dirs from %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11934 msgstr "不能去除(strip away) %d of %d個目錄從 %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11935
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11936 msgid "undefined source and destination files"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11937 msgstr "沒有定義來源跟目標檔案"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11938
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11939 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11940 msgid "malformed patch %s %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11941 msgstr "有缺陷的patch %s %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11942
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11943 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11944 msgid "unsupported parser state: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11945 msgstr "不支援的解析器狀態: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11946
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11947 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11948 msgid "patch command failed: %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11949 msgstr "patch 命令失敗: %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11950
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11951 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11952 msgid "unsupported line endings type: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11953 msgstr "不支援的行尾結束類型: %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11954
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11955 msgid "patch failed to apply"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11956 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11957
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11958 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
11959 msgid " %d files changed, %d insertions(+), %d deletions(-)\n"
20323
f493c2f67430 i18n: fix non-matching 1st line indentations
Simon Heimberg <simohe@besonet.ch>
parents: 20307
diff changeset
11960 msgstr " %d 修改,%d 插入(+),%d 刪除(-)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11961
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11962 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11963 msgid "exited with status %d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11964 msgstr "以狀態 %d 離開"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11965
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11966 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11967 msgid "killed by signal %d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11968 msgstr "已被信號 %d 終止"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11969
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11970 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11971 msgid "saved backup bundle to %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11972 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11973
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11974 msgid "adding branch\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11975 msgstr "正在新增 branch\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11976
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11977 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11978 msgid "strip failed, full bundle stored in '%s'\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11979 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11980
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11981 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11982 msgid "strip failed, partial bundle stored in '%s'\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11983 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11984
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11985 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11986 msgid "cannot %s; remote repository does not support the %r capability"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11987 msgstr "不能 %s;遠端儲存庫不支援 %r 功能"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11988
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11989 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11990 msgid "unknown compression type %r"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11991 msgstr "未知的壓縮類型 %r"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11992
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11993 msgid "index entry flags need RevlogNG"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11994 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
11995
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11996 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11997 msgid "index %s unknown flags %#04x for format v0"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11998 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
11999
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12000 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12001 msgid "index %s unknown flags %#04x for revlogng"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12002 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12003
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12004 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12005 msgid "index %s unknown format %d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12006 msgstr "index %s 未知的格式 %d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12007
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12008 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12009 msgid "index %s is corrupted"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12010 msgstr "index %s 已被竄改"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12011
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12012 msgid "no node"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12013 msgstr "沒有 node"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12014
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12015 msgid "ambiguous identifier"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12016 msgstr "不明確的 identifier"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12017
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12018 msgid "no match found"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12019 msgstr "找不到符合的"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12020
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12021 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12022 msgid "incompatible revision flag %x"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12023 msgstr "不相容的修定版旗標 %x"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12024
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12025 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12026 msgid "%s not found in the transaction"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12027 msgstr "於 transaction 中找不到 %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12028
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12029 msgid "consistency error in delta"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12030 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12031
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12032 msgid "unknown base"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12033 msgstr "未知的 base"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12034
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12035 msgid "unterminated string"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12036 msgstr "沒有結束的字串"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12037
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12038 msgid "syntax error"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12039 msgstr "語法錯誤"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12040
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12041 msgid "missing argument"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12042 msgstr "參數遺失"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12043
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12044 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12045 msgid "can't use %s here"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12046 msgstr "不能再這裡使用 %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12047
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12048 msgid "can't use a list in this context"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12049 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12050
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12051 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12052 msgid "not a function: %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12053 msgstr "%s 不是函式(function)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12054
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12055 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12056 "``id(string)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12057 " Revision non-ambiguously specified by the given hex string prefix."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12058 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12059
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12060 #. i18n: "id" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12061 msgid "id requires one argument"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12062 msgstr "id 需要一個參數"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12063
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12064 #. i18n: "id" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12065 msgid "id requires a string"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12066 msgstr "id 需要一個字串"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12067
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12068 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12069 "``rev(number)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12070 " Revision with the given numeric identifier."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12071 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12072
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12073 #. i18n: "rev" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12074 msgid "rev requires one argument"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12075 msgstr "rev 需要一個參數"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12076
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12077 #. i18n: "rev" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12078 msgid "rev requires a number"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12079 msgstr "rev 需要一個數字"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12080
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12081 #. i18n: "rev" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12082 msgid "rev expects a number"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12083 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12084
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12085 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12086 "``p1(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12087 " First parent of changesets in set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12088 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12089
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12090 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12091 "``p2(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12092 " Second parent of changesets in set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12093 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12094
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12095 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12096 "``parents(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12097 " The set of all parents for all changesets in set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12098 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12099
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12100 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12101 "``max(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12102 " Changeset with highest revision number in set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12103 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12104
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12105 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12106 "``min(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12107 " Changeset with lowest revision number in set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12108 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12109
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12110 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12111 "``limit(set, n)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12112 " First n members of set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12113 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12114
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12115 #. i18n: "limit" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12116 msgid "limit requires two arguments"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12117 msgstr "limit 需要兩個參數"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12118
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12119 #. i18n: "limit" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12120 msgid "limit requires a number"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12121 msgstr "limit 需要一個數字"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12122
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12123 #. i18n: "limit" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12124 msgid "limit expects a number"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12125 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12126
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12127 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12128 "``children(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12129 " Child changesets of changesets in set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12130 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12131
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12132 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12133 "``branch(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12134 " All changesets belonging to the branches of changesets in set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12135 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12136
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12137 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12138 "``ancestor(single, single)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12139 " Greatest common ancestor of the two changesets."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12140 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12141
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12142 #. i18n: "ancestor" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12143 msgid "ancestor requires two arguments"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12144 msgstr "ancestor 需要兩個參數"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12145
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12146 #. i18n: "ancestor" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12147 msgid "ancestor arguments must be single revisions"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12148 msgstr "ancestor的參數必須是單個修訂版"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12149
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12150 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12151 "``ancestors(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12152 " Changesets that are ancestors of a changeset in set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12153 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12154
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12155 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12156 "``descendants(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12157 " Changesets which are descendants of changesets in set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12158 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12159
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12160 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12161 "``follow()``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12162 " An alias for ``::.`` (ancestors of the working copy's first parent)."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12163 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12164
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12165 #. i18n: "follow" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12166 msgid "follow takes no arguments"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12167 msgstr "follow 不需要參數"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12168
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12169 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12170 "``date(interval)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12171 " Changesets within the interval, see :hg:`help dates`."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12172 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12173
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12174 #. i18n: "date" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12175 msgid "date requires a string"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12176 msgstr "date 需要一個字串"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12177
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12178 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12179 "``keyword(string)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12180 " Search commit message, user name, and names of changed files for\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12181 " string."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12182 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12183
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12184 #. i18n: "keyword" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12185 msgid "keyword requires a string"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12186 msgstr "keyword 需要一個字串"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12187
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12188 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12189 "``grep(regex)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12190 " Like ``keyword(string)`` but accepts a regex. Use ``grep(r'...')``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12191 " to ensure special escape characters are handled correctly."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12192 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12193
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12194 #. i18n: "grep" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12195 msgid "grep requires a string"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12196 msgstr "grep 需要一個字串"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12197
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12198 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12199 msgid "invalid match pattern: %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12200 msgstr "無效的符合表達式: %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12201
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12202 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12203 "``author(string)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12204 " Alias for ``user(string)``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12205 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12206
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12207 #. i18n: "author" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12208 msgid "author requires a string"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12209 msgstr "author 需要一個字串"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12210
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12211 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12212 "``user(string)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12213 " User name is string."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12214 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12215
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12216 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12217 "``file(pattern)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12218 " Changesets affecting files matched by pattern."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12219 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12220
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12221 #. i18n: "file" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12222 msgid "file requires a pattern"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12223 msgstr "file 需要一個檔名表達式"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12224
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12225 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12226 "``contains(pattern)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12227 " Revision contains pattern."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12228 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12229
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12230 #. i18n: "contains" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12231 msgid "contains requires a pattern"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12232 msgstr "contains 需要一個表示式"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12233
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12234 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12235 "``modifies(pattern)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12236 " Changesets modifying files matched by pattern."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12237 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12238
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12239 #. i18n: "modifies" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12240 msgid "modifies requires a pattern"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12241 msgstr "modifies 需要一個檔名表達式"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12242
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12243 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12244 "``adds(pattern)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12245 " Changesets that add a file matching pattern."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12246 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12247
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12248 #. i18n: "adds" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12249 msgid "adds requires a pattern"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12250 msgstr "adds 需要一個檔名表達式"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12251
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12252 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12253 "``removes(pattern)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12254 " Changesets which remove files matching pattern."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12255 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12256
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12257 #. i18n: "removes" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12258 msgid "removes requires a pattern"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12259 msgstr "removes 需要一個檔名表達式"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12260
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12261 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12262 "``merge()``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12263 " Changeset is a merge changeset."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12264 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12265
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12266 #. i18n: "merge" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12267 msgid "merge takes no arguments"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12268 msgstr "merge 不需要參數"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12269
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12270 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12271 "``closed()``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12272 " Changeset is closed."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12273 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12274
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12275 #. i18n: "closed" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12276 msgid "closed takes no arguments"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12277 msgstr "closed 不需要參數"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12278
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12279 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12280 "``head()``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12281 " Changeset is a named branch head."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12282 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12283
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12284 #. i18n: "head" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12285 msgid "head takes no arguments"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12286 msgstr "head 不需要參數"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12287
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12288 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12289 "``reverse(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12290 " Reverse order of set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12291 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12292
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12293 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12294 "``present(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12295 " An empty set, if any revision in set isn't found; otherwise,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12296 " all revisions in set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12297 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12298
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12299 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12300 "``sort(set[, [-]key...])``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12301 " Sort set by keys. The default sort order is ascending, specify a key\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12302 " as ``-key`` to sort in descending order."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12303 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12304
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12305 msgid " The keys can be:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12306 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12307
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12308 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12309 " - ``rev`` for the revision number,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12310 " - ``branch`` for the branch name,\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12311 " - ``desc`` for the commit message (description),\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12312 " - ``user`` for user name (``author`` can be used as an alias),\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12313 " - ``date`` for the commit date"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12314 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12315
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12316 #. i18n: "sort" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12317 msgid "sort requires one or two arguments"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12318 msgstr "sort 需要1個或2個參數"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12319
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12320 msgid "sort spec must be a string"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12321 msgstr "排序描述必須是一個字串"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12322
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12323 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12324 msgid "unknown sort key %r"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12325 msgstr "未知的排序鍵值 %r"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12326
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12327 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12328 "``all()``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12329 " All changesets, the same as ``0:tip``."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12330 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12331
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12332 #. i18n: "all" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12333 msgid "all takes no arguments"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12334 msgstr "all 不需要參數"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12335
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12336 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12337 "``heads(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12338 " Members of set with no children in set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12339 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12340
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12341 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12342 "``roots(set)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12343 " Changesets with no parent changeset in set."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12344 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12345
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12346 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12347 "``outgoing([path])``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12348 " Changesets not found in the specified destination repository, or the\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12349 " default push location."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12350 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12351
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12352 #. i18n: "outgoing" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12353 msgid "outgoing requires a repository path"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12354 msgstr "outgoing需要一個儲存庫路徑"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12355
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12356 msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12357 "``tag(name)``\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12358 " The specified tag by name, or all tagged revisions if no name is given."
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12359 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12360
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12361 #. i18n: "tag" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12362 msgid "tag takes one or no arguments"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12363 msgstr "tag 需要一個參數或不需要參數"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12364
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12365 #. i18n: "tag" is a keyword
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12366 msgid "the argument to tag must be a string"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12367 msgstr "tag的參數必須是一個字串"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12368
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12369 msgid "can't negate that"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12370 msgstr "不能否定那個"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12371
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12372 msgid "not a symbol"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12373 msgstr "不是一個符號"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12374
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12375 msgid "empty query"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12376 msgstr "空白的查詢"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12377
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12378 msgid "searching for exact renames"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12379 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12380
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12381 msgid "searching for similar files"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12382 msgstr "搜尋類似的檔案"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12383
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12384 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12385 msgid "%s looks like a binary file."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12386 msgstr "%s 看起來像是二進位檔案。"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12387
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12388 msgid "can only specify two labels."
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12389 msgstr "只能指定兩個 labels。"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12390
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12391 msgid "warning: conflicts during merge.\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12392 msgstr "警告: 合併中發生衝突。\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12393
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12394 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12395 msgid "couldn't parse location %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12396 msgstr "無法解析位址 %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12397
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12398 msgid "could not create remote repo"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12399 msgstr "無法建立遠端 repo"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12400
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12401 msgid "no suitable response from remote hg"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12402 msgstr "遠端hg沒有適當的回應"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12403
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12404 msgid "remote: "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12405 msgstr "遠端: "
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12406
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12407 msgid "unexpected response:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12408 msgstr "意料之外的回應:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12409
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12410 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12411 msgid "push refused: %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12412 msgstr "push 被拒絕: %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12413
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12414 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12415 msgid "'%s' does not appear to be an hg repository"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12416 msgstr ""
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12417
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12418 msgid "cannot lock static-http repository"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12419 msgstr "無法鎖定 static-http repository"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12420
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12421 msgid "cannot create new static-http repository"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12422 msgstr "無法建立新的 static-http repository"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12423
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12424 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12425 msgid "invalid entry in fncache, line %s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12426 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12427
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12428 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12429 msgid "subrepo spec file %s not found"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12430 msgstr "子儲存庫描述檔 %s 找不到"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12431
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12432 msgid "missing ] in subrepo source"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12433 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12434
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12435 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12436 msgid "bad subrepository pattern in %s: %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12437 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12438
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12439 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12440 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12441 " subrepository sources for %s differ\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12442 "use (l)ocal source (%s) or (r)emote source (%s)?"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12443 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12444
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12445 msgid "&Remote"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12446 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12447
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12448 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12449 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12450 " local changed subrepository %s which remote removed\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12451 "use (c)hanged version or (d)elete?"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12452 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12453
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12454 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12455 msgid ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12456 " remote changed subrepository %s which local removed\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12457 "use (c)hanged version or (d)elete?"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12458 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12459
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12460 #, python-format
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12461 msgid "default path for subrepository %s not found"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12462 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12463
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12464 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12465 msgid "unknown subrepo type %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12466 msgstr "未知的子儲存庫類型 %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12467
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12468 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12469 msgid "warning: error \"%s\" in subrepository \"%s\"\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12470 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12471
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12472 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12473 msgid "removing subrepo %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12474 msgstr "移除子儲存庫 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12475
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12476 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12477 msgid "pulling subrepo %s from %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12478 msgstr "拉收子儲存庫 %s 從 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12479
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12480 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12481 msgid "pushing subrepo %s to %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12482 msgstr "推送子儲存庫 %s 到 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12483
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12484 msgid "cannot commit svn externals"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12485 msgstr "不能提交 svn externals"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12486
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12487 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12488 msgid "not removing repo %s because it has changes.\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12489 msgstr "不能移除儲存庫 %s 因為他已經改變了.\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12490
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12491 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12492 msgid "%s, line %s: %s\n"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12493 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12494
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12495 msgid "cannot parse entry"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12496 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12497
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12498 #, python-format
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12499 msgid "node '%s' is not well formed"
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12500 msgstr ""
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12501
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12502 msgid ".hg/tags.cache is corrupt, rebuilding it\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12503 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12504
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12505 msgid "unmatched quotes"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12506 msgstr "沒有配對的引號"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12507
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12508 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12509 msgid "error expanding '%s%%%s'"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12510 msgstr "'%s%%%s'展開失敗"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12511
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12512 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12513 msgid "unknown filter '%s'"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12514 msgstr "未知的過濾器 '%s'"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12515
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12516 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12517 msgid "style not found: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12518 msgstr "找不到style: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12519
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12520 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12521 msgid "template file %s: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12522 msgstr "佔存檔 %s: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12523
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12524 msgid "cannot use transaction when it is already committed/aborted"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12525 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12526
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12527 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12528 msgid "failed to truncate %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12529 msgstr "不能清除(truncate) %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12530
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12531 msgid "transaction abort!\n"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12532 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12533
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12534 msgid "rollback completed\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12535 msgstr "rollback 完成了\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12536
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12537 msgid "rollback failed - please run hg recover\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12538 msgstr "rollback 失敗 - 請執行 hg recover 命令\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12539
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12540 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12541 msgid "Not trusting file %s from untrusted user %s, group %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12542 msgstr "不受信任的檔案 %s 從不受信任的使用者 %s,群組 %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12543
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12544 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12545 msgid "Ignored: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12546 msgstr "忽略: %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12547
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12548 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12549 msgid "(deprecated '%%' in path %s=%s from %s)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12550 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12551
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12552 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12553 msgid "ignoring untrusted configuration option %s.%s = %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12554 msgstr "忽略未受信任的設定選項 %s.%s=%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12555
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12556 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12557 msgid "%s.%s not a boolean ('%s')"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12558 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12559
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12560 msgid "enter a commit username:"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12561 msgstr "請輸入一個提交的使用者名稱:"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12562
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12563 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12564 msgid "No username found, using '%s' instead\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12565 msgstr "找不到名字,用 '%s'代替\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12566
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12567 msgid "no username supplied (see \"hg help config\")"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12568 msgstr "沒有提供使用者名稱(查閱 'hg help config')"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12569
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12570 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12571 msgid "username %s contains a newline\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12572 msgstr "使用者名稱 '%s' 裏面有換行字元\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12573
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12574 msgid "response expected"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12575 msgstr "預期之中的回應"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12576
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12577 msgid "unrecognized response\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12578 msgstr "辨認不出來的回應\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12579
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12580 msgid "password: "
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12581 msgstr "密碼:"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12582
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12583 msgid "edit failed"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12584 msgstr "編輯失敗"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12585
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12586 msgid "http authorization required"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12587 msgstr "http 需要認証"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12588
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12589 msgid "http authorization required\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12590 msgstr "http 需要認証\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12591
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12592 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12593 msgid "realm: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12594 msgstr "領域: %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12595
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12596 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12597 msgid "user: %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12598 msgstr "使用者: %s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12599
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12600 msgid "user:"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12601 msgstr "使用者:"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12602
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12603 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12604 msgid "http auth: user %s, password %s\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12605 msgstr "http 認証: 使用者 %s , 密碼 %s\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12606
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12607 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12608 msgid "ignoring invalid [auth] key '%s'\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12609 msgstr "忽略無效的[認証]鍵碼 '%s' \n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12610
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12611 msgid "certificate checking requires Python 2.6"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12612 msgstr "憑證檢驗需要Python 2.6版"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12613
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12614 msgid "no certificate received"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12615 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12616
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12617 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12618 msgid "certificate is for %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12619 msgstr "憑證是for %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12620
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12621 msgid "no commonName found in certificate"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12622 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12623
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12624 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12625 msgid "%s certificate error: %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12626 msgstr "%s 憑證錯誤: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12627
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12628 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12629 msgid "command '%s' failed: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12630 msgstr "命令 '%s' 失敗了: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12631
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12632 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12633 msgid "path contains illegal component: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12634 msgstr "path 包含了非法的組成元件: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12635
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12636 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12637 msgid "path %r is inside repo %r"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12638 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12639
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12640 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12641 msgid "path %r traverses symbolic link %r"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12642 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12643
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12644 msgid "Hardlinks not supported"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12645 msgstr "硬式連結不被支援"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12646
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12647 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12648 msgid "could not symlink to %r: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12649 msgstr "不能產生符號連結到 %r: %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12650
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12651 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12652 msgid "invalid date: %r"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12653 msgstr "%r 是無效的日期"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12654
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12655 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12656 msgid "date exceeds 32 bits: %d"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12657 msgstr "日期超出 32位元(s) 了 : %d"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12658
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12659 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12660 msgid "impossible time zone offset: %d"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12661 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12662
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12663 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12664 msgid "invalid day spec: %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12665 msgstr "無效的時間: %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12666
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12667 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12668 msgid "%.0f GB"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12669 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12670
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12671 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12672 msgid "%.1f GB"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12673 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12674
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12675 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12676 msgid "%.2f GB"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12677 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12678
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12679 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12680 msgid "%.0f MB"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12681 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12682
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12683 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12684 msgid "%.1f MB"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12685 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12686
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12687 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12688 msgid "%.2f MB"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12689 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12690
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12691 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12692 msgid "%.0f KB"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12693 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12694
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12695 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12696 msgid "%.1f KB"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12697 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12698
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12699 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12700 msgid "%.2f KB"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12701 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12702
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12703 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12704 msgid "%.0f bytes"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12705 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12706
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12707 #, python-format
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12708 msgid "no port number associated with service '%s'"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12709 msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12710
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12711 msgid "cannot verify bundle or remote repos"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12712 msgstr "不能 verify bundle 或 遠端儲存庫"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12713
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12714 msgid "interrupted"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12715 msgstr "中斷"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12716
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12717 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12718 msgid "empty or missing %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12719 msgstr "空白的或遺失 %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12720
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12721 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12722 msgid "data length off by %d bytes"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12723 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12724
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12725 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12726 msgid "index contains %d extra bytes"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12727 msgstr "index 包含 %d個額外的位元組"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12728
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12729 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12730 msgid "warning: `%s' uses revlog format 1"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12731 msgstr "警報:`%s' 使用 revlog 格式 1"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12732
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12733 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12734 msgid "warning: `%s' uses revlog format 0"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12735 msgstr "警報:`%s' 使用 revlog 格式 0"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12736
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12737 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12738 msgid "rev %d points to nonexistent changeset %d"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12739 msgstr "rev %d 指到不存在的 changeset %d"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12740
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12741 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12742 msgid "rev %d points to unexpected changeset %d"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12743 msgstr "rev %d 指到意料之外的changeset %d"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12744
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12745 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12746 msgid " (expected %s)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12747 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12748
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12749 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12750 msgid "unknown parent 1 %s of %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12751 msgstr "未知的母系 1 %s of %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12752
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12753 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12754 msgid "unknown parent 2 %s of %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12755 msgstr "未知的母系 2 %s of %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12756
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12757 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12758 msgid "checking parents of %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12759 msgstr "正在檢查 %s 的 parents"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12760
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12761 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12762 msgid "duplicate revision %d (%d)"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12763 msgstr "重複的修定版 %d (%d)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12764
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12765 msgid "abandoned transaction found - run hg recover\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12766 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12767
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12768 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12769 msgid "repository uses revlog format %d\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12770 msgstr "儲存庫使用 revlog 格式 %d\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12771
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12772 msgid "checking changesets\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12773 msgstr "檢查changeset中...\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12774
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12775 msgid "checking"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12776 msgstr "檢查中..."
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12777
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12778 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12779 msgid "unpacking changeset %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12780 msgstr "解包(unpacking)changeset %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12781
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12782 msgid "checking manifests\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12783 msgstr "檢查清單中...\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12784
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12785 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12786 msgid "%s not in changesets"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12787 msgstr "%s 不在changesets裡"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12788
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12789 msgid "file without name in manifest"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12790 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12791
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12792 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12793 msgid "reading manifest delta %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12794 msgstr "讀取manifest delta %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12795
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12796 msgid "crosschecking files in changesets and manifests\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12797 msgstr "在 changesets 和 manifests裡交叉檢查\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12798
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12799 msgid "crosschecking"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12800 msgstr "交叉檢查中"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12801
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12802 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12803 msgid "changeset refers to unknown manifest %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12804 msgstr "changeset 參考到未知的清單 %s"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12805
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12806 msgid "in changeset but not in manifest"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12807 msgstr "在changeset 但不在清單裡"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12808
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12809 msgid "in manifest but not in changeset"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12810 msgstr "在清單裡但不在changeset"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12811
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12812 msgid "checking files\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12813 msgstr "檢查檔案中...\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12814
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12815 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12816 msgid "cannot decode filename '%s'"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12817 msgstr "檔名 '%s' 不能被解碼"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12818
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12819 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12820 msgid "broken revlog! (%s)"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12821 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12822
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12823 msgid "missing revlog!"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12824 msgstr "遺失 revlog!"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12825
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12826 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12827 msgid "%s not in manifests"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12828 msgstr "%s 不在清單裡面"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12829
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12830 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12831 msgid "unpacked size is %s, %s expected"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12832 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12833
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12834 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12835 msgid "unpacking %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12836 msgstr "%s 拆包中(unpacking)"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12837
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12838 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12839 msgid "warning: copy source of '%s' not in parents of %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12840 msgstr "警報: '%s'的複製來源不在 %s 的母系"
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12841
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12842 #, python-format
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12843 msgid "empty or missing copy source revlog %s:%s"
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12844 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12845
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12846 #, python-format
9770
afe646dd78fc i18n-zh_TW: synchronized with e06c940d554d
Martin Geisler <mg@lazybytes.net>
parents: 8828
diff changeset
12847 msgid "warning: %s@%s: copy source revision is nullid %s:%s\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12848 msgstr ""
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12849
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12850 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12851 msgid "checking rename of %s"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12852 msgstr "正在檢查 %s 的更名"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12853
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12854 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12855 msgid "%s in manifests not found"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12856 msgstr "%s 在清單找不到"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12857
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12858 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12859 msgid "warning: orphan revlog '%s'"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12860 msgstr "警告: '%s' 是單獨的revlog"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12861
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12862 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12863 msgid "%d files, %d changesets, %d total revisions\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12864 msgstr "%d個檔案,%d個changesets,%d個總修訂版\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12865
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12866 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12867 msgid "%d warnings encountered!\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12868 msgstr "遇到了 %d 個警告\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12869
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12870 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12871 msgid "%d integrity errors encountered!\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12872 msgstr "遇到了 %d 個完整性錯誤\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12873
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12874 #, python-format
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12875 msgid "(first damaged changeset appears to be %d)\n"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12876 msgstr "(第一個危險的changeset 出現在%d)\n"
8828
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12877
49273e107818 i18n-zh_TW: Traditional Chinese translation
Chia-Huan Wu <willie.tw@gmail.com>
parents:
diff changeset
12878 msgid "user name not available - set USERNAME environment variable"
12903
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12879 msgstr "使用者名字(user name)不能用耶,設一下 USERNAME 吧"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12880
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12881 msgid "look up remote revision"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12882 msgstr "查看遠端修訂版"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12883
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12884 msgid "look up remote changes"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12885 msgstr "查看遠端changes"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12886
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12887 msgid "push failed:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12888 msgstr "push 失敗:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12889
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12890 msgid "push failed (unexpected response):"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12891 msgstr "push 失敗(意料之外的回應):"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12892
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12893 #~ msgid ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12894 #~ "%s: files over 10MB may cause memory and performance problems\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12895 #~ "(use 'hg revert %s' to unadd the file)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12896 #~ msgstr ""
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12897 #~ "%s: 檔案超過10M可能產生記憶體跟效能問題\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12898 #~ "(使用 'hg revert %s'來取消新增)\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12899
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12900 #~ msgid "journal already exists - run hg recover"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12901 #~ msgstr "日誌已經存在 - 執行 hg recover"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12902
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12903 #~ msgid "abort: could not import module %s!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12904 #~ msgstr "中止: 不能匯入 %s 模組!\n"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12905
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12906 #~ msgid "overwrite locally modified files (no backup)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12907 #~ msgstr "蓋過去本地端修改檔案(沒有備份)"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12908
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12909 #~ msgid "export the repository via HTTP"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12910 #~ msgstr "將 repository 經由 HTTP 發佈"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12911
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12912 #, fuzzy
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12913 #~ msgid "retry file merges from a merge or update"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12914 #~ msgstr "重試經由 merge 或 update 命令所造成、卻未完成的合併"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12915
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12916 #~ msgid "COMMANDS"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12917 #~ msgstr "命令"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12918
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12919 #~ msgid "certificate not valid before %s"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12920 #~ msgstr "在%s 之前憑證不是有效的"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12921
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12922 #~ msgid "unsynced changes"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12923 #~ msgstr "未同步的變更"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12924
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12925 #~ msgid " files"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12926 #~ msgstr "檔案"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12927
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12928 #~ msgid " options:"
13fb555677fe i18n-zh_TW: synchronize with 15ca4bfecfe3
Chia-Huan Wu <willie.tw@gmail.com>
parents: 11401
diff changeset
12929 #~ msgstr "\t選項:"