diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 15:12:47 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 15:13:18 +0100 |
commit | fb66eeec79ea6bbad17cccdf353b34f96216bd7f (patch) | |
tree | 433ac33ffcd0c8987a2376388f4333d6af63a83f /doc/ja/autogen/user/buflist_options.adoc | |
parent | f54ed11f1d38f159c591005e72e35400f98ce948 (diff) | |
download | weechat-fb66eeec79ea6bbad17cccdf353b34f96216bd7f.zip |
core: update translations
Diffstat (limited to 'doc/ja/autogen/user/buflist_options.adoc')
-rw-r--r-- | doc/ja/autogen/user/buflist_options.adoc | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/doc/ja/autogen/user/buflist_options.adoc b/doc/ja/autogen/user/buflist_options.adoc index 33f170353..7fb32e17c 100644 --- a/doc/ja/autogen/user/buflist_options.adoc +++ b/doc/ja/autogen/user/buflist_options.adoc @@ -3,49 +3,61 @@ // DO NOT EDIT BY HAND! // * [[option_buflist.format.buffer]] *buflist.format.buffer* -** 説明: pass:none[format of each line with a buffer] +** 説明: pass:none[format of each line with a buffer (note: content is evaluated, see /help buflist)] ** タイプ: 文字列 ** 値: 未制約文字列 ** デフォルト値: `+"${color:green}${number}.${indent}${color_hotlist}${name}"+` * [[option_buflist.format.buffer_current]] *buflist.format.buffer_current* -** 説明: pass:none[format for the line with current buffer] +** 説明: pass:none[format for the line with current buffer (note: content is evaluated, see /help buflist)] ** タイプ: 文字列 ** 値: 未制約文字列 ** デフォルト値: `+"${color:lightgreen,blue}${number}.${indent}${color_hotlist}${name}"+` +* [[option_buflist.format.hotlist]] *buflist.format.hotlist* +** 説明: pass:none[format for hotlist (note: content is evaluated, see /help buflist)] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+" ${color:green}(${hotlist}${color:green})"+` + * [[option_buflist.format.hotlist_highlight]] *buflist.format.hotlist_highlight* -** 説明: pass:none[format for a buffer with hotlist level "highlight"] +** 説明: pass:none[format for a buffer with hotlist level "highlight" (note: content is evaluated, see /help buflist)] ** タイプ: 文字列 ** 値: 未制約文字列 ** デフォルト値: `+"${color:magenta}"+` * [[option_buflist.format.hotlist_low]] *buflist.format.hotlist_low* -** 説明: pass:none[format for a buffer with hotlist level "low"] +** 説明: pass:none[format for a buffer with hotlist level "low" (note: content is evaluated, see /help buflist)] ** タイプ: 文字列 ** 値: 未制約文字列 ** デフォルト値: `+"${color:white}"+` * [[option_buflist.format.hotlist_message]] *buflist.format.hotlist_message* -** 説明: pass:none[format for a buffer with hotlist level "message"] +** 説明: pass:none[format for a buffer with hotlist level "message" (note: content is evaluated, see /help buflist)] ** タイプ: 文字列 ** 値: 未制約文字列 ** デフォルト値: `+"${color:brown}"+` * [[option_buflist.format.hotlist_none]] *buflist.format.hotlist_none* -** 説明: pass:none[format for a buffer not in hotlist] +** 説明: pass:none[format for a buffer not in hotlist (note: content is evaluated, see /help buflist)] ** タイプ: 文字列 ** 値: 未制約文字列 ** デフォルト値: `+"${color:default}"+` * [[option_buflist.format.hotlist_private]] *buflist.format.hotlist_private* -** 説明: pass:none[format for a buffer with hotlist level "private"] +** 説明: pass:none[format for a buffer with hotlist level "private" (note: content is evaluated, see /help buflist)] ** タイプ: 文字列 ** 値: 未制約文字列 ** デフォルト値: `+"${color:green}"+` +* [[option_buflist.format.hotlist_separator]] *buflist.format.hotlist_separator* +** 説明: pass:none[separator for counts in hotlist (note: content is evaluated, see /help buflist)] +** タイプ: 文字列 +** 値: 未制約文字列 +** デフォルト値: `+"${color:default},"+` + * [[option_buflist.format.lag]] *buflist.format.lag* -** 説明: pass:none[format for lag on an irc server buffer] +** 説明: pass:none[format for lag on an IRC server buffer (note: content is evaluated, see /help buflist)] ** タイプ: 文字列 ** 値: 未制約文字列 ** デフォルト値: `+" ${color:green}[${color:brown}${lag}${color:green}]"+` |