IRC refactoring: casemaps
[rbot] / po / zh_TW / rbot-wheelfortune.po
1 # Gettext template file for rbot
2 # Copyright (C) 2007 Tom Gilbert
3 # This file is distributed under the same license as the rbot package.
4 # Tom Gilbert <tom@linuxbrit.co.uk>, 2007.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: rbot\n"
9 "POT-Creation-Date: 2008-06-20 01:49+0200\n"
10 "PO-Revision-Date: 2007-07-09 01:24-0400\n"
11 "Last-Translator: Liang-Bin Hsueh <hlb@handlino.com>\n"
12 "Language-Team: Chinese\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 #: data/rbot/plugins/games/wheelfortune.rb:48
19 msgid " [Letters called so far: %{red}%{letters}%{nocolor}]"
20 msgstr ""
21
22 #: data/rbot/plugins/games/wheelfortune.rb:230
23 msgid ""
24 "wof [<channel>] play [<name>] for <single> to <max> => starts a wheel-of-"
25 "fortune game on channel <channel> (default: current channel), named <name> "
26 "(default: wheelfortune.game_name config setting, or the last game name used "
27 "by the user), with <single> points per round. the game is won when a player "
28 "reachers <max> points. vowels cost <single>*<single>/<max> points. The user "
29 "that starts the game is the game manager and must set up the clues and "
30 "answers in private. All the other users have to learn the answer to each "
31 "clue by saying single consonants or the whole sentence. Every time a "
32 "consonant is guessed, the bot will reveal the partial answer, showing the "
33 "missing letters as * (asterisks)."
34 msgstr ""
35
36 #: data/rbot/plugins/games/wheelfortune.rb:232
37 msgid ""
38 "wof <channel> [category: <cat>,] clue: <clue>, answer: <ans> => set up a new "
39 "question for the wheel-of-fortune game being played on channel <channel>. "
40 "This command must be sent in private by the game manager. The category <cat> "
41 "can be omitted. If you make mistakes, you can use 'wof replace' (see help) "
42 "before the question gets asked"
43 msgstr ""
44
45 #: data/rbot/plugins/games/wheelfortune.rb:234
46 msgid ""
47 "wof <channel> replace <round> [category: <cat>,] [clue: <clue>,] [answer: "
48 "<ans>] => fix the question for round <round> of the wheel-of-fortune game "
49 "being played on <channel> by replacing the category and/or clue and/or answer"
50 msgstr ""
51
52 #: data/rbot/plugins/games/wheelfortune.rb:236
53 msgid ""
54 "wof cancel => cancels the wheel-of-fortune being played on the current "
55 "channel"
56 msgstr ""
57
58 #: data/rbot/plugins/games/wheelfortune.rb:238
59 msgid ""
60 "wof buy <vowel> => buy the vowel <vowel>: the user buying the vowel will "
61 "lose points equal to the vowel price, and the corresponding vowel will be "
62 "revealed in the answer (if present)"
63 msgstr ""
64
65 #: data/rbot/plugins/games/wheelfortune.rb:240
66 msgid ""
67 "wof: wheel-of-fortune plugin. topics: play, category, clue, answer, replace, "
68 "cancel, buy"
69 msgstr ""
70
71 #: data/rbot/plugins/games/wheelfortune.rb:247
72 msgid "you must specify a channel"
73 msgstr ""
74
75 #: data/rbot/plugins/games/wheelfortune.rb:253
76 msgid "there's already a %{name} game on %{chan}, managed by %{who}"
77 msgstr ""
78
79 #: data/rbot/plugins/games/wheelfortune.rb:267
80 msgid ""
81 "%{who} just created a new %{name} game to %{max} points (%{single} per "
82 "question, %{price} per vowel)"
83 msgstr ""
84
85 #: data/rbot/plugins/games/wheelfortune.rb:274
86 msgid ""
87 "ok, the game has been created. now add clues and answers with \"wof %{chan} "
88 "[category: <category>,] clue: <clue>, answer: <ans>\". if the clue and "
89 "answer don't fit in one line, add the answer separately with \"wof %{chan} "
90 "answer <answer>\""
91 msgstr ""
92
93 #: data/rbot/plugins/games/wheelfortune.rb:282
94 #: data/rbot/plugins/games/wheelfortune.rb:343
95 #: data/rbot/plugins/games/wheelfortune.rb:412
96 #: data/rbot/plugins/games/wheelfortune.rb:522
97 #: data/rbot/plugins/games/wheelfortune.rb:559
98 msgid "there's no %{name} game running on %{chan}"
99 msgstr ""
100
101 #: data/rbot/plugins/games/wheelfortune.rb:291
102 msgid "you can't add questions to the %{name} game on %{chan}"
103 msgstr ""
104
105 #: data/rbot/plugins/games/wheelfortune.rb:301
106 #: data/rbot/plugins/games/wheelfortune.rb:383
107 msgid "sorry, the answer cannot contain the '*' character"
108 msgstr ""
109
110 #: data/rbot/plugins/games/wheelfortune.rb:308
111 msgid "ok, clue added for %{name} round %{count} on %{chan}: %{catclue}"
112 msgstr ""
113
114 #: data/rbot/plugins/games/wheelfortune.rb:310
115 msgid ""
116 "there's already a pending clue for %{name} round %{count} on %{chan}: %"
117 "{catclue}"
118 msgstr ""
119
120 #: data/rbot/plugins/games/wheelfortune.rb:323
121 msgid ""
122 "ok, QA added for %{name} round %{count} on %{chan}: %{catclue} => %{ans}"
123 msgstr ""
124
125 #: data/rbot/plugins/games/wheelfortune.rb:325
126 msgid "there's no pending clue for %{name} on %{chan}!"
127 msgstr ""
128
129 #: data/rbot/plugins/games/wheelfortune.rb:336
130 msgid ""
131 "something went wrong, I can't seem to understand what you're trying to set up"
132 msgstr ""
133
134 #: data/rbot/plugins/games/wheelfortune.rb:352
135 msgid "you can't replace questions to the %{name} game on %{chan}"
136 msgstr ""
137
138 #: data/rbot/plugins/games/wheelfortune.rb:365
139 msgid ""
140 "there are no questions in the %{name} game on %{chan} which can be replaced"
141 msgstr ""
142
143 #: data/rbot/plugins/games/wheelfortune.rb:370
144 msgid ""
145 "you can only replace questions between rounds %{min} and %{max} in the %"
146 "{name} game on %{chan}"
147 msgstr ""
148
149 #: data/rbot/plugins/games/wheelfortune.rb:398
150 msgid ""
151 "ok, replaced QA for %{name} round %{count} on %{chan}: %{catclue} => %{ans}"
152 msgstr ""
153
154 #: data/rbot/plugins/games/wheelfortune.rb:421
155 #: data/rbot/plugins/games/wheelfortune.rb:528
156 msgid ""
157 "there are no %{name} questions for %{chan}, I'm waiting for %{who} to add "
158 "them"
159 msgstr ""
160
161 #: data/rbot/plugins/games/wheelfortune.rb:429
162 msgid "%{bold}%{color}%{name}%{bold}, round %{count}:%{nocolor} %{qa}"
163 msgstr ""
164
165 #: data/rbot/plugins/games/wheelfortune.rb:444
166 msgid "no scores"
167 msgstr ""
168
169 #: data/rbot/plugins/games/wheelfortune.rb:465
170 msgid "You must buy the %{vowel}"
171 msgstr ""
172
173 #: data/rbot/plugins/games/wheelfortune.rb:476
174 msgid "%{who} got it! The answer was: %{ans}"
175 msgstr ""
176
177 #: data/rbot/plugins/games/wheelfortune.rb:482
178 msgid ""
179 "%{bold}%{color}%{name}%{bold}%{nocolor}: %{who} %{bold}wins%{bold} after %"
180 "{count} rounds!\n"
181 "The final score is"
182 msgstr ""
183
184 #: data/rbot/plugins/games/wheelfortune.rb:493
185 msgid ""
186 "%{bold}%{color}%{name}%{bold}, round %{count}%{nocolor} -- score so far:"
187 msgstr ""
188
189 #: data/rbot/plugins/games/wheelfortune.rb:538
190 msgid "%{who} buys a %{vowel} for %{price} points"
191 msgstr ""
192
193 #: data/rbot/plugins/games/wheelfortune.rb:546
194 msgid ""
195 "you can't buy a %{vowel}, %{who}: it costs %{price} points and you only have "
196 "%{score}"
197 msgstr ""
198
199 #: data/rbot/plugins/games/wheelfortune.rb:569
200 msgid "you can't cancel the current game"
201 msgstr ""
202
203 #: data/rbot/plugins/games/wheelfortune.rb:576
204 msgid "%{name} game cancelled after %{count} rounds. Partial score:"
205 msgstr ""