Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29c80e8

Browse files
committed
minor #36241 update Italian translation (garak)
This PR was submitted for the 4.4 branch but it was merged into the 3.4 branch instead. Discussion ---------- update Italian translation | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Update Italian with new translations added in Symfony 4.4 Commits ------- 6231b04 update Italian translation
2 parents 0469be9 + 6231b04 commit 29c80e8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,22 @@
366366
<source>This value should be between {{ min }} and {{ max }}.</source>
367367
<target>Questo valore dovrebbe essere compreso tra {{ min }} e {{ max }}.</target>
368368
</trans-unit>
369+
<trans-unit id="95">
370+
<source>This value is not a valid hostname.</source>
371+
<target>Questo valore non è un nome di host valido.</target>
372+
</trans-unit>
373+
<trans-unit id="96">
374+
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375+
<target>Il numero di elementi in questa collezione dovrebbe essere un multiplo di {{ compared_value }}.</target>
376+
</trans-unit>
377+
<trans-unit id="97">
378+
<source>This value should satisfy at least one of the following constraints:</source>
379+
<target>Questo valore dovrebbe soddisfare almeno uno dei vincoli seguenti:</target>
380+
</trans-unit>
381+
<trans-unit id="98">
382+
<source>Each element of this collection should satisfy its own set of constraints.</source>
383+
<target>Ciascun elemento di questa collezione dovrebbe soddisfare il suo insieme di vincoli.</target>
384+
</trans-unit>
369385
</body>
370386
</file>
371387
</xliff>

0 commit comments

Comments
 (0)