Skip to content

Commit

Permalink
minor #30220 [Validator] added missing translation for UK validator (…
Browse files Browse the repository at this point in the history
…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
-------

387295e [Validator] added missing translation for UK validator
  • Loading branch information
fabpot committed Feb 13, 2019
2 parents 1873f32 + 387295e commit 3be75cc
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 3be75cc

Please sign in to comment.