Update po files
[rbot] / po / zh_CN / rbot.po
1 # Gettext template file for rbot
2 # Copyright (C) 2007 Tom Gilbert
3 # This file is distributed under the same license as the PACKAGE 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-04-08 00:11+0200\n"
10 "PO-Revision-Date: 2007-07-09 01:39-0400\n"
11 "Last-Translator: Yaohan Chen <yaohan.chen@gmail.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=INTEGER; plural=EXPRESSION;\n"
17
18 #: lib/rbot/botuser.rb:42
19 msgid "Password for the bot owner"
20 msgstr ""
21
22 #: lib/rbot/botuser.rb:45
23 msgid ""
24 "Set false to prevent new botusers from logging in without a password when "
25 "the user netmask is known"
26 msgstr ""
27
28 #: lib/rbot/botuser.rb:48
29 msgid ""
30 "Set false to prevent new botusers from recognizing IRC users without a need "
31 "to manually login"
32 msgstr ""
33
34 #: lib/rbot/botuser.rb:51
35 msgid "Set true to allow new botusers to be created automatically"
36 msgstr ""
37
38 #: lib/rbot/botuser.rb:897
39 msgid "%{user}, you don't have '%{command}' permissions here"
40 msgstr ""
41
42 #: lib/rbot/config.rb:217
43 msgid "%{desc} [valid values are: %{values}]"
44 msgstr ""
45
46 #: lib/rbot/config.rb:351
47 msgid "First time rbot configuration wizard"
48 msgstr ""
49
50 #: lib/rbot/config.rb:354
51 msgid "This wizard will ask you a few questions to get you started."
52 msgstr ""
53
54 #: lib/rbot/config.rb:355
55 msgid ""
56 "The rest of rbot's configuration can be manipulated via IRC once rbot is "
57 "connected and you are auth'd."
58 msgstr ""
59
60 #: lib/rbot/core/auth.rb:71
61 msgid "please do not use + or - in front of command %{command} when resetting"
62 msgstr ""
63
64 #: lib/rbot/core/auth.rb:73
65 msgid "+ or - expected in front of %{string}"
66 msgstr ""
67
68 #: lib/rbot/core/auth.rb:86
69 msgid "'%{string}' doesn't look like a channel name"
70 msgstr ""
71
72 #: lib/rbot/core/auth.rb:95
73 msgid "trailing comma"
74 msgstr ""
75
76 #: lib/rbot/core/auth.rb:96
77 msgid "you probably forgot a comma"
78 msgstr ""
79
80 #: lib/rbot/core/auth.rb:111 lib/rbot/core/auth.rb:165
81 #: lib/rbot/core/auth.rb:231
82 msgid "couldn't find botuser %{name}"
83 msgstr ""
84
85 #: lib/rbot/core/auth.rb:113
86 msgid "you can't change permissions for %{username}"
87 msgstr ""
88
89 #: lib/rbot/core/auth.rb:120
90 msgid "couldn't satisfy your request: %{errors}"
91 msgstr ""
92
93 #: lib/rbot/core/auth.rb:159
94 msgid "you are owner, you can do anything"
95 msgstr ""
96
97 #: lib/rbot/core/auth.rb:162
98 msgid "owner can do anything"
99 msgstr ""
100
101 #: lib/rbot/core/auth.rb:173
102 msgid "on any channel: "
103 msgstr ""
104
105 #: lib/rbot/core/auth.rb:175
106 msgid "in private: "
107 msgstr ""
108
109 #: lib/rbot/core/auth.rb:187
110 msgid "no permissions set for %{user}"
111 msgstr ""
112
113 #: lib/rbot/core/auth.rb:189
114 msgid "permissions for %{user}:: %{permissions}"
115 msgstr ""
116
117 #: lib/rbot/core/auth.rb:199
118 msgid ". only %{max} will be shown"
119 msgstr ""
120
121 #: lib/rbot/core/auth.rb:200
122 msgid "%{count} commands found matching %{pattern}%{extra}"
123 msgstr ""
124
125 #: lib/rbot/core/auth.rb:205
126 msgid "%{cmd}: %{perms}"
127 msgstr ""
128
129 #: lib/rbot/core/auth.rb:262
130 msgid "%{user} can already do that"
131 msgstr ""
132
133 #: lib/rbot/core/auth.rb:264
134 msgid "%{user} can't do that already"
135 msgstr ""
136
137 #: lib/rbot/core/auth.rb:274
138 msgid ""
139 "sorry, %{cmd} doesn't look like a valid command. maybe you misspelled it, or "
140 "you need to specify it should be in private?"
141 msgstr ""
142
143 #: lib/rbot/core/auth.rb:297
144 msgid "welcome, %{user}"
145 msgstr ""
146
147 #: lib/rbot/core/auth.rb:312
148 msgid "sorry, can't do"
149 msgstr ""
150
151 #: lib/rbot/core/auth.rb:315
152 msgid "couldn't login: %{exception}"
153 msgstr ""
154
155 #: lib/rbot/core/auth.rb:323
156 msgid "I couldn't find anything to let you login automatically"
157 msgstr ""
158
159 #: lib/rbot/core/auth.rb:334
160 msgid "you are %{who}"
161 msgstr ""
162
163 #: lib/rbot/core/auth.rb:336 lib/rbot/core/auth.rb:349
164 msgid "no one that I know"
165 msgstr ""
166
167 #: lib/rbot/core/auth.rb:337 lib/rbot/core/auth.rb:350
168 msgid "my boss"
169 msgstr ""
170
171 #: lib/rbot/core/auth.rb:357
172 msgid ""
173 "login [<botuser>] [<pass>]: logs in to the bot as botuser <botuser> with "
174 "password <pass>. When using the full form, you must contact the bot in "
175 "private. <pass> can be omitted if <botuser> allows login-by-mask and your "
176 "netmask is among the known ones. if <botuser> is omitted too autologin will "
177 "be attempted"
178 msgstr ""
179
180 #: lib/rbot/core/auth.rb:359
181 msgid "whoami: names the botuser you're linked to"
182 msgstr ""
183
184 #: lib/rbot/core/auth.rb:361
185 msgid "who is <user>: names the botuser <user> is linked to"
186 msgstr ""
187
188 #: lib/rbot/core/auth.rb:365
189 msgid ""
190 "a permission is specified as module::path::to::cmd; when you want to enable "
191 "it, prefix it with +; when you want to disable it, prefix it with -; when "
192 "using the +reset+ command, do not use any prefix"
193 msgstr ""
194
195 #: lib/rbot/core/auth.rb:367
196 msgid ""
197 "permissions [re]set <permission> [in <channel>] for <user>: sets or resets "
198 "the permissions for botuser <user> in channel <channel> (use ? to change the "
199 "permissions for private addressing)"
200 msgstr ""
201
202 #: lib/rbot/core/auth.rb:369
203 msgid "permissions view [for <user>]: display the permissions for user <user>"
204 msgstr ""
205
206 #: lib/rbot/core/auth.rb:371
207 msgid ""
208 "permissions search <pattern>: display the permissions associated with the "
209 "commands matching <pattern>"
210 msgstr ""
211
212 #: lib/rbot/core/auth.rb:373
213 msgid "permission topics: syntax, (re)set, view, search"
214 msgstr ""
215
216 #: lib/rbot/core/auth.rb:378
217 msgid ""
218 "user show <what> : shows info about the user; <what> can be any of "
219 "autologin, login-by-mask, netmasks"
220 msgstr ""
221
222 #: lib/rbot/core/auth.rb:380
223 msgid ""
224 "user enable|disable <what> : turns on or off <what> (autologin, login-by-"
225 "mask)"
226 msgstr ""
227
228 #: lib/rbot/core/auth.rb:382
229 msgid ""
230 "user set password <blah> : sets the user password to <blah>; passwords can "
231 "only contain upper and lowercase letters and numbers, and must be at least 4 "
232 "characters long"
233 msgstr ""
234
235 #: lib/rbot/core/auth.rb:384
236 msgid ""
237 "user add|rm netmask <mask> : adds/removes netmask <mask> from the list of "
238 "netmasks known to the botuser you're linked to"
239 msgstr ""
240
241 #: lib/rbot/core/auth.rb:386
242 msgid ""
243 "user reset <what> : resets <what> to the default values. <what> can be "
244 "+netmasks+ (the list will be emptied), +autologin+ or +login-by-mask+ (will "
245 "be reset to the default value) or +password+ (a new one will be generated "
246 "and you'll be told in private)"
247 msgstr ""
248
249 #: lib/rbot/core/auth.rb:388
250 msgid ""
251 "user tell <who> the password for <botuser> : contacts <who> in private to "
252 "tell him/her the password for <botuser>"
253 msgstr ""
254
255 #: lib/rbot/core/auth.rb:390
256 msgid ""
257 "user create <name> <password> : create botuser named <name> with password "
258 "<password>. The password can be omitted, in which case a random one will be "
259 "generated. The <name> should only contain alphanumeric characters and the "
260 "underscore (_)"
261 msgstr ""
262
263 #: lib/rbot/core/auth.rb:392
264 msgid "user list : lists all the botusers"
265 msgstr ""
266
267 #: lib/rbot/core/auth.rb:394
268 msgid ""
269 "user destroy <botuser> : destroys <botuser>. This function %{highlight}must%"
270 "{highlight} be called in two steps. On the first call <botuser> is queued "
271 "for destruction. On the second call, which must be in the form 'user confirm "
272 "destroy <botuser>', the botuser will be destroyed. If you want to cancel the "
273 "destruction, issue the command 'user cancel destroy <botuser>'"
274 msgstr ""
275
276 #: lib/rbot/core/auth.rb:396
277 msgid ""
278 "user topics: show, enable|disable, add|rm netmask, set, reset, tell, create, "
279 "list, destroy"
280 msgstr ""
281
282 #: lib/rbot/core/auth.rb:399
283 msgid ""
284 "auth <masterpassword>: log in as the bot owner; other commands: login, "
285 "whoami, permission syntax, permissions [re]set, permissions view, user, "
286 "meet, hello, allow, prevent"
287 msgstr ""
288
289 #: lib/rbot/core/auth.rb:401
290 msgid ""
291 "meet <nick> [as <user>]: creates a bot user for nick, calling it user "
292 "(defaults to the nick itself)"
293 msgstr ""
294
295 #: lib/rbot/core/auth.rb:403
296 msgid "hello: creates a bot user for the person issuing the command"
297 msgstr ""
298
299 #: lib/rbot/core/auth.rb:405
300 msgid ""
301 "allow <user> to do <sample command> [<where>]: gives botuser <user> the "
302 "permissions to execute a command such as the provided sample command (in "
303 "private or in channel, according to the optional <where>)"
304 msgstr ""
305
306 #: lib/rbot/core/auth.rb:407
307 msgid ""
308 "deny <user> from doing <sample command> [<where>]: removes from botuser "
309 "<user> the permissions to execute a command such as the provided sample "
310 "command (in private or in channel, according to the optional <where>)"
311 msgstr ""
312
313 #: lib/rbot/core/auth.rb:409
314 msgid ""
315 "auth commands: auth, login, whoami, who, permission[s], user, meet, hello, "
316 "allow, deny"
317 msgstr ""
318
319 #: lib/rbot/core/auth.rb:414
320 msgid "sorry, I need more arguments to %{command}"
321 msgstr ""
322
323 #: lib/rbot/core/auth.rb:418
324 msgid "I can only %{command} these: %{arguments}"
325 msgstr ""
326
327 #: lib/rbot/core/auth.rb:453
328 msgid "no such bot user %{user}"
329 msgstr ""
330
331 #: lib/rbot/core/auth.rb:456
332 msgid "you can't mess with %{user}"
333 msgstr ""
334
335 #: lib/rbot/core/auth.rb:468
336 msgid "you can't see the properties of %{user}"
337 msgstr ""
338
339 #: lib/rbot/core/auth.rb:477
340 msgid "no way I'm telling you the master password!"
341 msgstr ""
342
343 #: lib/rbot/core/auth.rb:478
344 msgid "you can't ask for someone else's password"
345 msgstr ""
346
347 #: lib/rbot/core/auth.rb:480
348 msgid ""
349 "c'mon, you can't be asking me seriously to tell you the password in public!"
350 msgstr ""
351
352 #: lib/rbot/core/auth.rb:481
353 msgid "the password for %{user} is %{password}"
354 msgstr ""
355
356 #: lib/rbot/core/auth.rb:495
357 msgid "can %{action}"
358 msgstr ""
359
360 #: lib/rbot/core/auth.rb:497
361 msgid "can not %{action}"
362 msgstr ""
363
364 #: lib/rbot/core/auth.rb:501
365 msgid "knows no netmasks"
366 msgstr ""
367
368 #: lib/rbot/core/auth.rb:503
369 msgid "knows %{netmasks}"
370 msgstr ""
371
372 #: lib/rbot/core/auth.rb:510 lib/rbot/core/auth.rb:537
373 #: lib/rbot/core/auth.rb:555 lib/rbot/core/auth.rb:587
374 msgid "you can't change the default user"
375 msgstr ""
376
377 #: lib/rbot/core/auth.rb:511 lib/rbot/core/auth.rb:539
378 #: lib/rbot/core/auth.rb:557 lib/rbot/core/auth.rb:589
379 msgid "you can't edit %{user}"
380 msgstr ""
381
382 #: lib/rbot/core/auth.rb:526 lib/rbot/core/auth.rb:573
383 msgid "I ignored %{things} because %{reason}"
384 msgstr ""
385
386 #: lib/rbot/core/auth.rb:530 lib/rbot/core/auth.rb:577
387 msgid "I haven't changed anything"
388 msgstr ""
389
390 #: lib/rbot/core/auth.rb:548
391 msgid "is that a joke? setting the password in public?"
392 msgstr ""
393
394 #: lib/rbot/core/auth.rb:580
395 msgid "the password for %{user} is now %{password}"
396 msgstr ""
397
398 #: lib/rbot/core/auth.rb:594
399 msgid ""
400 "I can only add/remove netmasks. See +help user add+ for more instructions"
401 msgstr ""
402
403 #: lib/rbot/core/auth.rb:615
404 msgid "sorry, I don't know how to %{request}"
405 msgstr ""
406
407 #: lib/rbot/core/auth.rb:618
408 msgid "couldn't %{cmd}: %{exception}"
409 msgstr ""
410
411 #: lib/rbot/core/auth.rb:647
412 msgid ""
413 "you are now registered as %{buname}. I created a random password for you : %"
414 "{pass} and you can change it at any time by telling me 'user set password "
415 "<password>' in private"
416 msgstr ""
417
418 #: lib/rbot/core/auth.rb:654
419 msgid "but I already know %{buname}"
420 msgstr ""
421
422 #: lib/rbot/core/auth.rb:656
423 msgid "I had problems meeting %{nick}: %{e}"
424 msgstr ""
425
426 #: lib/rbot/core/auth.rb:665
427 msgid "couldn't find botuser %{user}"
428 msgstr ""
429
430 #: lib/rbot/core/auth.rb:667
431 msgid "I'm not telling the master password to anyone, pal"
432 msgstr ""
433
434 #: lib/rbot/core/auth.rb:668
435 msgid "the password for botuser %{user} is %{password}"
436 msgstr ""
437
438 #: lib/rbot/core/auth.rb:671
439 msgid "I told %{user} that %{message}"
440 msgstr ""
441
442 #: lib/rbot/core/auth.rb:677
443 msgid "are you nuts, creating a botuser with a publicly known password?"
444 msgstr ""
445
446 #: lib/rbot/core/auth.rb:682
447 msgid "failed to create %{user}: %{exception}"
448 msgstr ""
449
450 #: lib/rbot/core/auth.rb:686
451 msgid "created botuser %{user}"
452 msgstr ""
453
454 #: lib/rbot/core/auth.rb:694
455 msgid " (queued for destruction)"
456 msgstr ""
457
458 #: lib/rbot/core/auth.rb:697
459 msgid "I have no botusers other than the default ones"
460 msgstr ""
461
462 #: lib/rbot/core/auth.rb:698
463 msgid "botuser: %{list}"
464 msgid_plural "botusers: %{list}"
465 msgstr[0] ""
466 msgstr[1] ""
467
468 #: lib/rbot/core/auth.rb:705
469 msgid "You can't destroy %{user}"
470 msgstr ""
471
472 #: lib/rbot/core/auth.rb:715
473 msgid "no such botuser %{user}"
474 msgstr ""
475
476 #: lib/rbot/core/auth.rb:722
477 msgid "%{user} removed from the destruction queue"
478 msgstr ""
479
480 #: lib/rbot/core/auth.rb:724
481 msgid "%{user} was not queued for destruction"
482 msgstr ""
483
484 #: lib/rbot/core/auth.rb:729
485 msgid ""
486 "%{user} already queued for destruction, use %{highlight}user confirm destroy "
487 "%{user}%{highlight} to destroy it"
488 msgstr ""
489
490 #: lib/rbot/core/auth.rb:732
491 msgid ""
492 "%{user} queued for destruction, use %{highlight}user confirm destroy %{user}%"
493 "{highlight} to destroy it"
494 msgstr ""
495
496 #: lib/rbot/core/auth.rb:736
497 msgid "%{user} is not queued for destruction yet"
498 msgstr ""
499
500 #: lib/rbot/core/auth.rb:745 lib/rbot/core/auth.rb:785
501 msgid "failed: %{exception}"
502 msgstr ""
503
504 #: lib/rbot/core/auth.rb:747
505 msgid "botuser %{user} destroyed"
506 msgstr ""
507
508 #: lib/rbot/core/auth.rb:754
509 msgid "please don't touch the default users"
510 msgstr ""
511
512 #: lib/rbot/core/auth.rb:763
513 msgid "no such botuser %{source}"
514 msgstr ""
515
516 #: lib/rbot/core/auth.rb:765
517 msgid "botuser %{dest} exists already"
518 msgstr ""
519
520 #: lib/rbot/core/auth.rb:788
521 msgid "botuser %{source} copied to %{dest}"
522 msgstr ""
523
524 #: lib/rbot/core/auth.rb:791
525 msgid "botuser %{source} renamed to %{dest}"
526 msgstr ""
527
528 #: lib/rbot/core/auth.rb:811
529 msgid "selecting data to export ..."
530 msgstr ""
531
532 #: lib/rbot/core/auth.rb:827
533 msgid "preparing data for export ..."
534 msgstr ""
535
536 #: lib/rbot/core/auth.rb:850
537 msgid "failed to prepare data: %{exception}"
538 msgstr ""
539
540 #: lib/rbot/core/auth.rb:855
541 msgid "exporting to %{file} ..."
542 msgstr ""
543
544 #: lib/rbot/core/auth.rb:862
545 msgid "failed to export users: %{exception}"
546 msgstr ""
547
548 #: lib/rbot/core/auth.rb:866 lib/rbot/core/auth.rb:944
549 msgid "done"
550 msgstr ""
551
552 #: lib/rbot/core/auth.rb:883
553 msgid "reading %{file} ..."
554 msgstr ""
555
556 #: lib/rbot/core/auth.rb:887
557 msgid "failed to import from: %{exception}"
558 msgstr ""
559
560 #: lib/rbot/core/auth.rb:894
561 msgid "selecting data to import ..."
562 msgstr ""
563
564 #: lib/rbot/core/auth.rb:904
565 msgid "parsing data from import ..."
566 msgstr ""
567
568 #: lib/rbot/core/auth.rb:924
569 msgid "failed to parse data: %{exception}"
570 msgstr ""
571
572 #: lib/rbot/core/basics.rb:111
573 msgid "quit [<message>] => quit IRC with message <message>"
574 msgstr ""
575
576 #: lib/rbot/core/basics.rb:113
577 msgid "restart => completely stop and restart the bot (including reconnect)"
578 msgstr ""
579
580 #: lib/rbot/core/basics.rb:117
581 msgid "part"
582 msgstr ""
583
584 #: lib/rbot/core/basics.rb:119
585 msgid "hide => part all channels"
586 msgstr ""
587
588 #: lib/rbot/core/basics.rb:121
589 msgid "nick <nick> => attempt to change nick to <nick>"
590 msgstr ""
591
592 #: lib/rbot/core/basics.rb:123
593 msgid ""
594 "say <channel>|<nick> <message> => say <message> to <channel> or in private "
595 "message to <nick>"
596 msgstr ""
597
598 #: lib/rbot/core/basics.rb:125
599 msgid ""
600 "action <channel>|<nick> <message> => does a /me <message> to <channel> or in "
601 "private message to <nick>"
602 msgstr ""
603
604 #: lib/rbot/core/basics.rb:127
605 msgid ""
606 "quiet [in here|<channel>] => with no arguments, stop speaking in all "
607 "channels, if \"in here\", stop speaking in this channel, or stop speaking in "
608 "<channel>"
609 msgstr ""
610
611 #: lib/rbot/core/basics.rb:129
612 msgid ""
613 "talk [in here|<channel>] => with no arguments, resume speaking in all "
614 "channels, if \"in here\", resume speaking in this channel, or resume "
615 "speaking in <channel>"
616 msgstr ""
617
618 #: lib/rbot/core/basics.rb:131
619 msgid "ping => replies with a pong"
620 msgstr ""
621
622 #: lib/rbot/core/basics.rb:133
623 msgid ""
624 "mode <channel> <mode> <nicks> => set channel modes for <nicks> on <channel> "
625 "to <mode>"
626 msgstr ""
627
628 #: lib/rbot/core/basics.rb:139
629 msgid ""
630 "%{name}: quit, restart, join, part, hide, save, nick, say, action, topic, "
631 "quiet, talk, ping, mode"
632 msgstr ""
633
634 #: lib/rbot/core/config.rb:13
635 msgid "I'm a v. %{version} rubybot%{copyright}%{url}"
636 msgstr ""
637
638 #: lib/rbot/core/config.rb:33
639 msgid "no such module %{module}"
640 msgstr ""
641
642 #: lib/rbot/core/config.rb:49 lib/rbot/core/config.rb:60
643 #: lib/rbot/core/config.rb:82 lib/rbot/core/config.rb:95
644 #: lib/rbot/core/config.rb:121 lib/rbot/core/config.rb:144
645 msgid "no such config key %{key}"
646 msgstr ""
647
648 #: lib/rbot/core/config.rb:72
649 msgid "no config key found matching %{r}"
650 msgstr ""
651
652 #: lib/rbot/core/config.rb:74
653 msgid "possible keys: %{kl}"
654 msgstr ""
655
656 #: lib/rbot/core/config.rb:87 lib/rbot/core/config.rb:106
657 #: lib/rbot/core/config.rb:136 lib/rbot/core/config.rb:159
658 msgid "this config change will take effect on the next restart"
659 msgstr ""
660
661 #: lib/rbot/core/config.rb:88 lib/rbot/core/config.rb:109
662 #: lib/rbot/core/config.rb:137 lib/rbot/core/config.rb:160
663 msgid "this config change will take effect on the next rescan"
664 msgstr ""
665
666 #: lib/rbot/core/config.rb:102
667 msgid "failed to set %{key}: %{error}"
668 msgstr ""
669
670 #: lib/rbot/core/config.rb:125 lib/rbot/core/config.rb:148
671 msgid "config key %{key} is not an array"
672 msgstr ""
673
674 #: lib/rbot/core/config.rb:132
675 msgid "failed to add %{value} to %{key}: %{error}"
676 msgstr ""
677
678 #: lib/rbot/core/config.rb:155
679 msgid "failed to remove %{value} from %{key}: %{error}"
680 msgstr ""
681
682 #: lib/rbot/core/config.rb:169
683 msgid "saving ..."
684 msgstr ""
685
686 #: lib/rbot/core/config.rb:171
687 msgid "rescanning ..."
688 msgstr ""
689
690 #: lib/rbot/core/config.rb:173
691 msgid "done. %{plugin_status}"
692 msgstr ""
693
694 #: lib/rbot/core/config.rb:216
695 msgid ""
696 "config list => list configuration modules, config list <module> => list "
697 "configuration keys for module <module>"
698 msgstr ""
699
700 #: lib/rbot/core/config.rb:218
701 msgid "config get <key> => get configuration value for key <key>"
702 msgstr ""
703
704 #: lib/rbot/core/config.rb:220
705 msgid "reset key <key> to the default"
706 msgstr ""
707
708 #: lib/rbot/core/config.rb:222
709 msgid ""
710 "config set <key> <value> => set configuration value for key <key> to <value>"
711 msgstr ""
712
713 #: lib/rbot/core/config.rb:224
714 msgid "config desc <key> => describe what key <key> configures"
715 msgstr ""
716
717 #: lib/rbot/core/config.rb:226
718 msgid ""
719 "config add <value> to <key> => add value <value> to key <key> if <key> is an "
720 "array"
721 msgstr ""
722
723 #: lib/rbot/core/config.rb:228
724 msgid ""
725 "config rm <value> from <key> => remove value <value> from key <key> if <key> "
726 "is an array"
727 msgstr ""
728
729 #: lib/rbot/core/config.rb:230
730 msgid ""
731 "config module - bot configuration. usage: list, desc, get, set, unset, add, "
732 "rm"
733 msgstr ""
734
735 #: lib/rbot/core/config.rb:235
736 msgid "nick <newnick> => change the bot nick to <newnick>, if possible"
737 msgstr ""
738
739 #: lib/rbot/core/config.rb:237
740 msgid "status => display some information on the bot's status"
741 msgstr ""
742
743 #: lib/rbot/core/config.rb:239
744 msgid "save => save current dynamic data and configuration"
745 msgstr ""
746
747 #: lib/rbot/core/config.rb:241
748 msgid "rescan => reload modules and static facts"
749 msgstr ""
750
751 #: lib/rbot/core/config.rb:243
752 msgid "version => describes software version"
753 msgstr ""
754
755 #: lib/rbot/core/config.rb:245
756 msgid "config-related tasks: config, save, rescan, version, nick, status"
757 msgstr ""
758
759 #: lib/rbot/core/userdata.rb:148
760 msgid "%{key} data for %{user}: %{data}"
761 msgstr ""
762
763 #: lib/rbot/core/userdata.rb:154
764 msgid "sorry, no %{key} data for %{user}"
765 msgstr ""
766
767 #: lib/rbot/core/utils/utils.rb:205
768 msgid "year"
769 msgstr ""
770
771 #: lib/rbot/core/utils/utils.rb:205
772 msgid "years"
773 msgstr ""
774
775 #: lib/rbot/core/utils/utils.rb:207
776 msgid "month"
777 msgstr ""
778
779 #: lib/rbot/core/utils/utils.rb:207
780 msgid "months"
781 msgstr ""
782
783 #: lib/rbot/core/utils/utils.rb:209
784 msgid "day"
785 msgstr ""
786
787 #: lib/rbot/core/utils/utils.rb:209
788 msgid "days"
789 msgstr ""
790
791 #: lib/rbot/core/utils/utils.rb:211
792 msgid "hour"
793 msgstr ""
794
795 #: lib/rbot/core/utils/utils.rb:211
796 msgid "hours"
797 msgstr ""
798
799 #: lib/rbot/core/utils/utils.rb:213
800 msgid "minute"
801 msgstr ""
802
803 #: lib/rbot/core/utils/utils.rb:213
804 msgid "minutes"
805 msgstr ""
806
807 #: lib/rbot/core/utils/utils.rb:215
808 msgid "second"
809 msgstr ""
810
811 #: lib/rbot/core/utils/utils.rb:215
812 msgid "seconds"
813 msgstr ""
814
815 #: lib/rbot/core/utils/utils.rb:222
816 msgid " and "
817 msgstr ""
818
819 #: lib/rbot/core/filters_ui.rb:27
820 msgid "no filters in group %{g}"
821 msgstr ""
822
823 #: lib/rbot/core/filters_ui.rb:29
824 msgid "no known filters"
825 msgstr ""
826
827 #: lib/rbot/core/filters_ui.rb:32
828 msgid "known filters: "
829 msgstr ""
830
831 #: lib/rbot/core/filters_ui.rb:40
832 msgid "no known filter groups"
833 msgstr ""
834
835 #: lib/rbot/core/filters_ui.rb:42
836 msgid "known filter groups: "
837 msgstr ""
838
839 #: lib/rbot/core/filters_ui.rb:52
840 msgid "no filters match %{pat}"
841 msgstr ""
842
843 #: lib/rbot/core/filters_ui.rb:54
844 msgid "filters matching %{pat}: "
845 msgstr ""
846
847 #: lib/rbot/ircbot.rb:1165
848 msgid "help topics: "
849 msgstr ""
850
851 #: lib/rbot/ircbot.rb:1167
852 msgid " (help <topic> for more info)"
853 msgstr ""
854
855 #: lib/rbot/ircbot.rb:1170
856 msgid "no help for topic %{topic}"
857 msgstr ""
858
859 #: lib/rbot/ircbot.rb:1181
860 msgid ""
861 "Uptime %{up}, %{plug} plugins active, %{sent} lines sent, %{recv} received."
862 msgstr ""
863
864 #: lib/rbot/plugins.rb:315
865 msgid "incorrect usage, ask for help using '%{command}'"
866 msgstr ""
867
868 #: lib/rbot/plugins.rb:616
869 msgid "%{count} core module loaded"
870 msgid_plural "%{count} core modules loaded"
871 msgstr[0] "%{count}个核心模块"
872 msgstr[1] ""
873
874 #: lib/rbot/plugins.rb:619
875 msgid "%{count} core module: %{list}"
876 msgid_plural "%{count} core modules: %{list}"
877 msgstr[0] "%{count}个核心模块:%{list}"
878 msgstr[1] ""
879
880 #: lib/rbot/plugins.rb:625
881 msgid "no core botmodules loaded"
882 msgstr "没有核心模块"
883
884 #: lib/rbot/plugins.rb:630
885 msgid "%{count} plugin loaded"
886 msgid_plural "%{count} plugins loaded"
887 msgstr[0] ""
888 msgstr[1] ""
889
890 #: lib/rbot/plugins.rb:633
891 msgid "%{count} plugin: %{list}"
892 msgid_plural "%{count} plugins: %{list}"
893 msgstr[0] ""
894 msgstr[1] ""
895
896 #: lib/rbot/plugins.rb:644
897 msgid "%{highlight}%{count} plugin ignored%{highlight}"
898 msgid_plural "%{highlight}%{count} plugins ignored%{highlight}"
899 msgstr[0] ""
900 msgstr[1] ""
901
902 #: lib/rbot/plugins.rb:649
903 msgid ""
904 "%{highlight}%{count} plugin ignored%{highlight}: use %{bold}%{command}%"
905 "{bold} to see why"
906 msgid_plural ""
907 "%{highlight}%{count} plugins ignored%{highlight}: use %{bold}%{command}%"
908 "{bold} to see why"
909 msgstr[0] ""
910 msgstr[1] ""
911
912 #: lib/rbot/plugins.rb:659
913 msgid "%{highlight}%{count} plugin failed to load%{highlight}"
914 msgid_plural "%{highlight}%{count} plugins failed to load%{highlight}"
915 msgstr[0] ""
916 msgstr[1] ""
917
918 #: lib/rbot/plugins.rb:664
919 msgid ""
920 "%{highlight}%{count} plugin failed to load%{highlight}: use %{bold}%"
921 "{command}%{bold} to see why"
922 msgid_plural ""
923 "%{highlight}%{count} plugins failed to load%{highlight}: use %{bold}%"
924 "{command}%{bold} to see why"
925 msgstr[0] ""
926 msgstr[1] ""
927
928 #: lib/rbot/plugins.rb:694
929 msgid "no plugins failed to load"
930 msgstr ""
931
932 #: lib/rbot/plugins.rb:696
933 msgid ""
934 "%{highlight}%{plugin}%{highlight} in %{dir} failed with error %{exception}: %"
935 "{reason}"
936 msgstr ""
937
938 #: lib/rbot/plugins.rb:700
939 msgid "at %{backtrace}"
940 msgstr ""
941
942 #: lib/rbot/plugins.rb:706
943 msgid "no plugins were ignored"
944 msgstr ""
945
946 #: lib/rbot/plugins.rb:710
947 msgid "overruled by previous"
948 msgstr ""
949
950 #: lib/rbot/registry.rb:20
951 msgid ""
952 "upgrading old-style (rbot 0.9.5 or earlier) plugin registry to new format"
953 msgstr ""
954
955 #: lib/rbot/registry.rb:40
956 msgid ""
957 "upgrading previous (rbot 0.9.9 or earlier) plugin registry to new split "
958 "format"
959 msgstr ""
960
961 #: lib/rbot/registry.rb:190
962 msgid "marshal recovery failed, trying default"
963 msgstr ""
964
965 #: data/rbot/plugins/alias.rb:52
966 msgid "Data file is not found or corrupt, reinitializing data"
967 msgstr ""
968
969 #: data/rbot/plugins/alias.rb:60
970 msgid "Invalid alias entry %{alias} : %{command} in %{filename}: %{reason}"
971 msgstr ""
972
973 #: data/rbot/plugins/alias.rb:76
974 msgid "The definition you provided is invalid: %{reason}"
975 msgstr ""
976
977 #: data/rbot/plugins/alias.rb:87 data/rbot/plugins/alias.rb:104
978 msgid "No such alias is defined"
979 msgstr ""
980
981 #: data/rbot/plugins/alias.rb:93
982 msgid "No aliases defined"
983 msgstr ""
984
985 #: data/rbot/plugins/alias.rb:102
986 msgid "Alias of %{command}"
987 msgstr ""
988
989 #: data/rbot/plugins/alias.rb:114
990 msgid ""
991 "The arguments in alias must match the substitutions in command, and vice "
992 "versa"
993 msgstr ""
994
995 #: data/rbot/plugins/alias.rb:119
996 msgid "Error mapping %{text} as command: %{error}"
997 msgstr ""
998
999 #: data/rbot/plugins/alias.rb:137
1000 msgid ""
1001 "The alias seems to have caused infinite recursion. Please examine your alias "
1002 "definitions"
1003 msgstr ""
1004
1005 #: data/rbot/plugins/alias.rb:153
1006 msgid ""
1007 "Error handling the alias, The alias %{text} is not defined or has beeen "
1008 "removed. I will stop responding to it after rescan,"
1009 msgstr ""
1010
1011 #: data/rbot/plugins/alias.rb:165
1012 msgid "Create and use aliases for commands. Topics: create, commands"
1013 msgstr ""
1014
1015 #: data/rbot/plugins/alias.rb:174
1016 msgid ""
1017 "\"alias <text> => <command>\" => add text as an alias of command. Text can "
1018 "contain placeholders marked with : or * for :words and *multiword arguments. "
1019 "The command can contain placeholders enclosed with < > which will be "
1020 "substituded with argument values. For example: alias googlerbot *terms => "
1021 "google site:ruby-rbot.org <terms>"
1022 msgstr ""
1023
1024 #: data/rbot/plugins/alias.rb:176
1025 msgid ""
1026 "alias list => list defined aliases | alias whatis <alias> => show definition "
1027 "of the alias | alias remove <alias> => remove defined alias | see the "
1028 "\"create\" topic about adding aliases"
1029 msgstr ""
1030
1031 #: data/rbot/plugins/dictclient.rb:57
1032 msgid "Hostname or hostname:port of the DICT server used to lookup words"
1033 msgstr ""
1034
1035 #: data/rbot/plugins/dictclient.rb:60
1036 msgid ""
1037 "When multiple databases reply a number of definitions that above this limit, "
1038 "only the database names will be listed. Otherwise, the full definitions from "
1039 "each database are replied"
1040 msgstr ""
1041
1042 #: data/rbot/plugins/dictclient.rb:63
1043 msgid "Each definition is truncated to this length"
1044 msgstr ""
1045
1046 #: data/rbot/plugins/dictclient.rb:66
1047 msgid "Format of headwords; <word> will be replaced with the actual word"
1048 msgstr ""
1049
1050 #: data/rbot/plugins/dictclient.rb:69
1051 msgid ""
1052 "Format of database names; <database> will be replaced with the database name"
1053 msgstr ""
1054
1055 #: data/rbot/plugins/dictclient.rb:72
1056 msgid ""
1057 "Format of definitions. <word> will be replaced with the formatted headword, "
1058 "<def> will be replaced with the truncated definition, and <database> with "
1059 "the formatted database name"
1060 msgstr ""
1061
1062 #: data/rbot/plugins/dictclient.rb:75
1063 msgid ""
1064 "Format of match results. <matches> will be replaced with the formatted "
1065 "headwords, <database> with the formatted database name"
1066 msgstr ""
1067
1068 #: data/rbot/plugins/dictclient.rb:95
1069 msgid ""
1070 "An error occured connecting to the DICT server. Check the dictclient.server "
1071 "configuration or retry later"
1072 msgstr ""
1073
1074 #: data/rbot/plugins/dictclient.rb:97
1075 msgid "A protocol error occured"
1076 msgstr ""
1077
1078 #: data/rbot/plugins/dictclient.rb:99
1079 msgid "An error occured"
1080 msgstr ""
1081
1082 #: data/rbot/plugins/dictclient.rb:121
1083 msgid ""
1084 "Many definitions for %{phrase} were found in %{databases}. Use 'define "
1085 "<phrase> from <database> to view a definition."
1086 msgstr ""
1087
1088 #: data/rbot/plugins/dictclient.rb:138
1089 msgid "No definition for %{phrase} found from %{database}."
1090 msgstr ""
1091
1092 #: data/rbot/plugins/dictclient.rb:159
1093 msgid "Nothing matched %{query} from %{database} using %{strategy}"
1094 msgstr ""
1095
1096 #: data/rbot/plugins/dictclient.rb:169
1097 msgid "Databases: %{list}"
1098 msgstr ""
1099
1100 #: data/rbot/plugins/dictclient.rb:177
1101 msgid "Strategies: %{list}"
1102 msgstr ""
1103
1104 #: data/rbot/plugins/dictclient.rb:186
1105 msgid "define <phrase> [from <database>] => Show definition of a phrase"
1106 msgstr ""
1107
1108 #: data/rbot/plugins/dictclient.rb:188
1109 msgid ""
1110 "match <phrase> [using <strategy>] [from <database>] => Show phrases matching "
1111 "the given pattern"
1112 msgstr ""
1113
1114 #: data/rbot/plugins/dictclient.rb:190
1115 msgid ""
1116 "dictclient databases => List databases; dictclient strategies => List "
1117 "strategies"
1118 msgstr ""
1119
1120 #: data/rbot/plugins/dictclient.rb:192
1121 msgid ""
1122 "look up phrases on the configured DICT server. topics: define, match, server "
1123 "information"
1124 msgstr ""
1125
1126 #: data/rbot/plugins/factoids.rb:32
1127 msgid "from %{who}"
1128 msgstr ""
1129
1130 #: data/rbot/plugins/factoids.rb:35
1131 msgid "on %{when}"
1132 msgstr ""
1133
1134 #: data/rbot/plugins/factoids.rb:38
1135 msgid "in %{where}"
1136 msgstr ""
1137
1138 #: data/rbot/plugins/factoids.rb:41
1139 msgid " [%{data}]"
1140 msgstr ""
1141
1142 #: data/rbot/plugins/factoids.rb:142
1143 msgid "%{name} (%{fname}) must be under %{dir}"
1144 msgstr ""
1145
1146 #: data/rbot/plugins/factoids.rb:149
1147 msgid "%{name} is not a file"
1148 msgstr ""
1149
1150 #: data/rbot/plugins/factoids.rb:163
1151 msgid "fact must be the last field"
1152 msgstr ""
1153
1154 #: data/rbot/plugins/factoids.rb:170
1155 msgid "%{name} (%{fname}) doesn't exist"
1156 msgstr ""
1157
1158 #: data/rbot/plugins/factoids.rb:263
1159 msgid ""
1160 "factoids plugin: learn that <factoid>, forget that <factoids>, facts about "
1161 "<words>"
1162 msgstr ""
1163
1164 #: data/rbot/plugins/factoids.rb:292 data/rbot/plugins/factoids.rb:404
1165 #: data/rbot/plugins/factoids.rb:436
1166 msgid "please select a fact number between 1 and %{total}"
1167 msgstr ""
1168
1169 #: data/rbot/plugins/factoids.rb:296
1170 msgid "I forgot that %{factoid}"
1171 msgstr ""
1172
1173 #: data/rbot/plugins/factoids.rb:299
1174 msgid "I couldn't delete factoid %{idx}"
1175 msgstr ""
1176
1177 #: data/rbot/plugins/factoids.rb:307
1178 msgid "I didn't know that %{factoid}"
1179 msgstr ""
1180
1181 #: data/rbot/plugins/factoids.rb:314
1182 msgid "[%{idx}/%{total}] %{fact}"
1183 msgstr ""
1184
1185 #: data/rbot/plugins/factoids.rb:342
1186 msgid "I know %{total} facts"
1187 msgstr ""
1188
1189 #: data/rbot/plugins/factoids.rb:352 data/rbot/plugins/factoids.rb:420
1190 msgid "I know nothing about %{words}"
1191 msgstr ""
1192
1193 #: data/rbot/plugins/factoids.rb:357
1194 msgid "%{len} out of %{total} facts refer to %{words}, I'll only show %{max}"
1195 msgstr ""
1196
1197 #: data/rbot/plugins/factoids.rb:412
1198 msgid "I know nothing"
1199 msgstr ""
1200
1201 #: data/rbot/plugins/factoids.rb:452
1202 msgid "not a date '%{dstr}'"
1203 msgstr ""
1204
1205 #: data/rbot/plugins/factoids.rb:460
1206 msgid "couldn't change learn data for fact %{fact}: %{err}"
1207 msgstr ""
1208
1209 #: data/rbot/plugins/factoids.rb:475
1210 msgid "failed to import facts from %{fname}: %{err}"
1211 msgstr ""
1212
1213 #: data/rbot/plugins/factoids.rb:480
1214 msgid "%{len} facts loaded from %{fname}"
1215 msgstr ""
1216
1217 #: data/rbot/plugins/figlet.rb:7
1218 msgid "Path to the figlet program"
1219 msgstr ""
1220
1221 #: data/rbot/plugins/games/azgame.rb:78 data/rbot/plugins/games/azgame.rb:251
1222 #: data/rbot/plugins/games/azgame.rb:257
1223 msgid "%{count} try"
1224 msgid_plural "%{count} tries"
1225 msgstr[0] ""
1226 msgstr[1] ""
1227
1228 #: data/rbot/plugins/games/azgame.rb:83
1229 msgid "winner, %{tries}"
1230 msgstr ""
1231
1232 #: data/rbot/plugins/games/azgame.rb:163
1233 msgid ""
1234 "%{bold}BINGO!%{bold} the word was %{underline}%{word}%{underline}. Congrats, "
1235 "%{bold}%{player}%{bold}!"
1236 msgstr ""
1237
1238 #: data/rbot/plugins/games/azgame.rb:170
1239 msgid ""
1240 "The game was won after %{tries} tries. Scores for this game:    %{scores}"
1241 msgstr ""
1242
1243 #: data/rbot/plugins/games/azgame.rb:173
1244 msgid "%{word} is not in the range %{bold}%{range}%{bold}"
1245 msgstr ""
1246
1247 #: data/rbot/plugins/games/azgame.rb:177
1248 msgid "%{word} doesn't exist or is not acceptable for the game"
1249 msgstr ""
1250
1251 #: data/rbot/plugins/games/azgame.rb:183
1252 msgid "close, but no cigar. New range: %{bold}%{range}%{bold}"
1253 msgstr ""
1254
1255 #: data/rbot/plugins/games/azgame.rb:187
1256 msgid "%{word} is already one of the range extrema: %{range}"
1257 msgstr ""
1258
1259 #: data/rbot/plugins/games/azgame.rb:189
1260 msgid "hm, something went wrong while verifying %{word}"
1261 msgstr ""
1262
1263 #: data/rbot/plugins/games/azgame.rb:198
1264 msgid "no A-Z game running here, can't check if %{word} is valid, can I?"
1265 msgstr ""
1266
1267 #: data/rbot/plugins/games/azgame.rb:202
1268 msgid "I only accept single words composed by letters only, sorry"
1269 msgstr ""
1270
1271 #: data/rbot/plugins/games/azgame.rb:212
1272 msgid "the word in %{bold}%{range}%{bold} was:   %{bold}%{word}%{bold}"
1273 msgstr ""
1274
1275 #: data/rbot/plugins/games/azgame.rb:216
1276 msgid ""
1277 "The game was cancelled after %{tries} tries. Scores for this game would have "
1278 "been:    %{scores}"
1279 msgstr ""
1280
1281 #: data/rbot/plugins/games/azgame.rb:219
1282 msgid "no A-Z game running in this channel ..."
1283 msgstr ""
1284
1285 #: data/rbot/plugins/games/azgame.rb:229
1286 msgid "let me think ..."
1287 msgstr ""
1288
1289 #: data/rbot/plugins/games/azgame.rb:233
1290 msgid "couldn't think of anything ..."
1291 msgstr ""
1292
1293 #: data/rbot/plugins/games/azgame.rb:237
1294 msgid "I can't play A-Z in %{lang}, sorry"
1295 msgstr ""
1296
1297 #: data/rbot/plugins/games/azgame.rb:240
1298 msgid "got it!"
1299 msgstr ""
1300
1301 #: data/rbot/plugins/games/azgame.rb:250
1302 msgid " (after %{total_tries} and %{invalid_tries})"
1303 msgstr ""
1304
1305 #: data/rbot/plugins/games/azgame.rb:253
1306 msgid "%{count} invalid try"
1307 msgid_plural "%{count} invalid tries"
1308 msgstr[0] ""
1309 msgstr[1] ""
1310
1311 #: data/rbot/plugins/games/azgame.rb:256
1312 msgid " (after %{total_tries})"
1313 msgstr ""
1314
1315 #: data/rbot/plugins/games/azgame.rb:262
1316 msgid "A-Z: %{bold}%{range}%{bold}"
1317 msgstr ""
1318
1319 #: data/rbot/plugins/games/azgame.rb:273
1320 msgid "I have %{count} %{lang} word in my cache"
1321 msgid_plural "I have %{count} %{lang} words in my cache"
1322 msgstr[0] ""
1323 msgstr[1] ""
1324
1325 #: data/rbot/plugins/games/azgame.rb:276
1326 msgid "provide a regexp to match"
1327 msgstr ""
1328
1329 #: data/rbot/plugins/games/azgame.rb:288
1330 msgid "no %{lang} word I know match %{pattern}"
1331 msgstr ""
1332
1333 #: data/rbot/plugins/games/azgame.rb:290
1334 msgid ""
1335 "more than 25 %{lang} words I know match %{pattern}, try a stricter matching"
1336 msgstr ""
1337
1338 #: data/rbot/plugins/games/azgame.rb:296 data/rbot/plugins/games/azgame.rb:312
1339 #: data/rbot/plugins/games/azgame.rb:324
1340 msgid "provide a word"
1341 msgstr ""
1342
1343 #: data/rbot/plugins/games/azgame.rb:301 data/rbot/plugins/games/azgame.rb:317
1344 msgid "I don't know any %{lang} word %{word}"
1345 msgstr ""
1346
1347 #: data/rbot/plugins/games/azgame.rb:305
1348 msgid "%{word} learned from %{user} on %{date}"
1349 msgstr ""
1350
1351 #: data/rbot/plugins/games/azgame.rb:307
1352 msgid "%{word} learned from %{user}"
1353 msgstr ""
1354
1355 #: data/rbot/plugins/games/azgame.rb:329
1356 msgid "I already know the %{lang} word %{word}"
1357 msgstr ""
1358
1359 #: data/rbot/plugins/games/azgame.rb:545
1360 msgid ""
1361 "az [lang] word [count|list|add|delete] => manage the az wordlist for "
1362 "language lang (defaults to current bot language)"
1363 msgstr ""
1364
1365 #: data/rbot/plugins/games/azgame.rb:547
1366 msgid "az cancel => abort current game"
1367 msgstr ""
1368
1369 #: data/rbot/plugins/games/azgame.rb:549
1370 msgid "az check <word> => checks <word> against current game"
1371 msgstr ""
1372
1373 #: data/rbot/plugins/games/azgame.rb:551
1374 msgid ""
1375 "try to guess the word the bot is thinking of; if you guess wrong, the bot "
1376 "will use the new word to restrict the range of allowed words: eventually, "
1377 "the range will be so small around the correct word that you can't miss it"
1378 msgstr ""
1379
1380 #: data/rbot/plugins/games/azgame.rb:553
1381 msgid ""
1382 "az => start a game if none is running, show the current word range "
1383 "otherwise; you can say 'az <language>' if you want to play in a language "
1384 "different from the current bot default"
1385 msgstr ""
1386
1387 #: data/rbot/plugins/games/azgame.rb:555
1388 msgid "az topics: play, rules, cancel, manage, check"
1389 msgstr ""
1390
1391 #: data/rbot/plugins/games/shiritori.rb:207
1392 msgid "%{current_player}, it's your turn. %{previous_word} -> %{current_word}"
1393 msgstr ""
1394
1395 #: data/rbot/plugins/games/shiritori.rb:211
1396 msgid "No one has given the first word yet. Say the first word to start."
1397 msgstr ""
1398
1399 #: data/rbot/plugins/games/shiritori.rb:213
1400 msgid ""
1401 "Poor %{current_player} is playing alone! Anyone care to join? %"
1402 "{previous_word} -> %{current_word}"
1403 msgstr ""
1404
1405 #: data/rbot/plugins/games/shiritori.rb:244
1406 msgid "%{player} took too long and is out of the game. Try again next game!"
1407 msgstr ""
1408
1409 #: data/rbot/plugins/games/shiritori.rb:249
1410 msgid "%{player} is the last remaining player and the winner! Congratulations!"
1411 msgstr ""
1412
1413 #: data/rbot/plugins/games/shiritori.rb:257
1414 msgid "%{player} took too long and skipped the turn."
1415 msgstr ""
1416
1417 #: data/rbot/plugins/games/shiritori.rb:285
1418 msgid "%{player} has given the first word: %{word}"
1419 msgstr ""
1420
1421 #: data/rbot/plugins/games/shiritori.rb:291
1422 msgid "Welcome to shiritori, %{player}."
1423 msgstr ""
1424
1425 #: data/rbot/plugins/games/shiritori.rb:296
1426 msgid "The word %{used_word} has been used. Retry from %{word}"
1427 msgstr ""
1428
1429 #: data/rbot/plugins/games/shiritori.rb:301
1430 msgid ""
1431 "It's impossible to continue the chain from %{word}. The game has ended. "
1432 "Thanks a lot, %{player}! :("
1433 msgstr ""
1434
1435 #: data/rbot/plugins/games/shiritori.rb:305
1436 msgid ""
1437 "It's impossible to continue the chain from %{bad_word}. Retry from %{word}"
1438 msgstr ""
1439
1440 #: data/rbot/plugins/games/shiritori.rb:310
1441 msgid ""
1442 "It's impossible to continue the chain from %{word}. Start with another word."
1443 msgstr ""
1444
1445 #: data/rbot/plugins/games/shiritori.rb:331
1446 msgid ""
1447 "A game in which each player must continue the previous player's word, by "
1448 "using its last one or few characters/letters of the word to start a new "
1449 "word. 'shiritori <ruleset>' => Play shiritori with a set of rules. Available "
1450 "rulesets: %{rulesets}. 'shiritori stop' => Stop the current shiritori game."
1451 msgstr ""
1452
1453 #: data/rbot/plugins/games/shiritori.rb:408
1454 msgid "Already playing shiritori here"
1455 msgstr ""
1456
1457 #: data/rbot/plugins/games/shiritori.rb:419
1458 msgid "Shiritori has started. Please say the first word"
1459 msgstr ""
1460
1461 #: data/rbot/plugins/games/shiritori.rb:421
1462 msgid "couldn't start %{ruleset} shiritori: %{error}"
1463 msgstr ""
1464
1465 #: data/rbot/plugins/games/shiritori.rb:425
1466 msgid "There is no ruleset named %{ruleset}"
1467 msgstr ""
1468
1469 #: data/rbot/plugins/games/shiritori.rb:443
1470 msgid "Shiritori has stopped. Hope you had fun!"
1471 msgstr ""
1472
1473 #: data/rbot/plugins/games/shiritori.rb:446
1474 msgid "No game to stop here, because no game is being played."
1475 msgstr ""
1476
1477 #: data/rbot/plugins/games/wheelfortune.rb:48
1478 msgid " [Letters called so far: %{red}%{letters}%{nocolor}]"
1479 msgstr ""
1480
1481 #: data/rbot/plugins/games/wheelfortune.rb:230
1482 msgid ""
1483 "wof [<channel>] play [<name>] for <single> to <max> => starts a wheel-of-"
1484 "fortune game on channel <channel> (default: current channel), named <name> "
1485 "(default: wheelfortune.game_name config setting, or the last game name used "
1486 "by the user), with <single> points per round. the game is won when a player "
1487 "reachers <max> points. vowerls cost <single>*<single>/<max> points. The user "
1488 "that starts the game is the game manager and must set up the clues and "
1489 "answers in private. All the other users have to learn the answer to each "
1490 "clue by saying single consonants or the whole sentence. Every time a "
1491 "consonant is guessed, the bot will reveal the partial answer, showing the "
1492 "missing letters as * (asterisks)."
1493 msgstr ""
1494
1495 #: data/rbot/plugins/games/wheelfortune.rb:232
1496 msgid ""
1497 "wof <channel> [category: <cat>,] clue: <clue>, answer: <ans> => set up a new "
1498 "question for the wheel-of-fortune game being played on channel <channel>. "
1499 "This command must be sent in private by the game manager. The category <cat> "
1500 "can be omitted. If you make mistakes, you can use 'wof replace' (see help) "
1501 "before the question gets asked"
1502 msgstr ""
1503
1504 #: data/rbot/plugins/games/wheelfortune.rb:234
1505 msgid ""
1506 "wof <channel> replace <round> [category: <cat>,] [clue: <clue>,] [answer: "
1507 "<ans>] => fix the question for round <round> of the wheel-of-fortune game "
1508 "being played on <channel> by replacing the category and/or clue and/or answer"
1509 msgstr ""
1510
1511 #: data/rbot/plugins/games/wheelfortune.rb:236
1512 msgid ""
1513 "wof cancel => cancels the wheel-of-fortune being played on the current "
1514 "channel"
1515 msgstr ""
1516
1517 #: data/rbot/plugins/games/wheelfortune.rb:238
1518 msgid ""
1519 "wof buy <vowel> => buy the vowel <vowel>: the user buying the vowel will "
1520 "lose points equal to the vowel price, and the corresponding vowel will be "
1521 "revealed in the answer (if present)"
1522 msgstr ""
1523
1524 #: data/rbot/plugins/games/wheelfortune.rb:240
1525 msgid ""
1526 "wof: wheel-of-fortune plugin. topics: play, category, clue, answer, replace, "
1527 "cancel, buy"
1528 msgstr ""
1529
1530 #: data/rbot/plugins/games/wheelfortune.rb:247
1531 msgid "you must specify a channel"
1532 msgstr ""
1533
1534 #: data/rbot/plugins/games/wheelfortune.rb:253
1535 msgid "there's already a %{name} game on %{chan}, managed by %{who}"
1536 msgstr ""
1537
1538 #: data/rbot/plugins/games/wheelfortune.rb:267
1539 msgid ""
1540 "%{who} just created a new %{name} game to %{max} points (%{single} per "
1541 "question, %{price} per vowel)"
1542 msgstr ""
1543
1544 #: data/rbot/plugins/games/wheelfortune.rb:274
1545 msgid ""
1546 "ok, the game has been created. now add clues and answers with \"wof %{chan} "
1547 "[category: <category>,] clue: <clue>, answer: <ans>\". if the clue and "
1548 "answer don't fit in one line, add the answer separately with \"wof %{chan} "
1549 "answer <answer>\""
1550 msgstr ""
1551
1552 #: data/rbot/plugins/games/wheelfortune.rb:282
1553 #: data/rbot/plugins/games/wheelfortune.rb:343
1554 #: data/rbot/plugins/games/wheelfortune.rb:412
1555 #: data/rbot/plugins/games/wheelfortune.rb:522
1556 #: data/rbot/plugins/games/wheelfortune.rb:559
1557 msgid "there's no %{name} game running on %{chan}"
1558 msgstr ""
1559
1560 #: data/rbot/plugins/games/wheelfortune.rb:291
1561 msgid "you can't add questions to the %{name} game on %{chan}"
1562 msgstr ""
1563
1564 #: data/rbot/plugins/games/wheelfortune.rb:301
1565 #: data/rbot/plugins/games/wheelfortune.rb:383
1566 msgid "sorry, the answer cannot contain the '*' character"
1567 msgstr ""
1568
1569 #: data/rbot/plugins/games/wheelfortune.rb:308
1570 msgid "ok, clue added for %{name} round %{count} on %{chan}: %{catclue}"
1571 msgstr ""
1572
1573 #: data/rbot/plugins/games/wheelfortune.rb:310
1574 msgid ""
1575 "there's already a pending clue for %{name} round %{count} on %{chan}: %"
1576 "{catclue}"
1577 msgstr ""
1578
1579 #: data/rbot/plugins/games/wheelfortune.rb:323
1580 msgid ""
1581 "ok, QA added for %{name} round %{count} on %{chan}: %{catclue} => %{ans}"
1582 msgstr ""
1583
1584 #: data/rbot/plugins/games/wheelfortune.rb:325
1585 msgid "there's no pending clue for %{name} on %{chan}!"
1586 msgstr ""
1587
1588 #: data/rbot/plugins/games/wheelfortune.rb:336
1589 msgid ""
1590 "something went wrong, I can't seem to understand what you're trying to set up"
1591 msgstr ""
1592
1593 #: data/rbot/plugins/games/wheelfortune.rb:352
1594 msgid "you can't replace questions to the %{name} game on %{chan}"
1595 msgstr ""
1596
1597 #: data/rbot/plugins/games/wheelfortune.rb:365
1598 msgid ""
1599 "there are no questions in the %{name} game on %{chan} which can be replaced"
1600 msgstr ""
1601
1602 #: data/rbot/plugins/games/wheelfortune.rb:370
1603 msgid ""
1604 "you can only replace questions between rounds %{min} and %{max} in the %"
1605 "{name} game on %{chan}"
1606 msgstr ""
1607
1608 #: data/rbot/plugins/games/wheelfortune.rb:398
1609 msgid ""
1610 "ok, replaced QA for %{name} round %{count} on %{chan}: %{catclue} => %{ans}"
1611 msgstr ""
1612
1613 #: data/rbot/plugins/games/wheelfortune.rb:421
1614 #: data/rbot/plugins/games/wheelfortune.rb:528
1615 msgid ""
1616 "there are no %{name} questions for %{chan}, I'm waiting for %{who} to add "
1617 "them"
1618 msgstr ""
1619
1620 #: data/rbot/plugins/games/wheelfortune.rb:429
1621 msgid "%{bold}%{color}%{name}%{bold}, round %{count}:%{nocolor} %{qa}"
1622 msgstr ""
1623
1624 #: data/rbot/plugins/games/wheelfortune.rb:444
1625 msgid "no scores"
1626 msgstr ""
1627
1628 #: data/rbot/plugins/games/wheelfortune.rb:465
1629 msgid "You must buy the %{vowel}"
1630 msgstr ""
1631
1632 #: data/rbot/plugins/games/wheelfortune.rb:476
1633 msgid "%{who} got it! The answer was: %{ans}"
1634 msgstr ""
1635
1636 #: data/rbot/plugins/games/wheelfortune.rb:482
1637 msgid ""
1638 "%{bold}%{color}%{name}%{bold}%{nocolor}: %{who} %{bold}wins%{bold} after %"
1639 "{count} rounds!\n"
1640 "The final score is"
1641 msgstr ""
1642
1643 #: data/rbot/plugins/games/wheelfortune.rb:493
1644 msgid ""
1645 "%{bold}%{color}%{name}%{bold}, round %{count}%{nocolor} -- score so far:"
1646 msgstr ""
1647
1648 #: data/rbot/plugins/games/wheelfortune.rb:538
1649 msgid "%{who} buys a %{vowel} for %{price} points"
1650 msgstr ""
1651
1652 #: data/rbot/plugins/games/wheelfortune.rb:546
1653 msgid ""
1654 "you can't buy a %{vowel}, %{who}: it costs %{price} points and you only have "
1655 "%{score}"
1656 msgstr ""
1657
1658 #: data/rbot/plugins/games/wheelfortune.rb:569
1659 msgid "you can't cancel the current game"
1660 msgstr ""
1661
1662 #: data/rbot/plugins/games/wheelfortune.rb:576
1663 msgid "%{name} game cancelled after %{count} rounds. Partial score:"
1664 msgstr ""
1665
1666 #: data/rbot/plugins/keywords.rb:457
1667 msgid "couldn't find keyword %{key}"
1668 msgstr ""
1669
1670 #: data/rbot/plugins/keywords.rb:506
1671 msgid "failed to export keywords as factoids (%{err})"
1672 msgstr ""
1673
1674 #: data/rbot/plugins/markov.rb:133
1675 msgid "markov has a %{prob}% chance of chipping in"
1676 msgstr ""
1677
1678 #: data/rbot/plugins/rss.rb:809
1679 msgid "no such feed %{handle}"
1680 msgstr ""
1681
1682 #: data/rbot/plugins/translator.rb:52
1683 msgid "Cannot translate empty string"
1684 msgstr ""
1685
1686 #: data/rbot/plugins/translator.rb:262
1687 msgid "Number of seconds to wait for the translation service before timeout"
1688 msgstr ""
1689
1690 #: data/rbot/plugins/translator.rb:282
1691 msgid "Translator %{name} cannot be used: %{reason}"
1692 msgstr ""
1693
1694 #: data/rbot/plugins/translator.rb:290
1695 msgid "List of translators to try in order when translator name not specified"
1696 msgstr ""
1697
1698 #: data/rbot/plugins/translator.rb:298
1699 msgid ""
1700 "%{translator} <from> <to> <phrase> => Look up phrase using %{info}, "
1701 "supported from -> to languages: %{directions}"
1702 msgstr ""
1703
1704 #: data/rbot/plugins/translator.rb:302
1705 msgid "%{source} -> %{targets}"
1706 msgstr ""
1707
1708 #: data/rbot/plugins/translator.rb:307
1709 msgid ""
1710 "Command: <translator> <from> <to> <phrase>, where <translator> is one of: %"
1711 "{translators}. If \"translator\" is used in place of the translator name, "
1712 "the first translator in translator.default_list which supports the specified "
1713 "direction will be picked automatically. Use \"help <translator>\" to look up "
1714 "supported from and to languages"
1715 msgstr ""
1716
1717 #: data/rbot/plugins/translator.rb:322
1718 msgid ""
1719 "None of the default translators (translator.default_list) supports "
1720 "translating from %{source} to %{target}"
1721 msgstr ""
1722
1723 #: data/rbot/plugins/translator.rb:337
1724 msgid "%{translation} (provided by %{translator})"
1725 msgstr ""
1726
1727 #: data/rbot/plugins/translator.rb:344
1728 msgid "%{translator} doesn't support translating from %{source} to %{target}"
1729 msgstr ""
1730
1731 #: data/rbot/plugins/translator.rb:347
1732 msgid "%{translator} failed to provide a translation"
1733 msgstr ""
1734
1735 #: data/rbot/plugins/translator.rb:350
1736 msgid "The translator timed out"
1737 msgstr ""
1738
1739 #: data/rbot/plugins/translator.rb:353
1740 msgid "No translator called %{name}"
1741 msgstr ""
1742
1743 #: data/rbot/plugins/twitter.rb:172
1744 msgid "actions will be twitted"
1745 msgstr ""
1746
1747 #: data/rbot/plugins/twitter.rb:174
1748 msgid "actions will not be twitted"
1749 msgstr ""
1750
1751 #: data/rbot/plugins/youtube.rb:33
1752 msgid ""
1753 "Category: %{cat}. Rating: %{rating}. Author: %{author}. Duration: %"
1754 "{duration}. %{views} views, faved %{faves} times. %{desc}"
1755 msgstr ""
1756
1757 #: data/rbot/plugins/youtube.rb:76 data/rbot/plugins/youtube.rb:106
1758 msgid "unknown duration"
1759 msgstr ""
1760
1761 #: data/rbot/plugins/youtube.rb:182
1762 msgid ""
1763 "%{bold}%{title}%{bold} [%{cat}] %{rating} @ %{url} by %{author} (%"
1764 "{duration}). %{views} views, faved %{faves} times. %{desc}"
1765 msgstr ""
1766
1767 #: data/rbot/plugins/youtube.rb:185
1768 msgid ""
1769 "\n"
1770 " -- also available at: "
1771 msgstr ""
1772
1773 #: data/rbot/plugins/youtube.rb:192
1774 msgid "couldn't retrieve video info"
1775 msgstr ""
1776
1777 #: data/rbot/plugins/youtube.rb:202
1778 msgid "error looking for %{what} on youtube: %{e}"
1779 msgstr ""
1780
1781 #: data/rbot/plugins/youtube.rb:210
1782 msgid "no videos found for %{what}"
1783 msgstr ""
1784
1785 #: data/rbot/plugins/youtube.rb:214
1786 msgid "One video found for %{what}: %{show}"
1787 msgstr ""
1788
1789 #: data/rbot/plugins/youtube.rb:221
1790 msgid "Videos for %{what}: %{shorts}"
1791 msgstr ""