Skip to content

Commit e8787ee

Browse files
committed
fix: resolving pt translation issues
1 parent c513c25 commit e8787ee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Resources/translations/validators.pt.xlf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
</trans-unit>
129129
<trans-unit id="35">
130130
<source>This value should be a valid number.</source>
131-
<target>Este valor deveria de ser um número válido.</target>
131+
<target>Este valor deveria ser um número válido.</target>
132132
</trans-unit>
133133
<trans-unit id="36">
134134
<source>This file is not a valid image.</source>
@@ -176,23 +176,23 @@
176176
</trans-unit>
177177
<trans-unit id="47">
178178
<source>This value should be the user's current password.</source>
179-
<target>Este valor deveria de ser a senha atual do usuário.</target>
179+
<target>Este valor deveria ser a senha atual do usuário.</target>
180180
</trans-unit>
181181
<trans-unit id="48">
182182
<source>This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.</source>
183-
<target>Este valor deve possuir exatamente {{ limit }} carateres.</target>
183+
<target>Este valor deve possuir exatamente {{ limit }} caracteres.</target>
184184
</trans-unit>
185185
<trans-unit id="49">
186186
<source>The file was only partially uploaded.</source>
187-
<target>Só foi enviado uma parte do arquivo.</target>
187+
<target>Só foi enviada uma parte do arquivo.</target>
188188
</trans-unit>
189189
<trans-unit id="50">
190190
<source>No file was uploaded.</source>
191191
<target>Nenhum arquivo foi enviado.</target>
192192
</trans-unit>
193193
<trans-unit id="51">
194194
<source>No temporary folder was configured in php.ini.</source>
195-
<target>Não existe nenhuma pasta temporária configurada no arquivo do php.ini.</target>
195+
<target>Não existe uma pasta temporária configurada no arquivo php.ini.</target>
196196
</trans-unit>
197197
<trans-unit id="52">
198198
<source>Cannot write temporary file to disk.</source>
@@ -292,11 +292,11 @@
292292
</trans-unit>
293293
<trans-unit id="76">
294294
<source>The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.</source>
295-
<target>A imagem está em orientação de paisagem com ({{ width }}x{{ height }}px). Imagens orientadas em paisagem não são permitidas.</target>
295+
<target>A imagem está em orientação de paisagem ({{ width }}x{{ height }}px). Imagens orientadas em paisagem não são permitidas.</target>
296296
</trans-unit>
297297
<trans-unit id="77">
298298
<source>The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.</source>
299-
<target>A imagem está em orientação de retrato com ({{ width }}x{{ height }}px). Imagens orientadas em retrato não são permitidas.</target>
299+
<target>A imagem está em orientação de retrato ({{ width }}x{{ height }}px). Imagens orientadas em retrato não são permitidas.</target>
300300
</trans-unit>
301301
<trans-unit id="78">
302302
<source>An empty file is not allowed.</source>

0 commit comments

Comments
 (0)