Skip to content

fix: add missing translations #353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"form_password_label": "Enter your password",
"form_password_placeholder": "Password",
"coded_by": "Coded by Netlify",
"continue_with": "Continue with",
"No user found with this email": "No user found with this email",
"Invalid Password": "Invalid Password",
"continue_with": "Continue with"
"Email not confirmed": "Email not confirmed",
"User not found": "User not found"
}
4 changes: 3 additions & 1 deletion src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"form_password_label": "Ingresa tu contraseña",
"form_password_placeholder": "Contraseña",
"coded_by": "Codificado por Netlify",
"continue_with": "Continúa con",
"No user found with this email": "No existe ningún usuario con este correo electrónico",
"Invalid Password": "La contraseña es invalida",
"continue_with": "Continúa con"
"Email not confirmed": "Correo electrónico no confirmado",
"User not found": "Usuario no encontrado"
}
11 changes: 7 additions & 4 deletions src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"log_out": "Déconnexion",
"logged_in_as": "Connecté en tant que",
"logged_in": "Connecté",
"logging_in": "Connection",
"logging_in": "Connexion",
"logging_out": "Déconnexion",
"sign_up": "Inscription",
"signing_up": "Inscription",
"forgot_password": "Mot de passe oublié ?",
"recover_password": "Récupérer le mot de passe",
"send_recovery_email": "Envoyer l'e-mail de récupération",
"sending_recovery_email": "Envoi de l'e-mail de récupération",
"never_mind": "Laisser tomber",
"update_password": "Mise à jour du mot de passe",
"never_mind": "Annuler",
"update_password": "Mettre à jour le mot de passe",
"updating_password": "Mise à jour du mot de passe",
"complete_your_signup": "Compléter l'inscription",
"site_url_title": "Paramètres de développement",
Expand All @@ -33,6 +33,9 @@
"form_password_label": "Saisissez votre mot de passe",
"form_password_placeholder": "Mot de passe",
"coded_by": "Codé par Netlify",
"continue_with": "Continuer avec",
"No user found with this email": "Aucun utilisateur trouvé avec cet e-mail",
"Invalid Password": "Mot de passe incorrect"
"Invalid Password": "Mot de passe incorrect",
"Email not confirmed": "Adresse e-mail non confirmée",
"User not found": "Aucun utilisateur trouvé"
}
4 changes: 3 additions & 1 deletion src/translations/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
"form_password_label": "Adja meg a jelszavát",
"form_password_placeholder": "Jelszó",
"coded_by": "Fejlesztette a Netlify",
"continue_with": "Bejelentkezés ezzel:",
"No user found with this email": "Nem található fiók ezzel az e-mail címmel",
"Invalid Password": "Helytelen Jelszó",
"continue_with": "Bejelentkezés ezzel:"
"Email not confirmed": "Az e-mail nem erősült meg",
"User not found": "Felhasználó nem található"
}