8000 minor #30220 [Validator] added missing translation for UK validator (… · symfony/symfony@3be75cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 3be75cc

Browse files
committed
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 ------- 387295e [Validator] added missing translation for UK validator
2 parents 1873f32 + 387295e commit 3be75cc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,18 @@
318318
<source>Error</source>
319319
<target>Помилка</target>
320320
</trans-unit>
321+
<trans-unit id=“83”>
322+
<source>This is not a valid UUID.</source>
323+
<target>Це не валідне значення UUID.</target>
324+
</trans-unit>
325+
<trans-unit id=“84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>Це значення повинне бути кратним {{ compared_value }}.</target>
328+
</trans-unit>
329+
<trans-unit id=“85”>
330+
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331+
<target>Банківський код (BIC) не пов’язаний із міжнародним номером банківського рахунку (IBAN) {{ iban }}.</target>
332+
</trans-unit>
321333
</body>
322334
</file>
323335
</xliff>

0 commit comments

Comments
 (0)
0