|
24 | 24 | </trans-unit>
|
25 | 25 | <trans-unit id="6">
|
26 | 26 | <source>You must select at least {{ limit }} choices.</source>
|
27 |
| - <target>Si dovrebbero selezionare almeno {{ limit }} opzioni.</target> |
| 27 | + <target>Si dovrebbe selezionare almeno {{ limit }} opzione.|Si dovrebbero selezionare almeno {{ limit }} opzioni.</target> |
28 | 28 | </trans-unit>
|
29 | 29 | <trans-unit id="7">
|
30 | 30 | <source>You must select at most {{ limit }} choices.</source>
|
31 |
| - <target>Si dovrebbero selezionare al massimo {{ limit }} opzioni.</target> |
| 31 | + <target>Si dovrebbe selezionare al massimo {{ limit }} opzione.|Si dovrebbero selezionare al massimo {{ limit }} opzioni.</target> |
32 | 32 | </trans-unit>
|
33 | 33 | <trans-unit id="8">
|
34 | 34 | <source>One or more of the given values is invalid.</source>
|
|
76 | 76 | </trans-unit>
|
77 | 77 | <trans-unit id="19">
|
78 | 78 | <source>This value is too long. It should have {{ limit }} characters or less.</source>
|
79 |
| - <target>Questo valore è troppo lungo. Dovrebbe essere al massimo di {{ limit }} caratteri.</target> |
| 79 | + <target>Questo valore è troppo lungo. Dovrebbe essere al massimo di {{ limit }} carattere.|Questo valore è troppo lungo. Dovrebbe essere al massimo di {{ limit }} caratteri.</target> |
80 | 80 | </trans-unit>
|
81 | 81 | <trans-unit id="20">
|
82 | 82 | <source>This value should be {{ limit }} or more.</source>
|
83 | 83 | <target>Questo valore dovrebbe essere {{ limit }} o superiore.</target>
|
84 | 84 | </trans-unit>
|
85 | 85 | <trans-unit id="21">
|
86 | 86 | <source>This value is too short. It should have {{ limit }} characters or more.</source>
|
87 |
| - <target>Questo valore è troppo corto. Dovrebbe essere almeno di {{ limit }} caratteri.</target> |
| 87 | + <target>Questo valore è troppo corto. Dovrebbe essere almeno di {{ limit }} carattere.|Questo valore è troppo corto. Dovrebbe essere almeno di {{ limit }} caratteri.</target> |
88 | 88 | </trans-unit>
|
89 | 89 | <trans-unit id="22">
|
90 | 90 | <source>This value should not be blank.</source>
|
|
180 | 180 | </trans-unit>
|
181 | 181 | <trans-unit id="48">
|
182 | 182 | <source>This value should have exactly {{ limit }} characters.</source>
|
183 |
| - <target>Questo valore dovrebbe contenere esattamente {{ limit }} caratteri.</target> |
| 183 | + <target>Questo valore dovrebbe contenere esattamente {{ limit }} carattere.|Questo valore dovrebbe contenere esattamente {{ limit }} caratteri.</target> |
| 184 | + </trans-unit> |
| 185 | + <trans-unit id="49"> |
| 186 | + <source>The file was only partially uploaded.</source> |
| 187 | + <target>Il file è stato caricato solo parzialmente.</target> |
| 188 | + </trans-unit> |
| 189 | + <trans-unit id="50"> |
| 190 | + <source>No file was uploaded.</source> |
| 191 | + <target>Nessun file è stato caricato.</target> |
| 192 | + </trans-unit> |
| 193 | + <trans-unit id="51"> |
| 194 | + <source>No temporary folder was configured in php.ini.</source> |
| 195 | + <target>Nessuna cartella temporanea è stata configurata nel php.ini.</target> |
| 196 | + </trans-unit> |
| 197 | + <trans-unit id="52"> |
| 198 | + <source>Cannot write temporary file to disk.</source> |
| 199 | + <target>Impossibile scrivere il file temporaneo sul disco.</target> |
| 200 | + </trans-unit> |
| 201 | + <trans-unit id="53"> |
| 202 | + <source>A PHP extension caused the upload to fail.</source> |
| 203 | + <target>Un'estensione PHP ha causato il fallimento del caricamento.</target> |
| 204 | + </trans-unit> |
| 205 | + <trans-unit id="54"> |
| 206 | + <source>This collection should contain {{ limit }} elements or more.</source> |
| 207 | + <target>Questa collezione dovrebbe contenere almeno {{ limit }} elemento.|Questa collezione dovrebbe contenere almeno {{ limit }} elementi.</target> |
| 208 | + </trans-unit> |
| 209 | + <trans-unit id="55"> |
| 210 | + <source>This collection should contain {{ limit }} elements or less.</source> |
| 211 | + <target>Questa collezione dovrebbe contenere massimo {{ limit }} elemento.|Questa collezione dovrebbe contenere massimo {{ limit }} elementi.</target> |
| 212 | + </trans-unit> |
| 213 | + <trans-unit id="56"> |
| 214 | + <source>This collection should contain exactly {{ limit }} elements.</source> |
| 215 | + <target>Questa collezione dovrebbe contenere esattamente {{ limit }} elemento.|Questa collezione dovrebbe contenere esattamente {{ limit }} elementi.</target> |
184 | 216 | </trans-unit>
|
185 | 217 | </body>
|
186 | 218 | </file>
|
|
0 commit comments