diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-12 18:28:29 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-12 18:58:30 +0200 |
commit | f46f75997518a2bf1f37718a8255e2be2be1e961 (patch) | |
tree | f3a32bb015e0820b2071e205a4d1900ee0805c86 /po/ja.po | |
parent | 5d222c8d5c419bf3e0e62a15809cabe95793b691 (diff) | |
download | weechat-f46f75997518a2bf1f37718a8255e2be2be1e961.zip |
irc: evaluate options irc.ctcp.* (issue #1974)
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.po | 29 |
1 files changed, 22 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: 2023-07-11 18:06+0200\n" +"POT-Creation-Date: 2023-07-12 17:22+0200\n" "PO-Revision-Date: 2023-06-26 21:34+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/master/" @@ -10071,12 +10071,22 @@ msgid "" "ctcp.%s\" will not work" msgstr "" -msgid "" -"format for CTCP reply or empty string for blocking CTCP (no reply), " -"following variables are replaced: $version (WeeChat version), $compilation " -"(compilation date), $osinfo (info about OS), $site (WeeChat site), $download " -"(WeeChat site, download page), $time (current date and time as text), " -"$username (username on server), $realname (realname on server)" +#, fuzzy +#| msgid "" +#| "format for CTCP reply or empty string for blocking CTCP (no reply), " +#| "following variables are replaced: $version (WeeChat version), " +#| "$compilation (compilation date), $osinfo (info about OS), $site (WeeChat " +#| "site), $download (WeeChat site, download page), $time (current date and " +#| "time as text), $username (username on server), $realname (realname on " +#| "server)" +msgid "" +"format for CTCP reply or empty string for blocking CTCP (no reply); content " +"is evaluated, see /help eval; following variables are replaced: " +"${clientinfo}: list of supported CTCP, ${version}: WeeChat version, ${git}: " +"Git version, ${versiongit}: WeeChat version and Git version, ${compilation}: " +"compilation date, ${osinfo}: info about OS, ${site}: WeeChat site, " +"${download}: WeeChat site, download page, ${time}: current date and time as " +"text, ${username}: username on server, ${realname}: realname on server" msgstr "" "CTCP リプライを設定したり CTCP をブロックする (返信しない) ための空文字列を指" "定する、以下の変数は置換されます: $version (WeeChat バージョ" @@ -10511,6 +10521,11 @@ msgstr "%s%s: サーバオプション \"%s\" 作成中にエラー" msgid "IRC option renamed: \"irc.%s.%s\" => \"irc.%s.%s\"" msgstr "" +#, fuzzy, c-format +#| msgid "Command for key: \"%s\"" +msgid "IRC CTCP format converted for \"%s\": \"%s\" => \"%s\"" +msgstr "キーに対するコマンド: \"%s\"" + msgid "" "open channel buffer before the JOIN is received from server when it is auto " "joined (with server option \"autojoin\"); this is useful to open channels " |