@bitwarden/cli 2022.6.0 → 2022.6.1
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/build/bw.js +37748 -0
- package/build/bw.js.map +1 -0
- package/build/locales/en/messages.json +47 -0
- package/package.json +1 -1
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
"importEncKeyError": {
|
|
18
|
+
"message": "Invalid file password."
|
|
19
|
+
},
|
|
20
|
+
"importPasswordRequired": {
|
|
21
|
+
"message": "File is password protected, please provide a decryption password."
|
|
22
|
+
},
|
|
23
|
+
"importFormatError": {
|
|
24
|
+
"message": "Data is not formatted correctly. Please check your import file and try again."
|
|
25
|
+
},
|
|
26
|
+
"importNothingError": {
|
|
27
|
+
"message": "Nothing was imported."
|
|
28
|
+
},
|
|
29
|
+
"verificationCodeRequired": {
|
|
30
|
+
"message": "Verification code is required."
|
|
31
|
+
},
|
|
32
|
+
"invalidVerificationCode": {
|
|
33
|
+
"message": "Invalid verification code."
|
|
34
|
+
},
|
|
35
|
+
"masterPassRequired": {
|
|
36
|
+
"message": "Master password is required."
|
|
37
|
+
},
|
|
38
|
+
"invalidMasterPassword": {
|
|
39
|
+
"message": "Invalid master password."
|
|
40
|
+
},
|
|
41
|
+
"sessionTimeout": {
|
|
42
|
+
"message": "Your session has timed out. Please go back and try logging in again."
|
|
43
|
+
},
|
|
44
|
+
"ssoKeyConnectorError": {
|
|
45
|
+
"message": "Key Connector error: make sure Key Connector is available and working correctly."
|
|
46
|
+
}
|
|
47
|
+
}
|