@lifi/widget 3.4.3 → 3.5.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/CHANGELOG.md +23 -0
- package/README.md +1 -1
- package/_esm/components/AppContainer.js +11 -3
- package/_esm/components/AppContainer.js.map +1 -1
- package/_esm/components/Card/CardIconButton.d.ts +1 -1
- package/_esm/components/Header/WalletMenu.js +5 -1
- package/_esm/components/Header/WalletMenu.js.map +1 -1
- package/_esm/components/Step/Step.js +16 -8
- package/_esm/components/Step/Step.js.map +1 -1
- package/_esm/components/Step/StepProcess.js +3 -1
- package/_esm/components/Step/StepProcess.js.map +1 -1
- package/_esm/components/Tabs/Tabs.style.d.ts +1 -1
- package/_esm/components/Token/Token.js +8 -12
- package/_esm/components/Token/Token.js.map +1 -1
- package/_esm/components/TokenList/TokenList.js +4 -1
- package/_esm/components/TokenList/TokenList.js.map +1 -1
- package/_esm/components/TokenList/TokenList.style.d.ts +2 -2
- package/_esm/components/TokenList/TokenListItem.js +3 -1
- package/_esm/components/TokenList/TokenListItem.js.map +1 -1
- package/_esm/components/TransactionDetails.js +5 -11
- package/_esm/components/TransactionDetails.js.map +1 -1
- package/_esm/config/constants.d.ts +2 -1
- package/_esm/config/constants.js +2 -1
- package/_esm/config/constants.js.map +1 -1
- package/_esm/config/version.d.ts +1 -1
- package/_esm/config/version.js +1 -1
- package/_esm/hooks/useExplorer.d.ts +5 -0
- package/_esm/hooks/useExplorer.js +40 -0
- package/_esm/hooks/useExplorer.js.map +1 -0
- package/_esm/hooks/useProcessMessage.js +3 -7
- package/_esm/hooks/useProcessMessage.js.map +1 -1
- package/_esm/hooks/useRoutes.d.ts +1 -1
- package/_esm/hooks/useRoutes.js +4 -0
- package/_esm/hooks/useRoutes.js.map +1 -1
- package/_esm/i18n/bn.json +42 -33
- package/_esm/i18n/de.json +43 -34
- package/_esm/i18n/en.json +16 -11
- package/_esm/i18n/es.json +113 -104
- package/_esm/i18n/fr.json +45 -36
- package/_esm/i18n/hi.json +38 -29
- package/_esm/i18n/id.json +42 -33
- package/_esm/i18n/it.json +43 -34
- package/_esm/i18n/ja.json +45 -36
- package/_esm/i18n/ko.json +43 -34
- package/_esm/i18n/pt.json +45 -36
- package/_esm/i18n/th.json +45 -36
- package/_esm/i18n/tr.json +44 -35
- package/_esm/i18n/uk.json +45 -36
- package/_esm/i18n/vi.json +45 -36
- package/_esm/i18n/zh.json +45 -36
- package/_esm/pages/MainPage/ReviewButton.js +8 -6
- package/_esm/pages/MainPage/ReviewButton.js.map +1 -1
- package/_esm/pages/SelectTokenPage/useTokenListHeight.js +2 -0
- package/_esm/pages/SelectTokenPage/useTokenListHeight.js.map +1 -1
- package/_esm/pages/SendToWallet/BookmarksPage.js +3 -4
- package/_esm/pages/SendToWallet/BookmarksPage.js.map +1 -1
- package/_esm/pages/SendToWallet/ConnectedWalletsPage.js +5 -4
- package/_esm/pages/SendToWallet/ConnectedWalletsPage.js.map +1 -1
- package/_esm/pages/SendToWallet/RecentWalletsPage.js +3 -4
- package/_esm/pages/SendToWallet/RecentWalletsPage.js.map +1 -1
- package/_esm/pages/SendToWallet/SendToConfiguredWalletPage.js +3 -4
- package/_esm/pages/SendToWallet/SendToConfiguredWalletPage.js.map +1 -1
- package/_esm/pages/SendToWallet/SendToWalletPage.style.js +3 -1
- package/_esm/pages/SendToWallet/SendToWalletPage.style.js.map +1 -1
- package/_esm/pages/TransactionDetailsPage/TransactionDetailsPage.js +4 -13
- package/_esm/pages/TransactionDetailsPage/TransactionDetailsPage.js.map +1 -1
- package/_esm/pages/TransactionDetailsPage/TransferIdCard.d.ts +5 -0
- package/_esm/pages/TransactionDetailsPage/TransferIdCard.js +32 -0
- package/_esm/pages/TransactionDetailsPage/TransferIdCard.js.map +1 -0
- package/_esm/pages/TransactionPage/StatusBottomSheet.js +2 -2
- package/_esm/pages/TransactionPage/StatusBottomSheet.js.map +1 -1
- package/_esm/pages/TransactionPage/TransactionPage.js +8 -6
- package/_esm/pages/TransactionPage/TransactionPage.js.map +1 -1
- package/_esm/providers/I18nProvider/I18nProvider.js +2 -0
- package/_esm/providers/I18nProvider/I18nProvider.js.map +1 -1
- package/_esm/providers/I18nProvider/percentFormatter.d.ts +7 -0
- package/_esm/providers/I18nProvider/percentFormatter.js +19 -0
- package/_esm/providers/I18nProvider/percentFormatter.js.map +1 -0
- package/_esm/types/widget.d.ts +1 -0
- package/_esm/utils/elements.d.ts +2 -1
- package/_esm/utils/elements.js +1 -0
- package/_esm/utils/elements.js.map +1 -1
- package/components/AppContainer.tsx +31 -18
- package/components/Header/WalletMenu.tsx +7 -1
- package/components/Step/Step.tsx +16 -11
- package/components/Step/StepProcess.tsx +5 -2
- package/components/Token/Token.tsx +15 -18
- package/components/TokenList/TokenList.tsx +8 -1
- package/components/TokenList/TokenListItem.tsx +4 -1
- package/components/TransactionDetails.tsx +8 -17
- package/config/constants.ts +3 -1
- package/config/version.ts +1 -1
- package/hooks/useExplorer.ts +51 -0
- package/hooks/useProcessMessage.ts +3 -7
- package/hooks/useRoutes.ts +5 -0
- package/i18n/bn.json +42 -33
- package/i18n/de.json +43 -34
- package/i18n/en.json +16 -11
- package/i18n/es.json +113 -104
- package/i18n/fr.json +45 -36
- package/i18n/hi.json +38 -29
- package/i18n/id.json +42 -33
- package/i18n/it.json +43 -34
- package/i18n/ja.json +45 -36
- package/i18n/ko.json +43 -34
- package/i18n/pt.json +45 -36
- package/i18n/th.json +45 -36
- package/i18n/tr.json +44 -35
- package/i18n/uk.json +45 -36
- package/i18n/vi.json +45 -36
- package/i18n/zh.json +45 -36
- package/package.json +12 -12
- package/pages/MainPage/ReviewButton.tsx +8 -6
- package/pages/SelectTokenPage/useTokenListHeight.ts +3 -0
- package/pages/SendToWallet/BookmarksPage.tsx +6 -4
- package/pages/SendToWallet/ConnectedWalletsPage.tsx +8 -7
- package/pages/SendToWallet/RecentWalletsPage.tsx +6 -6
- package/pages/SendToWallet/SendToConfiguredWalletPage.tsx +6 -6
- package/pages/SendToWallet/SendToWalletPage.style.tsx +3 -0
- package/pages/TransactionDetailsPage/TransactionDetailsPage.tsx +5 -34
- package/pages/TransactionDetailsPage/TransferIdCard.tsx +67 -0
- package/pages/TransactionPage/StatusBottomSheet.tsx +9 -3
- package/pages/TransactionPage/TransactionPage.tsx +9 -7
- package/providers/I18nProvider/I18nProvider.tsx +2 -0
- package/providers/I18nProvider/percentFormatter.ts +18 -0
- package/types/widget.ts +1 -1
- package/utils/elements.ts +1 -0
package/_esm/i18n/en.json
CHANGED
|
@@ -5,17 +5,19 @@
|
|
|
5
5
|
},
|
|
6
6
|
"format": {
|
|
7
7
|
"currency": "{{value, currencyExt(currency: USD)}}",
|
|
8
|
-
"number": "{{value, number(maximumFractionDigits: 9)}}"
|
|
8
|
+
"number": "{{value, number(maximumFractionDigits: 9)}}",
|
|
9
|
+
"percent": "{{value, percent(maximumFractionDigits: 2)}}"
|
|
9
10
|
},
|
|
10
11
|
"button": {
|
|
11
12
|
"auto": "Auto",
|
|
12
13
|
"bookmark": "Bookmark",
|
|
13
14
|
"bookmarks": "Bookmarks",
|
|
14
15
|
"bridge": "Bridge",
|
|
16
|
+
"bridgeReview": "Review bridge",
|
|
15
17
|
"buy": "Buy",
|
|
16
|
-
"buyNow": "Buy now",
|
|
17
18
|
"cancel": "Cancel",
|
|
18
19
|
"changeWallet": "Change wallet",
|
|
20
|
+
"checkoutReview": "Review purchase",
|
|
19
21
|
"close": "Close",
|
|
20
22
|
"confirm": "Confirm",
|
|
21
23
|
"connectWallet": "Connect wallet",
|
|
@@ -24,6 +26,8 @@
|
|
|
24
26
|
"copyAddress": "Copy address",
|
|
25
27
|
"dark": "Dark",
|
|
26
28
|
"delete": "Delete",
|
|
29
|
+
"deposit": "Deposit",
|
|
30
|
+
"depositReview": "Review deposit",
|
|
27
31
|
"disconnect": "Disconnect",
|
|
28
32
|
"done": "Done",
|
|
29
33
|
"exchange": "Exchange",
|
|
@@ -36,14 +40,12 @@
|
|
|
36
40
|
"removeTransaction": "Remove transaction",
|
|
37
41
|
"reset": "Reset",
|
|
38
42
|
"resetSettings": "Reset settings",
|
|
39
|
-
"reviewBridge": "Review bridge",
|
|
40
|
-
"reviewPurchase": "Review purchase",
|
|
41
|
-
"reviewSwap": "Review swap",
|
|
42
43
|
"seeDetails": "See details",
|
|
43
44
|
"showAll": "Show all",
|
|
44
45
|
"startBridging": "Start bridging",
|
|
45
46
|
"startSwapping": "Start swapping",
|
|
46
47
|
"swap": "Swap",
|
|
48
|
+
"swapReview": "Review swap",
|
|
47
49
|
"tryAgain": "Try again",
|
|
48
50
|
"viewCoverage": "View coverage",
|
|
49
51
|
"viewOnExplorer": "View on explorer"
|
|
@@ -53,21 +55,21 @@
|
|
|
53
55
|
"bookmarkedWallets": "Bookmarked wallets",
|
|
54
56
|
"bridge": "Bridge",
|
|
55
57
|
"checkout": "Checkout",
|
|
58
|
+
"checkoutDetails": "Checkout details",
|
|
56
59
|
"deposit": "Deposit",
|
|
60
|
+
"depositDetails": "Deposit details",
|
|
57
61
|
"exchange": "Exchange",
|
|
58
62
|
"from": "Exchange from",
|
|
59
63
|
"gas": "Gas",
|
|
60
64
|
"payWith": "Pay with",
|
|
61
|
-
"purchase": "Purchase",
|
|
62
|
-
"purchaseDetails": "Purchase details",
|
|
63
65
|
"receive": "Receive",
|
|
64
66
|
"recentWallets": "Recent wallets",
|
|
65
67
|
"selectChain": "Select chain",
|
|
66
68
|
"selectWallet": "Select your wallet",
|
|
69
|
+
"send": "Send",
|
|
67
70
|
"sendToWallet": "Send to wallet",
|
|
68
71
|
"settings": "Settings",
|
|
69
72
|
"swap": "Swap",
|
|
70
|
-
"send": "Send",
|
|
71
73
|
"to": "Exchange to",
|
|
72
74
|
"transactionDetails": "Transaction details",
|
|
73
75
|
"transactionHistory": "Transaction history",
|
|
@@ -96,12 +98,13 @@
|
|
|
96
98
|
"message": {
|
|
97
99
|
"exchangePartiallySuccessful": "We've tried to complete the transaction, but {{tool}} couldn't proceed due to either slippage settings or lack of liquidity for the {{tokenSymbol}} token.",
|
|
98
100
|
"exchangeSuccessful": "There are now {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} in {{walletAddress}} wallet on {{chainName}} chain.",
|
|
99
|
-
"
|
|
101
|
+
"checkoutSuccessful": "You now own {{assetName}} in {{walletAddress}} wallet on {{chainName}} chain."
|
|
100
102
|
},
|
|
101
103
|
"title": {
|
|
102
104
|
"bridgePartiallySuccessful": "Bridge partially successful",
|
|
103
105
|
"bridgeSuccessful": "Bridge successful",
|
|
104
|
-
"
|
|
106
|
+
"depositSuccessful": "Deposit successful",
|
|
107
|
+
"checkoutSuccessful": "Purchase successful",
|
|
105
108
|
"refundIssued": "Refund issued",
|
|
106
109
|
"swapPartiallySuccessful": "Swap partially successful",
|
|
107
110
|
"swapSuccessful": "Swap successful"
|
|
@@ -256,11 +259,13 @@
|
|
|
256
259
|
"sentToAddress": "Sent to {{address}}",
|
|
257
260
|
"stepBridge": "Bridge",
|
|
258
261
|
"stepBridgeAndBuy": "Bridge and buy",
|
|
262
|
+
"stepBridgeAndDeposit": "Bridge and deposit",
|
|
259
263
|
"stepDetails": "{{tool}} via LI.FI",
|
|
260
264
|
"stepSwap": "Swap",
|
|
261
265
|
"stepSwapAndBridge": "Swap and bridge",
|
|
262
266
|
"stepSwapAndBuy": "Swap and buy",
|
|
263
|
-
"
|
|
267
|
+
"stepSwapAndDeposit": "Swap and deposit",
|
|
268
|
+
"transferId": "Transfer ID",
|
|
264
269
|
"swapStepDetails": "Swap on {{chain}} via {{tool}}",
|
|
265
270
|
"tags": {
|
|
266
271
|
"cheapest": "Best Return",
|
package/_esm/i18n/es.json
CHANGED
|
@@ -4,26 +4,30 @@
|
|
|
4
4
|
"title": "Idioma"
|
|
5
5
|
},
|
|
6
6
|
"format": {
|
|
7
|
-
"currency": "{{value,
|
|
8
|
-
"number": "{{value, number(maximumFractionDigits: 4)}}"
|
|
7
|
+
"currency": "{{value, currencyExt(currency: USD)}}",
|
|
8
|
+
"number": "{{value, number(maximumFractionDigits: 4)}}",
|
|
9
|
+
"percent": ""
|
|
9
10
|
},
|
|
10
11
|
"button": {
|
|
11
12
|
"auto": "Auto",
|
|
12
|
-
"bookmark": "",
|
|
13
|
-
"bookmarks": "",
|
|
14
|
-
"bridge": "",
|
|
13
|
+
"bookmark": "Favorito",
|
|
14
|
+
"bookmarks": "Favoritos",
|
|
15
|
+
"bridge": "Puente",
|
|
16
|
+
"bridgeReview": "",
|
|
15
17
|
"buy": "Comprar",
|
|
16
|
-
"buyNow": "Comprar ahora",
|
|
17
18
|
"cancel": "Cancelar",
|
|
18
|
-
"changeWallet": "",
|
|
19
|
-
"
|
|
20
|
-
"
|
|
19
|
+
"changeWallet": "Cambiar billetera",
|
|
20
|
+
"checkoutReview": "",
|
|
21
|
+
"close": "Cerrar",
|
|
22
|
+
"confirm": "Confirmar",
|
|
21
23
|
"connectWallet": "Conectar billetera",
|
|
22
24
|
"contactSupport": "Contactar soporte",
|
|
23
25
|
"continue": "Continuar",
|
|
24
26
|
"copyAddress": "Copiar dirección",
|
|
25
27
|
"dark": "Oscuro",
|
|
26
28
|
"delete": "Eliminar",
|
|
29
|
+
"deposit": "",
|
|
30
|
+
"depositReview": "",
|
|
27
31
|
"disconnect": "Desconectar",
|
|
28
32
|
"done": "Hecho",
|
|
29
33
|
"exchange": "Intercambio",
|
|
@@ -32,44 +36,46 @@
|
|
|
32
36
|
"light": "Luz",
|
|
33
37
|
"max": "máximo",
|
|
34
38
|
"ok": "Ok",
|
|
35
|
-
"options": "",
|
|
39
|
+
"options": "Opciones",
|
|
36
40
|
"removeTransaction": "Eliminar transacción",
|
|
37
41
|
"reset": "Reiniciar",
|
|
38
42
|
"resetSettings": "Reiniciar ajustes",
|
|
39
|
-
"reviewBridge": "",
|
|
40
|
-
"reviewPurchase": "Revisar compra",
|
|
41
|
-
"reviewSwap": "Revisar swap",
|
|
42
43
|
"seeDetails": "Ver detalles",
|
|
43
44
|
"showAll": "Mostrar todo",
|
|
44
|
-
"startBridging": "",
|
|
45
|
+
"startBridging": "Comenzar puente",
|
|
45
46
|
"startSwapping": "Iniciar intercambio",
|
|
46
47
|
"swap": "Swap",
|
|
48
|
+
"swapReview": "",
|
|
47
49
|
"tryAgain": "Intentar otra vez",
|
|
48
50
|
"viewCoverage": "Ver cobertura",
|
|
49
51
|
"viewOnExplorer": "Ver en explorador"
|
|
50
52
|
},
|
|
51
53
|
"header": {
|
|
52
54
|
"activeTransactions": "Transacciones activas",
|
|
53
|
-
"bookmarkedWallets": "",
|
|
54
|
-
"bridge": "",
|
|
55
|
+
"bookmarkedWallets": "Billeteras preferidas",
|
|
56
|
+
"bridge": "Puente",
|
|
55
57
|
"checkout": "Checkout",
|
|
58
|
+
"checkoutDetails": "",
|
|
59
|
+
"deposit": "",
|
|
60
|
+
"depositDetails": "",
|
|
56
61
|
"exchange": "Intercambio",
|
|
57
62
|
"from": "Intercambiar de",
|
|
58
63
|
"gas": "Gas",
|
|
59
64
|
"payWith": "Pagar con",
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"recentWallets": "",
|
|
65
|
+
"receive": "Recibir",
|
|
66
|
+
"recentWallets": "Billeteras recientes",
|
|
63
67
|
"selectChain": "Seleccione la cadena",
|
|
64
68
|
"selectWallet": "Seleccione su billetera",
|
|
65
|
-
"
|
|
69
|
+
"send": "Enviar",
|
|
70
|
+
"sendToWallet": "Enviar a la billetera",
|
|
66
71
|
"settings": "Ajustes",
|
|
67
72
|
"swap": "Swap",
|
|
68
73
|
"to": "Swap a",
|
|
69
74
|
"transactionDetails": "Detalles de transacción",
|
|
70
75
|
"transactionHistory": "Historial de transacciones",
|
|
71
76
|
"walletConnected": "Billetera conectada",
|
|
72
|
-
"youGet": "Usted obtiene"
|
|
77
|
+
"youGet": "Usted obtiene",
|
|
78
|
+
"youPay": "Tú pagas"
|
|
73
79
|
},
|
|
74
80
|
"info": {
|
|
75
81
|
"message": {
|
|
@@ -77,12 +83,12 @@
|
|
|
77
83
|
"emptyActiveTransactions": "Las transacciones en progreso aparecerán aquí. Una vez completadas, encuéntralas en el historial de transacciones.",
|
|
78
84
|
"emptyTokenList": "No pudimos encontrar tokens en la cadena {{chainName}} o no tienes ninguno. Por favor, busque por dirección de contrato si su token no aparece o elija otra cadena.",
|
|
79
85
|
"emptyTransactionHistory": "El historial de intercambio solo se almacena localmente y se eliminará si borra los datos de su navegador.",
|
|
80
|
-
"fundsToExchange": "",
|
|
81
|
-
"toAddressIsRequired": "",
|
|
86
|
+
"fundsToExchange": "Los fondos enviados a la billetera de un exchange se pueden perder",
|
|
87
|
+
"toAddressIsRequired": "Por favor, proporcione la dirección de la billetera de destino a la que se transferirán los fondos.",
|
|
82
88
|
"routeNotFound": "Razones para eso: baja liquidez, cantidad seleccionada es demasiado baja, Los costos de gas son demasiado altos o no hay rutas para la combinación seleccionada."
|
|
83
89
|
},
|
|
84
90
|
"title": {
|
|
85
|
-
"autoRefuel": "Obtener gas",
|
|
91
|
+
"autoRefuel": "Obtener gas {{chainName}}",
|
|
86
92
|
"emptyActiveTransactions": "No hay transacciones activas",
|
|
87
93
|
"emptyTransactionHistory": "No hay transacciones recientes",
|
|
88
94
|
"routeNotFound": "No hay rutas disponibles"
|
|
@@ -90,14 +96,15 @@
|
|
|
90
96
|
},
|
|
91
97
|
"success": {
|
|
92
98
|
"message": {
|
|
93
|
-
"exchangePartiallySuccessful": "Hemos intentado completar la transacción, pero {{tool}}
|
|
99
|
+
"exchangePartiallySuccessful": "Hemos intentado completar la transacción, pero {{tool}} no pudo proceder debido a la configuración del deslizamiento o a la falta de liquidez del token {{tokenSymbol}}.",
|
|
94
100
|
"exchangeSuccessful": "Ahora hay {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} en la billetera {{walletAddress}} en la cadena {{chainName}}.",
|
|
95
|
-
"
|
|
101
|
+
"checkoutSuccessful": ""
|
|
96
102
|
},
|
|
97
103
|
"title": {
|
|
98
|
-
"bridgePartiallySuccessful": "",
|
|
99
|
-
"bridgeSuccessful": "",
|
|
100
|
-
"
|
|
104
|
+
"bridgePartiallySuccessful": "Puente parcialmente exitoso",
|
|
105
|
+
"bridgeSuccessful": "Puente exitoso",
|
|
106
|
+
"depositSuccessful": "",
|
|
107
|
+
"checkoutSuccessful": "",
|
|
101
108
|
"refundIssued": "Reembolso emitido",
|
|
102
109
|
"swapPartiallySuccessful": "Swap parcialmente exitoso",
|
|
103
110
|
"swapSuccessful": "Intercambio exitoso"
|
|
@@ -105,19 +112,19 @@
|
|
|
105
112
|
},
|
|
106
113
|
"warning": {
|
|
107
114
|
"message": {
|
|
108
|
-
"deleteActiveTransactions": "",
|
|
109
|
-
"deleteTransactionHistory": "",
|
|
115
|
+
"deleteActiveTransactions": "Las transacciones activas solo se almacenan localmente y no se pueden recuperar si las elimina.",
|
|
116
|
+
"deleteTransactionHistory": "El historial de transacciones solo se almacena localmente y no se puede recuperar si lo elimina.",
|
|
110
117
|
"highValueLoss": "El valor de los tokens recibidos es significativamente menor que los tokens intercambiados y el costo de la transacción.",
|
|
111
118
|
"insufficientFunds": "No tiene fondos suficientes para ejecutar el intercambio.",
|
|
112
119
|
"insufficientGas": "Debes agregar al menos:",
|
|
113
120
|
"rateChanged": "La tasa de cambio ha cambiado. Continuar con el swap implica que estas de acuerdo con la nueva tasa.",
|
|
114
121
|
"resetSettings": "Esto restablecerá su prioridad de ruta, deslizamiento, precio de gas, puentes e intercambios habilitados.",
|
|
115
|
-
"slippageOutsideRecommendedLimits": ""
|
|
122
|
+
"slippageOutsideRecommendedLimits": "La tolerancia de los deslizamientos altos puede resultar en un comercio desfavorable causado por front-running."
|
|
116
123
|
},
|
|
117
124
|
"title": {
|
|
118
|
-
"deleteActiveTransactions": "",
|
|
119
|
-
"deleteTransaction": "",
|
|
120
|
-
"deleteTransactionHistory": "",
|
|
125
|
+
"deleteActiveTransactions": "¿Eliminar todas las transacciones activas?",
|
|
126
|
+
"deleteTransaction": "¿Eliminar esta transacción?",
|
|
127
|
+
"deleteTransactionHistory": "¿Eliminar historial de transacciones?",
|
|
121
128
|
"highValueLoss": "Pérdida de alto valor",
|
|
122
129
|
"insufficientGas": "Gas insuficiente",
|
|
123
130
|
"rateChanged": "Cambios de precio detectado",
|
|
@@ -126,87 +133,96 @@
|
|
|
126
133
|
},
|
|
127
134
|
"error": {
|
|
128
135
|
"message": {
|
|
129
|
-
"allowanceRequired": "",
|
|
130
|
-
"insufficientFunds": "",
|
|
131
|
-
"remainInYourWallet": "",
|
|
132
|
-
"signatureRejected": "",
|
|
136
|
+
"allowanceRequired": "El monto de la transferencia para {{tokenSymbol}} supera su autorización actual. Por favor, aumente su permiso e inténtelo de nuevo.",
|
|
137
|
+
"insufficientFunds": "No tiene suficiente gas para cubrir el coste de la transacción.",
|
|
138
|
+
"remainInYourWallet": "La transacción no fue enviada, sus fondos aún están en su billetera ({{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} en {{chainName}}).",
|
|
139
|
+
"signatureRejected": "Se requiere su firma para completar la transacción. {{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} en {{chainName}} permanecen en su billetera.",
|
|
133
140
|
"slippageThreshold": "El slippage es mayor que el umbral definido. Por favor, solicite una nueva ruta para obtener un presupuesto nuevo.",
|
|
134
|
-
"transactionCanceled": "",
|
|
141
|
+
"transactionCanceled": "La transacción se ha cancelado.",
|
|
142
|
+
"transactionExpired": "La altura del bloque ha excedido el límite máximo permitido o el blockhash ya no es suficientemente reciente.",
|
|
135
143
|
"transactionFailed": "Por favor consulte el explorador de bloques para obtener mas información",
|
|
136
|
-
"transactionNotSent": "",
|
|
144
|
+
"transactionNotSent": "La transacción no ha sido enviada.",
|
|
145
|
+
"transactionSimulationFailed": "La transacción no se ha podido ejecutar en simulación.",
|
|
137
146
|
"unknown": "Inténtalo de nuevo o ponte en contacto con soporte.",
|
|
138
|
-
"walletChangedDuringExecution": ""
|
|
147
|
+
"walletChangedDuringExecution": "La dirección de cartera que solicitó el presupuesto no coincide con la dirección de la cartera intentando firmar la transacción. Por favor, asegúrese de que la misma dirección de cartera se utiliza durante toda la ejecución de la transacción."
|
|
139
148
|
},
|
|
140
149
|
"title": {
|
|
141
|
-
"allowanceRequired": "",
|
|
150
|
+
"allowanceRequired": "Asignación insuficiente",
|
|
142
151
|
"balanceIsTooLow": "El balance es demasiado bajo",
|
|
143
|
-
"bookmarkAlreadyExists": "",
|
|
144
|
-
"bookmarkNameRequired": "",
|
|
152
|
+
"bookmarkAlreadyExists": "La billetera ya está marcada como {{name}}",
|
|
153
|
+
"bookmarkNameRequired": "El nombre del marcador es obligatorio",
|
|
145
154
|
"chainSwitch": "Se requiere cambiar cadena.",
|
|
146
|
-
"exchangeRateUpdateCanceled": "",
|
|
155
|
+
"exchangeRateUpdateCanceled": "Actualización del tipo de cambio cancelada",
|
|
147
156
|
"gasLimitIsTooLow": "Límite de gas es demasiado bajo",
|
|
148
|
-
"insufficientFunds": "",
|
|
149
|
-
"signatureRejected": "",
|
|
157
|
+
"insufficientFunds": "Fondos insuficientes",
|
|
158
|
+
"signatureRejected": "Firma requerida",
|
|
150
159
|
"slippageNotMet": "Condiciones de slippage no cumplidas",
|
|
151
160
|
"transactionCanceled": "Transacción cancelada",
|
|
161
|
+
"transactionExpired": "La transacción ha expirado",
|
|
152
162
|
"transactionFailed": "La transacción ha fallado.",
|
|
163
|
+
"transactionSimulationFailed": "Error al simular la transacción",
|
|
153
164
|
"transactionUnderpriced": "La transacción está subvaluada.",
|
|
154
165
|
"transactionUnprepared": "No se puede preparar la transacción.",
|
|
155
166
|
"unknown": "Algo salió mal.",
|
|
156
|
-
"walletAddressInvalid": "",
|
|
157
|
-
"walletAddressInvalid_chain": "",
|
|
167
|
+
"walletAddressInvalid": "Dirección de la billetera o nombre de dominio no son válidos",
|
|
168
|
+
"walletAddressInvalid_chain": "La dirección de la billetera o nombre de dominio no es válida para la cadena de destino seleccionada {{chainName}}",
|
|
158
169
|
"walletAddressRequired": "Dirección de billetera es requerida.",
|
|
159
|
-
"walletChainTypeInvalid": "",
|
|
160
|
-
"walletMismatch": ""
|
|
170
|
+
"walletChainTypeInvalid": "La dirección de la billetera no coincide con la cadena de destino seleccionada {{chainName}}",
|
|
171
|
+
"walletMismatch": "La dirección de la billetera no coincide"
|
|
161
172
|
}
|
|
162
173
|
},
|
|
163
174
|
"tooltip": {
|
|
164
|
-
"
|
|
175
|
+
"deselectAll": "Deseleccionar todo",
|
|
176
|
+
"estimatedTime": "Tiempo estimado para completar la transacción de intercambio o puente, excluyendo el cambio de cadena y la aprobación de token.",
|
|
177
|
+
"feeCollection": "La comisión se aplica a los pares de tokens seleccionados y garantiza la mejor experiencia con {{tool}}.",
|
|
178
|
+
"minReceived": "La cantidad mínima estimada puede cambiar hasta que la transacción de intercambio/puente sea firmada. Para transferencias de dos pasos, esto se aplica hasta que la transacción de segundo paso sea firmada.",
|
|
165
179
|
"notFound": {
|
|
166
180
|
"text": "No pudimos encontrar esta página.",
|
|
167
181
|
"title": "404"
|
|
168
182
|
},
|
|
169
|
-
"numberOfSteps": "
|
|
183
|
+
"numberOfSteps": "Cada paso de intercambio puede contener 1-2 transacciones que requieren una firma.",
|
|
184
|
+
"priceImpact": "La diferencia de valor estimada entre los tokens de origen y destino.",
|
|
170
185
|
"progressToNextUpdate": "Los datos mostrados se actualizarán automáticamente después de {{value}} segundos. Haga clic aquí para actualizar manualmente.",
|
|
186
|
+
"selectAll": "Seleccionar todo",
|
|
171
187
|
"settingsModified": "Ajustes (modificados)",
|
|
172
|
-
"
|
|
173
|
-
"deselectAll": ""
|
|
188
|
+
"slippage": "El porcentaje máximo de diferencia entre el precio esperado, y el precio real al que se ejecuta una transferencia. Este valor puede cambiarse en ajustes."
|
|
174
189
|
},
|
|
175
190
|
"main": {
|
|
176
|
-
"allTokens": "",
|
|
177
|
-
"bridgeStepDetails": "",
|
|
178
|
-
"checkoutStepDetails": "",
|
|
191
|
+
"allTokens": "Todos los tokens",
|
|
192
|
+
"bridgeStepDetails": "Puente de {{from}} a {{to}} vía {{tool}}",
|
|
193
|
+
"checkoutStepDetails": "Comprar a través de {{tool}}",
|
|
179
194
|
"currentAmount": "Cantidad actual",
|
|
180
|
-
"depositStepDetails": "",
|
|
195
|
+
"depositStepDetails": "Depositar vía {{tool}}",
|
|
181
196
|
"featuredTokens": "Tokens destacados",
|
|
182
197
|
"fees": {
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
198
|
+
"defaultIntegrator": "Comisión del integrador",
|
|
199
|
+
"estimated": "costes estimados",
|
|
200
|
+
"integrator": "Comisión {{tool}}",
|
|
201
|
+
"network": "Coste de red",
|
|
202
|
+
"paid": "costes pagados",
|
|
203
|
+
"provider": "Honorarios del proveedor"
|
|
189
204
|
},
|
|
190
205
|
"from": "Desde",
|
|
191
|
-
"fromAmount": "Usted paga",
|
|
192
|
-
"gasCost": "Costo de gas",
|
|
193
206
|
"inProgress": "en progreso",
|
|
194
|
-
"
|
|
207
|
+
"maxSlippage": "Máx. deslizamiento",
|
|
208
|
+
"minReceived": "Min. recibido",
|
|
209
|
+
"myTokens": "Mis tokens",
|
|
195
210
|
"onChain": "en {{chainName}}",
|
|
196
211
|
"ownedBy": "Propiedad de",
|
|
197
|
-
"popularTokens": "",
|
|
212
|
+
"popularTokens": "Tokens populares",
|
|
213
|
+
"priceImpact": "Impacto en el precio",
|
|
198
214
|
"process": {
|
|
199
215
|
"bridge": {
|
|
200
|
-
"actionRequired": "",
|
|
201
|
-
"done": "",
|
|
202
|
-
"pending": "",
|
|
203
|
-
"started": ""
|
|
216
|
+
"actionRequired": "Por favor, firme la transacción",
|
|
217
|
+
"done": "Transacción de puente confirmada",
|
|
218
|
+
"pending": "Esperando la transacción de puente",
|
|
219
|
+
"started": "Preparando transacción de puente"
|
|
204
220
|
},
|
|
205
221
|
"checkout": {
|
|
206
|
-
"done": ""
|
|
222
|
+
"done": "Compra completada"
|
|
207
223
|
},
|
|
208
224
|
"deposit": {
|
|
209
|
-
"done": ""
|
|
225
|
+
"done": "Depósito completado"
|
|
210
226
|
},
|
|
211
227
|
"receivingChain": {
|
|
212
228
|
"done": "Fondos recibidos.",
|
|
@@ -242,19 +258,18 @@
|
|
|
242
258
|
"sending": "Enviando",
|
|
243
259
|
"sentToAddress": "Enviado a {{address}}",
|
|
244
260
|
"stepBridge": "Cruzar",
|
|
245
|
-
"stepBridgeAndBuy": "",
|
|
261
|
+
"stepBridgeAndBuy": "Puente y compra",
|
|
262
|
+
"stepBridgeAndDeposit": "",
|
|
246
263
|
"stepDetails": "{{tool}} a través de LI.FI",
|
|
247
264
|
"stepSwap": "Swap",
|
|
248
265
|
"stepSwapAndBridge": "Swap y cruzar",
|
|
249
266
|
"stepSwapAndBuy": "Intercambiar y comprar",
|
|
267
|
+
"stepSwapAndDeposit": "",
|
|
250
268
|
"supportId": "ID de soporte",
|
|
251
269
|
"swapStepDetails": "Intercambiar en {{chain}} a través de {{tool}}",
|
|
252
270
|
"tags": {
|
|
253
|
-
"cheapest": "",
|
|
254
|
-
"fastest": ""
|
|
255
|
-
"insurable": "Asegurable",
|
|
256
|
-
"insurance": "Aseguranza",
|
|
257
|
-
"insured": "Asegurado"
|
|
271
|
+
"cheapest": "Mejor retorno",
|
|
272
|
+
"fastest": "Más rápido"
|
|
258
273
|
},
|
|
259
274
|
"to": "A",
|
|
260
275
|
"tokenOnChain": "{{tokenSymbol}} en {{chainName}}",
|
|
@@ -262,16 +277,10 @@
|
|
|
262
277
|
"tokenSearch": "Busque su token",
|
|
263
278
|
"valueLoss": "Valor perdido"
|
|
264
279
|
},
|
|
265
|
-
"insurance": {
|
|
266
|
-
"bridgeExploits": "Puente de malas funciones, hacks o explotaciones",
|
|
267
|
-
"insure": "Asegurar <0>{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}}</0> en transito.",
|
|
268
|
-
"insured": "Has asegurado <0>{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}}</0> en transito:",
|
|
269
|
-
"slippageError": "Error en deslizamiento para tokens recibidos"
|
|
270
|
-
},
|
|
271
280
|
"settings": {
|
|
272
|
-
"theme": "",
|
|
273
|
-
"enabledBridges": "",
|
|
274
|
-
"enabledExchanges": "",
|
|
281
|
+
"theme": "Tema",
|
|
282
|
+
"enabledBridges": "Puentes",
|
|
283
|
+
"enabledExchanges": "Plataformas de intercambio",
|
|
275
284
|
"gasPrice": {
|
|
276
285
|
"fast": "Rápido",
|
|
277
286
|
"normal": "Normal",
|
|
@@ -279,21 +288,21 @@
|
|
|
279
288
|
"title": "Precio de gas"
|
|
280
289
|
},
|
|
281
290
|
"routePriority": "Prioridad de ruta",
|
|
282
|
-
"slippage": "
|
|
283
|
-
"custom": "",
|
|
284
|
-
"resetSettings": ""
|
|
291
|
+
"slippage": "Máx. deslizamiento",
|
|
292
|
+
"custom": "Personalizado",
|
|
293
|
+
"resetSettings": "Estás usando ajustes personalizados que pueden afectar el número o la ordenación de rutas disponibles."
|
|
285
294
|
},
|
|
286
295
|
"sendToWallet": {
|
|
287
|
-
"addBookmark": "",
|
|
288
|
-
"bookmarkWallet": "",
|
|
289
|
-
"confirmWalletAddress": "",
|
|
290
|
-
"connectedWallets": "",
|
|
291
|
-
"enterAddress_long": "",
|
|
292
|
-
"enterAddress_short": "",
|
|
293
|
-
"enterName": "",
|
|
294
|
-
"noBookmarkedWallets": "",
|
|
295
|
-
"noConnectedWallets": "",
|
|
296
|
-
"noRecentWallets": ""
|
|
296
|
+
"addBookmark": "Añadir marcador",
|
|
297
|
+
"bookmarkWallet": "Billeteras preferidas",
|
|
298
|
+
"confirmWalletAddress": "Confirmar dirección de la billetera",
|
|
299
|
+
"connectedWallets": "Billeteras conectadas",
|
|
300
|
+
"enterAddress_long": "Introducir dirección o dominio de la billetera",
|
|
301
|
+
"enterAddress_short": "Introducir dirección de la billetera",
|
|
302
|
+
"enterName": "Introducir nombre",
|
|
303
|
+
"noBookmarkedWallets": "No hay billeteras preferidas",
|
|
304
|
+
"noConnectedWallets": "No hay billeteras conectadas",
|
|
305
|
+
"noRecentWallets": "No hay billeteras recientes"
|
|
297
306
|
},
|
|
298
307
|
"wallet": {
|
|
299
308
|
"extensionNotFound": "Por favor, asegúrese de que sólo la extensión {{name}} del navegador esta activa antes de elegir esta billetera."
|