Skip to content

Commit 8bb2b56

Browse files
author
Martin
committed
[Validator] Add the missing translations for the French (fr) locale
1 parent affbe19 commit 8bb2b56

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Resources/translations/validators.fr.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>Ceci n'est pas un UUID valide.</target>
324324
</trans-unit>
325+
<trans-unit id="84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>Cette valeur doit être un multiple de {{ 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>Ce code d'identification d'entreprise (BIC) n'est pas associé à l'IBAN {{ iban }}.</target>
332+
</trans-unit>
325333
</body>
326334
</file>
327335
</xliff>

0 commit comments

Comments
 (0)