-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathen.json
More file actions
266 lines (266 loc) · 7.41 KB
/
Copy pathen.json
File metadata and controls
266 lines (266 loc) · 7.41 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
264
265
266
{
"locale": "en",
"messages": {
"send.title": {
"message": "Send"
},
"send.balance": {
"message": "Balance"
},
"send.maxButton": {
"message": "Max"
},
"send.cancelButton": {
"message": "Cancel"
},
"send.continueButton": {
"message": "Continue"
},
"send.fromField": {
"message": "From"
},
"send.toField": {
"message": "To"
},
"send.amountField": {
"message": "Amount"
},
"send.assetField": {
"message": "Token"
},
"send.toPlaceholder": {
"message": "Enter public address"
},
"send.fromRequiredError": {
"message": "Account is required"
},
"send.amountRequiredError": {
"message": "Amount is required"
},
"send.amountGreatherThanMinimumBalanceForRentExemptionError": {
"message": "Amount must be greater than {minimumValue}"
},
"send.insuffientSolToCoverFee": {
"message": "Insufficient SOL balance to cover the transaction fee"
},
"send.toRequiredError": {
"message": "To address is required"
},
"send.toInvalidError": {
"message": "Invalid Solana address"
},
"send.insufficientBalance": {
"message": "Insufficient balance"
},
"send.simulationTitleAPIError": {
"message": "Because of an error, we couldn't check for security alerts."
},
"send.simulationMessageAPIError": {
"message": "Only continue if you trust every address involved."
},
"send.simulationTitleError": {
"message": "Transaction simulation failed"
},
"send.simulationMessageError": {
"message": "This transaction was reverted during simulation."
},
"send.selectedTokenPriceNotAvailable": {
"message": "Prices for tokens in {currency} are currently not available. You are still able to send tokens."
},
"send.confirmation.title": {
"message": "Review"
},
"send.confirmation.from": {
"message": "From"
},
"send.confirmation.recipient": {
"message": "Recipient"
},
"send.confirmation.network": {
"message": "Network"
},
"send.confirmation.transactionSpeed": {
"message": "Transaction speed"
},
"send.confirmation.fee": {
"message": "Network fee"
},
"send.confirmation.sendButton": {
"message": "Send"
},
"send.confirmation.cancelButton": {
"message": "Cancel"
},
"send.confirmation.viewTransaction": {
"message": "View transaction"
},
"send.send-pending.title": {
"message": "Sending..."
},
"send.send-pending.subtitle": {
"message": "Your transaction was submitted."
},
"send.transaction-success.title": {
"message": "Sent"
},
"send.transaction-success.subtitle": {
"message": "{amount} {tokenSymbol} was successfully sent"
},
"send.transaction-failure.title": {
"message": "Transaction failed"
},
"send.transaction-failure.subtitle": {
"message": "Unable to send {amount} {tokenSymbol}"
},
"confirmation.account": {
"message": "Account"
},
"confirmation.network": {
"message": "Network"
},
"confirmation.estimatedChanges": {
"message": "Estimated changes"
},
"confirmation.estimatedChanges.send": {
"message": "You send"
},
"confirmation.estimatedChanges.receive": {
"message": "You receive"
},
"confirmation.estimatedChanges.notAvailable": {
"message": "Not available"
},
"confirmation.estimatedChanges.noChanges": {
"message": "No changes"
},
"confirmation.estimatedChanges.tooltip": {
"message": "Estimated changes are what might happen if you go through with this transaction. This is just a prediction, not a guarantee."
},
"confirmation.advanced.show": {
"message": "Show advanced"
},
"confirmation.advanced.hide": {
"message": "Hide advanced"
},
"confirmation.cancelButton": {
"message": "Cancel"
},
"confirmation.confirmButton": {
"message": "Confirm"
},
"confirmation.signAndSendTransaction.title": {
"message": "Transaction request"
},
"confirmation.signTransaction.title": {
"message": "Signing request"
},
"confirmation.sendAndConfirmTransaction.title": {
"message": "Sending and confirming transaction"
},
"confirmation.advanced.unknownInstruction": {
"message": "Unknown"
},
"confirmation.advanced.programId": {
"message": "Program ID"
},
"confirmation.advanced.data": {
"message": "Data"
},
"confirmation.fee": {
"message": "Network fee"
},
"confirmation.feeError": {
"message": "Unable to estimate fee"
},
"confirmation.origin": {
"message": "Request from"
},
"confirmation.origin.tooltip": {
"message": "This is the site asking for your confirmation."
},
"confirmation.simulationErrorTitle": {
"message": "This transaction was reverted during simulation."
},
"confirmation.simulationErrorSubtitle": {
"message": "{reason}"
},
"confirmation.validationErrorTitle": {
"message": "This is a deceptive request"
},
"confirmation.validationErrorSubtitle": {
"message": "If you approve this request, a third party known for scams will take all your assets."
},
"confirmation.validationErrorLearnMore": {
"message": "Learn more"
},
"confirmation.validationErrorSecurityAdviced": {
"message": "Security advice by"
},
"confirmation.signMessage.title": {
"message": "Sign message"
},
"confirmation.signMessage.message": {
"message": "Message"
},
"confirmation.signIn.title": {
"message": "Sign-in request"
},
"confirmation.signIn.description": {
"message": "A site wants you to sign in to prove you own this account."
},
"confirmation.signIn.domain": {
"message": "Domain"
},
"confirmation.signIn.unknownDomain": {
"message": "Unknown domain"
},
"confirmation.signIn.signingInWith": {
"message": "Signing in with"
},
"confirmation.signIn.badAccount": {
"message": "This site is asking you to sign in using the wrong account."
},
"confirmation.signIn.message": {
"message": "Message"
},
"confirmation.signIn.statement": {
"message": "Statement"
},
"confirmation.signIn.version": {
"message": "Version"
},
"confirmation.signIn.chainId": {
"message": "Chain ID"
},
"confirmation.signIn.nonce": {
"message": "Nonce"
},
"confirmation.signIn.issuedAt": {
"message": "Issued at"
},
"confirmation.signIn.expirationTime": {
"message": "Expiration time"
},
"confirmation.signIn.notBefore": {
"message": "Not before"
},
"confirmation.signIn.requestId": {
"message": "Request ID"
},
"confirmation.signIn.resources": {
"message": "Resources"
},
"transactionScan.errors.accountAlreadyInUse": {
"message": "An account with the same address already exists."
},
"transactionScan.errors.insufficientSol": {
"message": "Account does not have enough SOL to perform the operation."
},
"transactionScan.errors.slippageToleranceExceeded": {
"message": "The transaction was reverted because the slippage tolerance was exceeded."
},
"transactionScan.errors.unknownError": {
"message": "An unknown error occurred."
}
}
}