Skip to content

Commit d5b6ca5

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Router] Discard in-memory cache of routes when writing the file-based cache [Security] Verify Hungarian translation force HTTP 1.1 for Mailgun API requests [String] Revert "Fixed u()->snake(), b()->snake() and s()->snake() methods" normalize underscores in snake() [Security][Validator] Added missing Portuguese(pt) translations Fixes #54550 some pt_BR translations Fix MockArraySessionStorage to generate more conform ids Bump Symfony version to 5.4.42 Update VERSION for 5.4.41 Update CONTRIBUTORS for 5.4.41 Update CHANGELOG for 5.4.41
2 parents 115682b + 17c5874 commit d5b6ca5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Resources/translations/security.hu.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
</trans-unit>
7777
<trans-unit id="20">
7878
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
79-
<target state="needs-review-translation">Túl sok sikertelen bejelentkezési kísérlet, kérjük, próbálja újra %minutes% perc múlva.</target>
79+
<target>Túl sok sikertelen bejelentkezési kísérlet, kérjük, próbálja újra %minutes% perc múlva.</target>
8080
</trans-unit>
8181
</body>
8282
</file>

Resources/translations/security.pt.xlf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<body>
55
<trans-unit id="1">
66
<source>An authentication exception occurred.</source>
7-
<target>Ocorreu uma excepção durante a autenticação.</target>
7+
<target>Ocorreu uma exceção durante a autenticação.</target>
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>Authentication credentials could not be found.</source>
1111
<target>As credenciais de autenticação não foram encontradas.</target>
1212
</trans-unit>
1313
<trans-unit id="3">
1414
<source>Authentication request could not be processed due to a system problem.</source>
15-
<target>O pedido de autenticação não foi concluído devido a um problema no sistema.</target>
15+
<target>A autenticação não foi concluída devido a um problema no sistema.</target>
1616
</trans-unit>
1717
<trans-unit id="4">
1818
<source>Invalid credentials.</source>
@@ -24,7 +24,7 @@
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>Not privileged to request the resource.</source>
27-
<target>Não possui privilégios para aceder a este recurso.</target>
27+
<target>Sem privilégios para solicitar este recurso.</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>Invalid CSRF token.</source>
@@ -36,15 +36,15 @@
3636
</trans-unit>
3737
<trans-unit id="10">
3838
<source>No session available, it either timed out or cookies are not enabled.</source>
39-
<target>Não existe sessão disponível, esta expirou ou os cookies estão desativados.</target>
39+
<target>Nenhuma sessão disponível, esta expirou ou os cookies estão desativados.</target>
4040
</trans-unit>
4141
<trans-unit id="11">
4242
<source>No token could be found.</source>
4343
<target>O token não foi encontrado.</target>
4444
</trans-unit>
4545
<trans-unit id="12">
4646
<source>Username could not be found.</source>
47-
<target>Nome de utilizador não encontrado.</target>
47+
<target>Nome de usuário não encontrado.</target>
4848
</trans-unit>
4949
<trans-unit id="13">
5050
<source>Account has expired.</source>
@@ -60,23 +60,23 @@
6060
</trans-unit>
6161
<trans-unit id="16">
6262
<source>Account is locked.</source>
63-
<target>A conta está trancada.</target>
63+
<target>A conta está bloqueada.</target>
6464
</trans-unit>
6565
<trans-unit id="17">
6666
<source>Too many failed login attempts, please try again later.</source>
67-
<target>Várias tentativas de login falhadas, por favor tente mais tarde.</target>
67+
<target>Muitas tentativas de login sem sucesso, por favor, tente mais tarde.</target>
6868
</trans-unit>
6969
<trans-unit id="18">
7070
<source>Invalid or expired login link.</source>
7171
<target>Ligação de login inválida ou expirada.</target>
7272
</trans-unit>
7373
<trans-unit id="19">
7474
<source>Too many failed login attempts, please try again in %minutes% minute.</source>
75-
<target>Demasiadas tentativas de login, tente novamente num minuto.</target>
75+
<target>Muitas tentativas de login sem sucesso, por favor, tente novamente novamente em 1 minuto.</target>
7676
</trans-unit>
7777
<trans-unit id="20">
7878
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
79-
<target state="needs-review-translation">Muitas tentativas de login sem sucesso, por favor tente novamente em %minutes% minutos.</target>
79+
<target>Muitas tentativas de login sem sucesso, por favor, tente novamente em %minutes% minutos.</target>
8080
</trans-unit>
8181
</body>
8282
</file>

Resources/translations/security.pt_BR.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</trans-unit>
6565
<trans-unit id="17">
6666
<source>Too many failed login attempts, please try again later.</source>
67-
<target>Muitas tentativas de login malsucedidas, tente novamente mais tarde.</target>
67+
<target>Muitas tentativas de login malsucedidas, por favor, tente novamente mais tarde.</target>
6868
</trans-unit>
6969
<trans-unit id="18">
7070
<source>Invalid or expired login link.</source>
@@ -76,7 +76,7 @@
7676
</trans-unit>
7777
<trans-unit id="20">
7878
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
79-
<target state="needs-review-translation">Muitas tentativas de login sem sucesso, por favor tente novamente em %minutes% minutos.</target>
79+
<target>Muitas tentativas de login sem sucesso, por favor, tente novamente em %minutes% minutos.</target>
8080
</trans-unit>
8181
</body>
8282
</file>

0 commit comments

Comments
 (0)