1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

doc: update Japanese auto-generated files

This commit is contained in:
Sébastien Helleu
2015-09-08 18:00:16 +02:00
parent 29ec400a8e
commit 145ec0db35
3 changed files with 19 additions and 19 deletions
+17 -17
View File
@@ -78,14 +78,14 @@ arguments: コマンドの引数 (特殊変数 $nick、$channel、$server はそ
----
/ban [<channel>] [<nick> [<nick>...]]
channel: channel name
nick: nick or host
channel: チャンネル名
nick: ニックネームまたはホスト名
Without argument, this command displays the ban list for current channel.
引数無しの場合は、現在のチャンネルのバンリストを表示。
----
[[command_irc_cap]]
[command]*`cap`* client capability negotiation::
[command]*`cap`* クライアント機能情報の交換::
----
/cap ls
@@ -94,20 +94,20 @@ Without argument, this command displays the ban list for current 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, extended-join, multi-prefix, server-time, userhost-in-names.
WeeChat がサポートする機能: account-notifyaway-notifyextended-joinmulti-prefixserver-timeuserhost-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
@@ -594,10 +594,10 @@ daemon2: メッセージをデーモンに転送
----
/quiet [<channel>] [<nick> [<nick>...]]
channel: channel name
nick: nick or host
channel: チャンネル名
nick: ニックネーム又はホスト名
Without argument, this command displays the quiet list for current channel.
引数無しの場合は、現在のチャンネルの発言禁止リストを表示。
----
[[command_irc_quote]]
+1 -1
View File
@@ -508,7 +508,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 (see /help cap for a list of capabilities supported by WeeChat) (example: "away-notify,multi-prefix")`
** 説明: `サーバで利用可能ならば有効化する "client capabilities" のコンマ区切りリスト (WeeChat がサポートする機能のリストは /help cap を御覧ください) (例: "away-notify,multi-prefix")`
** タイプ: 文字列
** 値: 未制約文字列 (デフォルト値: `""`)
+1 -1
View File
@@ -183,7 +183,7 @@
** 値: -1 .. 525600 (デフォルト値: `1440`)
* [[option_script.scripts.download_timeout]] *script.scripts.download_timeout*
** 説明: `timeout (in seconds) for download of scripts and list of scripts`
** 説明: `スクリプトのダウンロードとスクリプトのリストに対するタイムアウト時間 (秒単位)`
** タイプ: 整数
** 値: 1 .. 3600 (デフォルト値: `30`)