From dac4d3a06a2535058a7a8d1b55eb62b1e144dcbf Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 19 Mar 2014 10:05:27 +0100 Subject: [PATCH] doc: update Japanese auto-generated files --- doc/ja/autogen/plugin_api/completions.txt | 20 +- doc/ja/autogen/plugin_api/infos.txt | 8 +- doc/ja/autogen/user/exec_commands.txt | 84 +++--- doc/ja/autogen/user/exec_options.txt | 8 +- doc/ja/autogen/user/irc_commands.txt | 24 +- doc/ja/autogen/user/irc_options.txt | 4 +- doc/ja/autogen/user/relay_options.txt | 2 +- doc/ja/autogen/user/trigger_commands.txt | 102 +++---- doc/ja/autogen/user/trigger_options.txt | 20 +- doc/ja/autogen/user/weechat_commands.txt | 348 +++++++++++----------- doc/ja/autogen/user/weechat_options.txt | 8 +- 11 files changed, 314 insertions(+), 314 deletions(-) diff --git a/doc/ja/autogen/plugin_api/completions.txt b/doc/ja/autogen/plugin_api/completions.txt index 12a90fa3a..00283f4ac 100644 --- a/doc/ja/autogen/plugin_api/completions.txt +++ b/doc/ja/autogen/plugin_api/completions.txt @@ -10,7 +10,7 @@ | aspell | aspell_langs | aspell でサポートされる全ての言語のリスト -| exec | exec_commands_ids | ids (numbers and names) of executed commands +| exec | exec_commands_ids | 実行されたコマンドの識別子 (番号と名前) | guile | guile_script | スクリプトのリスト @@ -70,23 +70,23 @@ | tcl | tcl_script | スクリプトのリスト -| trigger | trigger_hook_arguments | default arguments for a hook +| trigger | trigger_hook_arguments | フックに対するデフォルト引数 -| trigger | trigger_hook_command | default command for a hook +| trigger | trigger_hook_command | フックに対するデフォルトコマンド -| trigger | trigger_hook_conditions | default conditions for a hook +| trigger | trigger_hook_conditions | バーのデフォルト状態 -| trigger | trigger_hook_rc | default return codes for hook callback +| trigger | trigger_hook_rc | フックコールバックに対するデフォルトのリターンコード -| trigger | trigger_hook_regex | default regular expression for a hook +| trigger | trigger_hook_regex | フックに対するデフォルトの正規表現 -| trigger | trigger_hooks | hooks for triggers +| trigger | trigger_hooks | トリガに対するフック -| trigger | trigger_names | triggers +| trigger | trigger_names | トリガ -| trigger | trigger_option_value | value of a trigger option +| trigger | trigger_option_value | トリガオプションの値 -| trigger | trigger_options | options for triggers +| trigger | trigger_options | トリガに対するオプション | weechat | bars_names | バーの名前 diff --git a/doc/ja/autogen/plugin_api/infos.txt b/doc/ja/autogen/plugin_api/infos.txt index dcefc6d2a..b6fa28c15 100644 --- a/doc/ja/autogen/plugin_api/infos.txt +++ b/doc/ja/autogen/plugin_api/infos.txt @@ -26,17 +26,17 @@ | python | python2_bin | python 2.x インタプリタへのパス | - -| relay | relay_client_count | number of clients for relay | status name (optional): connecting, waiting_auth, connected, auth_failed, disconnected +| relay | relay_client_count | 中継するクライアントのリスト | 状態名 (任意): connecting、waiting_auth、connected、auth_failed、disconnected | weechat | charset_internal | WeeChat 内部文字集合 | - | weechat | charset_terminal | ターミナルの文字集合 | - -| weechat | color_ansi_regex | POSIX extended regular expression to search ANSI escape codes | - +| weechat | color_ansi_regex | ANSI エスケープコードを検索する POSIX 拡張正規表現 | - -| weechat | color_rgb2term | RGB color converted to terminal color (0-255) | rgb,limit (limit is optional and is set to 256 by default) +| weechat | color_rgb2term | ターミナル色コード (0-255) に変換されたRGB 色コード | rgb,limit (limit は任意でデフォルトでは 256 に設定) -| weechat | color_term2rgb | terminal color (0-255) converted to RGB color | color (terminal color: 0-255) +| weechat | color_term2rgb | RGB 色コードに変換されたターミナル色コード (0-255) | 色コード (ターミナル色コード: 0-255) | weechat | cursor_mode | カーソルモードが有効の場合 1 | - diff --git a/doc/ja/autogen/user/exec_commands.txt b/doc/ja/autogen/user/exec_commands.txt index b803918e0..115396091 100644 --- a/doc/ja/autogen/user/exec_commands.txt +++ b/doc/ja/autogen/user/exec_commands.txt @@ -1,5 +1,5 @@ [[command_exec_exec]] -[command]*`exec`* execute external commands:: +[command]*`exec`* 外部コマンドを実行:: ---- /exec -list @@ -12,49 +12,49 @@ -set -del |-all [...] - -list: list commands - -sh: use the shell to execute the command (WARNING: use this option ONLY if all arguments are safe date, see option -nosh) - -nosh: do not use the shell to execute the command (required if the command has some unsafe data, for example the content of a message from another user) (default) - -bg: run process in background: do not display process output neither return code (not compatible with options -o/-n) - -nobg: catch process output and display return code (default) - -stdin: create a pipe for sending data to the process (with /exec -in/-inclose) --nostdin: do not create a pipe for stdin (default) - -buffer: display/send output of command on this buffer (if the buffer is not found, a new buffer with name "exec.exec.xxx" is created) - -l: display locally output of command on buffer (default) - -o: send output of command to the buffer (not compatible with option -bg) - -n: display output of command in a new buffer (not compatible with option -bg) - -sw: switch to the output buffer (default) - -nosw: don't switch to the output buffer - -ln: display line numbers (default in new buffer only) - -noln: don't display line numbers - -color: action on ANSI colors in output: - ansi: keep ANSI codes as-is - auto: convert ANSI colors to WeeChat/IRC (default) - irc: convert ANSI colors to IRC colors - weechat: convert ANSI colors to WeeChat colors - strip: remove ANSI colors - -rc: display return code (default) - -norc: don't display return code --timeout: set a timeout for the command (in seconds) - -name: set a name for the command (to name it later with /exec) - -pipe: send the output to a WeeChat/plugin command (line by line); if there are spaces in command/arguments, enclose them with double quotes; variable $line is replaced by the line (by default the line is added after the command, separated by a space) (not compatible with options -bg/-o/-n) --hsignal: send the output as a hsignal (to be used for example in a trigger) (not compatible with options -bg/-o/-n) - command: the command to execute; if beginning with "url:", the shell is disabled and the content of URL is downloaded and sent as output - id: command identifier: either its number or name (if set with "-name xxx") - -in: send text on standard input of process --inclose: same as -in, but stdin is closed after (and text is optional: without text, the stdin is just closed) - -signal: send a signal to the process; the signal can be an integer or one of these names: hup, int, quit, kill, term, usr1, usr2 - -kill: alias of "-signal kill" --killall: kill all running processes - -set: set a hook property (see function hook_set in plugin API reference) -property: hook property - value: new value for hook property - -del: delete a terminated command - -all: delete all terminated commands + -list: コマンドをリストアップ + -sh: コマンドを実行する際にシェルを使う (警告: このオプションを使えるのは、全ての引数が安全なデータの場合だけです、オプション -nosh を参照) + -nosh: コマンドを実行する際にシェルを使わない (コマンドに安全でないデータが含まれる場合に必要、例えば他のユーザからのメッセージの内容) (デフォルト) + -bg: プロセスをバックグラウンド実行: プロセスの出力およびリターンコードを表示しない (オプション -o/-n と互換性はありません) + -nobg: プロセスの出力を受け取り、リターンコードを表示する (デフォルト) + -stdin: プロセスにデータを送信するパイプを作成する (/exec -in/-inclose を使う) +-nostdin: 標準入力用にパイプを作成しない (デフォルト) + -buffer: コマンドの出力をこのバッファに表示 / 送信する (バッファが見つからない場合、新しいバッファ "exec.exec.xxx" が作られます) + -l: コマンドの出力をカレントバッファに表示 (デフォルト) + -o: コマンドの出力をカレントバッファに送信 (オプション -bg と互換性はありません) + -n: コマンドの出力を新しいバッファに表示 (オプション -bg と互換性はありません) + -sw: 出力バッファに移動 (デフォルト) + -nosw: 出力バッファに移動しない + -ln: 行数を表示 (新しいバッファに表示する場合はデフォルト) + -noln: 行数を表示しない + -color: 出力に含まれる ANSI 色に対する挙動: + ansi: ANSI 色をそのままにする + auto: ANSI 色を WeeChat/IRC 色に変換 (デフォルト) + irc: ANSI 色を IRC 色に変換 + weechat: ANSI 色を WeeChat 色に変換 + strip: ANSI 色を削除 + -rc: リターンコードを表示 (デフォルト) + -norc: リターンコードを表示しない +-timeout: コマンドのタイムアウトを設定 (秒単位) + -name: コマンドの名前を設定 (後から名前を付けるには /exec を使う) + -pipe: WeeChat およびプラグインコマンドに出力を送信 (1 行ごと); コマンドおよび引数に空白が含まれる場合、2 重引用符で囲ってください; 引数 $line はその行で置換されます (デフォルトではコマンドの後ろに空白を付けてから行を追加します) (オプション -bg/-o/-n と互換性はありません) +-hsignal: hsignal として出力を送信 (例えばトリガで使われます) (オプション -bg/-o/-n と互換性はありません) + command: 実行するコマンド; "url:" で始まる場合、シェルは無効化され、URL の内容がダウンロードされ、出力として送信されます + id: コマンド識別子: 番号か名前 ("-name xxx" で設定した場合) のどちらか一方 + -in: プロセスの標準入力にテキストを送信 +-inclose: -in と同じ、ただし使用後に標準入力を閉じる (テキストは任意: テキストが無い場合、標準入力をすぐに閉じる) + -signal: プロセスにシグナルを送信; シグナルは整数値または次の名前の 1 つ: hup、int、quit、kill、term、usr1、usr2 + -kill: "-signal kill" のエイリアス +-killall: 全ての実行中プロセスを kill する + -set: フックプロパティを設定 (プラグイン API リファレンスの hook_set 関数を参照) +property: フックプロパティ + value: フックプロパティの新しい値 + -del: 中断されたコマンドを削除 + -all: 全ての中断されたコマンドを削除 -Default options can be set in the option exec.command.default_options. +オプション exec.command.default_options でデフォルトオプションの設定が可能です。 -Examples: +例: /exec -n ls -l /tmp /exec -n ps xu | grep weechat /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx diff --git a/doc/ja/autogen/user/exec_options.txt b/doc/ja/autogen/user/exec_options.txt index 98348ac4a..36703c6cb 100644 --- a/doc/ja/autogen/user/exec_options.txt +++ b/doc/ja/autogen/user/exec_options.txt @@ -1,20 +1,20 @@ * [[option_exec.color.flag_finished]] *exec.color.flag_finished* -** 説明: `text color for a finished command flag in list of commands` +** 説明: `コマンドリストで使う実行完了コマンドのフラグに対するテキスト色` ** タイプ: 色 ** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、ターミナル色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_" (デフォルト値: `lightred`) * [[option_exec.color.flag_running]] *exec.color.flag_running* -** 説明: `text color for a running command flag in list of commands` +** 説明: `コマンドリストで使う実行中コマンドのフラグに対するテキスト色` ** タイプ: 色 ** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、ターミナル色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_" (デフォルト値: `lightgreen`) * [[option_exec.command.default_options]] *exec.command.default_options* -** 説明: `default options for command /exec (see /help exec); example: "-nosh -bg" to run all commands in background (no output), and without using the shell` +** 説明: `/exec コマンドのデフォルトオプション (/help exec を参照); 例: "-nosh -bg" は全てのコマンドをバックグラウンドで実行し (出力なし)、シェルを使わない` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) * [[option_exec.command.purge_delay]] *exec.command.purge_delay* -** 説明: `delay for purging finished commands (in seconds, 0 = purge commands immediately, -1 = never purge)` +** 説明: `接続を切ったクライアントを追い出すまでの遅延時間 (秒単位、0 = すぐにクライアントを追い出す、-1 = 追い出さない)` ** タイプ: 整数 ** 値: -1 .. 25920000 (デフォルト値: `0`) diff --git a/doc/ja/autogen/user/irc_commands.txt b/doc/ja/autogen/user/irc_commands.txt index 22b1a939a..c1588b4d6 100644 --- a/doc/ja/autogen/user/irc_commands.txt +++ b/doc/ja/autogen/user/irc_commands.txt @@ -282,14 +282,14 @@ channel: ユーザの居るチャンネル ---- /kickban [] [] -channel: channel where user is - nick: nick to kick and ban - reason: reason for kick (special variables $nick, $channel and $server are replaced by their value) +channel: ユーザの居るチャンネル + nick: キックと参加禁止にするニックネーム + reason: キック理由 (特殊変数 $nick、$channel、$server はそれぞれの値に置換されます) -It is possible to kick/ban with a mask, nick will be extracted from mask and replaced by "*". +キックと参加禁止にマスクを使うことが可能で、"*" のマスク展開後にマッチするニックネームがこれらの対象になります。 -Example: - ban "*!*@host.com" and then kick "toto": +例: + "*!*@host.com" を参加禁止して "toto" をキック: /kickban toto!*@host.com ---- @@ -845,14 +845,14 @@ mask: マスクにマッチする情報 ---- /whois [] [[,...]] -server: server name - nick: nick (may be a mask) +server: サーバ名 + nick: ニックネーム (マスクも可) -Without argument, this command will do a whois on: -- your own nick if buffer is a server/channel -- remote nick if buffer is a private. +引数が無い場合、このコマンドは以下のユーザに対する whois を行います: +- バッファがサーバ/チャンネルの場合、自分自身のニックネーム +- バッファがプライベートの場合、相手のニックネーム。 -If option irc.network.whois_double_nick is enabled, two nicks are sent (if only one nick is given), to get idle time in answer. +オプション irc.network.whois_double_nick が有効の場合、アイドル時間を返してもらうためにニックネームを 2 つ送信します (ニックネームを 1 つ指定した場合でも)。 ---- [[command_irc_whowas]] diff --git a/doc/ja/autogen/user/irc_options.txt b/doc/ja/autogen/user/irc_options.txt index 94cbc4543..d82965244 100644 --- a/doc/ja/autogen/user/irc_options.txt +++ b/doc/ja/autogen/user/irc_options.txt @@ -534,7 +534,7 @@ ** 値: 未制約文字列 (デフォルト値: `""`) * [[option_irc.server_default.realname]] *irc.server_default.realname* -** 説明: `real name to use on server (note: content is evaluated, see /help eval)` +** 説明: `サーバで使用する実名 (注意: 値は評価されます、/help eval を参照してください)` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) @@ -589,7 +589,7 @@ ** 値: on, off (デフォルト値: `on`) * [[option_irc.server_default.username]] *irc.server_default.username* -** 説明: `user name to use on server (note: content is evaluated, see /help eval)` +** 説明: `サーバで使用するユーザ名 (注意: 値は評価されます、/help eval を参照してください)` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `""`) diff --git a/doc/ja/autogen/user/relay_options.txt b/doc/ja/autogen/user/relay_options.txt index c70cc639f..fb000e404 100644 --- a/doc/ja/autogen/user/relay_options.txt +++ b/doc/ja/autogen/user/relay_options.txt @@ -89,7 +89,7 @@ ** 値: 未制約文字列 (デフォルト値: `""`) * [[option_relay.network.clients_purge_delay]] *relay.network.clients_purge_delay* -** 説明: `delay for purging disconnected clients (in minutes, 0 = purge clients immediately, -1 = never purge)` +** 説明: `接続を切ったクライアントを追い出すまでの遅延時間 (分単位、0 = すぐにクライアントを追い出す、-1 = 追い出さない)` ** タイプ: 整数 ** 値: -1 .. 43200 (デフォルト値: `0`) diff --git a/doc/ja/autogen/user/trigger_commands.txt b/doc/ja/autogen/user/trigger_commands.txt index 863e42cec..ee87eda65 100644 --- a/doc/ja/autogen/user/trigger_commands.txt +++ b/doc/ja/autogen/user/trigger_commands.txt @@ -1,5 +1,5 @@ [[command_trigger_trigger]] -[command]*`trigger`* manage triggers, the Swiss Army knife for WeeChat:: +[command]*`trigger`* トリガ (WeeChat 用のスイスアーミーナイフ) の管理:: ---- /trigger list|listfull|listdefault @@ -15,61 +15,61 @@ 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..