diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-24 21:03:56 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-24 21:03:56 +0200 |
commit | 3a356f109f0804a0731da3546edaf20cca86e694 (patch) | |
tree | 86463259aece006680f0a68e47330dee995da79e /po/ja.po | |
parent | 7d795c4d5301f265c077cad02f6803212a3db81b (diff) | |
download | weechat-3a356f109f0804a0731da3546edaf20cca86e694.zip |
core: add power operator "**" in calc expressions (issue #997)
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.po | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-09-23 08:04+0200\n" +"POT-Creation-Date: 2019-09-24 20:55+0200\n" "PO-Revision-Date: 2019-09-22 18:54+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/master/" @@ -1648,7 +1648,7 @@ msgid "" " 11. an environment variable (format: \"env:XXX\")\n" " 12. a ternary operator (format: \"if:condition?value_if_true:value_if_false" "\")\n" -" 13. result of an expression with parentheses and operators + - * / // % " +" 13. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" " 14. an option (format: \"file.section.option\")\n" " 15. a local variable in buffer\n" |