feat(lang): add Polish language & improve forgot_password translation (#6306)

This commit is contained in:
Sandro Sobczyński
2025-08-04 14:13:33 +02:00
committed by GitHub
parent 554b566735
commit d15cb2386b
22 changed files with 104 additions and 41 deletions

View File

@@ -12,7 +12,8 @@
"auth.login.zitadel": "Login with Zitadel",
"auth.already_registered": "Already registered?",
"auth.confirm_password": "Confirm password",
"auth.forgot_password": "Forgot password",
"auth.forgot_password_link": "Forgot password?",
"auth.forgot_password_heading": "Password recovery",
"auth.forgot_password_send_email": "Send password reset email",
"auth.register_now": "Register",
"auth.logout": "Logout",
@@ -40,4 +41,4 @@
"resource.delete_configurations": "Permanently delete all configuration files from the server.",
"database.delete_backups_locally": "All backups will be permanently deleted from local storage.",
"warning.sslipdomain": "Your configuration is saved, but sslip domain with https is <span class='dark:text-red-500 text-red-500 font-bold'>NOT</span> recommended, because Let's Encrypt servers with this public domain are rate limited (SSL certificate validation will fail). <br><br>Use your own domain instead."
}
}