Skip to content

Commit

Permalink
minor #51984 [Translation][Validator] Add missing translations for Ru…
Browse files Browse the repository at this point in the history
…ssian (saundefined)

This PR was merged into the 5.4 branch.

Discussion
----------

[Translation][Validator] Add missing translations for Russian

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #51951
| License       | MIT

PR adds missing translations for the Russian language.

Commits
-------

d398c8b [Translation][Validator] Add missing translations for Russian (104 - 109)
  • Loading branch information
fabpot committed Oct 11, 2023
2 parents 6cfd0bf + d398c8b commit bd41480
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,30 @@
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
<target>Значение маски подсети должно быть от {{ min }} до {{ max }}.</target>
</trans-unit>
<trans-unit id="104">
<source>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</source>
<target>Имя файла слишком длинное. Оно должно содержать {{ filename_max_length }} символ или меньше.|Имя файла слишком длинное. Оно должно содержать {{ filename_max_length }} символа или меньше.|Имя файла слишком длинное. Оно должно содержать {{ filename_max_length }} символов или меньше.</target>
</trans-unit>
<trans-unit id="105">
<source>The password strength is too low. Please use a stronger password.</source>
<target>Слишком низкая надёжность пароля. Пожалуйста, используйте более надёжный пароль.</target>
</trans-unit>
<trans-unit id="106">
<source>This value contains characters that are not allowed by the current restriction-level.</source>
<target>Значение содержит символы, запрещённые на текущем уровне ограничений.</target>
</trans-unit>
<trans-unit id="107">
<source>Using invisible characters is not allowed.</source>
<target>Использование невидимых символов запрещено.</target>
</trans-unit>
<trans-unit id="108">
<source>Mixing numbers from different scripts is not allowed.</source>
<target>Смешивание номеров из разных сценариев запрещено.</target>
</trans-unit>
<trans-unit id="109">
<source>Using hidden overlay characters is not allowed.</source>
<target>Использование невидимых символов наложения запрещено.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit bd41480

Please sign in to comment.