diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-11-21 20:45:25 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-11-21 20:45:41 +0100 |
commit | baab9cc7c52e011a10cf5b1d97d6707e6e067597 (patch) | |
tree | a2dcce2df3099f5e26d63f7dab2ade1491efa76d /po/ja.po | |
parent | a8639969c5d0c8ecc950332a18480b2cb499173d (diff) | |
download | weechat-baab9cc7c52e011a10cf5b1d97d6707e6e067597.zip |
core: add option `unicode` in command `/debug`
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.po | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-11-06 09:09+0100\n" +"POT-Creation-Date: 2022-11-21 12:10+0100\n" "PO-Revision-Date: 2022-10-15 22:51+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/master/" @@ -1531,7 +1531,7 @@ msgstr "デバッグ関数" msgid "" "list || set <plugin> <level> || dump|hooks [<plugin>] || buffer|certs|color|" "dirs|infolists|libs|memory|tags|term|windows || mouse|cursor [verbose] || " -"hdata [free] || time <command>" +"hdata [free] || time <command> || unicode <string>" msgstr "" "list || set <plugin> <level> || dump [<plugin>] || buffer|color|infolists|" "memory|tags|term|windows || mouse|cursor [verbose] || hdata [free] || time " @@ -1585,7 +1585,15 @@ msgid "" " term: display infos about terminal\n" " windows: display windows tree\n" " time: measure time to execute a command or to send text to the current " -"buffer" +"buffer\n" +" unicode: display information about unicode chars in string (evaluated, " +"see /help eval)\n" +"\n" +"Examples:\n" +" /debug set irc 1\n" +" /debug mouse verbose\n" +" /debug time /filter toggle\n" +" /debug unicode ${chars:${\\u26C0}-${\\u26CF}}" msgstr "" " list: デバッグレベルの設定されたプラグインをリストアップ\n" " set: プラグインのデバッグレベルを設定\n" @@ -5080,6 +5088,13 @@ msgstr "(一時的、終了時に削除されます)" msgid "Directories:" msgstr "ディレクトリ:" +#, c-format +msgid "" +"Unicode: \"char\" (codepoint, hex codepoint, UTF-8 sequence): strlen %s/%s " +"utf8_strlen, gui_chat_strlen %s/%s wcswidth, utf8_strlen_screen, " +"gui_chat_strlen_screen:" +msgstr "" + #, fuzzy msgid "Error: not enough memory\n" msgstr "メモリ不足" |