fix: resolving pt translation issues

This commit is contained in:
Guilherme Augusto Henschel 2020-11-27 09:41:21 -03:00
parent 935a3b23e2
commit 4857be89d3
1 changed files with 7 additions and 7 deletions

View File

@ -128,7 +128,7 @@
</trans-unit>
<trans-unit id="35">
<source>This value should be a valid number.</source>
<target>Este valor deveria de ser um número válido.</target>
<target>Este valor deveria ser um número válido.</target>
</trans-unit>
<trans-unit id="36">
<source>This file is not a valid image.</source>
@ -176,15 +176,15 @@
</trans-unit>
<trans-unit id="47">
<source>This value should be the user's current password.</source>
<target>Este valor deveria de ser a senha atual do usuário.</target>
<target>Este valor deveria ser a senha atual do usuário.</target>
</trans-unit>
<trans-unit id="48">
<source>This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.</source>
<target>Este valor deve possuir exatamente {{ limit }} carateres.</target>
<target>Este valor deve possuir exatamente {{ limit }} caracteres.</target>
</trans-unit>
<trans-unit id="49">
<source>The file was only partially uploaded.</source>
<target>Só foi enviado uma parte do arquivo.</target>
<target>Só foi enviada uma parte do arquivo.</target>
</trans-unit>
<trans-unit id="50">
<source>No file was uploaded.</source>
@ -192,7 +192,7 @@
</trans-unit>
<trans-unit id="51">
<source>No temporary folder was configured in php.ini.</source>
<target>Não existe nenhuma pasta temporária configurada no arquivo do php.ini.</target>
<target>Não existe uma pasta temporária configurada no arquivo php.ini.</target>
</trans-unit>
<trans-unit id="52">
<source>Cannot write temporary file to disk.</source>
@ -292,11 +292,11 @@
</trans-unit>
<trans-unit id="76">
<source>The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.</source>
<target>A imagem está em orientação de paisagem com ({{ width }}x{{ height }}px). Imagens orientadas em paisagem não são permitidas.</target>
<target>A imagem está em orientação de paisagem ({{ width }}x{{ height }}px). Imagens orientadas em paisagem não são permitidas.</target>
</trans-unit>
<trans-unit id="77">
<source>The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.</source>
<target>A imagem está em orientação de retrato com ({{ width }}x{{ height }}px). Imagens orientadas em retrato não são permitidas.</target>
<target>A imagem está em orientação de retrato ({{ width }}x{{ height }}px). Imagens orientadas em retrato não são permitidas.</target>
</trans-unit>
<trans-unit id="78">
<source>An empty file is not allowed.</source>