-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmessages.json
More file actions
263 lines (263 loc) · 5.82 KB
/
Copy pathmessages.json
File metadata and controls
263 lines (263 loc) · 5.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
{
"reviewTransactionWarning": {
"message": "Review the transaction before proceeding"
},
"from": {
"message": "From"
},
"toAddress": {
"message": "To"
},
"continue": {
"message": "Continue"
},
"cancel": {
"message": "Cancel"
},
"clear": {
"message": "Clear"
},
"amount": {
"message": "Amount"
},
"balance": {
"message": "Balance"
},
"recipient": {
"message": "Recipient"
},
"network": {
"message": "Network"
},
"minutes": {
"message": "min"
},
"transactionSpeed": {
"message": "Transaction speed"
},
"transactionSpeedTooltip": {
"message": "The estimated time of the transaction"
},
"networkFee": {
"message": "Network fee"
},
"feeRate": {
"message": "Fee rate"
},
"networkFeeTooltip": {
"message": "The total network fee"
},
"total": {
"message": "Total"
},
"send": {
"message": "Send"
},
"asset": {
"message": "Asset"
},
"sending": {
"message": "Sending"
},
"max": {
"message": "Max"
},
"recipientPlaceholder": {
"message": "Enter receiving address"
},
"review": {
"message": "Review"
},
"error": {
"message": "Error"
},
"unknownError": {
"message": "An unknown error occurred"
},
"feeTooLow": {
"message": "Fee too low"
},
"feeRateTooLow": {
"message": "Fee rate too low"
},
"noUtxosSelected": {
"message": "Failed to build transaction: missing UTXOs"
},
"outputBelowDustLimit": {
"message": "Amount below dust limit"
},
"insufficientFunds": {
"message": "Funds are insufficient to cover amount plus fee"
},
"noRecipients": {
"message": "Missing recipients"
},
"psbt": {
"message": "Invalid PSBT"
},
"unknownUtxo": {
"message": "Failed to build transaction: unknown UTXO"
},
"MmssingNonWitnessUtxo": {
"message": "Failed to build transaction: missing non-witness UTXO"
},
"base58": {
"message": "Invalid Bitcoin address"
},
"bech32": {
"message": "Invalid Bitcoin address"
},
"witnessVersion": {
"message": "Invalid Bitcoin address: witness version"
},
"witnessProgram": {
"message": "Invalid Bitcoin address: witness program"
},
"legacyAddressTooLong": {
"message": "Invalid Bitcoin address"
},
"invalidBase58PayloadLength": {
"message": "Invalid Bitcoin address: invalid length"
},
"invalidLegacyPrefix": {
"message": "Invalid Bitcoin address: invalid legacy prefix"
},
"networkValidation": {
"message": "Invalid Bitcoin address: wrong network"
},
"outOfRange": {
"message": "Invalid amount: out of range"
},
"tooPrecise": {
"message": "Invalid amount: too precise"
},
"missingDigits": {
"message": "Invalid amount: missing digits"
},
"inputTooLarge": {
"message": "Invalid amount: too large"
},
"invalidCharacter": {
"message": "Invalid amount: invalid character"
},
"unexpected": {
"message": "An unexpected error occurred"
},
"error.0": {
"message": "Invalid format"
},
"error.1000": {
"message": "Validation failed"
},
"error.2000": {
"message": "Resource not found"
},
"error.3000": {
"message": "Connection error"
},
"error.3100": {
"message": "One or more accounts failed to synchronize"
},
"error.4000": {
"message": "Wallet state corrupted"
},
"error.5000": {
"message": "Storage error"
},
"error.6000": {
"message": "Method not implemented or not supported"
},
"error.7000": {
"message": "Permission denied or insufficient authorization"
},
"error.8000": {
"message": "User action error"
},
"error.9000": {
"message": "Corrupted state, invariant not respected or failed assertion."
},
"error.internal": {
"message": "Internal error. Please try again later or contact support"
},
"confirmation.origin": {
"message": "Origin"
},
"confirmation.origin.tooltip": {
"message": "The dApp requesting the signature"
},
"confirmation.account": {
"message": "Account"
},
"confirmation.signMessage.confirmButton": {
"message": "Sign"
},
"confirmation.signMessage.title": {
"message": "Sign Message"
},
"confirmation.signMessage.message": {
"message": "Message"
},
"confirmation.estimatedChanges": {
"message": "Estimated changes"
},
"confirmation.estimatedChanges.send": {
"message": "You send"
},
"confirmation.confirmButton": {
"message": "Confirm"
},
"confirmation.signAndSendTransaction.title": {
"message": "Transaction request"
},
"confirmation.signAndSendTransaction.selfSend.title": {
"message": "Sending to your own address"
},
"confirmation.signAndSendTransaction.selfSend.description": {
"message": "The recipient address belongs to this wallet. The amount will stay in your account, but network fees still apply."
},
"confirmation.requestOrigin": {
"message": "Request from"
},
"confirmation.signPsbt.title": {
"message": "Sign Transaction"
},
"confirmation.signPsbt.confirmButton": {
"message": "Sign"
},
"confirmation.signPsbt.psbt": {
"message": "Transaction (PSBT)"
},
"confirmation.signPsbt.options": {
"message": "Options"
},
"confirmation.signPsbt.options.fill": {
"message": "Auto-fill inputs"
},
"confirmation.signPsbt.options.broadcast": {
"message": "Broadcast after signing"
},
"confirmation.signPsbt.outputs": {
"message": "Transaction outputs"
},
"confirmation.signPsbt.output.change": {
"message": "Change"
},
"confirmation.signPsbt.output.opReturn": {
"message": "OP_RETURN (data)"
},
"confirmation.signPsbt.output.unknown": {
"message": "Unknown script"
},
"confirmation.signPsbt.inputs": {
"message": "Inputs"
},
"confirmation.signPsbt.rawPsbt": {
"message": "Raw PSBT"
},
"yes": {
"message": "Yes"
},
"no": {
"message": "No"
}
}