Skip to content

Commit 7159735

Browse files
committed
feat: add authentication messages in English, Spanish, and French; enhance user login experience
1 parent 82853bb commit 7159735

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

i18n/overrides/en.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@
6060
"all_time": "All Time"
6161
}
6262
},
63+
"instructions": {
64+
"login_for_subscriptions": "Please login to view your subscriptions."
65+
},
66+
"authentication": {
67+
"login": "Login",
68+
"logout": "Logout",
69+
"sign_up": "Sign Up",
70+
"forgot_password": "Forgot Password?",
71+
"reset_password": "Reset Password",
72+
"email": "Email",
73+
"password": "Password",
74+
"confirm_password": "Confirm Password"
75+
},
6376
"settings": {
6477
"ui_theme": {
6578
"light": "☀️ Light",

i18n/overrides/es.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@
6060
"all_time": "Todo el tiempo"
6161
}
6262
},
63+
"instructions": {
64+
"login_for_subscriptions": "Por favor, inicie sesión para ver sus suscripciones."
65+
},
66+
"authentication": {
67+
"login": "Iniciar sesión",
68+
"logout": "Cerrar sesión",
69+
"sign_up": "Registrarse",
70+
"forgot_password": "¿Olvidaste tu contraseña?",
71+
"reset_password": "Restablecer contraseña",
72+
"email": "Correo electrónico",
73+
"password": "Contraseña",
74+
"confirm_password": "Confirmar contraseña"
75+
},
6376
"settings": {
6477
"ui_theme": {
6578
"light": "☀️ Luz",

i18n/overrides/fr.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@
6060
"all_time": "Tout le temps"
6161
}
6262
},
63+
"instructions": {
64+
"login_for_subscriptions": "Veuillez vous connecter pour voir vos abonnements."
65+
},
66+
"authentication": {
67+
"login": "Connexion",
68+
"logout": "Déconnexion",
69+
"sign_up": "S'inscrire",
70+
"forgot_password": "Mot de passe oublié ?",
71+
"reset_password": "Réinitialiser le mot de passe",
72+
"email": "Email",
73+
"password": "Mot de passe",
74+
"confirm_password": "Confirmer le mot de passe"
75+
},
6376
"settings": {
6477
"ui_theme": {
6578
"light": "☀️ Lumière",

0 commit comments

Comments
 (0)