8000 merged branch micheleorselli/update_it_validators (PR #7817) · symfony/symfony@bdc0734 · GitHub
[go: up one dir, main page]

Skip to content

Commit bdc0734

Browse files
committed
merged branch micheleorselli/update_it_validators (PR #7817)
This PR was merged into the master branch. Discussion ---------- [Validator] Added missing Italian translation Commits ------- a2e1e25 updated it translation for validators
2 parents 61d3be0 + a2e1e25 commit bdc0734

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

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

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,17 +222,30 @@
222222
<source>Unsupported card type or invalid card number.</source>
223223
<target>Tipo di carta non supportato o numero non valido.</target>
224224
</trans-unit>
225-
<!--
226-
Old messages: differents ?!
227-
<trans-unit id="57">
228-
<source>Invalid card number.</source>
229-
<target>Il numero della carta non è valido.</target>
225+
<trans-unit id="59">
226+
<source>This is not a valid International Bank Account Number (IBAN).</source>
227+
<target>Questo valore non è un IBAN (International Bank Account Number) valido.</target>
230228
</trans-unit>
231-
<trans-unit id="58">
232-
<source>Unsupported card type or invalid card number.</source>
233-
<target>Il tipo di carta non è supportato o il numero non è valido.</target>
229+
<trans-unit id="60">
230+
<source>This value is not a valid ISBN-10.</source>
231+
<target>Questo valore non è un codice ISBN-10 valido.</target>
232+
</trans-unit>
233+
<trans-unit id="61">
234+
<source>This value is not a valid ISBN-13.</source>
235+
<target>Questo valore non è un codice ISBN-13 valido.</target>
236+
</trans-unit>
237+
<trans-unit id="62">
238+
<source>This value is neither a valid ISBN-10 nor a valid ISBN-13.</source>
239+
<target>Questo valore non è un codice ISBN-10 o ISBN-13 valido.</target>
240+
</trans-unit>
241+
<trans-unit id="63">
242+
<source>This value is not a valid ISSN.</source>
243+
<target>Questo valore non è un codice ISSN valido.</target>
244+
</trans-unit>
245+
<trans-unit id="64">
246+
<source>This value is not a valid currency.</source>
247+
<target>Questo valore non è una valuta valida.</target>
234248
</trans-unit>
235-
-->
236249
</body>
237250
</file>
238251
</xliff>

0 commit comments

Comments
 (0)
0