summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_user.ja.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-09-11 07:55:54 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-09-11 07:55:54 +0200
commit79d0a134e310fdf3324a092bf552f0567a920ff5 (patch)
tree3f4b6f882f0b10dbdd7df99bbc7c59cbf2c84a5e /doc/ja/weechat_user.ja.adoc
parent3882b2e88176ea451bcc163c3e76755a3135dae4 (diff)
downloadweechat-79d0a134e310fdf3324a092bf552f0567a920ff5.zip
buflist: add missing items buflist4 and buflist5 in help on command/options and user's guide
Diffstat (limited to 'doc/ja/weechat_user.ja.adoc')
-rw-r--r--doc/ja/weechat_user.ja.adoc8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc
index 977c33d5f..51a73021b 100644
--- a/doc/ja/weechat_user.ja.adoc
+++ b/doc/ja/weechat_user.ja.adoc
@@ -954,6 +954,10 @@ By default, the screen is divided up into the following areas:
// TRANSLATION MISSING
| buflist3 | `1.weechat` | List of buffers, third bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>).
// TRANSLATION MISSING
+| buflist4 | `1.weechat` | List of buffers, fourth bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>).
+// TRANSLATION MISSING
+| buflist5 | `1.weechat` | List of buffers, fifth bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>).
+// TRANSLATION MISSING
| fset | `+buflist.look.sort: …+` | Help on currently selected option on fset buffer.
| irc_channel | `#test` | 現在の IRC チャンネル名
// TRANSLATION MISSING
@@ -1493,8 +1497,10 @@ External plugins and scripts can define and use other local variables.
[[buflist]]
=== List of buffers
+// TRANSLATION MISSING
Buflist プラグインを使うことで、"buflist" と呼ばれるバー要素の中にバッファリストを表示させることが可能になります
-(それ以外に "buflist2" と "buflist3" と呼ばれるバー要素も利用可能です)。 +
+(four other bar items "buflist2", "buflist3", "buflist4" and "buflist5" are
+available as well)。 +
プラグインは開始時にバー要素 "buflist" を持つデフォルトバー "buflist" を作成します。
[[buflist_commands]]