Aion-Format
view release on metacpan or search on metacpan
i18n/Aion/Format.ru-en.po view on Meta::CPAN
"5. РкаÑеÑÑве кÑÑглÑÑ
Ñкобок иÑполÑзÑÑÑÑÑ Ð´Ð²Ð¾Ð¹Ð½Ñе Ñкобки (`(( ... ))`).\n"
"5. `||` - или."
msgstr ""
"1. Removes all spaces at the beginning and end.\n"
"2. From the beginning of each line, 4 spaces or 0-3 spaces and a tab are removed.\n"
"3. Spaces at the end of a line and strings of spaces are replaced with `\\s*`.\n"
"4. All variables in `{{ var }}` are replaced with `.*?`. Those. everything is recognized.\n"
"4. All variables in `{{> var }}` are replaced with `[^<>]*?`. Those. HTML tags are not recognized.\n"
"4. All variables in `{{: var }}` are replaced with `[^\\n]*`. Those. must be on one line.\n"
"5. Expressions in double square brackets (`[[ ... ]]`) may not exist.\n"
"5. Double brackets (`(( ... ))` are used as parentheses.\n"
"5. `||` - or."
msgid "ÐобавлÑÐµÑ ÑазделиÑели Ð¼ÐµÐ¶Ð´Ñ ÑиÑÑами ÑиÑла."
msgstr "Adds separators between digits of a number."
msgid "РазделиÑелем по ÑмолÑÐ°Ð½Ð¸Ñ ÑвлÑеÑÑÑ Ð½ÐµÑазÑÑвнÑй пÑобел. УÑÑановиÑе ÑазделиÑÐµÐ»Ñ Ð¸ деÑÑÑиÑнÑÑ ÑоÑÐºÑ Ñак же, как:"
msgstr "The default separator is a non-breaking space. Set the separator and decimal point the same way:"
msgid "См. Ñакже `Number::Format`."
msgstr "See also `Number::Format`."
lib/Aion/Format.pm view on Meta::CPAN
=item 3. Spaces at the end of a line and strings of spaces are replaced with C<\s*>.
=item 4. All variables in C<{{ var }}> are replaced with C<.*?>. Those. everything is recognized.
=item 5. All variables in C<< {{E<gt> var }} >> are replaced with C<< [^E<lt>E<gt>]*? >>. Those. HTML tags are not recognized.
=item 6. All variables in C<{{: var }}> are replaced with C<[^\n]*>. Those. must be on one line.
=item 7. Expressions in double square brackets (C<[[ ... ]]>) may not exist.
=item 8. Double brackets (C<(( ... ))> are used as parentheses.
=item 9. C<||> - or.
=back
my $re = nous [
q{
<body>
<center>
<h2><a href={{> author_link }}>{{: author_name }}</a><br>
( run in 1.562 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )