|
4 | 4 | <body>
|
5 | 5 | <trans-unit id="1">
|
6 | 6 | <source>This value should be false</source>
|
7 |
| - <target>Este valor deve ser falso</target> |
| 7 | + <target>Este valor deveria ser falso</target> |
8 | 8 | </trans-unit>
|
9 | 9 | <trans-unit id="2">
|
10 | 10 | <source>This value should be true</source>
|
11 |
| - <target>Este valor deve ser verdadeiro</target> |
| 11 | + <target>Este valor deveria ser verdadeiro</target> |
12 | 12 | </trans-unit>
|
13 | 13 | <trans-unit id="3">
|
14 | 14 | <source>This value should be of type {{ type }}</source>
|
15 |
| - <target>Este valor deve ser do tipo {{ type }}</target> |
| 15 | + <target>Este valor deveria ser do tipo {{ type }}</target> |
16 | 16 | </trans-unit>
|
17 | 17 | <trans-unit id="4">
|
18 | 18 | <source>This value should be blank</source>
|
19 |
| - <target>Este valor deve ser vazio</target> |
| 19 | + <target>Este valor deveria ser vazio</target> |
20 | 20 | </trans-unit>
|
21 | 21 | <trans-unit id="5">
|
22 |
| - <source>This value should be one of the given choices</source> |
23 |
| - <target>Este valor deve ser uma das opções exibidas</target> |
| 22 | + <source>The value you selected is not a valid choice</source> |
| 23 | + <target>Este valor deveria ser um das opções exibidas</target> |
24 | 24 | </trans-unit>
|
25 | 25 | <trans-unit id="6">
|
26 |
| - <source>You should select at least {{ limit }} choices</source> |
27 |
| - <target>Você deve selecionar {{ limit }} opções no mínimo</target> |
| 26 | + <source>You must select at least {{ limit }} choices</source> |
| 27 | + <target>Você deveria selecionar no mínimo {{ limit }} opções</target> |
28 | 28 | </trans-unit>
|
29 | 29 | <trans-unit id="7">
|
30 |
| - <source>You should select at most {{ limit }} choices</source> |
31 |
| - <target>Você deve selecionar {{ limit }} opções no máximo</target> |
| 30 | + <source>You must select at most {{ limit }} choices</source> |
| 31 | + <target>Você deveria selecionar no máximo {{ limit }} opções</target> |
32 | 32 | </trans-unit>
|
33 | 33 | <trans-unit id="8">
|
34 |
| - <source>The fields {{ fields }} were not expected</source> |
35 |
| - <target>Os campos {{ fields }} não são esperados</target> |
| 34 | + <source>One or more of the given values is invalid</source> |
| 35 | + <target>One or more of the given values is invalid</target> |
36 | 36 | </trans-unit>
|
37 | 37 | <trans-unit id="9">
|
| 38 | + <source>The fields {{ fields }} were not expected</source> |
| 39 | + <target>Os campos {{ fields }} não eram esperados</target> |
| 40 | + </trans-unit> |
| 41 | + <trans-unit id="10"> |
38 | 42 | <source>The fields {{ fields }} are missing</source>
|
39 | 43 | <target>Os campos {{ fields }} estão ausentes</target>
|
40 | 44 | </trans-unit>
|
41 |
| - <trans-unit id="10"> |
| 45 | + <trans-unit id="11"> |
42 | 46 | <source>This value is not a valid date</source>
|
43 | 47 | <target>Este valor não é uma data válida</target>
|
44 | 48 | </trans-unit>
|
45 |
| - <trans-unit id="11"> |
| 49 | + <trans-unit id="12"> |
46 | 50 | <source>This value is not a valid datetime</source>
|
47 | 51 | <target>Este valor não é uma data e hora válida</target>
|
48 | 52 | </trans-unit>
|
49 |
| - <trans-unit id="12"> |
| 53 | + <trans-unit id="13"> |
50 | 54 | <source>This value is not a valid email address</source>
|
51 | 55 | <target>Este valor não é um endereço de e-mail válido</target>
|
52 | 56 | </trans-unit>
|
53 |
| - <trans-unit id="13"> |
| 57 | + <trans-unit id="14"> |
54 | 58 | <source>The file could not be found</source>
|
55 |
| - <target>O arquivo não foi encontrado</target> |
| 59 | + <target>O arquivo não pode ser encontrado</target> |
56 | 60 | </trans-unit>
|
57 |
| - <trans-unit id="14"> |
| 61 | + <trans-unit id="15"> |
58 | 62 | <source>The file is not readable</source>
|
59 | 63 | <target>O arquivo não pode ser lido</target>
|
60 | 64 | </trans-unit>
|
61 |
| - <trans-unit id="15"> |
| 65 | + <trans-unit id="16"> |
62 | 66 | <source>The file is too large ({{ size }}). Allowed maximum size is {{ limit }}</source>
|
63 | 67 | <target>O arquivo é muito grande ({{ size }}). O tamanho máximo permitido é {{ limit }}</target>
|
64 | 68 | </trans-unit>
|
65 |
| - <trans-unit id="16"> |
| 69 | + <trans-unit id="17"> |
66 | 70 | <source>The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}</source>
|
67 | 71 | <target>O tipo mime do arquivo é inválido ({{ type }}). Os tipos mime permitidos são {{ types }}</target>
|
68 | 72 | </trans-unit>
|
69 |
| - <trans-unit id="17"> |
| 73 | + <trans-unit id="18"> |
70 | 74 | <source>This value should be {{ limit }} or less</source>
|
71 |
| - <target>Este valor deve ser {{ limit }} ou menos</target> |
| 75 | + <target>Este valor deveria ser {{ limit }} ou menos</target> |
72 | 76 | </trans-unit>
|
73 |
| - <trans-unit id="18"> |
| 77 | + <trans-unit id="19"> |
74 | 78 | <source>This value is too long. It should have {{ limit }} characters or less</source>
|
75 |
| - <target>O valor é muito longo. Deve ter {{ limit }} caracteres ou menos</target> |
| 79 | + <target>Este valor é muito longo. Deveria ter {{ limit }} caracteres ou menos</target> |
76 | 80 | </trans-unit>
|
77 |
| - <trans-unit id="19"> |
| 81 | + <trans-unit id="20"> |
78 | 82 | <source>This value should be {{ limit }} or more</source>
|
79 |
| - <target>Este valor deve ser {{ limit }} ou mais</target> |
| 83 | + <target>Este valor deveria ser {{ limit }} ou mais</target> |
80 | 84 | </trans-unit>
|
81 |
| - <trans-unit id="20"> |
| 85 | + <trans-unit id="21"> |
82 | 86 | <source>This value is too short. It should have {{ limit }} characters or more</source>
|
83 |
| - <target>O valor é muito curto. Deve ter {{ limit }} caracteres ou mais</target> |
| 87 | + <target>Este valor é muito curto. Deveria ter {{ limit }} caracteres ou mais</target> |
84 | 88 | </trans-unit>
|
85 |
| - <trans-unit id="21"> |
| 89 | + <trans-unit id="22"> |
86 | 90 | <source>This value should not be blank</source>
|
87 |
| - <target>Este valor não deve ser vazio</target> |
| 91 | + <target>Este valor não deveria ser vazio</target> |
88 | 92 | </trans-unit>
|
89 |
| - <trans-unit id="22"> |
| 93 | + <trans-unit id="23"> |
90 | 94 | <source>This value should not be null</source>
|
91 |
| - <target>Este valor não deve ser nulo</target> |
| 95 | + <target>Este valor não deveria ser nulo</target> |
92 | 96 | </trans-unit>
|
93 |
| - <trans-unit id="23"> |
| 97 | + <trans-unit id="24"> |
94 | 98 | <source>This value should be null</source>
|
95 |
| - <target>Este valor deve ser nulo</target> |
| 99 | + <target>Este valor deveria ser nulo</target> |
96 | 100 | </trans-unit>
|
97 |
| - <trans-unit id="24"> |
| 101 | + <trans-unit id="25"> |
98 | 102 | <source>This value is not valid</source>
|
99 | 103 | <target>Este valor não é válido</target>
|
100 | 104 | </trans-unit>
|
101 |
| - <trans-unit id="25"> |
| 105 | + <trans-unit id="26"> |
102 | 106 | <source>This value is not a valid time</source>
|
103 | 107 | <target>Este valor não é uma hora válida</target>
|
104 | 108 | </trans-unit>
|
105 |
| - <trans-unit id="26"> |
| 109 | + <trans-unit id="27"> |
106 | 110 | <source>This value is not a valid URL</source>
|
107 | 111 | <target>Este valor não é uma URL válida</target>
|
108 | 112 | </trans-unit>
|
109 |
| - <trans-unit id="27"> |
110 |
| - <source>This value should be instance of class {{ class }}</source> |
111 |
| - <target>Este valor deve ser uma instância da classe {{ class }}</target> |
112 |
| - </trans-unit> |
113 | 113 | <trans-unit id="28">
|
114 |
| - <source>This field group should not contain extra fields</source> |
115 |
| - <target>Este grupo de campos não deve conter campos adicionais</target> |
| 114 | + <source>This form should not contain extra fields</source> |
| 115 | + <target>Este grupo de campos não deveria conter campos adicionais</target> |
116 | 116 | </trans-unit>
|
117 | 117 | <trans-unit id="29">
|
118 | 118 | <source>The uploaded file was too large. Please try to upload a smaller file</source>
|
119 | 119 | <target>O arquivo enviado é muito grande. Por favor, tente enviar um arquivo menor</target>
|
120 | 120 | </trans-unit>
|
121 | 121 | <trans-unit id="30">
|
122 | 122 | <source>The CSRF token is invalid</source>
|
123 |
| - <target>O token CSRF é inválido</target> |
| 123 | + <target>O token de CSRF é inválido</target> |
124 | 124 | </trans-unit>
|
125 | 125 | <trans-unit id="31">
|
126 | 126 | <source>The two values should be equal</source>
|
127 |
| - <target>Os dois valores devem ser iguais</target> |
| 127 | + <target>Os dois valores deveriam ser iguais</target> |
128 | 128 | </trans-unit>
|
129 | 129 | </body>
|
130 | 130 | </file>
|
|
0 commit comments