We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1ad9b commit 64d5803Copy full SHA for 64d5803
src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf
@@ -330,6 +330,10 @@
330
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331
<target>Ten kod BIC (Business Identifier Code) nie jest powiązany z międzynarodowym numerem rachunku bankowego (IBAN) {{ iban }}.</target>
332
</trans-unit>
333
+ <trans-unit id="94">
334
+ <source>This value should be between {{ min }} and {{ max }}.</source>
335
+ <target>Ta wartość powinna być pomiędzy {{ min }} a {{ max }}.</target>
336
+ </trans-unit>
337
</body>
338
</file>
339
</xliff>
0 commit comments