From 145ec0db35f1936bf6513c0c071014a4b532fa15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 8 Sep 2015 18:00:16 +0200 Subject: [PATCH] doc: update Japanese auto-generated files --- doc/ja/autogen/user/irc_commands.asciidoc | 34 ++++++++++----------- doc/ja/autogen/user/irc_options.asciidoc | 2 +- doc/ja/autogen/user/script_options.asciidoc | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/doc/ja/autogen/user/irc_commands.asciidoc b/doc/ja/autogen/user/irc_commands.asciidoc index ac0840311..e5fd925ac 100644 --- a/doc/ja/autogen/user/irc_commands.asciidoc +++ b/doc/ja/autogen/user/irc_commands.asciidoc @@ -78,14 +78,14 @@ arguments: コマンドの引数 (特殊変数 $nick、$channel、$server はそ ---- /ban [] [ [...]] -channel: channel name - nick: nick or host +channel: チャンネル名 + nick: ニックネームまたはホスト名 -Without argument, this command displays the ban list for current channel. +引数無しの場合は、現在のチャンネルのバンリストを表示。 ---- [[command_irc_cap]] -[command]*`cap`* client capability negotiation:: +[command]*`cap`* クライアント機能情報の交換:: ---- /cap ls @@ -94,20 +94,20 @@ Without argument, this command displays the ban list for current channel. clear end - ls: list the capabilities supported by the server - list: list the capabilities currently enabled - req: request a capability - ack: acknowledge capabilities which require client-side acknowledgement -clear: clear the capabilities currently enabled - end: end the capability negotiation + ls: サーバがサポートする機能をリスト + list: 現在有効化されている機能をリスト + req: 機能情報を要求 + ack: クライアント側に承認を要求する機能を承認 +clear: 現在有効化されている機能を無効化 + end: 機能情報交換を終了 -Without argument, "ls" and "list" are sent. +引数無しの場合、"ls" と "list" を送信します。 -Capabilities supported by WeeChat are: account-notify, away-notify, extended-join, multi-prefix, server-time, userhost-in-names. +WeeChat がサポートする機能: account-notify、away-notify、extended-join、multi-prefix、server-time、userhost-in-names。 -The capabilities to automatically enable on servers can be set in option irc.server_default.capabilities (or by server in option irc.server.xxx.capabilities). +自動的に有効化する機能を設定するにはオプション irc.server_default.capabilities (または対象のサーバに関するオプション irc.server.xxx.capabilities) を使ってください。 -Examples: +例: /cap /cap req multi-prefix /cap clear @@ -594,10 +594,10 @@ daemon2: メッセージをデーモンに転送 ---- /quiet [] [ [...]] -channel: channel name - nick: nick or host +channel: チャンネル名 + nick: ニックネーム又はホスト名 -Without argument, this command displays the quiet list for current channel. +引数無しの場合は、現在のチャンネルの発言禁止リストを表示。 ---- [[command_irc_quote]] diff --git a/doc/ja/autogen/user/irc_options.asciidoc b/doc/ja/autogen/user/irc_options.asciidoc index f03f6dff0..38306cd9f 100644 --- a/doc/ja/autogen/user/irc_options.asciidoc +++ b/doc/ja/autogen/user/irc_options.asciidoc @@ -508,7 +508,7 @@ ** 値: 0 .. 1000000 (デフォルト値: `25`) * [[option_irc.server_default.capabilities]] *irc.server_default.capabilities* -** 説明: `comma-separated list of client capabilities to enable for server if they are available (see /help cap for a list of capabilities supported by WeeChat) (example: "away-notify,multi-prefix")` +** 説明: `サーバで利用可能ならば有効化する "client capabilities" のコンマ区切りリスト (WeeChat がサポートする機能のリストは /help cap を御覧ください) (例: "away-notify,multi-prefix")` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) diff --git a/doc/ja/autogen/user/script_options.asciidoc b/doc/ja/autogen/user/script_options.asciidoc index 578880d4b..0d30975f5 100644 --- a/doc/ja/autogen/user/script_options.asciidoc +++ b/doc/ja/autogen/user/script_options.asciidoc @@ -183,7 +183,7 @@ ** 値: -1 .. 525600 (デフォルト値: `1440`) * [[option_script.scripts.download_timeout]] *script.scripts.download_timeout* -** 説明: `timeout (in seconds) for download of scripts and list of scripts` +** 説明: `スクリプトのダウンロードとスクリプトのリストに対するタイムアウト時間 (秒単位)` ** タイプ: 整数 ** 値: 1 .. 3600 (デフォルト値: `30`)