mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-26 12:25:20 +01:00
remove bad errorsHaveOccurred string from locales
This commit is contained in:
parent
2fce809751
commit
7ae4390609
@ -395,10 +395,6 @@
|
|||||||
"message": "Ungültiges Master-Passwort",
|
"message": "Ungültiges Master-Passwort",
|
||||||
"description": "Invalid master password"
|
"description": "Invalid master password"
|
||||||
},
|
},
|
||||||
"errorsHaveOccurred": {
|
|
||||||
"message": "Ungültiges Master-Passwort",
|
|
||||||
"description": "Invalid master password"
|
|
||||||
},
|
|
||||||
"lockOptions": {
|
"lockOptions": {
|
||||||
"message": "Sperroptionen",
|
"message": "Sperroptionen",
|
||||||
"description": "Lock Options"
|
"description": "Lock Options"
|
||||||
|
@ -395,10 +395,6 @@
|
|||||||
"message": "Invalid master password",
|
"message": "Invalid master password",
|
||||||
"description": "Invalid master password"
|
"description": "Invalid master password"
|
||||||
},
|
},
|
||||||
"errorsHaveOccurred": {
|
|
||||||
"message": "Invalid master password",
|
|
||||||
"description": "Invalid master password"
|
|
||||||
},
|
|
||||||
"lockOptions": {
|
"lockOptions": {
|
||||||
"message": "Lock Options",
|
"message": "Lock Options",
|
||||||
"description": "Lock Options"
|
"description": "Lock Options"
|
||||||
|
@ -395,10 +395,6 @@
|
|||||||
"message": "Virheellinen pääsalasana",
|
"message": "Virheellinen pääsalasana",
|
||||||
"description": "Invalid master password"
|
"description": "Invalid master password"
|
||||||
},
|
},
|
||||||
"errorsHaveOccurred": {
|
|
||||||
"message": "Virheellinen pääsalasana",
|
|
||||||
"description": "Invalid master password"
|
|
||||||
},
|
|
||||||
"lockOptions": {
|
"lockOptions": {
|
||||||
"message": "Lukitseminen",
|
"message": "Lukitseminen",
|
||||||
"description": "Lock Options"
|
"description": "Lock Options"
|
||||||
|
@ -395,10 +395,6 @@
|
|||||||
"message": "Mot de passe maître invalide",
|
"message": "Mot de passe maître invalide",
|
||||||
"description": "Invalid master password"
|
"description": "Invalid master password"
|
||||||
},
|
},
|
||||||
"errorsHaveOccurred": {
|
|
||||||
"message": "Mot de passe maître invalide",
|
|
||||||
"description": "Invalid master password"
|
|
||||||
},
|
|
||||||
"lockOptions": {
|
"lockOptions": {
|
||||||
"message": "Options de verrouillage",
|
"message": "Options de verrouillage",
|
||||||
"description": "Lock Options"
|
"description": "Lock Options"
|
||||||
|
@ -395,10 +395,6 @@
|
|||||||
"message": "Ongeldig hoofdwachtwoord",
|
"message": "Ongeldig hoofdwachtwoord",
|
||||||
"description": "Invalid master password"
|
"description": "Invalid master password"
|
||||||
},
|
},
|
||||||
"errorsHaveOccurred": {
|
|
||||||
"message": "Ongeldig hoofdwachtwoord",
|
|
||||||
"description": "Invalid master password"
|
|
||||||
},
|
|
||||||
"lockOptions": {
|
"lockOptions": {
|
||||||
"message": "Versleutelopties",
|
"message": "Versleutelopties",
|
||||||
"description": "Lock Options"
|
"description": "Lock Options"
|
||||||
|
@ -395,10 +395,6 @@
|
|||||||
"message": "Неверный мастер-пароль",
|
"message": "Неверный мастер-пароль",
|
||||||
"description": "Invalid master password"
|
"description": "Invalid master password"
|
||||||
},
|
},
|
||||||
"errorsHaveOccurred": {
|
|
||||||
"message": "Неверный мастер-пароль",
|
|
||||||
"description": "Invalid master password"
|
|
||||||
},
|
|
||||||
"lockOptions": {
|
"lockOptions": {
|
||||||
"message": "Настройки блокировки",
|
"message": "Настройки блокировки",
|
||||||
"description": "Lock Options"
|
"description": "Lock Options"
|
||||||
|
@ -395,10 +395,6 @@
|
|||||||
"message": "无效的主密码",
|
"message": "无效的主密码",
|
||||||
"description": "Invalid master password"
|
"description": "Invalid master password"
|
||||||
},
|
},
|
||||||
"errorsHaveOccurred": {
|
|
||||||
"message": "无效的主密码",
|
|
||||||
"description": "Invalid master password"
|
|
||||||
},
|
|
||||||
"lockOptions": {
|
"lockOptions": {
|
||||||
"message": "锁定选项",
|
"message": "锁定选项",
|
||||||
"description": "Lock Options"
|
"description": "Lock Options"
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
toastr.error(i18nService.invalidMasterPassword, i18nService.errorsHaveOccurred);
|
toastr.error(i18nService.invalidMasterPassword, i18nService.errorsOccurred);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user