diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-16 14:14:28 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-16 14:14:28 +0100 |
commit | 29b502a06a1cbf1d27d4c6a87a29a5822c09fb23 (patch) | |
tree | a5999029d8132931612a6ae95870e6243e1c4f40 /po/ja.po | |
parent | 25a317280f6e197dbccd36289226b3df7e82c7ba (diff) | |
download | weechat-29b502a06a1cbf1d27d4c6a87a29a5822c09fb23.zip |
buflist: fix help on option buflist.look.sort (issue #2097)
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.po | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2024-03-16 09:48+0100\n" +"POT-Creation-Date: 2024-03-16 14:13+0100\n" "PO-Revision-Date: 2024-03-06 20:32+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/master/" @@ -7142,12 +7142,12 @@ msgid "" "var\") or a hdata variable of IRC channel (\"irc_channel.var\"); char \"-\" " "can be used before field to reverse order, char \"~\" can be used to do a " "case insensitive comparison; examples: \"-~short_name\" for case insensitive " -"and reverse sort on buffer short name, \"-hotlist.priority,hotlist." -"creation_time.tv_sec,number,-active\" for sort like the hotlist then by " -"buffer number for buffers without activity (note: the content is evaluated, " -"before being split into fields, but at that time \"bar_item\" is the only " -"variable that can be used, to distinguish between different buflist items, " -"for example \"${bar_item.name}\")" +"and reverse sort on buffer short name, \"-hotlist.priority,hotlist.time," +"hotlist.time_usec,number,-active\" for sort like the hotlist then by buffer " +"number for buffers without activity (note: the content is evaluated, before " +"being split into fields, but at that time \"bar_item\" is the only variable " +"that can be used, to distinguish between different buflist items, for " +"example \"${bar_item.name}\")" msgstr "" "バッファをソートする際に考慮するフィールドのコンマ区切りリスト; 各フィールド" "はバッファの hdata 変数 (\"var\")、IRC サーバの hdata 変数 (\"irc_server." |