Skip to content

Commit 24fc8f4

Browse files
committed
minor #30202 [Validator] Add missing DE validator translations (janvt)
This PR was squashed before being merged into the 3.4 branch (closes #30202). Discussion ---------- [Validator] Add missing DE validator translations | Q | A | ------------- | --- | Branch | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #30156 | License | MIT Updated the validator translation file with the missing German (DE) translations. Commits ------- c489cc8b33 [Validator] Add missing DE validator translations
2 parents dc9e844 + 6e378b0 commit 24fc8f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Resources/translations/validators.de.xlf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,14 @@
322322
<source>This is not a valid UUID.</source>
323323
<target>Dies ist keine gültige UUID.</target>
324324
</trans-unit>
325+
<trans-unit id="84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>Dieser Wert sollte ein Vielfaches von {{ compared_value }} sein.</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>Diese internationale Bankleitzahl (BIC) ist nicht mit der IBAN {{ iban }} assoziiert.</target>
332+
</trans-unit>
325333
</body>
326334
</file>
327335
</xliff>

0 commit comments

Comments
 (0)