summaryrefslogtreecommitdiff
path: root/po/pt.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-05-21 09:36:35 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-05-21 09:36:35 +0200
commit66d4590dabb51977df6a460d71dc80c740870b6c (patch)
treec49243b3fb8e5ac450efcea2e185202b50bebdd9 /po/pt.po
parent1994d5641dda09d3825b4cc6baf3b57a20b2ffc2 (diff)
downloadweechat-66d4590dabb51977df6a460d71dc80c740870b6c.zip
core: add base 16/32/64 encoding/decoding in evaluation of expressions
Diffstat (limited to 'po/pt.po')
-rw-r--r--po/pt.po20
1 files changed, 12 insertions, 8 deletions
diff --git a/po/pt.po b/po/pt.po
index de9141d17..ee8408c5a 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2020-05-16 14:36+0200\n"
+"POT-Creation-Date: 2020-05-21 09:18+0200\n"
"PO-Revision-Date: 2020-04-28 16:40+0200\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@@ -1676,15 +1676,17 @@ msgid ""
"\"color\")\n"
" 9. a modifier (format: \"modifier:name,data,string\")\n"
" 10. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 11. current date/time (format: \"date\" or \"date:format\")\n"
-" 12. an environment variable (format: \"env:XXX\")\n"
-" 13. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
+" 11. a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx"
+"\" or \"base_decode:base,xxx\")\n"
+" 12. current date/time (format: \"date\" or \"date:format\")\n"
+" 13. an environment variable (format: \"env:XXX\")\n"
+" 14. a ternary operator (format: \"if:condition?value_if_true:value_if_false"
"\")\n"
-" 14. result of an expression with parentheses and operators + - * / // % ** "
+" 15. result of an expression with parentheses and operators + - * / // % ** "
"(format: \"calc:xxx\")\n"
-" 15. an option (format: \"file.section.option\")\n"
-" 16. a local variable in buffer\n"
-" 17. a hdata name/variable (the value is automatically converted to "
+" 16. an option (format: \"file.section.option\")\n"
+" 17. a local variable in buffer\n"
+" 18. a hdata name/variable (the value is automatically converted to "
"string), by default \"window\" and \"buffer\" point to current window/"
"buffer.\n"
"Format for hdata can be one of following:\n"
@@ -1721,6 +1723,8 @@ msgid ""
" /eval -n ${repeat:5,-} ==> -----\n"
" /eval -n ${length:test} ==> 4\n"
" /eval -n ${calc:(5+2)*3} ==> 21\n"
+" /eval -n ${base_encode:64,test} ==> dGVzdA==\n"
+" /eval -n ${base_decode:64,dGVzdA==} ==> test\n"
"\n"
"Examples (conditions):\n"
" /eval -n -c ${window.buffer.number} > 2 ==> 0\n"