From e4c4701100f6793d23c88403bd54daeff9ecf61e Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Wed, 17 Apr 2024 09:03:35 +0200 Subject: [PATCH] added missing translations (#28775) fixes: #28746 Signed-off-by: Erik Jan de Wit --- .../keycloak.v3/account/messages/messages_en.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/js/apps/account-ui/maven-resources/theme/keycloak.v3/account/messages/messages_en.properties b/js/apps/account-ui/maven-resources/theme/keycloak.v3/account/messages/messages_en.properties index 391ad020da..38eff592a9 100644 --- a/js/apps/account-ui/maven-resources/theme/keycloak.v3/account/messages/messages_en.properties +++ b/js/apps/account-ui/maven-resources/theme/keycloak.v3/account/messages/messages_en.properties @@ -185,4 +185,10 @@ webauthn-help-text=Use your Passkey to sign in. webauthn-passwordless-display-name=Passkey webauthn-passwordless-help-text=Use your Passkey for passwordless sign in. passwordless=Passwordless -error-invalid-multivalued-size=Attribute {{0}} must have at least {{1}} and at most {{2}} value(s). \ No newline at end of file +error-invalid-multivalued-size=Attribute {{0}} must have at least {{1}} and at most {{2}} value(s). +recovery-authn-code=My recovery authentication codes +recovery-authn-codes-display-name=Recovery authentication codes +recovery-authn-codes-help-text=These codes can be used to regain your access in case your other 2FA means are not available. +recovery-codes-number-used={0} recovery codes used +recovery-codes-number-remaining={0} recovery codes remaining +recovery-codes-generate-new-codes=Generate new codes to ensure access to your account \ No newline at end of file