[Validator] Add missing Ukrainian and Russian translations

This commit is contained in:
Serhiy Lunak 2020-03-28 15:25:34 +00:00 committed by Fabien Potencier
parent 29c80e81a3
commit d43ef4ec92
2 changed files with 28 additions and 0 deletions

View File

@ -370,6 +370,18 @@
<source>This value is not a valid hostname.</source>
<target>Значение не является корректным именем хоста.</target>
</trans-unit>
<trans-unit id="96">
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>Количество элементов в этой коллекции должно быть кратным {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="97">
<source>This value should satisfy at least one of the following constraints:</source>
<target>Значение должно удовлетворять как минимум одному из следующих ограничений:</target>
</trans-unit>
<trans-unit id="98">
<source>Each element of this collection should satisfy its own set of constraints.</source>
<target>Каждый элемент этой коллекции должен удовлетворять своему собственному набору ограничений.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@ -366,6 +366,22 @@
<source>This value should be between {{ min }} and {{ max }}.</source>
<target>Значення має бути між {{ min }} та {{ max }}.</target>
</trans-unit>
<trans-unit id="95">
<source>This value is not a valid hostname.</source>
<target>Значення не є дійсним іменем хоста.</target>
</trans-unit>
<trans-unit id="96">
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
<target>Кількість елементів у цій колекції повинна бути кратною {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="97">
<source>This value should satisfy at least one of the following constraints:</source>
<target>Значення повинно задовольняти хоча б одному з наступних обмежень:</target>
</trans-unit>
<trans-unit id="98">
<source>Each element of this collection should satisfy its own set of constraints.</source>
<target>Кожен елемент цієї колекції повинен задовольняти власному набору обмежень.</target>
</trans-unit>
</body>
</file>
</xliff>