From aa8b68363e44bb658c86bf220fd8482eb4328322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 22 Aug 2015 15:37:47 +0200 Subject: doc: update Japanese auto-generated files --- doc/ja/autogen/plugin_api/completions.asciidoc | 2 +- doc/ja/autogen/plugin_api/infos.asciidoc | 4 ++-- doc/ja/autogen/plugin_api/infos_hashtable.asciidoc | 2 +- doc/ja/autogen/user/charset_commands.asciidoc | 10 +++++----- doc/ja/autogen/user/irc_options.asciidoc | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/ja/autogen/plugin_api/completions.asciidoc b/doc/ja/autogen/plugin_api/completions.asciidoc index f1d1d8f5f..066b3c208 100644 --- a/doc/ja/autogen/plugin_api/completions.asciidoc +++ b/doc/ja/autogen/plugin_api/completions.asciidoc @@ -112,7 +112,7 @@ | weechat | buffers_plugins_names | バッファの名前 (プラグインの名前を含めた) -| weechat | colors | color names +| weechat | colors | 色名 | weechat | commands | コマンド (weechat とプラグイン) diff --git a/doc/ja/autogen/plugin_api/infos.asciidoc b/doc/ja/autogen/plugin_api/infos.asciidoc index bf555a96a..22cd7f68c 100644 --- a/doc/ja/autogen/plugin_api/infos.asciidoc +++ b/doc/ja/autogen/plugin_api/infos.asciidoc @@ -32,9 +32,9 @@ | relay | relay_client_count | 中継するクライアントのリスト | 状態名 (任意): connecting、waiting_auth、connected、auth_failed、disconnected -| weechat | charset_internal | WeeChat 内部文字集合 | - +| weechat | charset_internal | WeeChat 内部文字セット | - -| weechat | charset_terminal | ターミナルの文字集合 | - +| weechat | charset_terminal | ターミナルの文字セット | - | weechat | color_ansi_regex | ANSI エスケープコードを検索する POSIX 拡張正規表現 | - diff --git a/doc/ja/autogen/plugin_api/infos_hashtable.asciidoc b/doc/ja/autogen/plugin_api/infos_hashtable.asciidoc index abf8dabb0..c9763ce29 100644 --- a/doc/ja/autogen/plugin_api/infos_hashtable.asciidoc +++ b/doc/ja/autogen/plugin_api/infos_hashtable.asciidoc @@ -6,7 +6,7 @@ |=== | プラグイン | 名前 | 説明 | ハッシュテーブル (入力) | ハッシュテーブル (出力) -| irc | irc_message_parse | IRC メッセージを解析 | "message": IRC メッセージ、"server": サーバ名 (任意) | "tags": tags, "message_without_tags": message without the tags, "nick": nick, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) +| irc | irc_message_parse | IRC メッセージを解析 | "message": IRC メッセージ、"server": サーバ名 (任意) | "tags": タグ、"message_without_tags": タグを含まないメッセージ、"nick": ニックネーム、"host": ホスト名、"command": コマンド、"channel": チャンネル、"arguments": 引数 (チャンネルを含む)、"text": テキスト (例えばユーザメッセージ)、"pos_command": "command" メッセージのインデックス ("command" が見つからない場合 "-1")、"pos_arguments": "arguments" メッセージのインデックス ("arguments" が見つからない場合 "-1")、"pos_channel": "channel" メッセージのインデックス ("channel" が見つからない場合 "-1")、"pos_text": "text" メッセージのインデックス ("text" が見つからない場合 "-1") | irc | irc_message_split | IRC メッセージを分割 (512 バイトに収める) | "message": IRC メッセージ、"server": サーバ名 (任意) | "msg1" ... "msgN": 送信メッセージ (最後の "\r\n" は無し), "args1" ... "argsN": メッセージの引数、"count": メッセージの数 diff --git a/doc/ja/autogen/user/charset_commands.asciidoc b/doc/ja/autogen/user/charset_commands.asciidoc index 3723fba00..8f1f3217e 100644 --- a/doc/ja/autogen/user/charset_commands.asciidoc +++ b/doc/ja/autogen/user/charset_commands.asciidoc @@ -3,14 +3,14 @@ // DO NOT EDIT BY HAND! // [[command_charset_charset]] -[command]*`charset`* 現在のバッファの文字集合を変更:: +[command]*`charset`* 現在のバッファの文字セットを変更:: ---- /charset decode|encode reset - decode: デコード文字集合を変更 - encode: エンコード文字集合を変更 -charset: 現在のバッファの新しい文字集合 - reset: 現在のバッファの文字集合をリセット + decode: デコード文字セットを変更 + encode: エンコード文字セットを変更 +charset: 現在のバッファの新しい文字セット + reset: 現在のバッファの文字セットをリセット ---- diff --git a/doc/ja/autogen/user/irc_options.asciidoc b/doc/ja/autogen/user/irc_options.asciidoc index 7dc854615..d3a1a5660 100644 --- a/doc/ja/autogen/user/irc_options.asciidoc +++ b/doc/ja/autogen/user/irc_options.asciidoc @@ -393,7 +393,7 @@ ** 値: 未制約文字列 (デフォルト値: `"*!$ident@$host"`) * [[option_irc.network.channel_encode]] *irc.network.channel_encode* -** 説明: `decode/encode channel name inside messages using charset options; it is recommended to keep that off if you use only UTF-8 in channel names; you can enable this option if you are using an exotic charset like ISO in channel names` +** 説明: `文字セットオプションを使ってメッセージに含まれるチャンネル名をデコードおよびエンコードする; チャンネル名に UTF-8 を使っている場合のみこれを無効化しておくことをおすすめします; チャンネル名に ISO などの文字セットを使っている場合にはこれを有効化します` ** タイプ: ブール ** 値: on, off (デフォルト値: `off`) -- cgit v1.2.3