diff options
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 95d5491f7..1bdb30644 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-05-16 08:35+0200\n" +"POT-Creation-Date: 2021-05-16 09:47+0200\n" "PO-Revision-Date: 2021-05-15 16:50+0200\n" "Last-Translator: Érico Nogueira <ericonr@disroot.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1683,9 +1683,10 @@ msgid "" "\")\n" " 17. result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 18. an option (format: \"file.section.option\")\n" -" 19. a local variable in buffer\n" -" 20. a hdata name/variable (the value is automatically converted to " +" 18. a translated string (format: \"translate:xxx\")\n" +" 19. an option (format: \"file.section.option\")\n" +" 20. a local variable in buffer\n" +" 21. 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" @@ -1729,6 +1730,7 @@ msgid "" " /eval -n ${calc:(5+2)*3} ==> 21\n" " /eval -n ${base_encode:64,test} ==> dGVzdA==\n" " /eval -n ${base_decode:64,dGVzdA==} ==> test\n" +" /eval -n ${translate:Plugin} ==> Extension\n" "\n" "Examples (conditions):\n" " /eval -n -c ${window.buffer.number} > 2 ==> 0\n" |