@bitwarden/cli 1.21.1 → 2022.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -52
- package/package.json +12 -63
- package/LICENSE.txt +0 -674
- package/build/bw.js +0 -35870
- package/build/bw.js.map +0 -1
- package/build/locales/en/messages.json +0 -35
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"bitwarden": {
|
|
3
|
-
"message": "Bitwarden"
|
|
4
|
-
},
|
|
5
|
-
"authenticatorAppTitle": {
|
|
6
|
-
"message": "Authenticator App"
|
|
7
|
-
},
|
|
8
|
-
"yubiKeyTitle": {
|
|
9
|
-
"message": "YubiKey OTP Security Key"
|
|
10
|
-
},
|
|
11
|
-
"emailTitle": {
|
|
12
|
-
"message": "Email"
|
|
13
|
-
},
|
|
14
|
-
"noneFolder": {
|
|
15
|
-
"message": "No Folder"
|
|
16
|
-
},
|
|
17
|
-
"importFormatError": {
|
|
18
|
-
"message": "Data is not formatted correctly. Please check your import file and try again."
|
|
19
|
-
},
|
|
20
|
-
"importNothingError": {
|
|
21
|
-
"message": "Nothing was imported."
|
|
22
|
-
},
|
|
23
|
-
"verificationCodeRequired": {
|
|
24
|
-
"message": "Verification code is required."
|
|
25
|
-
},
|
|
26
|
-
"invalidVerificationCode": {
|
|
27
|
-
"message": "Invalid verification code."
|
|
28
|
-
},
|
|
29
|
-
"masterPassRequired": {
|
|
30
|
-
"message": "Master password is required."
|
|
31
|
-
},
|
|
32
|
-
"invalidMasterPassword": {
|
|
33
|
-
"message": "Invalid master password."
|
|
34
|
-
}
|
|
35
|
-
}
|