diff options
author | Yaohan Chen <yaohan.chen@gmail.com> | 2007-08-10 09:16:23 +0000 |
---|---|---|
committer | Yaohan Chen <yaohan.chen@gmail.com> | 2007-08-10 09:16:23 +0000 |
commit | f5f5f209dbd6b358e0c12df0a49166bb900d35a8 (patch) | |
tree | 3a638e46e4a74b1825c95f63dd4efcddcf77e3a8 /po/zh_CN | |
parent | 609ecba1b5baa74ea657c6a5e010c3c1ed0dfb6c (diff) |
+ added a translator plugin
* updated messages
Diffstat (limited to 'po/zh_CN')
-rw-r--r-- | po/zh_CN/rbot.po | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/po/zh_CN/rbot.po b/po/zh_CN/rbot.po index 5a909ad1..7bdd4fa0 100644 --- a/po/zh_CN/rbot.po +++ b/po/zh_CN/rbot.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2007-08-07 16:41-0400\n" +"POT-Creation-Date: 2007-08-10 05:14-0400\n" "PO-Revision-Date: 2007-07-09 01:39-0400\n" "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n" "Language-Team: Chinese\n" @@ -898,6 +898,45 @@ msgid "" "\"create\" topic about adding aliases" msgstr "" +#: data/rbot/plugins/translator.rb:217 +msgid "Number of seconds to wait for the translation service before timeout" +msgstr "" + +#: data/rbot/plugins/translator.rb:235 +msgid "Translator %{name} cannot be used: %{reason}" +msgstr "" + +#: data/rbot/plugins/translator.rb:243 +msgid "Supported directions of translation for %{translator}: %{directions}" +msgstr "" + +#: data/rbot/plugins/translator.rb:246 +msgid "%{source} -> %{targets}" +msgstr "" + +#: data/rbot/plugins/translator.rb:251 +msgid "" +"Command: <translator> <from> <to> <phrase>, where <translator> is one of: %" +"{translators}. Use help <translator> to look up supported from and to " +"languages" +msgstr "" + +#: data/rbot/plugins/translator.rb:267 +msgid "No translation returned" +msgstr "" + +#: data/rbot/plugins/translator.rb:272 +msgid "%{translator} doesn't support translating from %{source} to %{target}" +msgstr "" + +#: data/rbot/plugins/translator.rb:276 +msgid "The translator timed out" +msgstr "" + +#: data/rbot/plugins/translator.rb:279 +msgid "No translator called %{name}" +msgstr "" + #: data/rbot/plugins/games/shiritori.rb:203 msgid "%{current_player}, it's your turn. %{previous_word} -> %{current_word}" msgstr "" |