From ace47f4460b348b26cce1f101bf44a7c81163300 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Wed, 11 Feb 2026 12:42:56 +0100 Subject: [PATCH] fix: add missing translation for authentication error Adds the missing translation string 'notifications.authentication_error' for all available languages (en, en_AU, en_GB, en_US, de, es, fi, fr, no). This resolves the "Translation missing: en.notifications.authentication_error" error that was displayed when authentication fails. Fixes #2474 --- config/locales/de.yml | 1 + config/locales/en.yml | 1 + config/locales/en_AU.yml | 1 + config/locales/en_GB.yml | 1 + config/locales/en_US.yml | 1 + config/locales/es.yml | 1 + config/locales/fi.yml | 1 + config/locales/fr.yml | 1 + config/locales/no.yml | 1 + 9 files changed, 9 insertions(+) diff --git a/config/locales/de.yml b/config/locales/de.yml index 94ad6a2a6..66d8e7a6e 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -114,6 +114,7 @@ de: notifications: provider_already_connected: "Sie sind bereits angemeldet!" not_logged_in: "Du musst angemeldet sein, um auf diese Seite zugreifen zu können." + authentication_error: "Authentifizierung fehlgeschlagen. Bitte versuchen Sie es erneut." navigation: dashboard: "Übersicht" code_of_conduct: "Verhaltensregeln" diff --git a/config/locales/en.yml b/config/locales/en.yml index 49817d383..75e92c73e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -200,6 +200,7 @@ en: provider_already_connected: "You are already signed in!" not_logged_in: "You must be logged in to access this page." signing_up: "Thanks for signing up. Please fill in your details to complete the registration process." + authentication_error: "Authentication failed. Please try again." navigation: dashboard: "Dashboard" code_of_conduct: "Code of Conduct" diff --git a/config/locales/en_AU.yml b/config/locales/en_AU.yml index 3b73df7c4..d72f2e670 100644 --- a/config/locales/en_AU.yml +++ b/config/locales/en_AU.yml @@ -105,6 +105,7 @@ en-AU: notifications: provider_already_connected: "You are already signed in!" not_logged_in: "You must be logged in to access this page." + authentication_error: "Authentication failed. Please try again." navigation: dashboard: "Dashboard" code_of_conduct: "Code of Conduct" diff --git a/config/locales/en_GB.yml b/config/locales/en_GB.yml index 387c21224..16bfdd123 100644 --- a/config/locales/en_GB.yml +++ b/config/locales/en_GB.yml @@ -105,6 +105,7 @@ en-GB: notifications: provider_already_connected: "You are already signed in!" not_logged_in: "You must be logged in to access this page." + authentication_error: "Authentication failed. Please try again." navigation: dashboard: "Dashboard" code_of_conduct: "Code of Conduct" diff --git a/config/locales/en_US.yml b/config/locales/en_US.yml index 1db3f8ba1..809ecf588 100644 --- a/config/locales/en_US.yml +++ b/config/locales/en_US.yml @@ -105,6 +105,7 @@ en-US: notifications: provider_already_connected: "You are already signed in!" not_logged_in: "You must be logged in to access this page." + authentication_error: "Authentication failed. Please try again." navigation: dashboard: "Dashboard" code_of_conduct: "Code of Conduct" diff --git a/config/locales/es.yml b/config/locales/es.yml index 5edc8d789..f4754a30e 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -103,6 +103,7 @@ es: notifications: provider_already_connected: '¡Ya has iniciado sesión!' not_logged_in: "Debes iniciar sesión para acceder a esta página." + authentication_error: "Error de autenticación. Por favor, inténtalo de nuevo." navigation: dashboard: "Tablero" code_of_conduct: "Código de Conducta" diff --git a/config/locales/fi.yml b/config/locales/fi.yml index 9b37d4781..8d0f0e63c 100644 --- a/config/locales/fi.yml +++ b/config/locales/fi.yml @@ -105,6 +105,7 @@ fi: notifications: provider_already_connected: "You are already signed in!" not_logged_in: "You must be logged in to access this page." + authentication_error: "Todennus epäonnistui. Yritä uudelleen." navigation: dashboard: "Dashboard" code_of_conduct: "Code of Conduct" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 65cf43a36..3aca5e9c9 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -104,6 +104,7 @@ fr: notifications: provider_already_connected: "Vous êtes déjà connecter!" not_logged_in: "Vous devez être connecter pour accéder à cette page." + authentication_error: "Échec de l'authentification. Veuillez réessayer." navigation: dashboard: "Dashboard" code_of_conduct: "Code de Conduite" diff --git a/config/locales/no.yml b/config/locales/no.yml index 5c4e9a5be..6581708ab 100644 --- a/config/locales/no.yml +++ b/config/locales/no.yml @@ -105,6 +105,7 @@ notifications: provider_already_connected: "You are already signed in!" not_logged_in: "You must be logged in to access this page." + authentication_error: "Autentisering mislyktes. Vennligst prøv igjen." navigation: dashboard: "Dashboard" code_of_conduct: "Code of Conduct"