10000 minor #39197 [Validation] updating pt translations (hugovms, cenoura) · symfony/symfony@e57b5f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e57b5f2

Browse files
minor #39197 [Validation] updating pt translations (hugovms, cenoura)
This PR was merged into the 4.4 branch. Discussion ---------- [Validation] updating pt translations | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Finishing PR #38923 Commits ------- 4857be8 fix: resolving pt translation issues 935a3b2 fix: solving pt-br translation issues
2 parents 7d7fa3e + 4857be8 commit e57b5f2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf

Lines changed: 10 additions & 10 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,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 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 }} caracteres.</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 enviada 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 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>
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 ({{ 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 ({{ 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)
0