diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-11-06 09:07:25 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-11-06 09:14:18 +0100 |
commit | f18b96bb59eeebdd50b8c2af04265c2ea2b5c820 (patch) | |
tree | 2c2eb3ec49dcd449073a4a4bf3f577d072fca3c2 /po/weechat.pot | |
parent | b2605902dbb1888f76ccd4c039f5546322661c48 (diff) | |
download | weechat-f18b96bb59eeebdd50b8c2af04265c2ea2b5c820.zip |
core: update translations
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 70 |
1 files changed, 37 insertions, 33 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index cc3b341ba..50bff51ac 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-10-15 22:42+0200\n" +"POT-Creation-Date: 2022-11-06 09:02+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1330,43 +1330,45 @@ msgid "" "\n" "Some variables are replaced in expression, using the format ${variable}, " "variable can be, by order of priority:\n" -" 1. the string itself without evaluation (format: \"raw:xxx\")\n" -" 2. a user-defined variable (format: \"name\")\n" -" 3. an evaluated sub-string (format: \"eval:xxx\")\n" -" 4. an evaluated condition (format: \"eval_cond:xxx\")\n" -" 5. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n" -" 6. a string converted to lower case (format: \"lower:xxx\")\n" -" 7. a string converted to upper case (format: \"upper:xxx\")\n" -" 8. a string with chars to hide (format: \"hide:char,string\")\n" -" 9. a string with max chars (format: \"cut:max,suffix,string\" or \"cut:" -"+max,suffix,string\")\n" +" - the string itself without evaluation (format: \"raw:xxx\")\n" +" - a user-defined variable (format: \"name\")\n" +" - an evaluated sub-string (format: \"eval:xxx\")\n" +" - an evaluated condition (format: \"eval_cond:xxx\")\n" +" - a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n" +" - a string with a range of chars (format: \"chars:xxx\" or \"chars:c1-c2\" " +"where \"xxx\" is one of: \"digit\", \"xdigit\", \"lower\", \"upper\", " +"\"alpha\", \"alnum\")\n" +" - a string converted to lower case (format: \"lower:xxx\")\n" +" - a string converted to upper case (format: \"upper:xxx\")\n" +" - a string with chars to hide (format: \"hide:char,string\")\n" +" - a string with max chars (format: \"cut:max,suffix,string\" or \"cut:+max," +"suffix,string\")\n" " or max chars displayed on screen (format: \"cutscr:max,suffix,string\" " "or \"cutscr:+max,suffix,string\")\n" -" 10. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n" -" 11. a repeated string (format: \"repeat:count,string\")\n" -" 12. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n" -" 13. split of a string (format: \"split:number,separators,flags,xxx\")\n" -" 14. split of shell argmuents (format: \"split_shell:number,xxx\")\n" -" 15. a color (format: \"color:xxx\", see \"Plugin API reference\", function " +" - a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n" +" - a repeated string (format: \"repeat:count,string\")\n" +" - length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n" +" - split of a string (format: \"split:number,separators,flags,xxx\")\n" +" - split of shell argmuents (format: \"split_shell:number,xxx\")\n" +" - a color (format: \"color:xxx\", see \"Plugin API reference\", function " "\"color\")\n" -" 16. a modifier (format: \"modifier:name,data,string\")\n" -" 17. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 18. a base 16/32/64 encoded/decoded string (format: \"base_encode:base," -"xxx\" or \"base_decode:base,xxx\")\n" -" 19. current date/time (format: \"date\" or \"date:format\")\n" -" 20. an environment variable (format: \"env:XXX\")\n" -" 21. a ternary operator (format: \"if:condition?value_if_true:" +" - a modifier (format: \"modifier:name,data,string\")\n" +" - an info (format: \"info:name,arguments\", arguments are optional)\n" +" - a base 16/32/64 encoded/decoded string (format: \"base_encode:base,xxx\" " +"or \"base_decode:base,xxx\")\n" +" - current date/time (format: \"date\" or \"date:format\")\n" +" - an environment variable (format: \"env:XXX\")\n" +" - a ternary operator (format: \"if:condition?value_if_true:" "value_if_false\")\n" -" 22. result of an expression with parentheses and operators + - * / // % ** " +" - result of an expression with parentheses and operators + - * / // % ** " "(format: \"calc:xxx\")\n" -" 23. a random integer number (format: \"random:min,max\")\n" -" 24. a translated string (format: \"translate:xxx\")\n" -" 25. define a user variable (format: \"define:name,value\")\n" -" 26. an option (format: \"file.section.option\")\n" -" 27. a local variable in buffer\n" -" 28. a hdata name/variable (the value is automatically converted to " -"string), by default \"window\" and \"buffer\" point to current window/" -"buffer.\n" +" - a random integer number (format: \"random:min,max\")\n" +" - a translated string (format: \"translate:xxx\")\n" +" - define a user variable (format: \"define:name,value\")\n" +" - an option (format: \"file.section.option\")\n" +" - a local variable in buffer\n" +" - 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" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " "variables one after one (other hdata can be followed)\n" @@ -1397,6 +1399,8 @@ msgid "" " /eval -n ${window.buffer.full_name} ==> core.weechat\n" " /eval -n ${window.buffer.number} ==> 1\n" " /eval -n ${\\t} ==> <tab>\n" +" /eval -n ${chars:digit} ==> 0123456789\n" +" /eval -n ${chars:J-T} ==> JKLMNOPQRST\n" " /eval -n ${lower:TEST} ==> test\n" " /eval -n ${upper:test} ==> TEST\n" " /eval -n ${hide:-,${relay.network.password}} ==> --------\n" |