mirror of
https://github.com/bitwarden/browser
synced 2026-02-27 01:53:23 +00:00
24 lines
482 B
JSON
24 lines
482 B
JSON
{
|
|
"bitwarden": {
|
|
"message": "Bitwarden"
|
|
},
|
|
"authenticatorAppTitle": {
|
|
"message": "Authenticator App"
|
|
},
|
|
"yubiKeyTitle": {
|
|
"message": "YubiKey OTP Security Key"
|
|
},
|
|
"emailTitle": {
|
|
"message": "Email"
|
|
},
|
|
"noneFolder": {
|
|
"message": "No Folder"
|
|
},
|
|
"importFormatError": {
|
|
"message": "Data is not formatted correctly. Please check your import file and try again."
|
|
},
|
|
"importNothingError": {
|
|
"message": "Nothing was imported."
|
|
}
|
|
}
|