]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/zh_CN/rbot.po
Update .po files
[user/henk/code/ruby/rbot.git] / 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: 2007-10-22 01:22+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:885
39 msgid "%{user}, you don't have '%{command}' permissions here"
40 msgstr ""
41
42 #: lib/rbot/config.rb:196
43 msgid "%{desc} [valid values are: %{values}]"
44 msgstr ""
45
46 #: lib/rbot/config.rb:326
47 msgid "First time rbot configuration wizard"
48 msgstr ""
49
50 #: lib/rbot/config.rb:329
51 msgid "This wizard will ask you a few questions to get you started."
52 msgstr ""
53
54 #: lib/rbot/config.rb:330
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 msgid "couldn't find botuser %{name}"
82 msgstr ""
83
84 #: lib/rbot/core/auth.rb:113
85 msgid "you can't change permissions for %{username}"
86 msgstr ""
87
88 #: lib/rbot/core/auth.rb:120
89 msgid "couldn't satisfy your request: %{errors}"
90 msgstr ""
91
92 #: lib/rbot/core/auth.rb:159
93 msgid "you are owner, you can do anything"
94 msgstr ""
95
96 #: lib/rbot/core/auth.rb:162
97 msgid "owner can do anything"
98 msgstr ""
99
100 #: lib/rbot/core/auth.rb:173
101 msgid "on any channel: "
102 msgstr ""
103
104 #: lib/rbot/core/auth.rb:175
105 msgid "in private: "
106 msgstr ""
107
108 #: lib/rbot/core/auth.rb:187
109 msgid "no permissions set for %{user}"
110 msgstr ""
111
112 #: lib/rbot/core/auth.rb:189
113 msgid "permissions for %{user}:: %{permissions}"
114 msgstr ""
115
116 #: lib/rbot/core/auth.rb:203
117 msgid "welcome, %{user}"
118 msgstr ""
119
120 #: lib/rbot/core/auth.rb:218
121 msgid "sorry, can't do"
122 msgstr ""
123
124 #: lib/rbot/core/auth.rb:221
125 msgid "couldn't login: %{exception}"
126 msgstr ""
127
128 #: lib/rbot/core/auth.rb:229
129 msgid "I couldn't find anything to let you login automatically"
130 msgstr ""
131
132 #: lib/rbot/core/auth.rb:240
133 msgid "you are %{who}"
134 msgstr ""
135
136 #: lib/rbot/core/auth.rb:242 lib/rbot/core/auth.rb:255
137 msgid "no one that I know"
138 msgstr ""
139
140 #: lib/rbot/core/auth.rb:243 lib/rbot/core/auth.rb:256
141 msgid "my boss"
142 msgstr ""
143
144 #: lib/rbot/core/auth.rb:263
145 msgid ""
146 "login [<botuser>] [<pass>]: logs in to the bot as botuser <botuser> with "
147 "password <pass>. When using the full form, you must contact the bot in "
148 "private. <pass> can be omitted if <botuser> allows login-by-mask and your "
149 "netmask is among the known ones. if <botuser> is omitted too autologin will "
150 "be attempted"
151 msgstr ""
152
153 #: lib/rbot/core/auth.rb:265
154 msgid "whoami: names the botuser you're linked to"
155 msgstr ""
156
157 #: lib/rbot/core/auth.rb:267
158 msgid "who is <user>: names the botuser <user> is linked to"
159 msgstr ""
160
161 #: lib/rbot/core/auth.rb:271
162 msgid ""
163 "a permission is specified as module::path::to::cmd; when you want to enable "
164 "it, prefix it with +; when you want to disable it, prefix it with -; when "
165 "using the +reset+ command, do not use any prefix"
166 msgstr ""
167
168 #: lib/rbot/core/auth.rb:273
169 msgid ""
170 "permissions [re]set <permission> [in <channel>] for <user>: sets or resets "
171 "the permissions for botuser <user> in channel <channel> (use ? to change the "
172 "permissions for private addressing)"
173 msgstr ""
174
175 #: lib/rbot/core/auth.rb:275
176 msgid "permissions view [for <user>]: display the permissions for user <user>"
177 msgstr ""
178
179 #: lib/rbot/core/auth.rb:277
180 msgid "permission topics: syntax, (re)set, view"
181 msgstr ""
182
183 #: lib/rbot/core/auth.rb:282
184 msgid ""
185 "user show <what> : shows info about the user; <what> can be any of "
186 "autologin, login-by-mask, netmasks"
187 msgstr ""
188
189 #: lib/rbot/core/auth.rb:284
190 msgid ""
191 "user enable|disable <what> : turns on or off <what> (autologin, login-by-"
192 "mask)"
193 msgstr ""
194
195 #: lib/rbot/core/auth.rb:286
196 msgid ""
197 "user set password <blah> : sets the user password to <blah>; passwords can "
198 "only contain upper and lowercase letters and numbers, and must be at least 4 "
199 "characters long"
200 msgstr ""
201
202 #: lib/rbot/core/auth.rb:288
203 msgid ""
204 "user add|rm netmask <mask> : adds/removes netmask <mask> from the list of "
205 "netmasks known to the botuser you're linked to"
206 msgstr ""
207
208 #: lib/rbot/core/auth.rb:290
209 msgid ""
210 "user reset <what> : resets <what> to the default values. <what> can be "
211 "+netmasks+ (the list will be emptied), +autologin+ or +login-by-mask+ (will "
212 "be reset to the default value) or +password+ (a new one will be generated "
213 "and you'll be told in private)"
214 msgstr ""
215
216 #: lib/rbot/core/auth.rb:292
217 msgid ""
218 "user tell <who> the password for <botuser> : contacts <who> in private to "
219 "tell him/her the password for <botuser>"
220 msgstr ""
221
222 #: lib/rbot/core/auth.rb:294
223 msgid ""
224 "user create <name> <password> : create botuser named <name> with password "
225 "<password>. The password can be omitted, in which case a random one will be "
226 "generated. The <name> should only contain alphanumeric characters and the "
227 "underscore (_)"
228 msgstr ""
229
230 #: lib/rbot/core/auth.rb:296
231 msgid "user list : lists all the botusers"
232 msgstr ""
233
234 #: lib/rbot/core/auth.rb:298
235 msgid ""
236 "user destroy <botuser> <password> : destroys <botuser>; this function %"
237 "{highlight}must%{highlight} be called in two steps. On the first call, no "
238 "password must be specified: <botuser> is then queued for destruction. On the "
239 "second call, you must specify the correct password for <botuser>, and it "
240 "will be destroyed. If you want to cancel the destruction, issue the command "
241 "+user cancel destroy <botuser>+"
242 msgstr ""
243
244 #: lib/rbot/core/auth.rb:300
245 msgid ""
246 "user topics: show, enable|disable, add|rm netmask, set, reset, tell, create, "
247 "list, destroy"
248 msgstr ""
249
250 #: lib/rbot/core/auth.rb:303
251 msgid ""
252 "auth <masterpassword>: log in as the bot owner; other commands: login, "
253 "whoami, permission syntax, permissions [re]set, permissions view, user"
254 msgstr ""
255
256 #: lib/rbot/core/auth.rb:305
257 msgid "auth commands: auth, login, whoami, who, permission[s], user"
258 msgstr ""
259
260 #: lib/rbot/core/auth.rb:310
261 msgid "sorry, I need more arguments to %{command}"
262 msgstr ""
263
264 #: lib/rbot/core/auth.rb:314
265 msgid "I can only %{command} these: %{arguments}"
266 msgstr ""
267
268 #: lib/rbot/core/auth.rb:349
269 msgid "no such bot user %{user}"
270 msgstr ""
271
272 #: lib/rbot/core/auth.rb:352
273 msgid "you can't mess with %{user}"
274 msgstr ""
275
276 #: lib/rbot/core/auth.rb:363
277 msgid "you can't see the properties of %{user}"
278 msgstr ""
279
280 #: lib/rbot/core/auth.rb:372
281 msgid "no way I'm telling you the master password!"
282 msgstr ""
283
284 #: lib/rbot/core/auth.rb:373
285 msgid "you can't ask for someone else's password"
286 msgstr ""
287
288 #: lib/rbot/core/auth.rb:375
289 msgid ""
290 "c'mon, you can't be asking me seriously to tell you the password in public!"
291 msgstr ""
292
293 #: lib/rbot/core/auth.rb:376
294 msgid "the password for %{user} is %{password}"
295 msgstr ""
296
297 #: lib/rbot/core/auth.rb:390
298 msgid "can %{action}"
299 msgstr ""
300
301 #: lib/rbot/core/auth.rb:392
302 msgid "can not %{action}"
303 msgstr ""
304
305 #: lib/rbot/core/auth.rb:396
306 msgid "knows no netmasks"
307 msgstr ""
308
309 #: lib/rbot/core/auth.rb:398
310 msgid "knows %{netmasks}"
311 msgstr ""
312
313 #: lib/rbot/core/auth.rb:405 lib/rbot/core/auth.rb:432
314 #: lib/rbot/core/auth.rb:450 lib/rbot/core/auth.rb:482
315 msgid "you can't change the default user"
316 msgstr ""
317
318 #: lib/rbot/core/auth.rb:406 lib/rbot/core/auth.rb:434
319 #: lib/rbot/core/auth.rb:452 lib/rbot/core/auth.rb:484
320 msgid "you can't edit %{user}"
321 msgstr ""
322
323 #: lib/rbot/core/auth.rb:421 lib/rbot/core/auth.rb:468
324 msgid "I ignored %{things} because %{reason}"
325 msgstr ""
326
327 #: lib/rbot/core/auth.rb:425 lib/rbot/core/auth.rb:472
328 msgid "I haven't changed anything"
329 msgstr ""
330
331 #: lib/rbot/core/auth.rb:443
332 msgid "is that a joke? setting the password in public?"
333 msgstr ""
334
335 #: lib/rbot/core/auth.rb:475
336 msgid "the password for %{user} is now %{password}"
337 msgstr ""
338
339 #: lib/rbot/core/auth.rb:489
340 msgid ""
341 "I can only add/remove netmasks. See +help user add+ for more instructions"
342 msgstr ""
343
344 #: lib/rbot/core/auth.rb:510
345 msgid "sorry, I don't know how to %{request}"
346 msgstr ""
347
348 #: lib/rbot/core/auth.rb:519
349 msgid "couldn't find botuser %{user}"
350 msgstr ""
351
352 #: lib/rbot/core/auth.rb:521
353 msgid "I'm not telling the master password to anyway, pal"
354 msgstr ""
355
356 #: lib/rbot/core/auth.rb:522
357 msgid "the password for botuser %{user} is %{password}"
358 msgstr ""
359
360 #: lib/rbot/core/auth.rb:525
361 msgid "I told %{user} that %{message}"
362 msgstr ""
363
364 #: lib/rbot/core/auth.rb:531
365 msgid "are you nuts, creating a botuser with a publicly known password?"
366 msgstr ""
367
368 #: lib/rbot/core/auth.rb:536
369 msgid "failed to create %{user}: %{exception}"
370 msgstr ""
371
372 #: lib/rbot/core/auth.rb:540
373 msgid "created botuser %{user}"
374 msgstr ""
375
376 #: lib/rbot/core/auth.rb:548
377 msgid " (queued for destruction)"
378 msgstr ""
379
380 #: lib/rbot/core/auth.rb:551
381 msgid "I have no botusers other than the default ones"
382 msgstr ""
383
384 #: lib/rbot/core/auth.rb:552
385 msgid "botuser: %{list}"
386 msgid_plural "botusers: %{list}"
387 msgstr[0] ""
388 msgstr[1] ""
389
390 #: lib/rbot/core/auth.rb:559
391 msgid "You can't destroy %{user}"
392 msgstr ""
393
394 #: lib/rbot/core/auth.rb:570
395 msgid "no such botuser %{user}"
396 msgstr ""
397
398 #: lib/rbot/core/auth.rb:576
399 msgid "%{user} removed from the destruction queue"
400 msgstr ""
401
402 #: lib/rbot/core/auth.rb:578
403 msgid "%{user} was not queued for destruction"
404 msgstr ""
405
406 #: lib/rbot/core/auth.rb:585
407 msgid ""
408 "%{user} already queued for destruction, use %{highlight}user destroy %{user} "
409 "<password>%{highlight} to destroy it"
410 msgstr ""
411
412 #: lib/rbot/core/auth.rb:588
413 msgid ""
414 "%{user} queued for destruction, use %{highlight}user destroy %{user} "
415 "<password>%{highlight} to destroy it"
416 msgstr ""
417
418 #: lib/rbot/core/auth.rb:592
419 msgid "%{user} is not queued for destruction yet"
420 msgstr ""
421
422 #: lib/rbot/core/auth.rb:594
423 msgid "wrong password for %{user}"
424 msgstr ""
425
426 #: lib/rbot/core/auth.rb:603 lib/rbot/core/auth.rb:643
427 msgid "failed: %{exception}"
428 msgstr ""
429
430 #: lib/rbot/core/auth.rb:605
431 msgid "botuser %{user} destroyed"
432 msgstr ""
433
434 #: lib/rbot/core/auth.rb:613
435 msgid "please don't touch the default users"
436 msgstr ""
437
438 #: lib/rbot/core/auth.rb:622
439 msgid "no such botuser %{source}"
440 msgstr ""
441
442 #: lib/rbot/core/auth.rb:624
443 msgid "botuser %{dest} exists already"
444 msgstr ""
445
446 #: lib/rbot/core/auth.rb:645
447 msgid "botuser %{source} copied to %{dest}"
448 msgstr ""
449
450 #: lib/rbot/core/auth.rb:647
451 msgid "botuser %{source} renamed to %{dest}"
452 msgstr ""
453
454 #: lib/rbot/core/auth.rb:666
455 msgid "selecting data to export ..."
456 msgstr ""
457
458 #: lib/rbot/core/auth.rb:682
459 msgid "preparing data for export ..."
460 msgstr ""
461
462 #: lib/rbot/core/auth.rb:705
463 msgid "failed to prepare data: %{exception}"
464 msgstr ""
465
466 #: lib/rbot/core/auth.rb:710
467 msgid "exporting to %{file} ..."
468 msgstr ""
469
470 #: lib/rbot/core/auth.rb:717
471 msgid "failed to export users: %{exception}"
472 msgstr ""
473
474 #: lib/rbot/core/auth.rb:721 lib/rbot/core/auth.rb:799
475 msgid "done"
476 msgstr ""
477
478 #: lib/rbot/core/auth.rb:738
479 msgid "reading %{file} ..."
480 msgstr ""
481
482 #: lib/rbot/core/auth.rb:742
483 msgid "failed to import from: %{exception}"
484 msgstr ""
485
486 #: lib/rbot/core/auth.rb:749
487 msgid "selecting data to import ..."
488 msgstr ""
489
490 #: lib/rbot/core/auth.rb:759
491 msgid "parsing data from import ..."
492 msgstr ""
493
494 #: lib/rbot/core/auth.rb:779
495 msgid "failed to parse data: %{exception}"
496 msgstr ""
497
498 #: lib/rbot/core/basics.rb:105
499 msgid "quit [<message>] => quit IRC with message <message>"
500 msgstr ""
501
502 #: lib/rbot/core/basics.rb:107
503 msgid "restart => completely stop and restart the bot (including reconnect)"
504 msgstr ""
505
506 #: lib/rbot/core/basics.rb:111
507 msgid "part"
508 msgstr ""
509
510 #: lib/rbot/core/basics.rb:113
511 msgid "hide => part all channels"
512 msgstr ""
513
514 #: lib/rbot/core/basics.rb:115
515 msgid "nick <nick> => attempt to change nick to <nick>"
516 msgstr ""
517
518 #: lib/rbot/core/basics.rb:117
519 msgid ""
520 "say <channel>|<nick> <message> => say <message> to <channel> or in private "
521 "message to <nick>"
522 msgstr ""
523
524 #: lib/rbot/core/basics.rb:119
525 msgid ""
526 "action <channel>|<nick> <message> => does a /me <message> to <channel> or in "
527 "private message to <nick>"
528 msgstr ""
529
530 #: lib/rbot/core/basics.rb:121
531 msgid ""
532 "quiet [in here|<channel>] => with no arguments, stop speaking in all "
533 "channels, if \"in here\", stop speaking in this channel, or stop speaking in "
534 "<channel>"
535 msgstr ""
536
537 #: lib/rbot/core/basics.rb:123
538 msgid ""
539 "talk [in here|<channel>] => with no arguments, resume speaking in all "
540 "channels, if \"in here\", resume speaking in this channel, or resume "
541 "speaking in <channel>"
542 msgstr ""
543
544 #: lib/rbot/core/basics.rb:125
545 msgid "ping => replies with a pong"
546 msgstr ""
547
548 #: lib/rbot/core/basics.rb:127
549 msgid ""
550 "mode <channel> <mode> <nicks> => set channel modes for <nicks> on <channel> "
551 "to <mode>"
552 msgstr ""
553
554 #: lib/rbot/core/basics.rb:133
555 msgid ""
556 "%{name}: quit, restart, join, part, hide, save, nick, say, action, topic, "
557 "quiet, talk, ping, mode"
558 msgstr ""
559
560 #: lib/rbot/core/config.rb:13
561 msgid "I'm a v. %{version} rubybot%{copyright}%{url}"
562 msgstr ""
563
564 #: lib/rbot/core/config.rb:33
565 msgid "no such module %{module}"
566 msgstr ""
567
568 #: lib/rbot/core/config.rb:49 lib/rbot/core/config.rb:60
569 #: lib/rbot/core/config.rb:68 lib/rbot/core/config.rb:81
570 #: lib/rbot/core/config.rb:107 lib/rbot/core/config.rb:130
571 msgid "no such config key %{key}"
572 msgstr ""
573
574 #: lib/rbot/core/config.rb:73 lib/rbot/core/config.rb:92
575 #: lib/rbot/core/config.rb:122 lib/rbot/core/config.rb:145
576 msgid "this config change will take effect on the next restart"
577 msgstr ""
578
579 #: lib/rbot/core/config.rb:74 lib/rbot/core/config.rb:95
580 #: lib/rbot/core/config.rb:123 lib/rbot/core/config.rb:146
581 msgid "this config change will take effect on the next rescan"
582 msgstr ""
583
584 #: lib/rbot/core/config.rb:88
585 msgid "failed to set %{key}: %{error}"
586 msgstr ""
587
588 #: lib/rbot/core/config.rb:111 lib/rbot/core/config.rb:134
589 msgid "config key %{key} is not an array"
590 msgstr ""
591
592 #: lib/rbot/core/config.rb:118
593 msgid "failed to add %{value} to %{key}: %{error}"
594 msgstr ""
595
596 #: lib/rbot/core/config.rb:141
597 msgid "failed to remove %{value} from %{key}: %{error}"
598 msgstr ""
599
600 #: lib/rbot/core/config.rb:155
601 msgid "saving ..."
602 msgstr ""
603
604 #: lib/rbot/core/config.rb:157
605 msgid "rescanning ..."
606 msgstr ""
607
608 #: lib/rbot/core/config.rb:159
609 msgid "done. %{plugin_status}"
610 msgstr ""
611
612 #: lib/rbot/core/config.rb:202
613 msgid ""
614 "config list => list configuration modules, config list <module> => list "
615 "configuration keys for module <module>"
616 msgstr ""
617
618 #: lib/rbot/core/config.rb:204
619 msgid "config get <key> => get configuration value for key <key>"
620 msgstr ""
621
622 #: lib/rbot/core/config.rb:206
623 msgid "reset key <key> to the default"
624 msgstr ""
625
626 #: lib/rbot/core/config.rb:208
627 msgid ""
628 "config set <key> <value> => set configuration value for key <key> to <value>"
629 msgstr ""
630
631 #: lib/rbot/core/config.rb:210
632 msgid "config desc <key> => describe what key <key> configures"
633 msgstr ""
634
635 #: lib/rbot/core/config.rb:212
636 msgid ""
637 "config add <value> to <key> => add value <value> to key <key> if <key> is an "
638 "array"
639 msgstr ""
640
641 #: lib/rbot/core/config.rb:214
642 msgid ""
643 "config rm <value> from <key> => remove value <value> from key <key> if <key> "
644 "is an array"
645 msgstr ""
646
647 #: lib/rbot/core/config.rb:216
648 msgid ""
649 "config module - bot configuration. usage: list, desc, get, set, unset, add, "
650 "rm"
651 msgstr ""
652
653 #: lib/rbot/core/config.rb:221
654 msgid "nick <newnick> => change the bot nick to <newnick>, if possible"
655 msgstr ""
656
657 #: lib/rbot/core/config.rb:223
658 msgid "status => display some information on the bot's status"
659 msgstr ""
660
661 #: lib/rbot/core/config.rb:225
662 msgid "save => save current dynamic data and configuration"
663 msgstr ""
664
665 #: lib/rbot/core/config.rb:227
666 msgid "rescan => reload modules and static facts"
667 msgstr ""
668
669 #: lib/rbot/core/config.rb:229
670 msgid "version => describes software version"
671 msgstr ""
672
673 #: lib/rbot/core/config.rb:231
674 msgid "config-related tasks: config, save, rescan, version, nick, status"
675 msgstr ""
676
677 #: lib/rbot/core/utils/utils.rb:205
678 msgid "year"
679 msgstr ""
680
681 #: lib/rbot/core/utils/utils.rb:205
682 msgid "years"
683 msgstr ""
684
685 #: lib/rbot/core/utils/utils.rb:207
686 msgid "month"
687 msgstr ""
688
689 #: lib/rbot/core/utils/utils.rb:207
690 msgid "months"
691 msgstr ""
692
693 #: lib/rbot/core/utils/utils.rb:209
694 msgid "day"
695 msgstr ""
696
697 #: lib/rbot/core/utils/utils.rb:209
698 msgid "days"
699 msgstr ""
700
701 #: lib/rbot/core/utils/utils.rb:211
702 msgid "hour"
703 msgstr ""
704
705 #: lib/rbot/core/utils/utils.rb:211
706 msgid "hours"
707 msgstr ""
708
709 #: lib/rbot/core/utils/utils.rb:213
710 msgid "minute"
711 msgstr ""
712
713 #: lib/rbot/core/utils/utils.rb:213
714 msgid "minutes"
715 msgstr ""
716
717 #: lib/rbot/core/utils/utils.rb:215
718 msgid "second"
719 msgstr ""
720
721 #: lib/rbot/core/utils/utils.rb:215
722 msgid "seconds"
723 msgstr ""
724
725 #: lib/rbot/core/utils/utils.rb:222
726 msgid " and "
727 msgstr ""
728
729 #: lib/rbot/core/userdata.rb:133
730 msgid "%{key} data for %{user}: %{data}"
731 msgstr ""
732
733 #: lib/rbot/core/userdata.rb:139
734 msgid "sorry, no %{key} data for %{user}"
735 msgstr ""
736
737 #: lib/rbot/ircbot.rb:1148
738 msgid "help topics: "
739 msgstr ""
740
741 #: lib/rbot/ircbot.rb:1150
742 msgid " (help <topic> for more info)"
743 msgstr ""
744
745 #: lib/rbot/ircbot.rb:1153
746 msgid "no help for topic %{topic}"
747 msgstr ""
748
749 #: lib/rbot/ircbot.rb:1164
750 msgid ""
751 "Uptime %{up}, %{plug} plugins active, %{sent} lines sent, %{recv} received."
752 msgstr ""
753
754 #: lib/rbot/plugins.rb:306
755 msgid "incorrect usage, ask for help using '%{command}'"
756 msgstr ""
757
758 #: lib/rbot/plugins.rb:578
759 msgid "%{count} core module loaded"
760 msgid_plural "%{count} core modules loaded"
761 msgstr[0] "%{count}个核心模块"
762 msgstr[1] ""
763
764 #: lib/rbot/plugins.rb:581
765 msgid "%{count} core module: %{list}"
766 msgid_plural "%{count} core modules: %{list}"
767 msgstr[0] "%{count}个核心模块:%{list}"
768 msgstr[1] ""
769
770 #: lib/rbot/plugins.rb:587
771 msgid "no core botmodules loaded"
772 msgstr "没有核心模块"
773
774 #: lib/rbot/plugins.rb:592
775 msgid "%{count} plugin loaded"
776 msgid_plural "%{count} plugins loaded"
777 msgstr[0] ""
778 msgstr[1] ""
779
780 #: lib/rbot/plugins.rb:595
781 msgid "%{count} plugin: %{list}"
782 msgid_plural "%{count} plugins: %{list}"
783 msgstr[0] ""
784 msgstr[1] ""
785
786 #: lib/rbot/plugins.rb:606
787 msgid "%{highlight}%{count} plugin ignored%{highlight}"
788 msgid_plural "%{highlight}%{count} plugins ignored%{highlight}"
789 msgstr[0] ""
790 msgstr[1] ""
791
792 #: lib/rbot/plugins.rb:611
793 msgid ""
794 "%{highlight}%{count} plugin ignored%{highlight}: use %{bold}%{command}%"
795 "{bold} to see why"
796 msgid_plural ""
797 "%{highlight}%{count} plugins ignored%{highlight}: use %{bold}%{command}%"
798 "{bold} to see why"
799 msgstr[0] ""
800 msgstr[1] ""
801
802 #: lib/rbot/plugins.rb:621
803 msgid "%{highlight}%{count} plugin failed to load%{highlight}"
804 msgid_plural "%{highlight}%{count} plugins failed to load%{highlight}"
805 msgstr[0] ""
806 msgstr[1] ""
807
808 #: lib/rbot/plugins.rb:626
809 msgid ""
810 "%{highlight}%{count} plugin failed to load%{highlight}: use %{bold}%"
811 "{command}%{bold} to see why"
812 msgid_plural ""
813 "%{highlight}%{count} plugins failed to load%{highlight}: use %{bold}%"
814 "{command}%{bold} to see why"
815 msgstr[0] ""
816 msgstr[1] ""
817
818 #: lib/rbot/plugins.rb:656
819 msgid "no plugins failed to load"
820 msgstr ""
821
822 #: lib/rbot/plugins.rb:658
823 msgid ""
824 "%{highlight}%{plugin}%{highlight} in %{dir} failed with error %{exception}: %"
825 "{reason}"
826 msgstr ""
827
828 #: lib/rbot/plugins.rb:662
829 msgid "at %{backtrace}"
830 msgstr ""
831
832 #: lib/rbot/plugins.rb:668
833 msgid "no plugins were ignored"
834 msgstr ""
835
836 #: lib/rbot/plugins.rb:672
837 msgid "overruled by previous"
838 msgstr ""
839
840 #: lib/rbot/registry.rb:20
841 msgid ""
842 "upgrading old-style (rbot 0.9.5 or earlier) plugin registry to new format"
843 msgstr ""
844
845 #: lib/rbot/registry.rb:40
846 msgid ""
847 "upgrading previous (rbot 0.9.9 or earlier) plugin registry to new split "
848 "format"
849 msgstr ""
850
851 #: lib/rbot/registry.rb:190
852 msgid "marshal recovery failed, trying default"
853 msgstr ""
854
855 #: data/rbot/plugins/alias.rb:52
856 msgid "Data file is not found or corrupt, reinitializing data"
857 msgstr ""
858
859 #: data/rbot/plugins/alias.rb:60
860 msgid "Invalid alias entry %{alias} : %{command} in %{filename}: %{reason}"
861 msgstr ""
862
863 #: data/rbot/plugins/alias.rb:76
864 msgid "The definition you provided is invalid: %{reason}"
865 msgstr ""
866
867 #: data/rbot/plugins/alias.rb:87 data/rbot/plugins/alias.rb:104
868 msgid "No such alias is defined"
869 msgstr ""
870
871 #: data/rbot/plugins/alias.rb:93
872 msgid "No aliases defined"
873 msgstr ""
874
875 #: data/rbot/plugins/alias.rb:102
876 msgid "Alias of %{command}"
877 msgstr ""
878
879 #: data/rbot/plugins/alias.rb:114
880 msgid ""
881 "The arguments in alias must match the substitutions in command, and vice "
882 "versa"
883 msgstr ""
884
885 #: data/rbot/plugins/alias.rb:131
886 msgid ""
887 "The alias seems to have caused infinite recursion. Please examine your alias "
888 "definitions"
889 msgstr ""
890
891 #: data/rbot/plugins/alias.rb:147
892 msgid "Error handling the alias, the command is not defined"
893 msgstr ""
894
895 #: data/rbot/plugins/alias.rb:157
896 msgid "Create and use aliases for commands. Topics: create, commands"
897 msgstr ""
898
899 #: data/rbot/plugins/alias.rb:159
900 msgid ""
901 "\"alias <text> => <command>\" => add text as an alias of command. Text can "
902 "contain placeholders marked with : or * for :words and *multiword arguments. "
903 "The command can contain placeholders enclosed with < > which will be "
904 "substituded with argument values. For example: alias googlerbot *terms => "
905 "google site:linuxbrit.co.uk/rbot/ <terms>"
906 msgstr ""
907
908 #: data/rbot/plugins/alias.rb:161
909 msgid ""
910 "alias list => list defined aliases | alias whatis <alias> => show definition "
911 "of the alias | alias remove <alias> => remove defined alias | see the "
912 "\"create\" topic about adding aliases"
913 msgstr ""
914
915 #: data/rbot/plugins/dictclient.rb:57
916 msgid "Hostname or hostname:port of the DICT server used to lookup words"
917 msgstr ""
918
919 #: data/rbot/plugins/dictclient.rb:60
920 msgid ""
921 "When multiple databases reply a number of definitions that above this limit, "
922 "only the database names will be listed. Otherwise, the full definitions from "
923 "each database are replied"
924 msgstr ""
925
926 #: data/rbot/plugins/dictclient.rb:63
927 msgid "Each definition is truncated to this length"
928 msgstr ""
929
930 #: data/rbot/plugins/dictclient.rb:66
931 msgid "Format of headwords; <word> will be replaced with the actual word"
932 msgstr ""
933
934 #: data/rbot/plugins/dictclient.rb:69
935 msgid ""
936 "Format of database names; <database> will be replaced with the database name"
937 msgstr ""
938
939 #: data/rbot/plugins/dictclient.rb:72
940 msgid ""
941 "Format of definitions. <word> will be replaced with the formatted headword, "
942 "<def> will be replaced with the truncated definition, and <database> with "
943 "the formatted database name"
944 msgstr ""
945
946 #: data/rbot/plugins/dictclient.rb:75
947 msgid ""
948 "Format of match results. <matches> will be replaced with the formatted "
949 "headwords, <database> with the formatted database name"
950 msgstr ""
951
952 #: data/rbot/plugins/dictclient.rb:95
953 msgid ""
954 "An error occured connecting to the DICT server. Check the dictclient.server "
955 "configuration or retry later"
956 msgstr ""
957
958 #: data/rbot/plugins/dictclient.rb:97
959 msgid "A protocol error occured"
960 msgstr ""
961
962 #: data/rbot/plugins/dictclient.rb:99
963 msgid "An error occured"
964 msgstr ""
965
966 #: data/rbot/plugins/dictclient.rb:121
967 msgid ""
968 "Many definitions for %{phrase} were found in %{databases}. Use 'define "
969 "<phrase> from <database> to view a definition."
970 msgstr ""
971
972 #: data/rbot/plugins/dictclient.rb:138
973 msgid "No definition for %{phrase} found from %{database}."
974 msgstr ""
975
976 #: data/rbot/plugins/dictclient.rb:159
977 msgid "Nothing matched %{query} from %{database} using %{strategy}"
978 msgstr ""
979
980 #: data/rbot/plugins/dictclient.rb:169
981 msgid "Databases: %{list}"
982 msgstr ""
983
984 #: data/rbot/plugins/dictclient.rb:177
985 msgid "Strategies: %{list}"
986 msgstr ""
987
988 #: data/rbot/plugins/dictclient.rb:186
989 msgid "define <phrase> [from <database>] => Show definition of a phrase"
990 msgstr ""
991
992 #: data/rbot/plugins/dictclient.rb:188
993 msgid ""
994 "match <phrase> [using <strategy>] [from <database>] => Show phrases matching "
995 "the given pattern"
996 msgstr ""
997
998 #: data/rbot/plugins/dictclient.rb:190
999 msgid ""
1000 "dictclient databases => List databases; dictclient strategies => List "
1001 "strategies"
1002 msgstr ""
1003
1004 #: data/rbot/plugins/dictclient.rb:192
1005 msgid ""
1006 "look up phrases on the configured DICT server. topics: define, match, server "
1007 "information"
1008 msgstr ""
1009
1010 #: data/rbot/plugins/figlet.rb:7
1011 msgid "Path to the figlet program"
1012 msgstr ""
1013
1014 #: data/rbot/plugins/games/azgame.rb:69 data/rbot/plugins/games/azgame.rb:236
1015 #: data/rbot/plugins/games/azgame.rb:242
1016 msgid "%{count} try"
1017 msgid_plural "%{count} tries"
1018 msgstr[0] ""
1019 msgstr[1] ""
1020
1021 #: data/rbot/plugins/games/azgame.rb:74
1022 msgid "winner, %{tries}"
1023 msgstr ""
1024
1025 #: data/rbot/plugins/games/azgame.rb:153
1026 msgid ""
1027 "%{bold}BINGO!%{bold} the word was %{underline}%{word}%{underline}. Congrats, "
1028 "%{bold}%{player}%{bold}!"
1029 msgstr ""
1030
1031 #: data/rbot/plugins/games/azgame.rb:160
1032 msgid ""
1033 "The game was won after %{tries} tries. Scores for this game:    %{scores}"
1034 msgstr ""
1035
1036 #: data/rbot/plugins/games/azgame.rb:163
1037 msgid "%{word} is not in the range %{bold}%{range}%{bold}"
1038 msgstr ""
1039
1040 #: data/rbot/plugins/games/azgame.rb:165
1041 msgid "%{word} doesn't exist or is not acceptable for the game"
1042 msgstr ""
1043
1044 #: data/rbot/plugins/games/azgame.rb:169
1045 msgid "close, but no cigar. New range: %{bold}%{range}%{bold}"
1046 msgstr ""
1047
1048 #: data/rbot/plugins/games/azgame.rb:173
1049 msgid "%{word} is already one of the range extrema: %{range}"
1050 msgstr ""
1051
1052 #: data/rbot/plugins/games/azgame.rb:175
1053 msgid "hm, something went wrong while verifying %{word}"
1054 msgstr ""
1055
1056 #: data/rbot/plugins/games/azgame.rb:183
1057 msgid "no A-Z game running here, can't check if %{word} is valid, can I?"
1058 msgstr ""
1059
1060 #: data/rbot/plugins/games/azgame.rb:187
1061 msgid "I only accept single words composed by letters only, sorry"
1062 msgstr ""
1063
1064 #: data/rbot/plugins/games/azgame.rb:197
1065 msgid "the word in %{bold}%{range}%{bold} was:   %{bold}%{word}%{bold}"
1066 msgstr ""
1067
1068 #: data/rbot/plugins/games/azgame.rb:201
1069 msgid ""
1070 "The game was cancelled after %{tries} tries. Scores for this game would have "
1071 "been:    %{scores}"
1072 msgstr ""
1073
1074 #: data/rbot/plugins/games/azgame.rb:204
1075 msgid "no A-Z game running in this channel ..."
1076 msgstr ""
1077
1078 #: data/rbot/plugins/games/azgame.rb:214
1079 msgid "let me think ..."
1080 msgstr ""
1081
1082 #: data/rbot/plugins/games/azgame.rb:218
1083 msgid "couldn't think of anything ..."
1084 msgstr ""
1085
1086 #: data/rbot/plugins/games/azgame.rb:222
1087 msgid "I can't play A-Z in %{lang}, sorry"
1088 msgstr ""
1089
1090 #: data/rbot/plugins/games/azgame.rb:225
1091 msgid "got it!"
1092 msgstr ""
1093
1094 #: data/rbot/plugins/games/azgame.rb:235
1095 msgid " (after %{total_tries} and %{invalid_tries})"
1096 msgstr ""
1097
1098 #: data/rbot/plugins/games/azgame.rb:238
1099 msgid "%{count} invalid try"
1100 msgid_plural "%{count} invalid tries"
1101 msgstr[0] ""
1102 msgstr[1] ""
1103
1104 #: data/rbot/plugins/games/azgame.rb:241
1105 msgid " (after %{total_tries}"
1106 msgstr ""
1107
1108 #: data/rbot/plugins/games/azgame.rb:247
1109 msgid "A-Z: %{bold}%{range}%{bold}"
1110 msgstr ""
1111
1112 #: data/rbot/plugins/games/azgame.rb:258
1113 msgid "I have %{count} %{lang} word in my cache"
1114 msgid_plural "I have %{count} %{lang} words in my cache"
1115 msgstr[0] ""
1116 msgstr[1] ""
1117
1118 #: data/rbot/plugins/games/azgame.rb:261
1119 msgid "provide a regexp to match"
1120 msgstr ""
1121
1122 #: data/rbot/plugins/games/azgame.rb:273
1123 msgid "no %{lang} word I know match %{pattern}"
1124 msgstr ""
1125
1126 #: data/rbot/plugins/games/azgame.rb:275
1127 msgid ""
1128 "more than 25 %{lang} words I know match %{pattern}, try a stricter matching"
1129 msgstr ""
1130
1131 #: data/rbot/plugins/games/azgame.rb:281 data/rbot/plugins/games/azgame.rb:297
1132 #: data/rbot/plugins/games/azgame.rb:309
1133 msgid "provide a word"
1134 msgstr ""
1135
1136 #: data/rbot/plugins/games/azgame.rb:286 data/rbot/plugins/games/azgame.rb:302
1137 msgid "I don't know any %{lang} word %{word}"
1138 msgstr ""
1139
1140 #: data/rbot/plugins/games/azgame.rb:290
1141 msgid "%{word} learned from %{user} on %{date}"
1142 msgstr ""
1143
1144 #: data/rbot/plugins/games/azgame.rb:292
1145 msgid "%{word} learned from %{user}"
1146 msgstr ""
1147
1148 #: data/rbot/plugins/games/azgame.rb:314
1149 msgid "I already know the %{lang} word %{word}"
1150 msgstr ""
1151
1152 #: data/rbot/plugins/games/azgame.rb:530
1153 msgid ""
1154 "az [lang] word [count|list|add|delete] => manage the az wordlist for "
1155 "language lang (defaults to current bot language)"
1156 msgstr ""
1157
1158 #: data/rbot/plugins/games/azgame.rb:532
1159 msgid "az cancel => abort current game"
1160 msgstr ""
1161
1162 #: data/rbot/plugins/games/azgame.rb:534
1163 msgid "az check <word> => checks <word> against current game"
1164 msgstr ""
1165
1166 #: data/rbot/plugins/games/azgame.rb:536
1167 msgid ""
1168 "try to guess the word the bot is thinking of; if you guess wrong, the bot "
1169 "will use the new word to restrict the range of allowed words: eventually, "
1170 "the range will be so small around the correct word that you can't miss it"
1171 msgstr ""
1172
1173 #: data/rbot/plugins/games/azgame.rb:538
1174 msgid ""
1175 "az => start a game if none is running, show the current word range "
1176 "otherwise; you can say 'az <language>' if you want to play in a language "
1177 "different from the current bot default"
1178 msgstr ""
1179
1180 #: data/rbot/plugins/games/azgame.rb:540
1181 msgid "az topics: play, rules, cancel, manage, check"
1182 msgstr ""
1183
1184 #: data/rbot/plugins/games/shiritori.rb:203
1185 msgid "%{current_player}, it's your turn. %{previous_word} -> %{current_word}"
1186 msgstr ""
1187
1188 #: data/rbot/plugins/games/shiritori.rb:207
1189 msgid "No one has given the first word yet. Say the first word to start."
1190 msgstr ""
1191
1192 #: data/rbot/plugins/games/shiritori.rb:209
1193 msgid ""
1194 "Poor %{current_player} is playing alone! Anyone care to join? %"
1195 "{previous_word} -> %{current_word}"
1196 msgstr ""
1197
1198 #: data/rbot/plugins/games/shiritori.rb:240
1199 msgid "%{player} took too long and is out of the game. Try again next game!"
1200 msgstr ""
1201
1202 #: data/rbot/plugins/games/shiritori.rb:245
1203 msgid "%{player} is the last remaining player and the winner! Congratulations!"
1204 msgstr ""
1205
1206 #: data/rbot/plugins/games/shiritori.rb:253
1207 msgid "%{player} took too long and skipped the turn."
1208 msgstr ""
1209
1210 #: data/rbot/plugins/games/shiritori.rb:281
1211 msgid "%{player} has given the first word: %{word}"
1212 msgstr ""
1213
1214 #: data/rbot/plugins/games/shiritori.rb:287
1215 msgid "Welcome to shiritori, %{player}."
1216 msgstr ""
1217
1218 #: data/rbot/plugins/games/shiritori.rb:292
1219 msgid "The word %{used_word} has been used. Retry from %{word}"
1220 msgstr ""
1221
1222 #: data/rbot/plugins/games/shiritori.rb:297
1223 msgid ""
1224 "It's impossible to continue the chain from %{word}. The game has ended. "
1225 "Thanks a lot, %{player}! :("
1226 msgstr ""
1227
1228 #: data/rbot/plugins/games/shiritori.rb:301
1229 msgid ""
1230 "It's impossible to continue the chain from %{bad_word}. Retry from %{word}"
1231 msgstr ""
1232
1233 #: data/rbot/plugins/games/shiritori.rb:306
1234 msgid ""
1235 "It's impossible to continue the chain from %{word}. Start with another word."
1236 msgstr ""
1237
1238 #: data/rbot/plugins/games/shiritori.rb:327
1239 msgid ""
1240 "A game in which each player must continue the previous player's word, by "
1241 "using its last one or few characters/letters of the word to start a new "
1242 "word. 'shiritori <ruleset>' => Play shiritori with a set of rules. Available "
1243 "rulesets: %{rulesets}. 'shiritori stop' => Stop the current shiritori game."
1244 msgstr ""
1245
1246 #: data/rbot/plugins/games/shiritori.rb:398
1247 msgid "Already playing shiritori here"
1248 msgstr ""
1249
1250 #: data/rbot/plugins/games/shiritori.rb:409
1251 msgid "Shiritori has started. Please say the first word"
1252 msgstr ""
1253
1254 #: data/rbot/plugins/games/shiritori.rb:411
1255 msgid "couldn't start %{ruleset} shiritori: %{error}"
1256 msgstr ""
1257
1258 #: data/rbot/plugins/games/shiritori.rb:415
1259 msgid "There is no ruleset named %{ruleset}"
1260 msgstr ""
1261
1262 #: data/rbot/plugins/games/shiritori.rb:433
1263 msgid "Shiritori has stopped. Hope you had fun!"
1264 msgstr ""
1265
1266 #: data/rbot/plugins/games/shiritori.rb:436
1267 msgid "No game to stop here, because no game is being played."
1268 msgstr ""
1269
1270 #: data/rbot/plugins/translator.rb:47
1271 msgid "Cannot translate empty string"
1272 msgstr ""
1273
1274 #: data/rbot/plugins/translator.rb:257
1275 msgid "Number of seconds to wait for the translation service before timeout"
1276 msgstr ""
1277
1278 #: data/rbot/plugins/translator.rb:277
1279 msgid "Translator %{name} cannot be used: %{reason}"
1280 msgstr ""
1281
1282 #: data/rbot/plugins/translator.rb:285
1283 msgid "List of translators to try in order when translator name not specified"
1284 msgstr ""
1285
1286 #: data/rbot/plugins/translator.rb:293
1287 msgid "%{info}, supported directions of translation: %{directions}"
1288 msgstr ""
1289
1290 #: data/rbot/plugins/translator.rb:296
1291 msgid "%{source} -> %{targets}"
1292 msgstr ""
1293
1294 #: data/rbot/plugins/translator.rb:301
1295 msgid ""
1296 "Command: <translator> <from> <to> <phrase>, where <translator> is one of: %"
1297 "{translators}. If \"translator\" is used in place of the translator name, "
1298 "the first translator in translator.default_list which supports the specified "
1299 "direction will be picked automatically. Use \"help translator <translator>\" "
1300 "to look up supported from and to languages"
1301 msgstr ""
1302
1303 #: data/rbot/plugins/translator.rb:316
1304 msgid ""
1305 "None of the default translators (translator.default_list) supports "
1306 "translating from %{source} to %{target}"
1307 msgstr ""
1308
1309 #: data/rbot/plugins/translator.rb:332
1310 msgid "%{translator} doesn't support translating from %{source} to %{target}"
1311 msgstr ""
1312
1313 #: data/rbot/plugins/translator.rb:335
1314 msgid "%{translator} failed to provide a translation"
1315 msgstr ""
1316
1317 #: data/rbot/plugins/translator.rb:338
1318 msgid "The translator timed out"
1319 msgstr ""
1320
1321 #: data/rbot/plugins/translator.rb:341
1322 msgid "No translator called %{name}"
1323 msgstr ""