diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-08-12 18:15:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-08-12 18:15:16 +0200 |
commit | 89b28e362c08e460c775ab8e6742a13604a06083 (patch) | |
tree | f78ca8ff01347fd9026233421b2986ab00922a14 /po/ja.po | |
parent | cf27302dacf6c9f1d1d537e3d7a6fa5646d0523e (diff) | |
download | weechat-89b28e362c08e460c775ab8e6742a13604a06083.zip |
irc: add option "-parted" in command /allchan (closes #1685)
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.po | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-08-03 19:41+0200\n" +"POT-Creation-Date: 2021-08-12 18:13+0200\n" "PO-Revision-Date: 2021-07-10 16:01+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/master/" @@ -7688,8 +7688,8 @@ msgstr "全てのサーバ、全てのチャンネルに対してコマンドを #, fuzzy msgid "" -"[-current] [-exclude=<channel>[,<channel>...]] <command> || [-current] -" -"include=<channel>[,<channel>...] <command>" +"[-current] [-parted] [-exclude=<channel>[,<channel>...]] <command> || [-" +"current] [-parted] -include=<channel>[,<channel>...] <command>" msgstr "" "[-current] [-exclude=<channel>[,<channel>...]] <command> [<arguments>] || [-" "current] -include=<channel>[,<channel>...] <command> [<arguments>]" @@ -7697,6 +7697,7 @@ msgstr "" #, fuzzy msgid "" " -current: execute command for channels of current server only\n" +" -parted: execute on parted channels only\n" " -exclude: exclude some channels (wildcard \"*\" is allowed)\n" " -include: include only some channels (wildcard \"*\" is allowed)\n" " command: command to execute (or text to send to buffer if command does not " @@ -7719,7 +7720,9 @@ msgid "" "#linux:\n" " /allchan -exclude=#weechat,#linux* hello\n" " say 'hello' on all channels beginning with #linux:\n" -" /allchan -include=#linux* hello" +" /allchan -include=#linux* hello\n" +" close all buffers with parted channels:\n" +" /allchan -parted /close" msgstr "" " -current: 現在のサーバ上のチャンネルに対してコマンドを実行\n" " -exclude: 一部のチャンネルを除く全てのチャンネルに対してコマンドを実行 (ワイ" |