diff options
Diffstat (limited to 'po/ja/rbot.po')
-rw-r--r-- | po/ja/rbot.po | 608 |
1 files changed, 304 insertions, 304 deletions
diff --git a/po/ja/rbot.po b/po/ja/rbot.po index e9ed77c0..da159da9 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: 2008-06-05 22:13-0400\n" +"POT-Creation-Date: 2008-06-18 16:41+0200\n" "PO-Revision-Date: 2007-07-09 01:36-0400\n" "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n" "Language-Team: Japanese\n" @@ -15,46 +15,279 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: lib/rbot/botuser.rb:40 -msgid "Password for the bot owner" +#: lib/rbot/core/filters_ui.rb:25 +msgid "no filters in group %{g}" msgstr "" -#: lib/rbot/botuser.rb:43 +#: lib/rbot/core/filters_ui.rb:27 +msgid "no known filters" +msgstr "" + +#: lib/rbot/core/filters_ui.rb:30 +msgid "known filters: " +msgstr "" + +#: lib/rbot/core/filters_ui.rb:38 +msgid "no known filter groups" +msgstr "" + +#: lib/rbot/core/filters_ui.rb:40 +msgid "known filter groups: " +msgstr "" + +#: lib/rbot/core/filters_ui.rb:50 +msgid "no filters match %{pat}" +msgstr "" + +#: lib/rbot/core/filters_ui.rb:52 +msgid "filters matching %{pat}: " +msgstr "" + +#: lib/rbot/core/basics.rb:107 +msgid "quit [<message>] => quit IRC with message <message>" +msgstr "" + +#: lib/rbot/core/basics.rb:109 +msgid "restart => completely stop and restart the bot (including reconnect)" +msgstr "" + +#: lib/rbot/core/basics.rb:113 +msgid "part" +msgstr "" + +#: lib/rbot/core/basics.rb:115 +msgid "hide => part all channels" +msgstr "" + +#: lib/rbot/core/basics.rb:117 +msgid "nick <nick> => attempt to change nick to <nick>" +msgstr "" + +#: lib/rbot/core/basics.rb:119 msgid "" -"Set false to prevent new botusers from logging in without a password when " -"the user netmask is known" +"say <channel>|<nick> <message> => say <message> to <channel> or in private " +"message to <nick>" msgstr "" -#: lib/rbot/botuser.rb:46 +#: lib/rbot/core/basics.rb:121 msgid "" -"Set false to prevent new botusers from recognizing IRC users without a need " -"to manually login" +"action <channel>|<nick> <message> => does a /me <message> to <channel> or in " +"private message to <nick>" msgstr "" -#: lib/rbot/botuser.rb:49 -msgid "Set true to allow new botusers to be created automatically" +#: lib/rbot/core/basics.rb:123 +msgid "" +"quiet [in here|<channel>] => with no arguments, stop speaking in all " +"channels, if \"in here\", stop speaking in this channel, or stop speaking in " +"<channel>" msgstr "" -#: lib/rbot/botuser.rb:913 -msgid "%{user}, you don't have '%{command}' permissions here" +#: lib/rbot/core/basics.rb:125 +msgid "" +"talk [in here|<channel>] => with no arguments, resume speaking in all " +"channels, if \"in here\", resume speaking in this channel, or resume " +"speaking in <channel>" msgstr "" -#: lib/rbot/config.rb:217 -msgid "%{desc} [valid values are: %{values}]" +#: lib/rbot/core/basics.rb:127 +msgid "ping => replies with a pong" msgstr "" -#: lib/rbot/config.rb:352 -msgid "First time rbot configuration wizard" +#: lib/rbot/core/basics.rb:129 +msgid "" +"mode <channel> <mode> <nicks> => set channel modes for <nicks> on <channel> " +"to <mode>" msgstr "" -#: lib/rbot/config.rb:355 -msgid "This wizard will ask you a few questions to get you started." +#: lib/rbot/core/basics.rb:135 +msgid "" +"%{name}: quit, restart, join, part, hide, save, nick, say, action, topic, " +"quiet, talk, ping, mode" msgstr "" -#: lib/rbot/config.rb:356 +#: lib/rbot/core/utils/utils.rb:202 +msgid "year" +msgstr "" + +#: lib/rbot/core/utils/utils.rb:202 +msgid "years" +msgstr "" + +#: lib/rbot/core/utils/utils.rb:204 +msgid "month" +msgstr "" + +#: lib/rbot/core/utils/utils.rb:204 +msgid "months" +msgstr "" + +#: lib/rbot/core/utils/utils.rb:206 +msgid "day" +msgstr "" + +#: lib/rbot/core/utils/utils.rb:206 +msgid "days" +msgstr "" + +#: lib/rbot/core/utils/utils.rb:208 +msgid "hour" +msgstr "" + +#: lib/rbot/core/utils/utils.rb:208 +msgid "hours" +msgstr "" + +#: lib/rbot/core/utils/utils.rb:210 +msgid "minute" +msgstr "" + +#: lib/rbot/core/utils/utils.rb:210 +msgid "minutes" +msgstr "" + +#: lib/rbot/core/utils/utils.rb:212 +msgid "second" +msgstr "" + +#: lib/rbot/core/utils/utils.rb:212 +msgid "seconds" +msgstr "" + +#: lib/rbot/core/utils/utils.rb:219 +msgid " and " +msgstr "" + +#: lib/rbot/core/userdata.rb:146 +msgid "%{key} data for %{user}: %{data}" +msgstr "「{word}」は %{user} さんに%{date}に教えてもらいました" + +#: lib/rbot/core/userdata.rb:152 +msgid "sorry, no %{key} data for %{user}" +msgstr "" + +#: lib/rbot/core/config.rb:18 +msgid "I'm a v. %{version}%{ago} rubybot%{copyright}%{url}" +msgstr "" + +#: lib/rbot/core/config.rb:39 +msgid "no such module %{module}" +msgstr "" + +#: lib/rbot/core/config.rb:55 lib/rbot/core/config.rb:66 +#: lib/rbot/core/config.rb:88 lib/rbot/core/config.rb:101 +#: lib/rbot/core/config.rb:127 lib/rbot/core/config.rb:150 +msgid "no such config key %{key}" +msgstr "" + +#: lib/rbot/core/config.rb:78 +msgid "no config key found matching %{r}" +msgstr "" + +#: lib/rbot/core/config.rb:80 +msgid "possible keys: %{kl}" +msgstr "" + +#: lib/rbot/core/config.rb:93 lib/rbot/core/config.rb:112 +#: lib/rbot/core/config.rb:142 lib/rbot/core/config.rb:165 +msgid "this config change will take effect on the next restart" +msgstr "" + +#: lib/rbot/core/config.rb:94 lib/rbot/core/config.rb:115 +#: lib/rbot/core/config.rb:143 lib/rbot/core/config.rb:166 +msgid "this config change will take effect on the next rescan" +msgstr "" + +#: lib/rbot/core/config.rb:108 +msgid "failed to set %{key}: %{error}" +msgstr "" + +#: lib/rbot/core/config.rb:131 lib/rbot/core/config.rb:154 +msgid "config key %{key} is not an array" +msgstr "" + +#: lib/rbot/core/config.rb:138 +msgid "failed to add %{value} to %{key}: %{error}" +msgstr "" + +#: lib/rbot/core/config.rb:161 +msgid "failed to remove %{value} from %{key}: %{error}" +msgstr "" + +#: lib/rbot/core/config.rb:175 +msgid "saving ..." +msgstr "" + +#: lib/rbot/core/config.rb:177 +msgid "rescanning ..." +msgstr "" + +#: lib/rbot/core/config.rb:179 +msgid "done. %{plugin_status}" +msgstr "" + +#: lib/rbot/core/config.rb:220 msgid "" -"The rest of rbot's configuration can be manipulated via IRC once rbot is " -"connected and you are auth'd." +"config list => list configuration modules, config list <module> => list " +"configuration keys for module <module>" +msgstr "" + +#: lib/rbot/core/config.rb:222 +msgid "config get <key> => get configuration value for key <key>" +msgstr "" + +#: lib/rbot/core/config.rb:224 +msgid "reset key <key> to the default" +msgstr "" + +#: lib/rbot/core/config.rb:226 +msgid "" +"config set <key> <value> => set configuration value for key <key> to <value>" +msgstr "" + +#: lib/rbot/core/config.rb:228 +msgid "config desc <key> => describe what key <key> configures" +msgstr "" + +#: lib/rbot/core/config.rb:230 +msgid "" +"config add <value> to <key> => add value <value> to key <key> if <key> is an " +"array" +msgstr "" + +#: lib/rbot/core/config.rb:232 +msgid "" +"config rm <value> from <key> => remove value <value> from key <key> if <key> " +"is an array" +msgstr "" + +#: lib/rbot/core/config.rb:234 +msgid "" +"config module - bot configuration. usage: list, desc, get, set, unset, add, " +"rm" +msgstr "" + +#: lib/rbot/core/config.rb:239 +msgid "nick <newnick> => change the bot nick to <newnick>, if possible" +msgstr "" + +#: lib/rbot/core/config.rb:241 +msgid "status => display some information on the bot's status" +msgstr "" + +#: lib/rbot/core/config.rb:243 +msgid "save => save current dynamic data and configuration" +msgstr "" + +#: lib/rbot/core/config.rb:245 +msgid "rescan => reload modules and static facts" +msgstr "" + +#: lib/rbot/core/config.rb:247 +msgid "version => describes software version" +msgstr "" + +#: lib/rbot/core/config.rb:249 +msgid "config-related tasks: config, save, rescan, version, nick, status" msgstr "" #: lib/rbot/core/auth.rb:69 @@ -568,332 +801,81 @@ msgstr "" msgid "failed to parse data: %{exception}" msgstr "" -#: lib/rbot/core/basics.rb:107 -msgid "quit [<message>] => quit IRC with message <message>" -msgstr "" - -#: lib/rbot/core/basics.rb:109 -msgid "restart => completely stop and restart the bot (including reconnect)" -msgstr "" - -#: lib/rbot/core/basics.rb:113 -msgid "part" -msgstr "" - -#: lib/rbot/core/basics.rb:115 -msgid "hide => part all channels" -msgstr "" - -#: lib/rbot/core/basics.rb:117 -msgid "nick <nick> => attempt to change nick to <nick>" -msgstr "" - -#: lib/rbot/core/basics.rb:119 -msgid "" -"say <channel>|<nick> <message> => say <message> to <channel> or in private " -"message to <nick>" -msgstr "" - -#: lib/rbot/core/basics.rb:121 -msgid "" -"action <channel>|<nick> <message> => does a /me <message> to <channel> or in " -"private message to <nick>" -msgstr "" - -#: lib/rbot/core/basics.rb:123 -msgid "" -"quiet [in here|<channel>] => with no arguments, stop speaking in all " -"channels, if \"in here\", stop speaking in this channel, or stop speaking in " -"<channel>" -msgstr "" - -#: lib/rbot/core/basics.rb:125 -msgid "" -"talk [in here|<channel>] => with no arguments, resume speaking in all " -"channels, if \"in here\", resume speaking in this channel, or resume " -"speaking in <channel>" -msgstr "" - -#: lib/rbot/core/basics.rb:127 -msgid "ping => replies with a pong" -msgstr "" - -#: lib/rbot/core/basics.rb:129 -msgid "" -"mode <channel> <mode> <nicks> => set channel modes for <nicks> on <channel> " -"to <mode>" -msgstr "" - -#: lib/rbot/core/basics.rb:135 -msgid "" -"%{name}: quit, restart, join, part, hide, save, nick, say, action, topic, " -"quiet, talk, ping, mode" -msgstr "" - -#: lib/rbot/core/config.rb:18 -msgid "I'm a v. %{version}%{ago} rubybot%{copyright}%{url}" -msgstr "" - -#: lib/rbot/core/config.rb:39 -msgid "no such module %{module}" -msgstr "" - -#: lib/rbot/core/config.rb:55 lib/rbot/core/config.rb:66 -#: lib/rbot/core/config.rb:88 lib/rbot/core/config.rb:101 -#: lib/rbot/core/config.rb:127 lib/rbot/core/config.rb:150 -msgid "no such config key %{key}" -msgstr "" - -#: lib/rbot/core/config.rb:78 -msgid "no config key found matching %{r}" -msgstr "" - -#: lib/rbot/core/config.rb:80 -msgid "possible keys: %{kl}" -msgstr "" - -#: lib/rbot/core/config.rb:93 lib/rbot/core/config.rb:112 -#: lib/rbot/core/config.rb:142 lib/rbot/core/config.rb:165 -msgid "this config change will take effect on the next restart" -msgstr "" - -#: lib/rbot/core/config.rb:94 lib/rbot/core/config.rb:115 -#: lib/rbot/core/config.rb:143 lib/rbot/core/config.rb:166 -msgid "this config change will take effect on the next rescan" -msgstr "" - -#: lib/rbot/core/config.rb:108 -msgid "failed to set %{key}: %{error}" -msgstr "" - -#: lib/rbot/core/config.rb:131 lib/rbot/core/config.rb:154 -msgid "config key %{key} is not an array" -msgstr "" - -#: lib/rbot/core/config.rb:138 -msgid "failed to add %{value} to %{key}: %{error}" -msgstr "" - -#: lib/rbot/core/config.rb:161 -msgid "failed to remove %{value} from %{key}: %{error}" -msgstr "" - -#: lib/rbot/core/config.rb:175 -msgid "saving ..." -msgstr "" - -#: lib/rbot/core/config.rb:177 -msgid "rescanning ..." -msgstr "" - -#: lib/rbot/core/config.rb:179 -msgid "done. %{plugin_status}" -msgstr "" - -#: lib/rbot/core/config.rb:220 -msgid "" -"config list => list configuration modules, config list <module> => list " -"configuration keys for module <module>" -msgstr "" - -#: lib/rbot/core/config.rb:222 -msgid "config get <key> => get configuration value for key <key>" -msgstr "" - -#: lib/rbot/core/config.rb:224 -msgid "reset key <key> to the default" -msgstr "" - -#: lib/rbot/core/config.rb:226 -msgid "" -"config set <key> <value> => set configuration value for key <key> to <value>" -msgstr "" - -#: lib/rbot/core/config.rb:228 -msgid "config desc <key> => describe what key <key> configures" -msgstr "" - -#: lib/rbot/core/config.rb:230 -msgid "" -"config add <value> to <key> => add value <value> to key <key> if <key> is an " -"array" +#: lib/rbot/botuser.rb:40 +msgid "Password for the bot owner" msgstr "" -#: lib/rbot/core/config.rb:232 +#: lib/rbot/botuser.rb:43 msgid "" -"config rm <value> from <key> => remove value <value> from key <key> if <key> " -"is an array" +"Set false to prevent new botusers from logging in without a password when " +"the user netmask is known" msgstr "" -#: lib/rbot/core/config.rb:234 +#: lib/rbot/botuser.rb:46 msgid "" -"config module - bot configuration. usage: list, desc, get, set, unset, add, " -"rm" -msgstr "" - -#: lib/rbot/core/config.rb:239 -msgid "nick <newnick> => change the bot nick to <newnick>, if possible" -msgstr "" - -#: lib/rbot/core/config.rb:241 -msgid "status => display some information on the bot's status" -msgstr "" - -#: lib/rbot/core/config.rb:243 -msgid "save => save current dynamic data and configuration" -msgstr "" - -#: lib/rbot/core/config.rb:245 -msgid "rescan => reload modules and static facts" -msgstr "" - -#: lib/rbot/core/config.rb:247 -msgid "version => describes software version" -msgstr "" - -#: lib/rbot/core/config.rb:249 -msgid "config-related tasks: config, save, rescan, version, nick, status" -msgstr "" - -#: lib/rbot/core/userdata.rb:146 -msgid "%{key} data for %{user}: %{data}" -msgstr "「{word}」は %{user} さんに%{date}に教えてもらいました" - -#: lib/rbot/core/userdata.rb:152 -msgid "sorry, no %{key} data for %{user}" -msgstr "" - -#: lib/rbot/core/utils/utils.rb:202 -msgid "year" -msgstr "" - -#: lib/rbot/core/utils/utils.rb:202 -msgid "years" -msgstr "" - -#: lib/rbot/core/utils/utils.rb:204 -msgid "month" -msgstr "" - -#: lib/rbot/core/utils/utils.rb:204 -msgid "months" -msgstr "" - -#: lib/rbot/core/utils/utils.rb:206 -msgid "day" -msgstr "" - -#: lib/rbot/core/utils/utils.rb:206 -msgid "days" -msgstr "" - -#: lib/rbot/core/utils/utils.rb:208 -msgid "hour" -msgstr "" - -#: lib/rbot/core/utils/utils.rb:208 -msgid "hours" -msgstr "" - -#: lib/rbot/core/utils/utils.rb:210 -msgid "minute" -msgstr "" - -#: lib/rbot/core/utils/utils.rb:210 -msgid "minutes" -msgstr "" - -#: lib/rbot/core/utils/utils.rb:212 -msgid "second" -msgstr "" - -#: lib/rbot/core/utils/utils.rb:212 -msgid "seconds" -msgstr "" - -#: lib/rbot/core/utils/utils.rb:219 -msgid " and " -msgstr "" - -#: lib/rbot/core/filters_ui.rb:25 -msgid "no filters in group %{g}" -msgstr "" - -#: lib/rbot/core/filters_ui.rb:27 -msgid "no known filters" -msgstr "" - -#: lib/rbot/core/filters_ui.rb:30 -msgid "known filters: " -msgstr "" - -#: lib/rbot/core/filters_ui.rb:38 -msgid "no known filter groups" -msgstr "" - -#: lib/rbot/core/filters_ui.rb:40 -msgid "known filter groups: " +"Set false to prevent new botusers from recognizing IRC users without a need " +"to manually login" msgstr "" -#: lib/rbot/core/filters_ui.rb:50 -msgid "no filters match %{pat}" +#: lib/rbot/botuser.rb:49 +msgid "Set true to allow new botusers to be created automatically" msgstr "" -#: lib/rbot/core/filters_ui.rb:52 -msgid "filters matching %{pat}: " +#: lib/rbot/botuser.rb:913 +msgid "%{user}, you don't have '%{command}' permissions here" msgstr "" -#: lib/rbot/ircbot.rb:1167 +#: lib/rbot/ircbot.rb:1176 msgid "help topics: " msgstr "" -#: lib/rbot/ircbot.rb:1169 +#: lib/rbot/ircbot.rb:1178 msgid " (help <topic> for more info)" msgstr "" -#: lib/rbot/ircbot.rb:1172 +#: lib/rbot/ircbot.rb:1181 msgid "no help for topic %{topic}" msgstr "" -#: lib/rbot/ircbot.rb:1183 +#: lib/rbot/ircbot.rb:1192 msgid "" "Uptime %{up}, %{plug} plugins active, %{sent} lines sent, %{recv} received." msgstr "" -#: lib/rbot/plugins.rb:340 +#: lib/rbot/plugins.rb:341 msgid "incorrect usage, ask for help using '%{command}'" msgstr "" -#: lib/rbot/plugins.rb:664 +#: lib/rbot/plugins.rb:665 msgid "%{count} core module loaded" msgid_plural "%{count} core modules loaded" msgstr[0] "コアモジュール%{count}個をロードしました" -#: lib/rbot/plugins.rb:667 +#: lib/rbot/plugins.rb:668 msgid "%{count} core module: %{list}" msgid_plural "%{count} core modules: %{list}" msgstr[0] "コアモジュール%{count}個:%{list}" -#: lib/rbot/plugins.rb:673 +#: lib/rbot/plugins.rb:674 msgid "no core botmodules loaded" msgstr "コアモジュールロードしていません" -#: lib/rbot/plugins.rb:678 +#: lib/rbot/plugins.rb:679 msgid "%{count} plugin loaded" msgid_plural "%{count} plugins loaded" msgstr[0] "プラグインを%{count}個ロードしました" -#: lib/rbot/plugins.rb:681 +#: lib/rbot/plugins.rb:682 msgid "%{count} plugin: %{list}" msgid_plural "%{count} plugins: %{list}" msgstr[0] "プラグイン%{count}個:%{list}" -#: lib/rbot/plugins.rb:692 +#: lib/rbot/plugins.rb:693 msgid "%{highlight}%{count} plugin ignored%{highlight}" msgid_plural "%{highlight}%{count} plugins ignored%{highlight}" msgstr[0] "" -#: lib/rbot/plugins.rb:697 +#: lib/rbot/plugins.rb:698 msgid "" "%{highlight}%{count} plugin ignored%{highlight}: use %{bold}%{command}%" "{bold} to see why" @@ -902,12 +884,12 @@ msgid_plural "" "{bold} to see why" msgstr[0] "" -#: lib/rbot/plugins.rb:707 +#: lib/rbot/plugins.rb:708 msgid "%{highlight}%{count} plugin failed to load%{highlight}" msgid_plural "%{highlight}%{count} plugins failed to load%{highlight}" msgstr[0] "" -#: lib/rbot/plugins.rb:712 +#: lib/rbot/plugins.rb:713 msgid "" "%{highlight}%{count} plugin failed to load%{highlight}: use %{bold}%" "{command}%{bold} to see why" @@ -916,25 +898,25 @@ msgid_plural "" "{command}%{bold} to see why" msgstr[0] "" -#: lib/rbot/plugins.rb:742 +#: lib/rbot/plugins.rb:743 msgid "no plugins failed to load" msgstr "" -#: lib/rbot/plugins.rb:744 +#: lib/rbot/plugins.rb:745 msgid "" "%{highlight}%{plugin}%{highlight} in %{dir} failed with error %{exception}: %" "{reason}" msgstr "" -#: lib/rbot/plugins.rb:748 +#: lib/rbot/plugins.rb:749 msgid "at %{backtrace}" msgstr "" -#: lib/rbot/plugins.rb:754 +#: lib/rbot/plugins.rb:755 msgid "no plugins were ignored" msgstr "" -#: lib/rbot/plugins.rb:758 +#: lib/rbot/plugins.rb:759 msgid "overruled by previous" msgstr "" @@ -952,3 +934,21 @@ msgstr "" #: lib/rbot/registry.rb:190 msgid "marshal recovery failed, trying default" msgstr "" + +#: lib/rbot/config.rb:217 +msgid "%{desc} [valid values are: %{values}]" +msgstr "" + +#: lib/rbot/config.rb:352 +msgid "First time rbot configuration wizard" +msgstr "" + +#: lib/rbot/config.rb:355 +msgid "This wizard will ask you a few questions to get you started." +msgstr "" + +#: lib/rbot/config.rb:356 +msgid "" +"The rest of rbot's configuration can be manipulated via IRC once rbot is " +"connected and you are auth'd." +msgstr "" |