Skip to content

Commit c513c25

Browse files
authored
fix: solving pt-br translation issues
1 parent d5b49c3 commit c513c25

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Resources/translations/validators.pt.xlf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -176,27 +176,27 @@
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 password atual do utilizador.</target>
179+
<target>Este valor deveria de 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 tem de ter exatamente {{ limit }} carateres.</target>
183+
<target>Este valor deve possuir exatamente {{ limit }} carateres.</target>
184184
</trans-unit>
185185
<trans-unit id="49">
186186
<source>The file was only partially uploaded.</source>
187-
<target>Só foi enviado parte do ficheiro.</target>
187+
<target>Só foi enviado uma parte do arquivo.</target>
188188
</trans-unit>
189189
<trans-unit id="50">
190190
<source>No file was uploaded.</source>
191-
<target>Nenhum ficheiro foi enviado.</target>
191+
<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 nenhum directório temporária configurado no ficheiro php.ini.</target>
195+
<target>Não existe nenhuma pasta temporária configurada no arquivo do php.ini.</target>
196196
</trans-unit>
197197
<trans-unit id="52">
198198
<source>Cannot write temporary file to disk.</source>
199-
<target>Não foi possível escrever ficheiros temporários no disco.</target>
199+
<target>Não foi possível escrever os arquivos temporários no disco.</target>
200200
</trans-unit>
201201
<trans-unit id="53">
202202
<source>A PHP extension caused the upload to fail.</source>
@@ -292,15 +292,15 @@
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á orientada à paisagem ({{ width }}x{{ height }}px). Imagens orientadas à paisagem não são permitidas.</target>
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>
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á orientada ao retrato ({{ width }}x{{ height }}px). Imagens orientadas ao retrato não são permitidas.</target>
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>
300300
</trans-unit>
301301
<trans-unit id="78">
302302
<source>An empty file is not allowed.</source>
303-
<target>Ficheiro vazio não é permitido.</target>
303+
<target>Um arquivo vazio não é permitido.</target>
304304
</trans-unit>
305305
<trans-unit id="79">
306306
<source>The host could not be resolved.</source>

0 commit comments

Comments
 (0)