minor #16099 [Validator] Adds some missing validation messages translations for IT (micheleorselli)

This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes #16099).

Discussion
----------

[Validator] Adds some missing validation messages translations for IT

Commits
-------

4ac8ff7 adds validation messages missing italian translations
This commit is contained in:
Fabien Potencier 2015-10-11 09:51:52 +02:00
commit c5966ba6b9
1 changed files with 12 additions and 0 deletions

View File

@ -302,6 +302,18 @@
<source>An empty file is not allowed.</source>
<target>Un file vuoto non è consentito.</target>
</trans-unit>
<trans-unit id="79">
<source>The host could not be resolved.</source>
<target>L'host non può essere risolto.</target>
</trans-unit>
<trans-unit id="80">
<source>This value does not match the expected {{ charset }} charset.</source>
<target>Questo valore non corrisponde al charset {{ charset }}.</target>
</trans-unit>
<trans-unit id="81">
<source>This is not a valid Business Identifier Code (BIC).</source>
<target>Questo valore non è un codice BIC valido.</target>
</trans-unit>
</body>
</file>
</xliff>