Skip to content

Commit

Permalink
minor #36251 [Validator] Add missing Ukrainian and Russian translatio…
Browse files Browse the repository at this point in the history
…ns (slunak)

This PR was squashed before being merged into the 3.4 branch.

Discussion
----------

[Validator] Add missing Ukrainian and Russian translations

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | none
| License       | MIT

Commits
-------

d43ef4e [Validator] Add missing Ukrainian and Russian translations
  • Loading branch information
fabpot committed Apr 4, 2020
2 parents 5da141b + d43ef4e commit 60a35f8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Expand Up @@ -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>
Expand Up @@ -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>

0 comments on commit 60a35f8

Please sign in to comment.