8000 minor #30355 [Translations] added missing Croatian validators (antoni… · symfony/symfony@51499f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 51499f4

Browse files
committed
minor #30355 [Translations] added missing Croatian validators (antonioperic)
This PR was merged into the 3.4 branch. Discussion ---------- [Translations] added missing Croatian validators | Q | A | ------------- | --- | Branch? | 3.4 up to 4.2 for bug fixes | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #30167 | License | MIT [Validator] Add the missing translations for the Croatian ("hr") locale #30167 Commits ------- b9ce861 [Translations] added missing Croatian validators
2 parents 5ad1f37 + b9ce861 commit 51499f4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,22 @@
318318
<source>Error</source>
319319
<target>Greška</target>
320320
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>Ovo nije validan UUID.</target>
324+
</trans-unit>
325+
<trans-unit id="84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>Ova vrijednost treba biti višekratnik od {{ 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>Poslovni identifikacijski broj (BIC) nije povezan sa IBAN brojem {{ iban }}.</target>
332+
</trans-unit>
333+
<trans-unit id="86">
334+
<source>This value should be valid JSON.</source>
335+
<target>Ova vrijednost treba biti validan JSON.</target>
336+
</trans-unit>
321337
</body>
322338
</file>
323339
</xliff>

0 commit comments

Comments
 (0)
0