Skip to content

Commit

Permalink
Update po
Browse files Browse the repository at this point in the history
  • Loading branch information
qsniyg committed Jan 22, 2025
1 parent 6bf207b commit e2e87fa
Show file tree
Hide file tree
Showing 31 changed files with 341 additions and 223 deletions.
12 changes: 11 additions & 1 deletion po/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -2885,10 +2885,20 @@ msgid ""
"<li><code>download_...</code> - Download date (see note on Date objects below)</li>\n"
"<li><code>date_...</code> - Created/updated date (see note on Date objects below)</li>\n"
"</ul><br />\n"
"<p>You can truncate the value of a variable by adding <code>:(number)</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<p>You can modify the variable's value using regex by adding <code>/(match)/(replace)/[c]</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption/foo/bar/}</code> - Replaces <code>foo</code> / <code>FOO</code> / <code>FoO</code> with <code>bar</code> (case-insensitively)</li>\n"
"<li><code>{caption/FoO/bar/c}</code> - Replaces <code>FoO</code> with <code>bar</code> (case-sensitively)</li>\n"
"</ul><br />\n"
"<p>Note that curly brackets in regex expressions must be escaped:</p>\n"
"<ul><br />\n"
"<li><code>{caption/[a-z]\\{5,7\\}/abcdefg/}</code> - Replaces alphabetic sequences from 5-7 characters with <code>abcdefg</code></li>\n"
"</ul><br />\n"
"<p>You can also truncate the value of a variable by adding <code>:(number)</code> before the end bracket. For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption:10}</code> - Truncates the caption to be at most 10 characters long</li>\n"
"<li><code>{caption:10.}</code> - Same, but will add an ellipsis (…) if the caption was truncated</li>\n"
"<li><code>{caption/foo/bar/:10}</code> - Replaces <code>foo</code> with <code>bar</code> and truncates the caption to be at most 10 characters long</li>\n"
"</ul><br />\n"
"<p>If a variable doesn't exist, by default it will ignore the current format string and use the one on the next line, unless <code>?</code> is added before the end bracket. For example:</p>\n"
"<ul><br />\n"
Expand Down
12 changes: 11 additions & 1 deletion po/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -2885,10 +2885,20 @@ msgid ""
"<li><code>download_...</code> - Download date (see note on Date objects below)</li>\n"
"<li><code>date_...</code> - Created/updated date (see note on Date objects below)</li>\n"
"</ul><br />\n"
"<p>You can truncate the value of a variable by adding <code>:(number)</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<p>You can modify the variable's value using regex by adding <code>/(match)/(replace)/[c]</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption/foo/bar/}</code> - Replaces <code>foo</code> / <code>FOO</code> / <code>FoO</code> with <code>bar</code> (case-insensitively)</li>\n"
"<li><code>{caption/FoO/bar/c}</code> - Replaces <code>FoO</code> with <code>bar</code> (case-sensitively)</li>\n"
"</ul><br />\n"
"<p>Note that curly brackets in regex expressions must be escaped:</p>\n"
"<ul><br />\n"
"<li><code>{caption/[a-z]\\{5,7\\}/abcdefg/}</code> - Replaces alphabetic sequences from 5-7 characters with <code>abcdefg</code></li>\n"
"</ul><br />\n"
"<p>You can also truncate the value of a variable by adding <code>:(number)</code> before the end bracket. For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption:10}</code> - Truncates the caption to be at most 10 characters long</li>\n"
"<li><code>{caption:10.}</code> - Same, but will add an ellipsis (…) if the caption was truncated</li>\n"
"<li><code>{caption/foo/bar/:10}</code> - Replaces <code>foo</code> with <code>bar</code> and truncates the caption to be at most 10 characters long</li>\n"
"</ul><br />\n"
"<p>If a variable doesn't exist, by default it will ignore the current format string and use the one on the next line, unless <code>?</code> is added before the end bracket. For example:</p>\n"
"<ul><br />\n"
Expand Down
12 changes: 11 additions & 1 deletion po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -2885,10 +2885,20 @@ msgid ""
"<li><code>download_...</code> - Download date (see note on Date objects below)</li>\n"
"<li><code>date_...</code> - Created/updated date (see note on Date objects below)</li>\n"
"</ul><br />\n"
"<p>You can truncate the value of a variable by adding <code>:(number)</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<p>You can modify the variable's value using regex by adding <code>/(match)/(replace)/[c]</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption/foo/bar/}</code> - Replaces <code>foo</code> / <code>FOO</code> / <code>FoO</code> with <code>bar</code> (case-insensitively)</li>\n"
"<li><code>{caption/FoO/bar/c}</code> - Replaces <code>FoO</code> with <code>bar</code> (case-sensitively)</li>\n"
"</ul><br />\n"
"<p>Note that curly brackets in regex expressions must be escaped:</p>\n"
"<ul><br />\n"
"<li><code>{caption/[a-z]\\{5,7\\}/abcdefg/}</code> - Replaces alphabetic sequences from 5-7 characters with <code>abcdefg</code></li>\n"
"</ul><br />\n"
"<p>You can also truncate the value of a variable by adding <code>:(number)</code> before the end bracket. For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption:10}</code> - Truncates the caption to be at most 10 characters long</li>\n"
"<li><code>{caption:10.}</code> - Same, but will add an ellipsis (…) if the caption was truncated</li>\n"
"<li><code>{caption/foo/bar/:10}</code> - Replaces <code>foo</code> with <code>bar</code> and truncates the caption to be at most 10 characters long</li>\n"
"</ul><br />\n"
"<p>If a variable doesn't exist, by default it will ignore the current format string and use the one on the next line, unless <code>?</code> is added before the end bracket. For example:</p>\n"
"<ul><br />\n"
Expand Down
12 changes: 11 additions & 1 deletion po/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -2885,10 +2885,20 @@ msgid ""
"<li><code>download_...</code> - Download date (see note on Date objects below)</li>\n"
"<li><code>date_...</code> - Created/updated date (see note on Date objects below)</li>\n"
"</ul><br />\n"
"<p>You can truncate the value of a variable by adding <code>:(number)</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<p>You can modify the variable's value using regex by adding <code>/(match)/(replace)/[c]</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption/foo/bar/}</code> - Replaces <code>foo</code> / <code>FOO</code> / <code>FoO</code> with <code>bar</code> (case-insensitively)</li>\n"
"<li><code>{caption/FoO/bar/c}</code> - Replaces <code>FoO</code> with <code>bar</code> (case-sensitively)</li>\n"
"</ul><br />\n"
"<p>Note that curly brackets in regex expressions must be escaped:</p>\n"
"<ul><br />\n"
"<li><code>{caption/[a-z]\\{5,7\\}/abcdefg/}</code> - Replaces alphabetic sequences from 5-7 characters with <code>abcdefg</code></li>\n"
"</ul><br />\n"
"<p>You can also truncate the value of a variable by adding <code>:(number)</code> before the end bracket. For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption:10}</code> - Truncates the caption to be at most 10 characters long</li>\n"
"<li><code>{caption:10.}</code> - Same, but will add an ellipsis (…) if the caption was truncated</li>\n"
"<li><code>{caption/foo/bar/:10}</code> - Replaces <code>foo</code> with <code>bar</code> and truncates the caption to be at most 10 characters long</li>\n"
"</ul><br />\n"
"<p>If a variable doesn't exist, by default it will ignore the current format string and use the one on the next line, unless <code>?</code> is added before the end bracket. For example:</p>\n"
"<ul><br />\n"
Expand Down
12 changes: 11 additions & 1 deletion po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -2885,10 +2885,20 @@ msgid ""
"<li><code>download_...</code> - Download date (see note on Date objects below)</li>\n"
"<li><code>date_...</code> - Created/updated date (see note on Date objects below)</li>\n"
"</ul><br />\n"
"<p>You can truncate the value of a variable by adding <code>:(number)</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<p>You can modify the variable's value using regex by adding <code>/(match)/(replace)/[c]</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption/foo/bar/}</code> - Replaces <code>foo</code> / <code>FOO</code> / <code>FoO</code> with <code>bar</code> (case-insensitively)</li>\n"
"<li><code>{caption/FoO/bar/c}</code> - Replaces <code>FoO</code> with <code>bar</code> (case-sensitively)</li>\n"
"</ul><br />\n"
"<p>Note that curly brackets in regex expressions must be escaped:</p>\n"
"<ul><br />\n"
"<li><code>{caption/[a-z]\\{5,7\\}/abcdefg/}</code> - Replaces alphabetic sequences from 5-7 characters with <code>abcdefg</code></li>\n"
"</ul><br />\n"
"<p>You can also truncate the value of a variable by adding <code>:(number)</code> before the end bracket. For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption:10}</code> - Truncates the caption to be at most 10 characters long</li>\n"
"<li><code>{caption:10.}</code> - Same, but will add an ellipsis (…) if the caption was truncated</li>\n"
"<li><code>{caption/foo/bar/:10}</code> - Replaces <code>foo</code> with <code>bar</code> and truncates the caption to be at most 10 characters long</li>\n"
"</ul><br />\n"
"<p>If a variable doesn't exist, by default it will ignore the current format string and use the one on the next line, unless <code>?</code> is added before the end bracket. For example:</p>\n"
"<ul><br />\n"
Expand Down
12 changes: 11 additions & 1 deletion po/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -2885,10 +2885,20 @@ msgid ""
"<li><code>download_...</code> - Download date (see note on Date objects below)</li>\n"
"<li><code>date_...</code> - Created/updated date (see note on Date objects below)</li>\n"
"</ul><br />\n"
"<p>You can truncate the value of a variable by adding <code>:(number)</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<p>You can modify the variable's value using regex by adding <code>/(match)/(replace)/[c]</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption/foo/bar/}</code> - Replaces <code>foo</code> / <code>FOO</code> / <code>FoO</code> with <code>bar</code> (case-insensitively)</li>\n"
"<li><code>{caption/FoO/bar/c}</code> - Replaces <code>FoO</code> with <code>bar</code> (case-sensitively)</li>\n"
"</ul><br />\n"
"<p>Note that curly brackets in regex expressions must be escaped:</p>\n"
"<ul><br />\n"
"<li><code>{caption/[a-z]\\{5,7\\}/abcdefg/}</code> - Replaces alphabetic sequences from 5-7 characters with <code>abcdefg</code></li>\n"
"</ul><br />\n"
"<p>You can also truncate the value of a variable by adding <code>:(number)</code> before the end bracket. For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption:10}</code> - Truncates the caption to be at most 10 characters long</li>\n"
"<li><code>{caption:10.}</code> - Same, but will add an ellipsis (…) if the caption was truncated</li>\n"
"<li><code>{caption/foo/bar/:10}</code> - Replaces <code>foo</code> with <code>bar</code> and truncates the caption to be at most 10 characters long</li>\n"
"</ul><br />\n"
"<p>If a variable doesn't exist, by default it will ignore the current format string and use the one on the next line, unless <code>?</code> is added before the end bracket. For example:</p>\n"
"<ul><br />\n"
Expand Down
12 changes: 11 additions & 1 deletion po/eo.po
Original file line number Diff line number Diff line change
Expand Up @@ -2885,10 +2885,20 @@ msgid ""
"<li><code>download_...</code> - Download date (see note on Date objects below)</li>\n"
"<li><code>date_...</code> - Created/updated date (see note on Date objects below)</li>\n"
"</ul><br />\n"
"<p>You can truncate the value of a variable by adding <code>:(number)</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<p>You can modify the variable's value using regex by adding <code>/(match)/(replace)/[c]</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption/foo/bar/}</code> - Replaces <code>foo</code> / <code>FOO</code> / <code>FoO</code> with <code>bar</code> (case-insensitively)</li>\n"
"<li><code>{caption/FoO/bar/c}</code> - Replaces <code>FoO</code> with <code>bar</code> (case-sensitively)</li>\n"
"</ul><br />\n"
"<p>Note that curly brackets in regex expressions must be escaped:</p>\n"
"<ul><br />\n"
"<li><code>{caption/[a-z]\\{5,7\\}/abcdefg/}</code> - Replaces alphabetic sequences from 5-7 characters with <code>abcdefg</code></li>\n"
"</ul><br />\n"
"<p>You can also truncate the value of a variable by adding <code>:(number)</code> before the end bracket. For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption:10}</code> - Truncates the caption to be at most 10 characters long</li>\n"
"<li><code>{caption:10.}</code> - Same, but will add an ellipsis (…) if the caption was truncated</li>\n"
"<li><code>{caption/foo/bar/:10}</code> - Replaces <code>foo</code> with <code>bar</code> and truncates the caption to be at most 10 characters long</li>\n"
"</ul><br />\n"
"<p>If a variable doesn't exist, by default it will ignore the current format string and use the one on the next line, unless <code>?</code> is added before the end bracket. For example:</p>\n"
"<ul><br />\n"
Expand Down
12 changes: 11 additions & 1 deletion po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -2885,10 +2885,20 @@ msgid ""
"<li><code>download_...</code> - Download date (see note on Date objects below)</li>\n"
"<li><code>date_...</code> - Created/updated date (see note on Date objects below)</li>\n"
"</ul><br />\n"
"<p>You can truncate the value of a variable by adding <code>:(number)</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<p>You can modify the variable's value using regex by adding <code>/(match)/(replace)/[c]</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption/foo/bar/}</code> - Replaces <code>foo</code> / <code>FOO</code> / <code>FoO</code> with <code>bar</code> (case-insensitively)</li>\n"
"<li><code>{caption/FoO/bar/c}</code> - Replaces <code>FoO</code> with <code>bar</code> (case-sensitively)</li>\n"
"</ul><br />\n"
"<p>Note that curly brackets in regex expressions must be escaped:</p>\n"
"<ul><br />\n"
"<li><code>{caption/[a-z]\\{5,7\\}/abcdefg/}</code> - Replaces alphabetic sequences from 5-7 characters with <code>abcdefg</code></li>\n"
"</ul><br />\n"
"<p>You can also truncate the value of a variable by adding <code>:(number)</code> before the end bracket. For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption:10}</code> - Truncates the caption to be at most 10 characters long</li>\n"
"<li><code>{caption:10.}</code> - Same, but will add an ellipsis (…) if the caption was truncated</li>\n"
"<li><code>{caption/foo/bar/:10}</code> - Replaces <code>foo</code> with <code>bar</code> and truncates the caption to be at most 10 characters long</li>\n"
"</ul><br />\n"
"<p>If a variable doesn't exist, by default it will ignore the current format string and use the one on the next line, unless <code>?</code> is added before the end bracket. For example:</p>\n"
"<ul><br />\n"
Expand Down
12 changes: 11 additions & 1 deletion po/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -2885,10 +2885,20 @@ msgid ""
"<li><code>download_...</code> - Download date (see note on Date objects below)</li>\n"
"<li><code>date_...</code> - Created/updated date (see note on Date objects below)</li>\n"
"</ul><br />\n"
"<p>You can truncate the value of a variable by adding <code>:(number)</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<p>You can modify the variable's value using regex by adding <code>/(match)/(replace)/[c]</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption/foo/bar/}</code> - Replaces <code>foo</code> / <code>FOO</code> / <code>FoO</code> with <code>bar</code> (case-insensitively)</li>\n"
"<li><code>{caption/FoO/bar/c}</code> - Replaces <code>FoO</code> with <code>bar</code> (case-sensitively)</li>\n"
"</ul><br />\n"
"<p>Note that curly brackets in regex expressions must be escaped:</p>\n"
"<ul><br />\n"
"<li><code>{caption/[a-z]\\{5,7\\}/abcdefg/}</code> - Replaces alphabetic sequences from 5-7 characters with <code>abcdefg</code></li>\n"
"</ul><br />\n"
"<p>You can also truncate the value of a variable by adding <code>:(number)</code> before the end bracket. For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption:10}</code> - Truncates the caption to be at most 10 characters long</li>\n"
"<li><code>{caption:10.}</code> - Same, but will add an ellipsis (…) if the caption was truncated</li>\n"
"<li><code>{caption/foo/bar/:10}</code> - Replaces <code>foo</code> with <code>bar</code> and truncates the caption to be at most 10 characters long</li>\n"
"</ul><br />\n"
"<p>If a variable doesn't exist, by default it will ignore the current format string and use the one on the next line, unless <code>?</code> is added before the end bracket. For example:</p>\n"
"<ul><br />\n"
Expand Down
12 changes: 11 additions & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -2885,10 +2885,20 @@ msgid ""
"<li><code>download_...</code> - Download date (see note on Date objects below)</li>\n"
"<li><code>date_...</code> - Created/updated date (see note on Date objects below)</li>\n"
"</ul><br />\n"
"<p>You can truncate the value of a variable by adding <code>:(number)</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<p>You can modify the variable's value using regex by adding <code>/(match)/(replace)/[c]</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption/foo/bar/}</code> - Replaces <code>foo</code> / <code>FOO</code> / <code>FoO</code> with <code>bar</code> (case-insensitively)</li>\n"
"<li><code>{caption/FoO/bar/c}</code> - Replaces <code>FoO</code> with <code>bar</code> (case-sensitively)</li>\n"
"</ul><br />\n"
"<p>Note that curly brackets in regex expressions must be escaped:</p>\n"
"<ul><br />\n"
"<li><code>{caption/[a-z]\\{5,7\\}/abcdefg/}</code> - Replaces alphabetic sequences from 5-7 characters with <code>abcdefg</code></li>\n"
"</ul><br />\n"
"<p>You can also truncate the value of a variable by adding <code>:(number)</code> before the end bracket. For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption:10}</code> - Truncates the caption to be at most 10 characters long</li>\n"
"<li><code>{caption:10.}</code> - Same, but will add an ellipsis (…) if the caption was truncated</li>\n"
"<li><code>{caption/foo/bar/:10}</code> - Replaces <code>foo</code> with <code>bar</code> and truncates the caption to be at most 10 characters long</li>\n"
"</ul><br />\n"
"<p>If a variable doesn't exist, by default it will ignore the current format string and use the one on the next line, unless <code>?</code> is added before the end bracket. For example:</p>\n"
"<ul><br />\n"
Expand Down
12 changes: 11 additions & 1 deletion po/fr_CA.po
Original file line number Diff line number Diff line change
Expand Up @@ -2885,10 +2885,20 @@ msgid ""
"<li><code>download_...</code> - Download date (see note on Date objects below)</li>\n"
"<li><code>date_...</code> - Created/updated date (see note on Date objects below)</li>\n"
"</ul><br />\n"
"<p>You can truncate the value of a variable by adding <code>:(number)</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<p>You can modify the variable's value using regex by adding <code>/(match)/(replace)/[c]</code> before the end bracket (<code>}</code>). For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption/foo/bar/}</code> - Replaces <code>foo</code> / <code>FOO</code> / <code>FoO</code> with <code>bar</code> (case-insensitively)</li>\n"
"<li><code>{caption/FoO/bar/c}</code> - Replaces <code>FoO</code> with <code>bar</code> (case-sensitively)</li>\n"
"</ul><br />\n"
"<p>Note that curly brackets in regex expressions must be escaped:</p>\n"
"<ul><br />\n"
"<li><code>{caption/[a-z]\\{5,7\\}/abcdefg/}</code> - Replaces alphabetic sequences from 5-7 characters with <code>abcdefg</code></li>\n"
"</ul><br />\n"
"<p>You can also truncate the value of a variable by adding <code>:(number)</code> before the end bracket. For example:</p>\n"
"<ul><br />\n"
"<li><code>{caption:10}</code> - Truncates the caption to be at most 10 characters long</li>\n"
"<li><code>{caption:10.}</code> - Same, but will add an ellipsis (…) if the caption was truncated</li>\n"
"<li><code>{caption/foo/bar/:10}</code> - Replaces <code>foo</code> with <code>bar</code> and truncates the caption to be at most 10 characters long</li>\n"
"</ul><br />\n"
"<p>If a variable doesn't exist, by default it will ignore the current format string and use the one on the next line, unless <code>?</code> is added before the end bracket. For example:</p>\n"
"<ul><br />\n"
Expand Down
Loading

0 comments on commit e2e87fa

Please sign in to comment.