Skip to content

Commit fc05e0e

Browse files
committed
minor symfony#53168 [Validator] Updated Portuguese translation (thunderer)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] Updated Portuguese translation | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix symfony#53039 | License | MIT Missing translation key with help from a native speaker. Commits ------- 9e50cf7 [Validator] updated Portuguese translation
2 parents 100e5bc + 9e50cf7 commit fc05e0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,10 @@
426426
<source>Using hidden overlay characters is not allowed.</source>
427427
<target>Não é permitido usar caracteres de sobreposição ocultos.</target>
428428
</trans-unit>
429+
<trans-unit id="110">
430+
<source>The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}.</source>
431+
<target>A extensão do ficheiro é inválida ({{ extension }}). As extensões permitidas são {{ extensions }}.</target>
432+
</trans-unit>
429433
</body>
430434
</file>
431435
</xliff>

0 commit comments

Comments
 (0)