Skip to content

Commit 82853bb

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

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

.translation-cache.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,16 @@
4242
"filters.range.month": "Mes",
4343
"filters.range.all_time": "Todo el tiempo",
4444
"settings.ui_theme.light": "☀️ Luz",
45-
"settings.ui_theme.dark": "🌙 Oscuro"
45+
"settings.ui_theme.dark": "🌙 Oscuro",
46+
"instructions.login_for_subscriptions": "Por favor, inicie sesión para ver sus suscripciones.",
47+
"authentication.login": "Iniciar sesión",
48+
"authentication.logout": "Cerrar sesión",
49+
"authentication.sign_up": "Registrarse",
50+
"authentication.forgot_password": "¿Olvidaste tu contraseña?",
51+
"authentication.reset_password": "Restablecer contraseña",
52+
"authentication.email": "Correo electrónico",
53+
"authentication.password": "Contraseña",
54+
"authentication.confirm_password": "Confirmar contraseña"
4655
},
4756
"French": {
4857
"_sample.hello_world": "Bonjour, le Monde!!!",
@@ -87,6 +96,15 @@
8796
"filters.range.month": "Mois",
8897
"filters.range.all_time": "Tout le temps",
8998
"settings.ui_theme.light": "☀️ Lumière",
90-
"settings.ui_theme.dark": "🌙 Sombre"
99+
"settings.ui_theme.dark": "🌙 Sombre",
100+
"instructions.login_for_subscriptions": "Veuillez vous connecter pour voir vos abonnements.",
101+
"authentication.login": "Connexion",
102+
"authentication.logout": "Déconnexion",
103+
"authentication.sign_up": "S'inscrire",
104+
"authentication.forgot_password": "Mot de passe oublié ?",
105+
"authentication.reset_password": "Réinitialiser le mot de passe",
106+
"authentication.email": "Email",
107+
"authentication.password": "Mot de passe",
108+
"authentication.confirm_password": "Confirmer le mot de passe"
91109
}
92110
}

i18n/originals/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/originals/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)