[Validator] Add missing Russian and Ukrainian translations

This commit is contained in:
Konstantin Myakshin 2019-07-15 23:29:33 +03:00
parent 10ba0c62c3
commit fae418f7cb
2 changed files with 72 additions and 0 deletions

View File

@ -330,6 +330,42 @@
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>Данный BIC не связан с IBAN {{ iban }}.</target>
</trans-unit>
<trans-unit id="86">
<source>This value should be valid JSON.</source>
<target>Значение должно быть корректным JSON.</target>
</trans-unit>
<trans-unit id="87">
<source>This collection should contain only unique elements.</source>
<target>Эта коллекция должна содержать только уникальные элементы.</target>
</trans-unit>
<trans-unit id="88">
<source>This value should be positive.</source>
<target>Значение должно быть положительным.</target>
</trans-unit>
<trans-unit id="89">
<source>This value should be either positive or zero.</source>
<target>Значение должно быть положительным или равным нулю.</target>
</trans-unit>
<trans-unit id="90">
<source>This value should be negative.</source>
<target>Значение должно быть отрицательным.</target>
</trans-unit>
<trans-unit id="91">
<source>This value should be either negative or zero.</source>
<target>Значение должно быть отрицательным или равным нулю.</target>
</trans-unit>
<trans-unit id="92">
<source>This value is not a valid timezone.</source>
<target>Значение не является корректным часовым поясом.</target>
</trans-unit>
<trans-unit id="93">
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
<target>Данный пароль был скомпрометирован в результате утечки данных и не должен быть использован. Пожалуйста, используйте другой пароль.</target>
</trans-unit>
<trans-unit id="94">
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>Значение должно быть между {{ min }} и {{ max }}.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@ -330,6 +330,42 @@
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>Банківський код (BIC) не пов’язаний із міжнародним номером банківського рахунку (IBAN) {{ iban }}.</target>
</trans-unit>
<trans-unit id="86">
<source>This value should be valid JSON.</source>
<target>Значення має бути корректним JSON.</target>
</trans-unit>
<trans-unit id="87">
<source>This collection should contain only unique elements.</source>
<target>Ця колекція повинна мати тільки унікальни значення.</target>
</trans-unit>
<trans-unit id="88">
<source>This value should be positive.</source>
<target>Значення має бути позитивним.</target>
</trans-unit>
<trans-unit id="89">
<source>This value should be either positive or zero.</source>
<target>Значення має бути позитивним або дорівнювати нулю.</target>
</trans-unit>
<trans-unit id="90">
<source>This value should be negative.</source>
<target>Значення має бути негативним.</target>
</trans-unit>
<trans-unit id="91">
<source>This value should be either negative or zero.</source>
<target>Значення має бути негативним або дорівнювати нулю.</target>
</trans-unit>
<trans-unit id="92">
<source>This value is not a valid timezone.</source>
<target>Значення не є дійсним часовим поясом.</target>
</trans-unit>
<trans-unit id="93">
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
<target>Цей пароль був скомпрометований в результаті витоку даних та не повинен використовуватися. Будь ласка, використовуйте інший пароль.</target>
</trans-unit>
<trans-unit id="94">
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>Значення має бути між {{ min }} та {{ max }}.</target>
</trans-unit>
</body>
</file>
</xliff>