mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +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",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"errorsHaveOccurred": {
|
||||
"message": "Ungültiges Master-Passwort",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"lockOptions": {
|
||||
"message": "Sperroptionen",
|
||||
"description": "Lock Options"
|
||||
|
@ -395,10 +395,6 @@
|
||||
"message": "Invalid master password",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"errorsHaveOccurred": {
|
||||
"message": "Invalid master password",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"lockOptions": {
|
||||
"message": "Lock Options",
|
||||
"description": "Lock Options"
|
||||
|
@ -395,10 +395,6 @@
|
||||
"message": "Virheellinen pääsalasana",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"errorsHaveOccurred": {
|
||||
"message": "Virheellinen pääsalasana",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"lockOptions": {
|
||||
"message": "Lukitseminen",
|
||||
"description": "Lock Options"
|
||||
|
@ -395,10 +395,6 @@
|
||||
"message": "Mot de passe maître invalide",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"errorsHaveOccurred": {
|
||||
"message": "Mot de passe maître invalide",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"lockOptions": {
|
||||
"message": "Options de verrouillage",
|
||||
"description": "Lock Options"
|
||||
|
@ -395,10 +395,6 @@
|
||||
"message": "Ongeldig hoofdwachtwoord",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"errorsHaveOccurred": {
|
||||
"message": "Ongeldig hoofdwachtwoord",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"lockOptions": {
|
||||
"message": "Versleutelopties",
|
||||
"description": "Lock Options"
|
||||
|
@ -395,10 +395,6 @@
|
||||
"message": "Неверный мастер-пароль",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"errorsHaveOccurred": {
|
||||
"message": "Неверный мастер-пароль",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"lockOptions": {
|
||||
"message": "Настройки блокировки",
|
||||
"description": "Lock Options"
|
||||
|
@ -395,10 +395,6 @@
|
||||
"message": "无效的主密码",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"errorsHaveOccurred": {
|
||||
"message": "无效的主密码",
|
||||
"description": "Invalid master password"
|
||||
},
|
||||
"lockOptions": {
|
||||
"message": "锁定选项",
|
||||
"description": "Lock Options"
|
||||
|
@ -35,7 +35,7 @@
|
||||
});
|
||||
}
|
||||
else {
|
||||
toastr.error(i18nService.invalidMasterPassword, i18nService.errorsHaveOccurred);
|
||||
toastr.error(i18nService.invalidMasterPassword, i18nService.errorsOccurred);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user