diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-04 21:53:11 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-04 21:53:11 +0100 |
commit | 5a132f06fdc10c1fa3d6f561af268b04adb3d9d4 (patch) | |
tree | 35e2503150fbcf6e0b9ba4a3bb0b967005e44449 /doc/ja | |
parent | dd0b3c5692b2e7b77d60a2e8fc8dad7d1ee9b9ff (diff) | |
download | weechat-5a132f06fdc10c1fa3d6f561af268b04adb3d9d4.zip |
core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/autogen/user/irc_commands.adoc | 10 | ||||
-rw-r--r-- | doc/ja/autogen/user/irc_options.adoc | 2 | ||||
-rw-r--r-- | doc/ja/autogen/user/weechat_commands.adoc | 62 |
3 files changed, 37 insertions, 37 deletions
diff --git a/doc/ja/autogen/user/irc_commands.adoc b/doc/ja/autogen/user/irc_commands.adoc index c3b854ee2..9423ff870 100644 --- a/doc/ja/autogen/user/irc_commands.adoc +++ b/doc/ja/autogen/user/irc_commands.adoc @@ -158,12 +158,12 @@ WeeChat がサポートする機能: account-notify、away-notify、cap-notify ---- /ctcp [-server <server>] <target>[,<target>...] <type> [<arguments>] - server: 送信先サーバ名 (内部名) - target: 送信先ニックネームまたはチャンネル ('*' の場合現在のチャンネル宛に送信) - type: CTCP タイプ (例: "version"、"ping"、..) -arguments: CTCP の引数 + server: send to this server (internal name) + target: nick or channel ('*' = current channel) + type: CTCP type (examples: "version", "ping", etc.) +arguments: arguments for CTCP -例: +Examples: /ctcp toto time /ctcp toto version /ctcp * version diff --git a/doc/ja/autogen/user/irc_options.adoc b/doc/ja/autogen/user/irc_options.adoc index 3eb94f0e7..581e232e1 100644 --- a/doc/ja/autogen/user/irc_options.adoc +++ b/doc/ja/autogen/user/irc_options.adoc @@ -429,7 +429,7 @@ ** デフォルト値: `+off+` * [[option_irc.network.autoreconnect_delay_growing]] *irc.network.autoreconnect_delay_growing* -** 説明: pass:none[サーバに自動再接続する際の遅延間隔に関する増加係数 (1 = 遅延間隔は常に同じ, 2 = リトライごとに遅延間隔を 2 倍、..)] +** 説明: pass:none[growing factor for autoreconnect delay to server (1 = always same delay, 2 = delay*2 for each retry, etc.)] ** タイプ: 整数 ** 値: 1 .. 100 ** デフォルト値: `+2+` diff --git a/doc/ja/autogen/user/weechat_commands.adoc b/doc/ja/autogen/user/weechat_commands.adoc index 3819a83df..91e1c10c8 100644 --- a/doc/ja/autogen/user/weechat_commands.adoc +++ b/doc/ja/autogen/user/weechat_commands.adoc @@ -651,44 +651,44 @@ arguments: ロードするプラグインに与える引数 -stdout|-stderr [<text>] -beep - -buffer: 指定したバッファにテキストを表示 (デフォルト: コマンドを実行したバッファ) --newbuffer: 新しいバッファの作成、そのバッファ内にテキストの表示 - -free: 自由内容バッファの作成 (-newbuffer と共に使用) - -switch: 指定したバッファに切り替え - -core: "-buffer core.weechat" のエイリアス - -current: 現在のバッファにテキストを表示 - -y: 指定した行番号に表示 (自由内容バッファ専用) - line: 自由内容バッファの行番号 (1 行目は 0、負数は最後の行から数えた行: -1 = 最終行から数えて 1 行目、-2 = 最終行から数えて 2 行目、...) - -escape: エスケープ文字を解釈 (例えば \a、\07、\x07) - -date: メッセージの日付、書式: - -n: 今から 'n' 秒前 - +n: 今から 'n' 秒後 - n: エポックから 'n' 秒目 (man time を参照してください) - 日付/時間 (ISO 8601): yyyy-mm-ddThh:mm:ss、例: 2014-01-19T04:32:55 - 時間: hh:mm:ss (example: 04:32:55) - -tags: タグのコンマ区切りリスト (よく使うタグのリストは /help filter を参照してください) - text: 表示するテキスト (プレフィックスとメッセージは必ず \t で区切ってください、"-" で始まるテキストは "\" を前置してください) - -stdout: 標準出力にテキストを表示 (エスケープ文字を解釈) - -stderr: 標準エラー出力にテキストを表示 (エスケープ文字を解釈) - -beep: "-stderr \a" の別名 - -オプション -action ... -quit をつけた場合、プレフィックスは "weechat.look.prefix_*" で定義されているものになります。 - -以下のエスケープ文字を使うことができます: + -buffer: display text in this buffer (default: buffer where command is executed) +-newbuffer: create a new buffer and display text in this buffer + -free: create a buffer with free content (with -newbuffer only) + -switch: switch to the buffer + -core: alias of "-buffer core.weechat" + -current: display text on current buffer + -y: display on a custom line (for buffer with free content only) + line: line number for buffer with free content (first line is 0, a negative number displays after last line: -1 = after last line, -2 = two lines after last line, etc.) + -escape: interpret escaped chars (for example \a, \07, \x07) + -date: message date, format can be: + -n: 'n' seconds before now + +n: 'n' seconds in the future + n: 'n' seconds since the Epoch (see man time) + date/time (ISO 8601): yyyy-mm-ddThh:mm:ss, example: 2014-01-19T04:32:55 + time: hh:mm:ss (example: 04:32:55) + -tags: comma-separated list of tags (see /help filter for a list of tags most commonly used) + text: text to display (prefix and message must be separated by "\t", if text starts with "-", then add a "\" before) + -stdout: display text on stdout (escaped chars are interpreted) + -stderr: display text on stderr (escaped chars are interpreted) + -beep: alias of "-stderr \a" + +The options -action ... -quit use the prefix defined in options "weechat.look.prefix_*". + +Following escaped chars are supported: \" \\ \a \b \e \f \n \r \t \v \0ooo \xhh \uhhhh \Uhhhhhhhh -例: - コアバッファにハイライトを付けてリマインダを表示: +Examples: + display a reminder on core buffer with a highlight: /print -core -tags notify_highlight Reminder: buy milk - コアバッファにエラーを表示: + display an error on core buffer: /print -core -error Some error here - コアバッファにプレフィックス "abc" を付けてメッセージを表示: + display message on core buffer with prefix "abc": /print -core abc\tThe message - チャンネル #weechat にメッセージを表示: + display a message on channel #weechat: /print -buffer irc.freenode.#weechat Message on #weechat - 雪だるまを表示 (U+2603): + display a snowman (U+2603): /print -escape \u2603 - 警告を送信 (BEL): + send alert (BEL): /print -beep ---- |