@bitwarden/cli 2024.7.2 → 2024.8.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/package.json +3 -3
- package/build/bw.js +0 -55747
- package/build/bw.js.map +0 -1
- package/build/locales/en/messages.json +0 -164
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"bitwarden": {
|
|
3
|
-
"message": "Bitwarden"
|
|
4
|
-
},
|
|
5
|
-
"authenticatorAppTitle": {
|
|
6
|
-
"message": "Authenticator App"
|
|
7
|
-
},
|
|
8
|
-
"yubiKeyTitleV2": {
|
|
9
|
-
"message": "Yubico OTP Security Key"
|
|
10
|
-
},
|
|
11
|
-
"emailTitle": {
|
|
12
|
-
"message": "Email"
|
|
13
|
-
},
|
|
14
|
-
"noneFolder": {
|
|
15
|
-
"message": "No Folder"
|
|
16
|
-
},
|
|
17
|
-
"importEncKeyError": {
|
|
18
|
-
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
|
|
19
|
-
},
|
|
20
|
-
"invalidFilePassword": {
|
|
21
|
-
"message": "Invalid file password, please use the password you entered when you created the export file."
|
|
22
|
-
},
|
|
23
|
-
"importPasswordRequired": {
|
|
24
|
-
"message": "File is password protected, please provide a decryption password."
|
|
25
|
-
},
|
|
26
|
-
"importFormatError": {
|
|
27
|
-
"message": "Data is not formatted correctly. Please check your import file and try again."
|
|
28
|
-
},
|
|
29
|
-
"importNothingError": {
|
|
30
|
-
"message": "Nothing was imported."
|
|
31
|
-
},
|
|
32
|
-
"verificationCodeRequired": {
|
|
33
|
-
"message": "Verification code is required."
|
|
34
|
-
},
|
|
35
|
-
"invalidVerificationCode": {
|
|
36
|
-
"message": "Invalid verification code."
|
|
37
|
-
},
|
|
38
|
-
"masterPassRequired": {
|
|
39
|
-
"message": "Master password is required."
|
|
40
|
-
},
|
|
41
|
-
"invalidMasterPassword": {
|
|
42
|
-
"message": "Invalid master password."
|
|
43
|
-
},
|
|
44
|
-
"sessionTimeout": {
|
|
45
|
-
"message": "Your session has timed out. Please go back and try logging in again."
|
|
46
|
-
},
|
|
47
|
-
"ssoKeyConnectorError": {
|
|
48
|
-
"message": "Key Connector error: make sure Key Connector is available and working correctly."
|
|
49
|
-
},
|
|
50
|
-
"unsupportedEncryptedImport": {
|
|
51
|
-
"message": "Importing encrypted files is currently not supported."
|
|
52
|
-
},
|
|
53
|
-
"importUnassignedItemsError": {
|
|
54
|
-
"message": "File contains unassigned items."
|
|
55
|
-
},
|
|
56
|
-
"errorAssigningTargetCollection": {
|
|
57
|
-
"message": "Error assigning target collection."
|
|
58
|
-
},
|
|
59
|
-
"errorAssigningTargetFolder": {
|
|
60
|
-
"message": "Error assigning target folder."
|
|
61
|
-
},
|
|
62
|
-
"forwarderError": {
|
|
63
|
-
"message": "$SERVICENAME$ error: $ERRORMESSAGE$",
|
|
64
|
-
"description": "Reports an error returned by a forwarding service to the user.",
|
|
65
|
-
"placeholders": {
|
|
66
|
-
"servicename": {
|
|
67
|
-
"content": "$1",
|
|
68
|
-
"example": "SimpleLogin"
|
|
69
|
-
},
|
|
70
|
-
"errormessage": {
|
|
71
|
-
"content": "$2",
|
|
72
|
-
"example": "Invalid characters in domain name."
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"forwarderGeneratedBy": {
|
|
77
|
-
"message": "Generated by Bitwarden.",
|
|
78
|
-
"description": "Displayed with the address on the forwarding service's configuration screen."
|
|
79
|
-
},
|
|
80
|
-
"forwarderGeneratedByWithWebsite": {
|
|
81
|
-
"message": "Website: $WEBSITE$. Generated by Bitwarden.",
|
|
82
|
-
"description": "Displayed with the address on the forwarding service's configuration screen.",
|
|
83
|
-
"placeholders": {
|
|
84
|
-
"WEBSITE": {
|
|
85
|
-
"content": "$1",
|
|
86
|
-
"example": "www.example.com"
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"forwaderInvalidToken": {
|
|
91
|
-
"message": "Invalid $SERVICENAME$ API token",
|
|
92
|
-
"description": "Displayed when the user's API token is empty or rejected by the forwarding service.",
|
|
93
|
-
"placeholders": {
|
|
94
|
-
"servicename": {
|
|
95
|
-
"content": "$1",
|
|
96
|
-
"example": "SimpleLogin"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"forwaderInvalidTokenWithMessage": {
|
|
101
|
-
"message": "Invalid $SERVICENAME$ API token: $ERRORMESSAGE$",
|
|
102
|
-
"description": "Displayed when the user's API token is rejected by the forwarding service with an error message.",
|
|
103
|
-
"placeholders": {
|
|
104
|
-
"servicename": {
|
|
105
|
-
"content": "$1",
|
|
106
|
-
"example": "SimpleLogin"
|
|
107
|
-
},
|
|
108
|
-
"errormessage": {
|
|
109
|
-
"content": "$2",
|
|
110
|
-
"example": "Please verify your email address to continue."
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
"forwarderNoAccountId": {
|
|
115
|
-
"message": "Unable to obtain $SERVICENAME$ masked email account ID.",
|
|
116
|
-
"description": "Displayed when the forwarding service fails to return an account ID.",
|
|
117
|
-
"placeholders": {
|
|
118
|
-
"servicename": {
|
|
119
|
-
"content": "$1",
|
|
120
|
-
"example": "SimpleLogin"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
"forwarderNoDomain": {
|
|
125
|
-
"message": "Invalid $SERVICENAME$ domain.",
|
|
126
|
-
"description": "Displayed when the domain is empty or domain authorization failed at the forwarding service.",
|
|
127
|
-
"placeholders": {
|
|
128
|
-
"servicename": {
|
|
129
|
-
"content": "$1",
|
|
130
|
-
"example": "SimpleLogin"
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
},
|
|
134
|
-
"forwarderNoUrl": {
|
|
135
|
-
"message": "Invalid $SERVICENAME$ url.",
|
|
136
|
-
"description": "Displayed when the url of the forwarding service wasn't supplied.",
|
|
137
|
-
"placeholders": {
|
|
138
|
-
"servicename": {
|
|
139
|
-
"content": "$1",
|
|
140
|
-
"example": "SimpleLogin"
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
"forwarderUnknownError": {
|
|
145
|
-
"message": "Unknown $SERVICENAME$ error occurred.",
|
|
146
|
-
"description": "Displayed when the forwarding service failed due to an unknown error.",
|
|
147
|
-
"placeholders": {
|
|
148
|
-
"servicename": {
|
|
149
|
-
"content": "$1",
|
|
150
|
-
"example": "SimpleLogin"
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"forwarderUnknownForwarder": {
|
|
155
|
-
"message": "Unknown forwarder: '$SERVICENAME$'.",
|
|
156
|
-
"description": "Displayed when the forwarding service is not supported.",
|
|
157
|
-
"placeholders": {
|
|
158
|
-
"servicename": {
|
|
159
|
-
"content": "$1",
|
|
160
|
-
"example": "JustTrust.us"
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
}
|