summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-06-15 07:05:02 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-06-15 07:05:02 +0200
commit0f694f57b339c630675ee16e9b9c29b2773e99b0 (patch)
tree9fe0b67ebc80ae5a6c4d0545eaad6880d57699a2 /doc/ja
parent6ab72b031419eeb413245228d375b3d9d0686bb3 (diff)
downloadweechat-0f694f57b339c630675ee16e9b9c29b2773e99b0.zip
doc: update auto-generated files
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/autogen/user/weechat_options.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/weechat_options.adoc b/doc/ja/autogen/user/weechat_options.adoc
index e3a4e3e37..c93dd5717 100644
--- a/doc/ja/autogen/user/weechat_options.adoc
+++ b/doc/ja/autogen/user/weechat_options.adoc
@@ -729,7 +729,7 @@
** デフォルト値: `+""+`
* [[option_weechat.look.hotlist_add_conditions]] *weechat.look.hotlist_add_conditions*
-** 説明: pass:none[ホットリストでバッファを追加する条件 (追加するバッファの通知レベルが OK の場合); 以下の条件を使うことができます: "window" (現在のウィンドウポインタ)、"buffer" (ホットリストに追加するバッファポインタ)、"priority" (0 = 低い、1 = メッセージ、2 = プライベートメッセージ、3 = ハイライト); デフォルトでは離席状態またはバッファが画面に表示されていない場合にホットリストへバッファを追加します]
+** 説明: pass:none[conditions to add a buffer in hotlist (if notify level is OK for the buffer); you can use in these conditions: "window" (current window pointer), "buffer" (buffer pointer to add in hotlist), "priority" (0 = low, 1 = message, 2 = private, 3 = highlight); by default a buffer is added to hotlist if you are away, or if the buffer is not visible on screen (not displayed in any window), or if at least one relay client is connected via the weechat protocol]
** タイプ: 文字列
** 値: 未制約文字列
** デフォルト値: `+"${away} || ${buffer.num_displayed} == 0 || ${info:relay_client_count,weechat,connected} > 0"+`