From e2d708187ca50a91ff28f0bbdbfa11dbc86bbb3c Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 29 Mar 2014 18:54:47 +0100 Subject: doc: update Japanese auto-generated files --- doc/ja/autogen/user/exec_commands.txt | 88 ++++++++++++++-------------- doc/ja/autogen/user/irc_commands.txt | 104 +++++++++++++++++----------------- 2 files changed, 96 insertions(+), 96 deletions(-) (limited to 'doc') diff --git a/doc/ja/autogen/user/exec_commands.txt b/doc/ja/autogen/user/exec_commands.txt index 6404dadd7..a1f72328b 100644 --- a/doc/ja/autogen/user/exec_commands.txt +++ b/doc/ja/autogen/user/exec_commands.txt @@ -12,52 +12,52 @@ -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) - -nf: display output of command in a new buffer with free content (no word-wrap, no limit on number of lines) (not compatible with option -bg) - -cl: clear the new buffer before displaying output - -nocl: append to the new buffer without clear (default) - -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 と互換性はありません) + -nf: コマンドの出力を自由内容 (禁則処理なし、行数制限なし) の新しいバッファに表示 (オプション -bg と互換性はありません) + -cl: 出力を表示する前に新しいバッファをクリア + -nocl: 新しいバッファをクリアせずに追加 (デフォルト) + -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/irc_commands.txt b/doc/ja/autogen/user/irc_commands.txt index 48b9d14de..dac8e233b 100644 --- a/doc/ja/autogen/user/irc_commands.txt +++ b/doc/ja/autogen/user/irc_commands.txt @@ -74,10 +74,10 @@ arguments: コマンドの引数 (特殊変数 $nick、$channel、$server はそ ---- /ban [] [ [...]] -channel: channel name - nick: nick or host +channel: チャンネル名 + nick: ニックネームまたはホスト名 -Without argument, this command display ban list for current channel. +引数無しの場合は、現在のチャンネルのバンリストを表示。 ---- [[command_irc_connect]] @@ -117,9 +117,9 @@ Without argument, this command display ban list for current channel. ---- /ctcp [] - target: nick or channel name to send CTCP to - type: CTCP type (examples: "version", "ping", ..) -arguments: arguments for CTCP + target: CTCP を送信するニックネーム又はチャンネル + type: CTCP タイプ (例: "version"、"ping"、..) +arguments: CTCP の引数 ---- [[command_irc_cycle]] @@ -128,8 +128,8 @@ arguments: arguments for CTCP ---- /cycle [[,...]] [] -channel: channel name -message: part message (displayed to other users) +channel: チャンネル名 +message: 退出メッセージ (他のユーザに宛てる) ---- [[command_irc_dcc]] @@ -139,13 +139,13 @@ message: part message (displayed to other users) /dcc chat send -nick: nick -file: filename (on local host) +nick: ニックネーム +file: ファイルネーム (ローカルホスト上の) -Examples: - chat with nick "toto": +例: + "toto" とチャット: /dcc chat toto - send file "/home/foo/bar.txt" to nick "toto": + ファイル "/home/foo/bar.txt" を ニックネーム "toto" に送信: /dcc send toto /home/foo/bar.txt ---- @@ -196,10 +196,10 @@ target: サーバ名 ---- /disconnect [|-all|-pending []] - server: internal server name - -all: disconnect from all servers --pending: cancel auto-reconnection on servers currently reconnecting - reason: reason for the "quit" + server: 内部サーバ名 + -all: 全てのサーバとの接続を切る +-pending: 現在再接続試行中のサーバに対する自動再接続を止める + reason: "quit" の理由 ---- [[command_irc_halfop]] @@ -293,9 +293,9 @@ nick: nick ---- /kick [] [] -channel: channel name - nick: nick - reason: reason (special variables $nick, $channel and $server are replaced by their value) +channel: チャンネル名 + nick: ニックネーム + reason: 理由 (特殊変数 $nick、$channel、$server はそれぞれの値に置換されます) ---- [[command_irc_kickban]] @@ -304,14 +304,14 @@ channel: channel name ---- /kickban [] [] -channel: channel name - nick: nick - reason: reason (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 ---- @@ -461,9 +461,9 @@ nick: 新しいニックネーム ---- /notice [-server ] -server: send to this server (internal name) -target: nick or channel name - text: text to send +server: このサーバに送信 (内部サーバ名) +target: ニックネーム又はチャンネル名 + text: 送信するテキスト ---- [[command_irc_notify]] @@ -548,9 +548,9 @@ daemon2: メッセージをデーモンに転送 ---- /query [-server ] [,...] [] -server: send to this server (internal name) - nick: nick - text: text to send +server: このサーバに送信 (内部サーバ名) +target: ニックネーム + text: 送信するテキスト ---- [[command_irc_quiet]] @@ -559,10 +559,10 @@ server: send to this server (internal name) ---- /quiet [] [ [...]] -channel: channel name - nick: nick or host +channel: チャンネル名 + nick: ニックネーム又はホスト名 -Without argument, this command display quiet list for current channel. +引数無しの場合は、現在のチャンネルの発言禁止リストを表示。 ---- [[command_irc_quote]] @@ -582,10 +582,10 @@ server: 送信先サーバ (内部サーバ名) /reconnect [...] [-nojoin] [-switch] -all [-nojoin] [-switch] - server: server to reconnect (internal name) - -all: reconnect to all servers --nojoin: do not join any channel (even if autojoin is enabled on server) --switch: switch to next server address + server: 再接続するサーバ (内部名) + -all: 全てのサーバに再接続 +-nojoin: チャンネルに参加しない (autojoin がサーバで有効化されていても) +-switch: 次のサーバアドレスに移動 ---- [[command_irc_rehash]] @@ -730,8 +730,8 @@ service: サービス名 ---- /squit - server: server name -comment: comment + server: サーバ名 +comment: コメント ---- [[command_irc_stats]] @@ -770,9 +770,9 @@ target: 時間を要求するサーバを指定 ---- /topic [] [|-delete] -channel: channel name - topic: new topic --delete: delete channel topic +channel: チャンネル名 + topic: 新しいトピック +-delete: チャンネルトピックを削除 ---- [[command_irc_trace]] @@ -790,18 +790,18 @@ target: サーバ名 ---- /unban [] [...] -channel: channel name - nick: nick or host +channel: チャンネル名 + nick: ニックネーム又はホスト名 ---- [[command_irc_unquiet]] -[command]*`unquiet`* unquiet nicks or hosts:: +[command]*`unquiet`* ニックネーム又はホスト名に対する発言禁止を解除:: ---- /unquiet [] [...] -channel: channel name - nick: nick or host +channel: チャンネル名 + nick: ニックネーム又はホスト名 ---- [[command_irc_userhost]] @@ -893,8 +893,8 @@ server: サーバ名 ---- /whowas [,...] [ []] - nick: nick - count: number of replies to return (full search if negative number) -target: reply should match this mask + nick: ニックネーム + count: リプライの個数 (負の値で完全な検索) +target: マスクに一致するものだけを返す ---- -- cgit v1.2.3