|
24 | 24 | </trans-unit>
|
25 | 25 | <trans-unit id="6">
|
26 | 26 | <source>You must select at least {{ limit }} choices.</source>
|
27 |
| - <target>Você deve selecionar, no mínimo, {{ limit }} opções.</target> |
| 27 | + <target>Você deve selecionar, no mínimo, {{ limit }} opção.|Você deve selecionar, no mínimo, {{ limit }} opções</target> |
28 | 28 | </trans-unit>
|
29 | 29 | <trans-unit id="7">
|
30 | 30 | <source>You must select at most {{ limit }} choices.</source>
|
31 |
| - <target>Você deve selecionar, no máximo, {{ limit }} opções.</target> |
| 31 | + <target>Você deve selecionar, no máximo, {{ limit }} opção.|Você deve selecionar, no máximo, {{ limit }} opções.</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>Este valor é muito longo. Deve ter {{ limit }} caracteres ou menos.</target> |
| 79 | + <target>Este valor é muito longo. Deve ter {{ limit }} caractere ou menos.|Este valor é muito longo. Deve ter {{ limit }} caracteres ou menos.</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>Este valor deve ser {{ limit }} ou mais.</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>Este valor é muito curto. Deve ter {{ limit }} caracteres ou mais.</target> |
| 87 | + <target>Este valor é muito curto. Deve ter {{ limit }} caractere ou mais.|Este valor é muito curto. Deve ter {{ limit }} caracteres ou mais.</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>Este valor deve ter exatamente {{ limit }} caracteres.</target> |
| 183 | + <target>Este valor deve ter exatamente {{ limit }} caractere.|Este valor deve ter exatamente {{ limit }} caracteres.</target> |
184 | 184 | </trans-unit>
|
185 | 185 | <trans-unit id="49">
|
186 | 186 | <source>The file was only partially uploaded.</source>
|
|
202 | 202 | <source>A PHP extension caused the upload to fail.</source>
|
203 | 203 | <target>Uma extensão PHP fez com que o envio falhasse.</target>
|
204 | 204 | </trans-unit>
|
| 205 | + <trans-unit id="54"> |
| 206 | + <source>This collection should contain {{ limit }} elements or more.</source> |
| 207 | + <target>Esta coleção deve conter {{ limit }} elemento ou mais.|Esta coleção deve conter {{ limit }} elementos ou mais.</target> |
| 208 | + </trans-unit> |
| 209 | + <trans-unit id="55"> |
| 210 | + <source>This collection should contain {{ limit }} elements or less.</source> |
| 211 | + <target>Esta coleção deve conter {{ limit }} elemento ou menos.|Esta coleção deve conter {{ limit }} elementos ou menos.</target> |
| 212 | + </trans-unit> |
| 213 | + <trans-unit id="56"> |
| 214 | + <source>This collection should contain exactly {{ limit }} elements.</source> |
| 215 | + <target>Esta coleção deve conter exatamente {{ limit }} elemento.|Esta coleção deve conter exatamente {{ limit }} elementos.</target> |
| 216 | + </trans-unit> |
205 | 217 | </body>
|
206 | 218 | </file>
|
207 | 219 | </xliff>
|
0 commit comments