From 76d2e72ed22a920e17021077f3c9a36ee75f0acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 10 Nov 2014 07:43:52 +0100 Subject: [PATCH] doc: update Japanese auto-generated files --- doc/ja/autogen/user/irc_options.asciidoc | 2 +- doc/ja/autogen/user/relay_commands.asciidoc | 60 +++++----- doc/ja/autogen/user/trigger_commands.asciidoc | 106 +++++++++--------- doc/ja/autogen/user/weechat_options.asciidoc | 24 ++-- 4 files changed, 96 insertions(+), 96 deletions(-) diff --git a/doc/ja/autogen/user/irc_options.asciidoc b/doc/ja/autogen/user/irc_options.asciidoc index b29b62026..c2916e1b7 100644 --- a/doc/ja/autogen/user/irc_options.asciidoc +++ b/doc/ja/autogen/user/irc_options.asciidoc @@ -484,7 +484,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; capabilities supported by WeeChat are: away-notify, extended-join, multi-prefix, server-time, userhost-in-names (example: "away-notify,multi-prefix")` +** 説明: `サーバで利用可能ならば有効化する "client capabilities" のコンマ区切りリスト; WeeChat で利用できる機能: away-notify、extended-join、multi-prefix、server-time、userhost-in-names (例: "away-notify,multi-prefix")` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) diff --git a/doc/ja/autogen/user/relay_commands.asciidoc b/doc/ja/autogen/user/relay_commands.asciidoc index c7f6c2887..3eebb887e 100644 --- a/doc/ja/autogen/user/relay_commands.asciidoc +++ b/doc/ja/autogen/user/relay_commands.asciidoc @@ -8,47 +8,47 @@ raw sslcertkey - list: list relay clients (only active relays) - listfull: list relay clients (verbose, all relays) - listrelay: list relays (name and port) - add: add a relay (listen on a port) - del: remove a relay (clients remain connected) - stop: close the server socket (clients remain connected) - restart: close the server socket and listen again on port (clients remain connected) - name: relay name (see format below) - port: port used for relay - raw: open buffer with raw Relay data - sslcertkey: set SSL certificate/key using path in option relay.network.ssl_cert_key + list: リレーするクライアントをリストアップ (アクティブなもののみ) + listfull: リレーするクライアントをリストアップ (詳細、全てのリレー) + listrelay: リレーをリストアップ (名前とポート番号) + add: リレーを追加 (ポートで接続を待ち受ける) + del: リレーを削除 (クライアントとの接続は保持) + stop: サーバソケットを閉じる (クライアントとの接続は保持) + restart: サーバソケットを閉じて同じポートで接続を待つ (クライアントとの接続は保持) + name: リレー名 (以下のフォーマットを参照) + port: リレーが使うポートの番号 + raw: 生リレーデータを表示するバッファを開く + sslcertkey: オプション relay.network.ssl_cert_key のパスを使って SSL 証明書/鍵を指定 -Relay name is: [ipv4.][ipv6.][ssl.] - ipv4: force use of IPv4 - ipv6: force use of IPv6 - ssl: enable SSL -protocol.name: protocol and name to relay: - - protocol "irc": name is the server to share (optional, if not given, the server name must be sent by client in command "PASS", with format: "PASS server:password") - - protocol "weechat" (name is not used) +リレー名のフォーマット: [ipv4.][ipv6.][ssl.] + ipv4: IPv4 を強制的に利用 + ipv6: IPv6 を強制的に利用 + ssl: SSL を有効化 +protocol.name: リレーするプロトコルと名前: + - "irc" プロトコル: name は共有するサーバ名 (任意指定、指定しない場合、サーバ名は "PASS" コマンドでクライアントが送信するものと同じでなければいけません、"PASS" コマンドのフォーマットは "PASS server:password") + - "weechat" プロトコル (name は使われません) -The "irc" protocol allows any IRC client (including WeeChat itself) to connect on the port. -The "weechat" protocol allows a remote interface to connect on the port, see the list here: http://weechat.org/download/ +"irc" プロトコルを指定した場合、どんな IRC クライアント (WeeChat 自身を含めて) でもポートに接続することができます。 +"weechat" プロトコルを指定した場合、リモートインターフェイスを使ってポートに接続することができます、参照: http://weechat.org/download/ -Without argument, this command opens buffer with list of relay clients. +引数無しの場合、リレークライアントのリストを含むバッファを開く -Examples: - irc proxy, for server "freenode": +例: + サーバ "freenode" に対する irc プロキシを設定: /relay add irc.freenode 8000 - irc proxy, for server "freenode", with SSL: + サーバ "freenode" に対する SSL を有効化した irc プロキシを設定: /relay add ssl.irc.freenode 8001 - irc proxy, for all servers (client will choose), with SSL: + SSL を有効化してすべてのサーバに対する irc プロキシを設定 (クライアントがサーバを選ぶ): /relay add ssl.irc 8002 - weechat protocol: + weechat プロトコル: /relay add weechat 9000 - weechat protocol with SSL: + SSL を有効化した weechat プロトコル: /relay add ssl.weechat 9001 - weechat protocol with SSL, using only IPv4: + SSL を有効にした weechat プロトコル、IPv4 だけを利用: /relay add ipv4.ssl.weechat 9001 - weechat protocol with SSL, using only IPv6: + SSL を有効にした weechat プロトコル、IPv6 だけを利用: /relay add ipv6.ssl.weechat 9001 - weechat protocol with SSL, using IPv4 + IPv6: + SSL を有効にした weechat プロトコル、IPv4 と IPv6 を利用: /relay add ipv4.ipv6.ssl.weechat 9001 ---- diff --git a/doc/ja/autogen/user/trigger_commands.asciidoc b/doc/ja/autogen/user/trigger_commands.asciidoc index a3ce86ced..fdbda7aaf 100644 --- a/doc/ja/autogen/user/trigger_commands.asciidoc +++ b/doc/ja/autogen/user/trigger_commands.asciidoc @@ -16,65 +16,65 @@ default -yes monitor [] - list: list triggers (without argument, this list is displayed) - listfull: list triggers with detailed info for each trigger -listdefault: list default triggers - add: add a trigger - addoff: add a trigger (disabled) - addreplace: add or replace an existing trigger - name: name of trigger - hook: signal, hsignal, modifier, print, command, command_run, timer, config, focus - arguments: arguments for the hook, depending on hook (separated by semicolons): - signal: name(s) of signal (required) - hsignal: name(s) of hsignal (required) - modifier: name(s) of modifier (required) - print: buffer, tags, message, strip colors - command: command (required), description, arguments, description of arguments, completion - command_run: command(s) (required) - timer: interval (required), align on second, max calls - config: name(s) of option (required) - focus: name(s) of area (required) - conditions: evaluated conditions for the trigger - regex: one or more regular expressions to replace strings in variables - command: command to execute (many commands can be separated by ";" -return_code: return code in callback (ok (default), ok_eat, error) - addinput: set input with default arguments to create a trigger - input: set input with the command used to create the trigger - output: send the command to create the trigger on the buffer - recreate: same as "input", with option "addreplace" instead of "add" - set: set an option in a trigger - option: name of option: name, hook, arguments, conditions, regex, command, return_code - (for help on option, you can type: /help trigger.trigger..