summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/buflist_options.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-04-22 21:15:31 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-04-22 21:15:31 +0200
commit3038380d25264098fd629965f75bfada2444c4af (patch)
treecdd3c3600c9b4081124e6f61f0595eca3afc27ea /doc/ja/autogen/user/buflist_options.adoc
parent46ff6ba7949aa083adabd8fafd22fe0cc32f31ab (diff)
downloadweechat-3038380d25264098fd629965f75bfada2444c4af.zip
doc: update Japanese auto-generated files
Diffstat (limited to 'doc/ja/autogen/user/buflist_options.adoc')
-rw-r--r--doc/ja/autogen/user/buflist_options.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/buflist_options.adoc b/doc/ja/autogen/user/buflist_options.adoc
index 96df6aa5f..8c5adb224 100644
--- a/doc/ja/autogen/user/buflist_options.adoc
+++ b/doc/ja/autogen/user/buflist_options.adoc
@@ -69,7 +69,7 @@
** デフォルト値: `+"${color:green}${number}${if:${number_displayed}?.: }"+`
* [[option_buflist.look.display_conditions]] *buflist.look.display_conditions*
-** 説明: pass:none[conditions to display a buffer (note: content is evaluated, see /help buflist); for example to hide server buffers if they are merged with core buffer: "${buffer.hidden}==0 && ((${type}!=server && ${buffer.full_name}!=core.weechat) || ${buffer.active}==1)"]
+** 説明: pass:none[バッファの表示条件 (注意: 値は評価されます、/help eval を参照してください); サーババッファがコアバッファにマージされている場合にサーババッファを隠す例: "${buffer.hidden}==0 && ((${type}!=server && ${buffer.full_name}!=core.weechat) || ${buffer.active}==1)"]
** タイプ: 文字列
** 値: 未制約文字列
** デフォルト値: `+"${buffer.hidden}==0"+`