8000 Fixing message Too many failed login attempts in LV language by oleg-andreyev · Pull Request #58905 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Fixing message Too many failed login attempts in LV language #58905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixes #58904
  • Loading branch information
oleg-andreyev committed Nov 17, 2024
commit 69f9ed6030ed6740bb44265e54ed0e68796b5008
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</trans-unit>
<trans-unit id="20">
<source>Too many failed login attempts, please try again in %minutes% minutes.</source>
<target>Pārāk daudz neveiksmīgu autentifikācijas mēģinājumu, lūdzu, mēģiniet vēlreiz pēc %minutes% minūtes.|Pārāk daudz neveiksmīgu autentifikācijas mēģinājumu, lūdzu, mēģiniet vēlreiz pēc %minutes% minūtēm.</target>
<target>Pārāk daudz neveiksmīgu autentifikācijas mēģinājumu, lūdzu, mēģiniet vēlreiz pēc %minutes% minūtēm.</target>
</trans-unit>
</body>
</file>
Expand Down
Loading
0