minor #30220 [Validator] added missing translation for UK validator (Andrii Boiko)

This PR was merged into the 3.4 branch.

Discussion
----------

[Validator] added missing translation for UK validator

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  |no
| BC breaks?    | no
| Deprecations? |no
| Tests pass?   | yes
| Fixed tickets | #30194
| License       | MIT

Commits
-------

387295e6a4 [Validator] added missing translation for UK validator
This commit is contained in:
Fabien Potencier 2019-02-13 08:38:34 +01:00
commit 3be75ccf82
1 changed files with 12 additions and 0 deletions

View File

@ -318,6 +318,18 @@
<source>Error</source>
<target>Помилка</target>
</trans-unit>
<trans-unit id=“83”>
<source>This is not a valid UUID.</source>
<target>Це не валідне значення UUID.</target>
</trans-unit>
<trans-unit id=“84">
<source>This value should be a multiple of {{ compared_value }}.</source>
<target>Це значення повинне бути кратним {{ compared_value }}.</target>
</trans-unit>
<trans-unit id=“85”>
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>Банківський код (BIC) не пов’язаний із міжнародним номером банківського рахунку (IBAN) {{ iban }}.</target>
</trans-unit>
</body>
</file>
</xliff>