summaryrefslogtreecommitdiff
path: root/po/ja
diff options
context:
space:
mode:
authorYaohan Chen <yaohan.chen@gmail.com>2007-08-10 09:16:23 +0000
committerYaohan Chen <yaohan.chen@gmail.com>2007-08-10 09:16:23 +0000
commitf5f5f209dbd6b358e0c12df0a49166bb900d35a8 (patch)
tree3a638e46e4a74b1825c95f63dd4efcddcf77e3a8 /po/ja
parent609ecba1b5baa74ea657c6a5e010c3c1ed0dfb6c (diff)
+ added a translator plugin
* updated messages
Diffstat (limited to 'po/ja')
-rw-r--r--po/ja/rbot.po51
1 files changed, 45 insertions, 6 deletions
diff --git a/po/ja/rbot.po b/po/ja/rbot.po
index adbd5651..af2b3cdf 100644
--- a/po/ja/rbot.po
+++ b/po/ja/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:36-0400\n"
"Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n"
"Language-Team: Japanese\n"
@@ -37,26 +37,26 @@ msgstr ""
#: lib/rbot/plugins.rb:477
msgid "%{count} core module loaded"
msgid_plural "%{count} core modules loaded"
-msgstr[0] "コールモジュール%{count}つをロードした"
+msgstr[0] "コアモジュール%{count}個をロードしました"
#: lib/rbot/plugins.rb:480
msgid "%{count} core module: %{list}"
msgid_plural "%{count} core modules: %{list}"
-msgstr[0] "コールモジュール%{count}つ: %{list}"
+msgstr[0] "コアモジュール%{count}個:%{list}"
#: lib/rbot/plugins.rb:486
msgid "no core botmodules loaded"
-msgstr ""
+msgstr "コアモジュールロードしていません"
#: lib/rbot/plugins.rb:491
msgid "%{count} plugin loaded"
msgid_plural "%{count} plugins loaded"
-msgstr[0] ""
+msgstr[0] "プラグインを%{count}個ロードしました"
#: lib/rbot/plugins.rb:494
msgid "%{count} plugin: %{list}"
msgid_plural "%{count} plugins: %{list}"
-msgstr[0] ""
+msgstr[0] "プラグイン%{count}個:%{list}"
#: lib/rbot/plugins.rb:505
msgid "%{highlight}%{count} plugin ignored%{highlight}"
@@ -889,6 +889,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 "%{current_player} さんの番です。%{previous_word} -> %{current_word}"