@lifi/widget 4.0.0-beta.10 → 4.0.0-beta.12

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.
@@ -0,0 +1,356 @@
1
+ {
2
+ "language": {
3
+ "name": "Polski",
4
+ "title": "Język"
5
+ },
6
+ "format": {
7
+ "currency": "",
8
+ "number": "",
9
+ "percent": "",
10
+ "tokenAmount": ""
11
+ },
12
+ "button": {
13
+ "auto": "",
14
+ "bookmark": "",
15
+ "bookmarks": "",
16
+ "bridge": "",
17
+ "bridgeReview": "",
18
+ "buy": "",
19
+ "cancel": "",
20
+ "checkoutReview": "",
21
+ "clearAllFailed": "",
22
+ "clearTransaction": "",
23
+ "close": "",
24
+ "confirm": "",
25
+ "connectAnotherWallet": "",
26
+ "connectChainWallet": "",
27
+ "connectWallet": "",
28
+ "contactSupport": "",
29
+ "continue": "",
30
+ "copyAddress": "",
31
+ "dark": "",
32
+ "delete": "",
33
+ "deposit": "",
34
+ "depositReview": "",
35
+ "disconnect": "",
36
+ "done": "",
37
+ "exchange": "",
38
+ "getGas": "",
39
+ "learnMore": "",
40
+ "light": "",
41
+ "max": "",
42
+ "ok": "",
43
+ "options": "",
44
+ "reset": "",
45
+ "resetSettings": "",
46
+ "seeDetails": "",
47
+ "showAll": "",
48
+ "startBridging": "",
49
+ "startSwapping": "",
50
+ "swap": "",
51
+ "swapReview": "",
52
+ "system": "",
53
+ "tryAgain": "",
54
+ "viewCoverage": "",
55
+ "viewOnExplorer": ""
56
+ },
57
+ "header": {
58
+ "amount": "",
59
+ "bookmarkedWallets": "",
60
+ "bridge": "",
61
+ "checkout": "",
62
+ "checkoutDetails": "",
63
+ "deposit": "",
64
+ "depositDetails": "",
65
+ "depositTo": "",
66
+ "exchange": "",
67
+ "from": "",
68
+ "gas": "",
69
+ "payWith": "",
70
+ "receive": "",
71
+ "received": "",
72
+ "recentWallets": "",
73
+ "refunded": "",
74
+ "selectChain": "",
75
+ "selectWallet": "",
76
+ "send": "",
77
+ "sendToWallet": "",
78
+ "settings": "",
79
+ "swap": "",
80
+ "to": "",
81
+ "transactionDetails": "",
82
+ "activities": "",
83
+ "walletConnected": "",
84
+ "youGet": "",
85
+ "youPay": ""
86
+ },
87
+ "info": {
88
+ "message": {
89
+ "accountDeployedMessage": "",
90
+ "autoRefuel": "",
91
+ "emptyBridgesList": "",
92
+ "emptyChainList": "",
93
+ "emptyExchangesList": "",
94
+ "emptyTokenListAllNetworks": "",
95
+ "emptyTransactionHistory": "",
96
+ "routeNotFound": "",
97
+ "missingRouteRequiredAccount": ""
98
+ },
99
+ "title": {
100
+ "autoRefuel": "",
101
+ "emptyTransactionHistory": "",
102
+ "routeNotFound": ""
103
+ }
104
+ },
105
+ "success": {
106
+ "message": {
107
+ "exchangePartiallySuccessful": ""
108
+ },
109
+ "title": {
110
+ "bridgePartiallySuccessful": "",
111
+ "bridgeSuccessful": "",
112
+ "depositSuccessful": "",
113
+ "checkoutSuccessful": "",
114
+ "refundIssued": "",
115
+ "swapPartiallySuccessful": "",
116
+ "swapSuccessful": ""
117
+ }
118
+ },
119
+ "warning": {
120
+ "message": {
121
+ "accountNotDeployedMessage": "",
122
+ "lowAddressActivity": "",
123
+ "clearFailedTransactions": "",
124
+ "fundsLossPrevention": "",
125
+ "highValueLoss": "",
126
+ "unverifiedToken": "",
127
+ "insufficientFunds": "",
128
+ "insufficientGas": "",
129
+ "minFromAmountUSD": "",
130
+ "rateChanged": "",
131
+ "resetSettings": "",
132
+ "slippageOutsideRecommendedLimits": "",
133
+ "slippageUnderRecommendedLimits": ""
134
+ },
135
+ "title": {
136
+ "clearFailedTransactions": "",
137
+ "highValueLoss": "",
138
+ "insufficientGas": "",
139
+ "rateChanged": "",
140
+ "resetSettings": "",
141
+ "lowAddressActivity": ""
142
+ }
143
+ },
144
+ "error": {
145
+ "message": {
146
+ "allowanceRequired": "",
147
+ "insufficientFunds": "",
148
+ "rateLimitExceeded": "",
149
+ "remainInYourWallet": "",
150
+ "signatureRejected": "",
151
+ "slippageThreshold": "",
152
+ "thirdPartyError": "",
153
+ "transactionCanceled": "",
154
+ "transactionConflict": "",
155
+ "transactionExpired": "",
156
+ "transactionRejected": "",
157
+ "transactionFailed": "",
158
+ "transactionNotSent": "",
159
+ "transactionSimulationFailed": "",
160
+ "unknown": "",
161
+ "walletChangedDuringExecution": ""
162
+ },
163
+ "title": {
164
+ "allowanceRequired": "",
165
+ "balanceIsTooLow": "",
166
+ "bookmarkAlreadyExists": "",
167
+ "bookmarkNameRequired": "",
168
+ "chainSwitch": "",
169
+ "exchangeRateUpdateCanceled": "",
170
+ "gasLimitIsTooLow": "",
171
+ "insufficientFunds": "",
172
+ "insufficientGas": "",
173
+ "rateLimitExceeded": "",
174
+ "signatureRejected": "",
175
+ "slippageNotMet": "",
176
+ "thirdPartyError": "",
177
+ "transactionCanceled": "",
178
+ "transactionConflict": "",
179
+ "transactionExpired": "",
180
+ "transactionFailed": "",
181
+ "transactionRejected": "",
182
+ "transactionSimulationFailed": "",
183
+ "transactionUnderpriced": "",
184
+ "transactionUnprepared": "",
185
+ "unknown": "",
186
+ "walletAddressInvalid": "",
187
+ "walletAddressInvalid_chain": "",
188
+ "walletAddressRequired": "",
189
+ "walletChainTypeInvalid": "",
190
+ "walletMismatch": ""
191
+ }
192
+ },
193
+ "tooltip": {
194
+ "deselectAll": "",
195
+ "estimatedTime": "",
196
+ "exchangeRate": "",
197
+ "feeCollection": "",
198
+ "minReceived": "",
199
+ "notFound": {
200
+ "text": "",
201
+ "title": ""
202
+ },
203
+ "multistep": "",
204
+ "gasless": "",
205
+ "numberOfSteps": "",
206
+ "priceImpact": "",
207
+ "progressToNextUpdate": "",
208
+ "selectAll": "",
209
+ "settingsModified": "",
210
+ "slippage": ""
211
+ },
212
+ "main": {
213
+ "allNetworks": "",
214
+ "allTokens": "",
215
+ "bridgeStepDetails": "",
216
+ "checkoutStepDetails": "",
217
+ "currentAmount": "",
218
+ "depositStepDetails": "",
219
+ "estimatedTime": "",
220
+ "exchangeRate": "",
221
+ "featuredTokens": "",
222
+ "fees": {
223
+ "defaultIntegrator": "",
224
+ "relayerService": "",
225
+ "estimated": "",
226
+ "free": "",
227
+ "network": "",
228
+ "paid": "",
229
+ "provider": ""
230
+ },
231
+ "from": "",
232
+ "inProgress": "",
233
+ "maxSlippage": "",
234
+ "minReceived": "",
235
+ "myTokens": "",
236
+ "onChain": "",
237
+ "ownedBy": "",
238
+ "pinnedTokens": "",
239
+ "popularTokens": "",
240
+ "priceImpact": "",
241
+ "process": {
242
+ "bridge": {
243
+ "actionRequired": "",
244
+ "messageRequired": "",
245
+ "done": "",
246
+ "pending": "",
247
+ "started": ""
248
+ },
249
+ "checkout": {
250
+ "done": ""
251
+ },
252
+ "deposit": {
253
+ "done": ""
254
+ },
255
+ "receivingChain": {
256
+ "done": "",
257
+ "partial": "",
258
+ "pending": "",
259
+ "refunded": ""
260
+ },
261
+ "swap": {
262
+ "actionRequired": "",
263
+ "messageRequired": "",
264
+ "done": "",
265
+ "pending": "",
266
+ "started": ""
267
+ },
268
+ "permit": {
269
+ "actionRequired": "",
270
+ "done": "",
271
+ "pending": "",
272
+ "started": ""
273
+ },
274
+ "tokenAllowance": {
275
+ "actionRequired": "",
276
+ "resetRequired": "",
277
+ "done": "",
278
+ "pending": "",
279
+ "started": ""
280
+ }
281
+ },
282
+ "quotedAmount": "",
283
+ "rateChange": "",
284
+ "receiving": "",
285
+ "refuelStepDetails": "",
286
+ "route": "",
287
+ "select": "",
288
+ "sendToAddress": "",
289
+ "sendToWallet": "",
290
+ "sending": "",
291
+ "sentToAddress": "",
292
+ "stepBridge": "",
293
+ "stepBridgeAndBuy": "",
294
+ "stepBridgeAndDeposit": "",
295
+ "stepBuy": "",
296
+ "stepDeposit": "",
297
+ "stepDetails": "",
298
+ "stepSwap": "",
299
+ "stepSwapAndBridge": "",
300
+ "stepSwapAndBuy": "",
301
+ "stepSwapAndDeposit": "",
302
+ "swapStepDetails": "",
303
+ "receipts": "",
304
+ "sentToWallet": "",
305
+ "transferId": "",
306
+ "tags": {
307
+ "cheapest": "",
308
+ "fastest": "",
309
+ "gasless": "",
310
+ "multistep": ""
311
+ },
312
+ "to": "",
313
+ "tokenOnChain": "",
314
+ "tokenOnChainAmount": "",
315
+ "tokenSearch": "",
316
+ "valueLoss": "",
317
+ "searchBridges": "",
318
+ "searchExchanges": "",
319
+ "searchNetwork": ""
320
+ },
321
+ "settings": {
322
+ "appearance": "",
323
+ "enabledBridges": "",
324
+ "enabledExchanges": "",
325
+ "gasPrice": {
326
+ "fast": "",
327
+ "normal": "",
328
+ "slow": "",
329
+ "title": ""
330
+ },
331
+ "routePriority": "",
332
+ "slippage": "",
333
+ "custom": "",
334
+ "resetSettings": "",
335
+ "hideSmallBalances": ""
336
+ },
337
+ "sendToWallet": {
338
+ "addBookmark": "",
339
+ "bookmarkWallet": "",
340
+ "confirmWalletAddress": "",
341
+ "connectedWallets": "",
342
+ "enterAddress_long": "",
343
+ "enterAddress_short": "",
344
+ "enterName": "",
345
+ "noBookmarkedWallets": "",
346
+ "noConnectedWallets": "",
347
+ "noRecentWallets": "",
348
+ "required": ""
349
+ },
350
+ "tokenMetric": {
351
+ "currentPrice": "",
352
+ "contractAddress": "",
353
+ "marketCap": "",
354
+ "volume24h": ""
355
+ }
356
+ }