Skip to content

Commit 3be6492

Browse files
committed
minor symfony#14449 [Security] Fix Portuguese (Portugal) translation (Restless-ET)
This PR was merged into the 2.3 branch. Discussion ---------- [Security] Fix Portuguese (Portugal) translation Commits ------- b62eb73 Fix Portuguese (Portugal) translation for Security
2 parents 94cf4ba + b62eb73 commit 3be6492

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/Security/Resources/translations/security.pt_PT.xlf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<body>
55
<trans-unit id="1">
66
<source>An authentication exception occurred.</source>
7-
<target>Ocorreu um excepção durante a autenticação.</target>
7+
<target>Ocorreu uma excepção durante a autenticação.</target>
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>Authentication credentials could not be found.</source>
@@ -20,7 +20,7 @@
2020
</trans-unit>
2121
<trans-unit id="5">
2222
<source>Cookie has already been used by someone else.</source>
23-
<target>Este cookie já esta em uso.</target>
23+
<target>Este cookie já está em uso.</target>
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>Not privileged to request the resource.</source>
@@ -64,7 +64,7 @@
6464
</trans-unit>
6565
<trans-unit id="16">
6666
<source>Account is locked.</source>
67-
<target>A conta esta trancada.</target>
67+
<target>A conta está trancada.</target>
6868
</trans-unit>
6969
</body>
7070
</file>

0 commit comments

Comments
 (0)