diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-31 08:21:54 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-31 08:21:54 +0100 |
commit | fcf1c2260436dc61bb2d1e2f1a284b98e183936b (patch) | |
tree | 2cb8735fdf2719c2b58b45460b7239543f29481e /doc/ja/autogen/user | |
parent | fe6ea0812e64b29957d4b9cbe43fc7d2a74b50e4 (diff) | |
download | weechat-fcf1c2260436dc61bb2d1e2f1a284b98e183936b.zip |
doc: update Japanese auto-generated files
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r-- | doc/ja/autogen/user/irc_commands.asciidoc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/ja/autogen/user/irc_commands.asciidoc b/doc/ja/autogen/user/irc_commands.asciidoc index c415da751..5a5b474a6 100644 --- a/doc/ja/autogen/user/irc_commands.asciidoc +++ b/doc/ja/autogen/user/irc_commands.asciidoc @@ -94,20 +94,20 @@ 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, cap-notify, extended-join, multi-prefix, server-time, userhost-in-names. +WeeChat がサポートする機能: account-notify、away-notify、cap-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 |