Fix missing translation

This commit is contained in:
Bubka 2020-02-25 08:09:54 +01:00
parent 0566086afa
commit bccbc858ad
2 changed files with 5 additions and 3 deletions

View File

@ -13,6 +13,7 @@ export default {
"login": "Login", "login": "Login",
"email": "Email", "email": "Email",
"password": "Password", "password": "Password",
"confirm_password": "Confirm password",
"confirm_new_password": "Confirm new password", "confirm_new_password": "Confirm new password",
"dont_have_account_yet": "Don't have your account yet?", "dont_have_account_yet": "Don't have your account yet?",
"already_register": "Already registered?", "already_register": "Already registered?",
@ -80,7 +81,7 @@ export default {
"new": "New", "new": "New",
"no_account_here": "No 2FA here!", "no_account_here": "No 2FA here!",
"add_first_account": "Add your first account", "add_first_account": "Add your first account",
"use_full_form": "Or use the full form", "use_full_form": "Use the full form",
"add_one": "Add one", "add_one": "Add one",
"manage": "Manage", "manage": "Manage",
"done": "Done", "done": "Done",
@ -322,7 +323,7 @@ export default {
"new": "Nouveau", "new": "Nouveau",
"no_account_here": "Aucun compte 2FA !", "no_account_here": "Aucun compte 2FA !",
"add_first_account": "Ajouter votre premier compte", "add_first_account": "Ajouter votre premier compte",
"use_full_form": "Ou utiliser le formulaire détaillé", "use_full_form": "Utiliser le formulaire détaillé",
"add_one": "Add one", "add_one": "Add one",
"manage": "Gérer", "manage": "Gérer",
"done": "Terminé", "done": "Terminé",
@ -356,7 +357,7 @@ export default {
}, },
"confirm": { "confirm": {
"delete": "Etes-vous sûrs de vouloir supprimer le compte ?", "delete": "Etes-vous sûrs de vouloir supprimer le compte ?",
"cancel": "Les données seront perdues, vous êtes sûrs ?" "cancel": "Les données seront perdues, êtes-vous sûrs ?"
} }
}, },
"validation": { "validation": {

View File

@ -25,6 +25,7 @@
'login' => 'Login', 'login' => 'Login',
'email' => 'Email', 'email' => 'Email',
'password' => 'Password', 'password' => 'Password',
'confirm_password' => 'Confirm password',
'confirm_new_password' => 'Confirm new password', 'confirm_new_password' => 'Confirm new password',
'dont_have_account_yet' => 'Don\'t have your account yet?', 'dont_have_account_yet' => 'Don\'t have your account yet?',
'already_register' => 'Already registered?', 'already_register' => 'Already registered?',