Translation status
199 | Strings | 100% | Translate |
---|---|---|---|
1,677 | Words | 100% |
Other components
Component | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
demos
|
|||||||
|
|||||||
index MIT | |||||||
|
|||||||
regular_expressions
|
1 | ||||||
|
|||||||
faq
|
|||||||
|
Translation Information
Project website | github.com/andgineer/TRegExpr |
---|---|
Project maintainers |
![]() |
Translation process |
|
Translation license | MIT License |
Source code repository |
https://github.com/andgineer/TRegExpr
|
Repository branch | master |
Last remote commit |
Merge pull request #237 from Alexey-T/master
5b88076
![]() |
Weblate repository |
https://hosted.weblate.org/git/tregexpr/index/
|
Filemask | docs/locale/*/LC_MESSAGES/tregexpr.po |
Translation file |
docs/locale/ru/LC_MESSAGES/tregexpr.po
|
To use Unicode, uncomment ``{$DEFINE UniCode}`` in `regexpr.pas <https://github.com/andgineer/TRegExpr/blob/29ec3367f8309ba2ecde7d68d5f14a514de94511/src/RegExpr.pas#L86>`__ (remove ``off``).
Чтобы использовать Unicode раскомментируйте ``{$DEFINE UniCode}`` в `regexpr.pas <https://github.com/andgineer/TRegExpr/blob/29ec3367f8309ba2ecde7d68d5f14a514de94511/src/RegExpr.pas#L86>`__ (удалить ``off``).
In Unicode mode, all strings (InputString, Expression, internal strings) are of type UnicodeString/WideString, instead of simple "string". Unicode slows down performance, so use it only if you really need Unicode support.
В режиме юникода все строки (InputString, Expression и пр.) будут типа UnicodeString/WideString, а не "string". Режим юникода замедляет работу, если он вам не нужен, лучше его не включать.
In Unicode mode, all strings (InputString, Expression, internal strings) are of type UnicodeString/WideString, instead of simple "string". Unicode slows down performance, so use it only if you really need Unicode support.
В режиме юникода все строки (InputString, Expression и пр.) будут типа UnicodeString/WideString, а не "string". Режим юникода замедляет работу, если он вам не нужен, лучше его не включать.
Usefull for GUI editors of regex (you can find example of usage in `REStudioMain.pas <https://github.com/andgineer/TRegExpr/blob/74ab342b639fc51941a4eea9c7aa53dcdf783592/restudio/REStudioMain.pas#L474>`_)
Полезно для графических редакторов и т. Дд. (Ппример использования можно найти в `REStudioMain.pas <https://github.com/andgineer/TRegExpr/blob/74ab342b639fc51941a4eea9c7aa53dcdf783592/restudio/REStudioMain.pas#L474>`_)
Statistics
Percent | Strings | Words | Chars | ||
---|---|---|---|---|---|
Total | 199 | 1,677 | 13,576 | ||
Translated | 100% | 199 | 1,677 | 13,576 | |
Needs editing | 0% | 0 | 0 | 0 | |
Failing checks | 12% | 24 | 185 | 1,489 |
Last activity
Last change | Sept. 13, 2020, 5:02 p.m. | |||
---|---|---|---|---|
Last author | Andrey Sorokin |