Skip to content

Commit 989d702

Browse files
committed
fix: add missing translations
1 parent 03088ee commit 989d702

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

src/translations/en.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
"form_password_label": "Enter your password",
3434
"form_password_placeholder": "Password",
3535
"coded_by": "Coded by Netlify",
36+
"continue_with": "Continue with",
3637
"No user found with this email": "No user found with this email",
3738
"Invalid Password": "Invalid Password",
38-
"continue_with": "Continue with"
39+
"Email not confirmed": "Email not confirmed",
40+
"User not found": "User not found"
3941
}

src/translations/es.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
"form_password_label": "Ingresa tu contraseña",
3434
"form_password_placeholder": "Contraseña",
3535
"coded_by": "Codificado por Netlify",
36+
"continue_with": "Continúa con",
3637
"No user found with this email": "No existe ningún usuario con este correo electrónico",
3738
"Invalid Password": "La contraseña es invalida",
38-
"continue_with": "Continúa con"
39+
"Email not confirmed": "Correo electrónico no confirmado",
40+
"User not found": "Usuario no encontrado"
3941
}

src/translations/fr.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
"log_out": "Déconnexion",
44
"logged_in_as": "Connecté en tant que",
55
"logged_in": "Connecté",
6-
"logging_in": "Connection",
6+
"logging_in": "Connexion",
77
"logging_out": "Déconnexion",
88
"sign_up": "Inscription",
99
"signing_up": "Inscription",
1010
"forgot_password": "Mot de passe oublié ?",
1111
"recover_password": "Récupérer le mot de passe",
1212
"send_recovery_email": "Envoyer l'e-mail de récupération",
1313
"sending_recovery_email": "Envoi de l'e-mail de récupération",
14-
"never_mind": "Laisser tomber",
15-
"update_password": "Mise à jour du mot de passe",
14+
"never_mind": "Annuler",
15+
"update_password": "Mettre à jour le mot de passe",
1616
"updating_password": "Mise à jour du mot de passe",
1717
"complete_your_signup": "Compléter l'inscription",
1818
"site_url_title": "Paramètres de développement",
@@ -33,6 +33,9 @@
3333
"form_password_label": "Saisissez votre mot de passe",
3434
"form_password_placeholder": "Mot de passe",
3535
"coded_by": "Codé par Netlify",
36+
"continue_with": "Continuer avec",
3637
"No user found with this email": "Aucun utilisateur trouvé avec cet e-mail",
37-
"Invalid Password": "Mot de passe incorrect"
38+
"Invalid Password": "Mot de passe incorrect",
39+
"Email not confirmed": "Adresse e-mail non confirmée",
40+
"User not found": "Aucun utilisateur trouvé"
3841
}

src/translations/hu.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
"form_password_label": "Adja meg a jelszavát",
3434
"form_password_placeholder": "Jelszó",
3535
"coded_by": "Fejlesztette a Netlify",
36+
"continue_with": "Bejelentkezés ezzel:",
3637
"No user found with this email": "Nem található fiók ezzel az e-mail címmel",
3738
"Invalid Password": "Helytelen Jelszó",
38-
"continue_with": "Bejelentkezés ezzel:"
39+
"Email not confirmed": "Az e-mail nem erősült meg",
40+
"User not found": "Felhasználó nem található"
3941
}

0 commit comments

Comments
 (0)