@lifi/widget 2.0.0-beta.9 → 2.0.1
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/App.js +2 -2
- package/AppDrawer.d.ts +3 -2
- package/AppDrawer.js +7 -3
- package/AppDrawer.style.d.ts +2 -2
- package/AppDrawer.style.js +5 -0
- package/AppProvider.js +4 -4
- package/AppRoutes.js +16 -16
- package/cjs/App.js +2 -2
- package/cjs/AppDrawer.d.ts +3 -2
- package/cjs/AppDrawer.js +7 -3
- package/cjs/AppDrawer.style.d.ts +2 -2
- package/cjs/AppDrawer.style.js +5 -0
- package/cjs/AppProvider.js +3 -3
- package/cjs/AppRoutes.js +16 -16
- package/cjs/components/{ActiveSwaps/ActiveSwapItem.d.ts → ActiveTransactions/ActiveTransactionItem.d.ts} +1 -1
- package/cjs/components/{ActiveSwaps/ActiveSwapItem.js → ActiveTransactions/ActiveTransactionItem.js} +6 -6
- package/cjs/{pages/SwapRoutesPage/SwapRoutesPage.d.ts → components/ActiveTransactions/ActiveTransactions.d.ts} +1 -1
- package/cjs/components/{ActiveSwaps/ActiveSwaps.js → ActiveTransactions/ActiveTransactions.js} +7 -7
- package/cjs/components/{ActiveSwaps/ActiveSwaps.style.d.ts → ActiveTransactions/ActiveTransactions.style.d.ts} +4 -4
- package/cjs/components/ActiveTransactions/index.d.ts +2 -0
- package/cjs/components/{ActiveSwaps → ActiveTransactions}/index.js +2 -2
- package/cjs/components/AmountInput/AmountInput.d.ts +12 -0
- package/cjs/components/AmountInput/AmountInput.js +57 -0
- package/{components/SwapInput/SwapInput.style.d.ts → cjs/components/AmountInput/AmountInput.style.d.ts} +1 -1
- package/{components/SwapInput/SwapInputAdornment.style.d.ts → cjs/components/AmountInput/AmountInputAdornment.style.d.ts} +2 -2
- package/cjs/components/AmountInput/AmountInputEndAdornment.d.ts +2 -0
- package/cjs/components/{SwapInput/SwapInputEndAdornment.js → AmountInput/AmountInputEndAdornment.js} +9 -9
- package/cjs/components/AmountInput/AmountInputStartAdornment.d.ts +3 -0
- package/cjs/components/{SwapInput/SwapInputStartAdornment.js → AmountInput/AmountInputStartAdornment.js} +5 -5
- package/cjs/components/AmountInput/FormPriceHelperText.d.ts +9 -0
- package/cjs/components/{SwapInput → AmountInput}/FormPriceHelperText.js +15 -9
- package/cjs/components/AmountInput/index.d.ts +1 -0
- package/cjs/{pages/SwapPage → components/AmountInput}/index.js +1 -1
- package/cjs/components/Card/CardIconButton.d.ts +2 -2
- package/cjs/components/Card/CardLabel.d.ts +1 -1
- package/cjs/components/ChainSelect/ChainSelect.d.ts +2 -2
- package/cjs/components/ChainSelect/ChainSelect.js +1 -1
- package/cjs/components/ChainSelect/useChainSelect.d.ts +2 -2
- package/cjs/components/ChainSelect/useChainSelect.js +5 -5
- package/cjs/components/ContractComponent/ContractComponent.d.ts +2 -2
- package/cjs/components/ContractComponent/ContractComponent.js +3 -5
- package/cjs/components/DefaultTransactionButton/DefaultTransactionButton.d.ts +3 -0
- package/cjs/components/DefaultTransactionButton/DefaultTransactionButton.js +36 -0
- package/cjs/components/DefaultTransactionButton/index.d.ts +2 -0
- package/cjs/components/{SwapButton → DefaultTransactionButton}/index.js +3 -3
- package/cjs/components/{SwapButton → DefaultTransactionButton}/types.d.ts +1 -2
- package/cjs/components/GasMessage/FundsSufficiencyMessage.js +1 -1
- package/cjs/components/GasMessage/GasRefuelMessage.js +1 -1
- package/cjs/components/GasMessage/GasSufficiencyMessage.js +2 -2
- package/cjs/components/Header/Header.style.d.ts +2 -2
- package/cjs/components/Header/NavigationHeader.js +19 -19
- package/cjs/components/Header/NavigationTabs.js +3 -3
- package/cjs/components/Header/NavigationTabs.style.js +3 -3
- package/cjs/components/Header/index.d.ts +1 -1
- package/cjs/components/Header/index.js +1 -1
- package/cjs/components/Header/types.d.ts +5 -2
- package/cjs/components/Header/useHeaderStore.d.ts +2 -0
- package/cjs/components/Header/{useHeaderActionStore.js → useHeaderStore.js} +13 -2
- package/cjs/components/Insurance/Insurance.js +2 -2
- package/cjs/components/Insurance/InsuranceCard.js +10 -7
- package/cjs/components/Insurance/InsuranceCollapsed.js +7 -3
- package/cjs/components/Insurance/index.d.ts +1 -0
- package/cjs/components/Insurance/index.js +1 -0
- package/cjs/components/Insurance/types.d.ts +11 -7
- package/cjs/components/ListItemButton.d.ts +1 -1
- package/cjs/components/NFT/NFT.d.ts +1 -2
- package/cjs/components/NFT/NFT.js +15 -13
- package/cjs/components/NFT/NFT.style.d.ts +1 -1
- package/cjs/components/NFT/NFTBase.d.ts +3 -0
- package/cjs/components/NFT/NFTBase.js +13 -0
- package/cjs/components/NFT/index.d.ts +1 -0
- package/cjs/components/NFT/index.js +1 -0
- package/cjs/components/NFT/types.d.ts +3 -1
- package/cjs/components/ProgressToNextUpdate/ProgressToNextUpdate.js +3 -3
- package/cjs/components/ReverseTokensButton/ReverseTokensButton.js +9 -9
- package/cjs/components/ReverseTokensButton/ReverseTokensButton.style.d.ts +2 -2
- package/cjs/components/RouteCard/RouteCard.d.ts +4 -0
- package/cjs/components/{SwapRouteCard/SwapRouteCard.js → RouteCard/RouteCard.js} +16 -12
- package/cjs/components/RouteCard/RouteCardEssentials.d.ts +3 -0
- package/cjs/components/{SwapRouteCard/SwapRouteCardEssentials.js → RouteCard/RouteCardEssentials.js} +7 -7
- package/cjs/components/RouteCard/RouteCardSkeleton.d.ts +4 -0
- package/cjs/components/{SwapRouteCard/SwapRouteCardSkeleton.js → RouteCard/RouteCardSkeleton.js} +6 -6
- package/cjs/components/RouteCard/RouteNotFoundCard.d.ts +2 -0
- package/cjs/components/{SwapRouteCard/SwapRouteNotFoundCard.js → RouteCard/RouteNotFoundCard.js} +4 -4
- package/cjs/components/RouteCard/index.d.ts +3 -0
- package/cjs/components/{SwapRoutes → RouteCard}/index.js +3 -2
- package/cjs/components/{SwapRouteCard → RouteCard}/types.d.ts +3 -3
- package/cjs/components/{SwapRoutes/SwapRoutes.d.ts → Routes/Routes.d.ts} +1 -1
- package/cjs/components/Routes/Routes.js +37 -0
- package/cjs/components/Routes/RoutesExpanded.d.ts +2 -0
- package/cjs/components/Routes/RoutesExpanded.js +44 -0
- package/cjs/components/Routes/index.d.ts +2 -0
- package/cjs/components/Routes/index.js +18 -0
- package/cjs/components/SelectChainAndToken.js +7 -7
- package/cjs/components/SelectTokenButton/SelectTokenButton.d.ts +2 -2
- package/cjs/components/SelectTokenButton/SelectTokenButton.js +11 -11
- package/cjs/components/SendToWallet/SendToWallet.js +9 -10
- package/cjs/components/SendToWallet/SendToWallet.style.d.ts +1 -1
- package/cjs/components/SendToWallet/SendToWalletButton.js +2 -2
- package/cjs/components/SmallAvatar.d.ts +1 -1
- package/cjs/components/Step/DestinationWalletAddress.js +2 -2
- package/cjs/components/Step/GasStepProcess.js +1 -1
- package/cjs/components/Step/Step.js +13 -13
- package/cjs/components/Step/StepList.d.ts +2 -1
- package/cjs/components/Step/StepList.js +4 -2
- package/cjs/components/Step/StepTimer.js +2 -2
- package/cjs/components/StepActions/StepActions.d.ts +3 -3
- package/cjs/components/StepActions/StepActions.js +31 -18
- package/cjs/components/StepActions/StepActions.style.d.ts +1 -1
- package/cjs/components/StepActions/types.d.ts +2 -2
- package/cjs/components/Token/Token.js +1 -1
- package/cjs/components/TokenList/TokenList.js +2 -2
- package/cjs/components/TokenList/TokenList.style.d.ts +4 -4
- package/cjs/components/TokenList/TokenList.style.js +11 -8
- package/cjs/components/TokenList/TokenListItem.js +5 -9
- package/cjs/components/TokenList/TokenNotFound.d.ts +2 -2
- package/cjs/components/TokenList/TokenNotFound.js +2 -2
- package/cjs/components/TokenList/VirtualizedTokenList.js +2 -2
- package/cjs/components/TokenList/types.d.ts +2 -2
- package/cjs/components/TokenList/useTokenSelect.d.ts +2 -2
- package/cjs/components/TokenList/useTokenSelect.js +11 -9
- package/cjs/config/theme.js +1 -2
- package/cjs/config/version.d.ts +1 -1
- package/cjs/config/version.js +1 -1
- package/cjs/hooks/index.d.ts +1 -1
- package/cjs/hooks/index.js +1 -1
- package/cjs/hooks/useChains.js +4 -4
- package/cjs/hooks/useFundsSufficiency.js +1 -5
- package/cjs/hooks/useGasRecommendation.d.ts +1 -1
- package/cjs/hooks/useGasRecommendation.js +5 -0
- package/cjs/hooks/useGasRefuel.js +4 -4
- package/cjs/hooks/useProcessMessage.d.ts +2 -2
- package/cjs/hooks/useProcessMessage.js +46 -46
- package/cjs/hooks/useRouteExecution.js +3 -4
- package/cjs/hooks/{useSwapRoutes.d.ts → useRoutes.d.ts} +2 -2
- package/cjs/hooks/{useSwapRoutes.js → useRoutes.js} +22 -24
- package/cjs/hooks/useTokenBalance.js +4 -5
- package/cjs/hooks/useTokenBalances.js +1 -5
- package/cjs/hooks/useTokens.js +21 -9
- package/cjs/i18n/bn.json +80 -80
- package/cjs/i18n/de.json +74 -74
- package/cjs/i18n/en.json +132 -131
- package/cjs/i18n/es.json +72 -72
- package/cjs/i18n/fr.json +102 -85
- package/cjs/i18n/id.json +145 -127
- package/cjs/i18n/it.json +154 -125
- package/cjs/i18n/ko.json +102 -85
- package/cjs/i18n/pt.json +133 -130
- package/cjs/i18n/th.json +102 -85
- package/cjs/i18n/tr.json +72 -72
- package/cjs/i18n/uk.json +131 -128
- package/cjs/i18n/vi.json +104 -79
- package/cjs/i18n/zh.json +104 -87
- package/cjs/index.d.ts +2 -0
- package/cjs/index.js +5 -1
- package/cjs/pages/ActiveTransactionsPage/ActiveTransactionsEmpty.d.ts +2 -0
- package/cjs/pages/{ActiveSwapsPage/ActiveSwapsEmpty.js → ActiveTransactionsPage/ActiveTransactionsEmpty.js} +4 -4
- package/cjs/pages/ActiveTransactionsPage/ActiveTransactionsPage.d.ts +1 -0
- package/cjs/pages/{ActiveSwapsPage/ActiveSwapsPage.js → ActiveTransactionsPage/ActiveTransactionsPage.js} +8 -8
- package/cjs/pages/ActiveTransactionsPage/index.d.ts +1 -0
- package/cjs/pages/{ActiveSwapsPage → ActiveTransactionsPage}/index.js +1 -1
- package/cjs/pages/MainPage/MainGasMessage.js +1 -1
- package/cjs/pages/MainPage/MainPage.js +7 -7
- package/cjs/pages/MainPage/ReviewButton.d.ts +2 -0
- package/cjs/pages/MainPage/ReviewButton.js +62 -0
- package/{components/SwapRoutes/SwapRoutes.d.ts → cjs/pages/RoutesPage/RoutesPage.d.ts} +1 -1
- package/cjs/pages/{SwapRoutesPage/SwapRoutesPage.js → RoutesPage/RoutesPage.js} +11 -11
- package/cjs/pages/RoutesPage/index.d.ts +1 -0
- package/cjs/{components/SwapInput → pages/RoutesPage}/index.js +1 -1
- package/cjs/pages/SelectChainPage/types.d.ts +2 -2
- package/cjs/pages/SelectEnabledToolsPage/SelectEnabledToolsPage.js +1 -1
- package/cjs/pages/SelectEnabledToolsPage/SelectEnabledToolsPage.style.d.ts +1 -1
- package/cjs/pages/SelectNativeTokenPage/SelectNativeTokenPage.d.ts +2 -2
- package/cjs/pages/SelectNativeTokenPage/SelectNativeTokenPage.js +1 -1
- package/cjs/pages/SelectTokenPage/SearchTokenInput.js +3 -3
- package/cjs/pages/SelectTokenPage/SelectTokenPage.d.ts +2 -2
- package/cjs/pages/SelectTokenPage/types.js +1 -1
- package/cjs/pages/SettingsPage/ColorSchemeButtonGroup.style.d.ts +2 -2
- package/cjs/pages/SettingsPage/EnabledToolsButton.style.d.ts +1 -1
- package/cjs/pages/SettingsPage/LanguageSelect.js +1 -1
- package/cjs/pages/SettingsPage/ResetSettingsButton.js +1 -1
- package/cjs/pages/SettingsPage/RoutePrioritySelect.js +1 -1
- package/cjs/pages/TransactionDetailsPage/TransactionDetailsPage.d.ts +2 -0
- package/cjs/pages/{SwapDetailsPage/SwapDetailsPage.js → TransactionDetailsPage/TransactionDetailsPage.js} +10 -9
- package/cjs/pages/TransactionDetailsPage/index.d.ts +1 -0
- package/cjs/pages/{SwapDetailsPage → TransactionDetailsPage}/index.js +1 -1
- package/cjs/pages/TransactionHistoryPage/TransactionHistoryEmpty.d.ts +2 -0
- package/cjs/pages/{SwapHistoryPage/SwapHistoryEmpty.js → TransactionHistoryPage/TransactionHistoryEmpty.js} +4 -4
- package/cjs/pages/{SwapHistoryPage/SwapHistoryItem.d.ts → TransactionHistoryPage/TransactionHistoryItem.d.ts} +1 -1
- package/cjs/pages/{SwapHistoryPage/SwapHistoryItem.js → TransactionHistoryPage/TransactionHistoryItem.js} +4 -4
- package/cjs/pages/TransactionHistoryPage/TransactionHistoryPage.d.ts +2 -0
- package/cjs/pages/TransactionHistoryPage/TransactionHistoryPage.js +35 -0
- package/cjs/pages/TransactionHistoryPage/index.d.ts +1 -0
- package/cjs/pages/TransactionHistoryPage/index.js +17 -0
- package/cjs/pages/{SwapPage → TransactionPage}/ExchangeRateBottomSheet.js +5 -4
- package/cjs/pages/TransactionPage/StartTransactionButton.d.ts +4 -0
- package/cjs/pages/TransactionPage/StartTransactionButton.js +21 -0
- package/cjs/pages/{SwapPage → TransactionPage}/StatusBottomSheet.js +27 -24
- package/cjs/pages/{SwapPage → TransactionPage}/StatusBottomSheet.style.js +5 -1
- package/cjs/pages/TransactionPage/TokenValueBottomSheet.js +38 -0
- package/cjs/pages/TransactionPage/TransactionPage.d.ts +2 -0
- package/cjs/pages/TransactionPage/TransactionPage.js +129 -0
- package/cjs/pages/TransactionPage/index.d.ts +1 -0
- package/cjs/pages/{SwapHistoryPage → TransactionPage}/index.js +1 -1
- package/cjs/pages/TransactionPage/types.d.ts +6 -0
- package/cjs/pages/TransactionPage/utils.d.ts +2 -0
- package/cjs/pages/TransactionPage/utils.js +10 -0
- package/cjs/providers/{SwapFormProvider/SwapFormProvider.d.ts → FormProvider/FormProvider.d.ts} +1 -1
- package/cjs/providers/{SwapFormProvider/SwapFormProvider.js → FormProvider/FormProvider.js} +11 -11
- package/cjs/providers/FormProvider/FormUpdater.d.ts +5 -0
- package/cjs/providers/{SwapFormProvider → FormProvider}/FormUpdater.js +14 -14
- package/cjs/providers/{SwapFormProvider → FormProvider}/URLSearchParamsBuilder.js +6 -6
- package/cjs/providers/{SwapFormProvider → FormProvider}/index.d.ts +1 -1
- package/cjs/providers/{SwapFormProvider → FormProvider}/index.js +1 -1
- package/cjs/providers/FormProvider/types.d.ts +37 -0
- package/cjs/providers/FormProvider/types.js +23 -0
- package/cjs/providers/WalletProvider/WalletProvider.js +5 -3
- package/cjs/providers/WalletProvider/types.d.ts +1 -1
- package/cjs/providers/WidgetProvider/WidgetProvider.js +1 -1
- package/cjs/providers/index.d.ts +1 -1
- package/cjs/providers/index.js +1 -1
- package/cjs/stores/routes/createRouteExecutionStore.js +1 -1
- package/cjs/stores/routes/index.d.ts +1 -1
- package/cjs/stores/routes/index.js +1 -1
- package/cjs/stores/routes/types.js +1 -1
- package/cjs/stores/routes/useTransactionHistory.d.ts +2 -0
- package/cjs/stores/routes/{useSwapHistory.js → useTransactionHistory.js} +3 -3
- package/cjs/stores/routes/utils.d.ts +1 -0
- package/cjs/stores/routes/utils.js +5 -1
- package/cjs/types/events.d.ts +9 -1
- package/cjs/types/events.js +2 -1
- package/cjs/types/widget.d.ts +6 -4
- package/cjs/types/widget.js +3 -3
- package/cjs/utils/elements.js +1 -1
- package/cjs/utils/format.d.ts +1 -1
- package/cjs/utils/format.js +13 -15
- package/cjs/utils/navigationRoutes.d.ts +5 -5
- package/cjs/utils/navigationRoutes.js +15 -15
- package/components/{ActiveSwaps/ActiveSwapItem.d.ts → ActiveTransactions/ActiveTransactionItem.d.ts} +1 -1
- package/components/{ActiveSwaps/ActiveSwapItem.js → ActiveTransactions/ActiveTransactionItem.js} +3 -3
- package/components/ActiveTransactions/ActiveTransactions.d.ts +3 -0
- package/components/{ActiveSwaps/ActiveSwaps.js → ActiveTransactions/ActiveTransactions.js} +5 -5
- package/components/{ActiveSwaps/ActiveSwaps.style.d.ts → ActiveTransactions/ActiveTransactions.style.d.ts} +4 -4
- package/components/ActiveTransactions/index.d.ts +2 -0
- package/components/ActiveTransactions/index.js +2 -0
- package/components/AmountInput/AmountInput.d.ts +12 -0
- package/components/AmountInput/AmountInput.js +52 -0
- package/{cjs/components/SwapInput/SwapInput.style.d.ts → components/AmountInput/AmountInput.style.d.ts} +1 -1
- package/{cjs/components/SwapInput/SwapInputAdornment.style.d.ts → components/AmountInput/AmountInputAdornment.style.d.ts} +2 -2
- package/components/AmountInput/AmountInputEndAdornment.d.ts +2 -0
- package/components/{SwapInput/SwapInputEndAdornment.js → AmountInput/AmountInputEndAdornment.js} +7 -7
- package/components/AmountInput/AmountInputStartAdornment.d.ts +3 -0
- package/components/{SwapInput/SwapInputStartAdornment.js → AmountInput/AmountInputStartAdornment.js} +4 -4
- package/components/AmountInput/FormPriceHelperText.d.ts +9 -0
- package/components/{SwapInput → AmountInput}/FormPriceHelperText.js +14 -9
- package/components/AmountInput/index.d.ts +1 -0
- package/components/AmountInput/index.js +1 -0
- package/components/Card/CardIconButton.d.ts +2 -2
- package/components/Card/CardLabel.d.ts +1 -1
- package/components/ChainSelect/ChainSelect.d.ts +2 -2
- package/components/ChainSelect/ChainSelect.js +2 -2
- package/components/ChainSelect/useChainSelect.d.ts +2 -2
- package/components/ChainSelect/useChainSelect.js +6 -6
- package/components/ContractComponent/ContractComponent.d.ts +2 -2
- package/components/ContractComponent/ContractComponent.js +3 -5
- package/components/DefaultTransactionButton/DefaultTransactionButton.d.ts +3 -0
- package/components/DefaultTransactionButton/DefaultTransactionButton.js +32 -0
- package/components/DefaultTransactionButton/index.d.ts +2 -0
- package/components/DefaultTransactionButton/index.js +2 -0
- package/components/{SwapButton → DefaultTransactionButton}/types.d.ts +1 -2
- package/components/GasMessage/FundsSufficiencyMessage.js +1 -1
- package/components/GasMessage/GasRefuelMessage.js +1 -1
- package/components/GasMessage/GasSufficiencyMessage.js +2 -2
- package/components/Header/Header.style.d.ts +2 -2
- package/components/Header/NavigationHeader.js +19 -19
- package/components/Header/NavigationTabs.js +4 -4
- package/components/Header/NavigationTabs.style.js +3 -3
- package/components/Header/index.d.ts +1 -1
- package/components/Header/index.js +1 -1
- package/components/Header/types.d.ts +5 -2
- package/components/Header/useHeaderStore.d.ts +2 -0
- package/components/Header/useHeaderStore.js +25 -0
- package/components/Insurance/Insurance.js +2 -2
- package/components/Insurance/InsuranceCard.js +11 -8
- package/components/Insurance/InsuranceCollapsed.js +8 -4
- package/components/Insurance/index.d.ts +1 -0
- package/components/Insurance/index.js +1 -0
- package/components/Insurance/types.d.ts +11 -7
- package/components/ListItemButton.d.ts +1 -1
- package/components/NFT/NFT.d.ts +1 -2
- package/components/NFT/NFT.js +17 -15
- package/components/NFT/NFT.style.d.ts +1 -1
- package/components/NFT/NFTBase.d.ts +3 -0
- package/components/NFT/NFTBase.js +9 -0
- package/components/NFT/index.d.ts +1 -0
- package/components/NFT/index.js +1 -0
- package/components/NFT/types.d.ts +3 -1
- package/components/ProgressToNextUpdate/ProgressToNextUpdate.js +4 -4
- package/components/ReverseTokensButton/ReverseTokensButton.js +10 -10
- package/components/ReverseTokensButton/ReverseTokensButton.style.d.ts +2 -2
- package/components/RouteCard/RouteCard.d.ts +4 -0
- package/components/{SwapRouteCard/SwapRouteCard.js → RouteCard/RouteCard.js} +15 -11
- package/components/RouteCard/RouteCardEssentials.d.ts +3 -0
- package/components/{SwapRouteCard/SwapRouteCardEssentials.js → RouteCard/RouteCardEssentials.js} +3 -3
- package/components/RouteCard/RouteCardSkeleton.d.ts +4 -0
- package/components/{SwapRouteCard/SwapRouteCardSkeleton.js → RouteCard/RouteCardSkeleton.js} +4 -4
- package/components/RouteCard/RouteNotFoundCard.d.ts +2 -0
- package/components/{SwapRouteCard/SwapRouteNotFoundCard.js → RouteCard/RouteNotFoundCard.js} +2 -2
- package/components/RouteCard/index.d.ts +3 -0
- package/components/RouteCard/index.js +3 -0
- package/components/{SwapRouteCard → RouteCard}/types.d.ts +3 -3
- package/{cjs/components/ActiveSwaps/ActiveSwaps.d.ts → components/Routes/Routes.d.ts} +1 -1
- package/components/Routes/Routes.js +33 -0
- package/components/Routes/RoutesExpanded.d.ts +2 -0
- package/components/{SwapRoutes/SwapRoutesExpanded.js → Routes/RoutesExpanded.js} +12 -10
- package/components/Routes/index.d.ts +2 -0
- package/components/Routes/index.js +2 -0
- package/components/SelectChainAndToken.js +8 -8
- package/components/SelectTokenButton/SelectTokenButton.d.ts +2 -2
- package/components/SelectTokenButton/SelectTokenButton.js +12 -12
- package/components/SendToWallet/SendToWallet.js +10 -11
- package/components/SendToWallet/SendToWallet.style.d.ts +1 -1
- package/components/SendToWallet/SendToWalletButton.js +3 -3
- package/components/SmallAvatar.d.ts +1 -1
- package/components/Step/DestinationWalletAddress.js +2 -2
- package/components/Step/GasStepProcess.js +1 -1
- package/components/Step/Step.js +13 -13
- package/components/Step/StepList.d.ts +2 -1
- package/components/Step/StepList.js +4 -2
- package/components/Step/StepTimer.js +2 -2
- package/components/StepActions/StepActions.d.ts +3 -3
- package/components/StepActions/StepActions.js +31 -18
- package/components/StepActions/StepActions.style.d.ts +1 -1
- package/components/StepActions/types.d.ts +2 -2
- package/components/Token/Token.js +1 -1
- package/components/TokenList/TokenList.js +3 -3
- package/components/TokenList/TokenList.style.d.ts +4 -4
- package/components/TokenList/TokenList.style.js +11 -8
- package/components/TokenList/TokenListItem.js +7 -11
- package/components/TokenList/TokenNotFound.d.ts +2 -2
- package/components/TokenList/TokenNotFound.js +3 -3
- package/components/TokenList/VirtualizedTokenList.js +2 -2
- package/components/TokenList/types.d.ts +2 -2
- package/components/TokenList/useTokenSelect.d.ts +2 -2
- package/components/TokenList/useTokenSelect.js +12 -10
- package/config/theme.js +1 -2
- package/config/version.d.ts +1 -1
- package/config/version.js +1 -1
- package/hooks/index.d.ts +1 -1
- package/hooks/index.js +1 -1
- package/hooks/useChains.js +5 -5
- package/hooks/useFundsSufficiency.js +2 -6
- package/hooks/useGasRecommendation.d.ts +1 -1
- package/hooks/useGasRecommendation.js +5 -0
- package/hooks/useGasRefuel.js +5 -5
- package/hooks/useProcessMessage.d.ts +2 -2
- package/hooks/useProcessMessage.js +46 -46
- package/hooks/useRouteExecution.js +3 -4
- package/hooks/{useSwapRoutes.d.ts → useRoutes.d.ts} +2 -2
- package/hooks/{useSwapRoutes.js → useRoutes.js} +21 -23
- package/hooks/useTokenBalance.js +4 -5
- package/hooks/useTokenBalances.js +1 -5
- package/hooks/useTokens.js +21 -9
- package/i18n/bn.json +80 -80
- package/i18n/de.json +74 -74
- package/i18n/en.json +132 -131
- package/i18n/es.json +72 -72
- package/i18n/fr.json +102 -85
- package/i18n/id.json +145 -127
- package/i18n/it.json +154 -125
- package/i18n/ko.json +102 -85
- package/i18n/pt.json +133 -130
- package/i18n/th.json +102 -85
- package/i18n/tr.json +72 -72
- package/i18n/uk.json +131 -128
- package/i18n/vi.json +104 -79
- package/i18n/zh.json +104 -87
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +13 -13
- package/pages/ActiveTransactionsPage/ActiveTransactionsEmpty.d.ts +2 -0
- package/pages/{ActiveSwapsPage/ActiveSwapsEmpty.js → ActiveTransactionsPage/ActiveTransactionsEmpty.js} +2 -2
- package/pages/ActiveTransactionsPage/ActiveTransactionsPage.d.ts +1 -0
- package/pages/{ActiveSwapsPage/ActiveSwapsPage.js → ActiveTransactionsPage/ActiveTransactionsPage.js} +7 -7
- package/pages/ActiveTransactionsPage/index.d.ts +1 -0
- package/pages/ActiveTransactionsPage/index.js +1 -0
- package/pages/MainPage/MainGasMessage.js +2 -2
- package/pages/MainPage/MainPage.js +7 -7
- package/pages/MainPage/ReviewButton.d.ts +2 -0
- package/pages/MainPage/ReviewButton.js +58 -0
- package/{components/ActiveSwaps/ActiveSwaps.d.ts → pages/RoutesPage/RoutesPage.d.ts} +1 -1
- package/pages/{SwapRoutesPage/SwapRoutesPage.js → RoutesPage/RoutesPage.js} +11 -11
- package/pages/RoutesPage/index.d.ts +1 -0
- package/pages/RoutesPage/index.js +1 -0
- package/pages/SelectChainPage/types.d.ts +2 -2
- package/pages/SelectEnabledToolsPage/SelectEnabledToolsPage.js +2 -2
- package/pages/SelectEnabledToolsPage/SelectEnabledToolsPage.style.d.ts +1 -1
- package/pages/SelectNativeTokenPage/SelectNativeTokenPage.d.ts +2 -2
- package/pages/SelectNativeTokenPage/SelectNativeTokenPage.js +1 -1
- package/pages/SelectTokenPage/SearchTokenInput.js +4 -4
- package/pages/SelectTokenPage/SelectTokenPage.d.ts +2 -2
- package/pages/SettingsPage/ColorSchemeButtonGroup.style.d.ts +2 -2
- package/pages/SettingsPage/EnabledToolsButton.style.d.ts +1 -1
- package/pages/SettingsPage/LanguageSelect.js +1 -1
- package/pages/SettingsPage/ResetSettingsButton.js +1 -1
- package/pages/SettingsPage/RoutePrioritySelect.js +1 -1
- package/pages/TransactionDetailsPage/TransactionDetailsPage.d.ts +2 -0
- package/pages/{SwapDetailsPage/SwapDetailsPage.js → TransactionDetailsPage/TransactionDetailsPage.js} +8 -7
- package/pages/TransactionDetailsPage/index.d.ts +1 -0
- package/pages/TransactionDetailsPage/index.js +1 -0
- package/pages/TransactionHistoryPage/TransactionHistoryEmpty.d.ts +2 -0
- package/pages/{SwapHistoryPage/SwapHistoryEmpty.js → TransactionHistoryPage/TransactionHistoryEmpty.js} +2 -2
- package/pages/{SwapHistoryPage/SwapHistoryItem.d.ts → TransactionHistoryPage/TransactionHistoryItem.d.ts} +1 -1
- package/pages/{SwapHistoryPage/SwapHistoryItem.js → TransactionHistoryPage/TransactionHistoryItem.js} +2 -2
- package/pages/TransactionHistoryPage/TransactionHistoryPage.d.ts +2 -0
- package/pages/TransactionHistoryPage/TransactionHistoryPage.js +31 -0
- package/pages/TransactionHistoryPage/index.d.ts +1 -0
- package/pages/TransactionHistoryPage/index.js +1 -0
- package/pages/{SwapPage → TransactionPage}/ExchangeRateBottomSheet.js +5 -4
- package/pages/TransactionPage/StartTransactionButton.d.ts +4 -0
- package/pages/TransactionPage/StartTransactionButton.js +16 -0
- package/pages/{SwapPage → TransactionPage}/StatusBottomSheet.js +28 -25
- package/pages/{SwapPage → TransactionPage}/StatusBottomSheet.style.js +5 -1
- package/pages/TransactionPage/TokenValueBottomSheet.js +34 -0
- package/pages/TransactionPage/TransactionPage.d.ts +2 -0
- package/pages/TransactionPage/TransactionPage.js +125 -0
- package/pages/TransactionPage/index.d.ts +1 -0
- package/pages/TransactionPage/index.js +1 -0
- package/pages/TransactionPage/types.d.ts +6 -0
- package/pages/TransactionPage/utils.d.ts +2 -0
- package/pages/TransactionPage/utils.js +6 -0
- package/providers/{SwapFormProvider/SwapFormProvider.d.ts → FormProvider/FormProvider.d.ts} +1 -1
- package/providers/{SwapFormProvider/SwapFormProvider.js → FormProvider/FormProvider.js} +12 -12
- package/providers/FormProvider/FormUpdater.d.ts +5 -0
- package/providers/{SwapFormProvider → FormProvider}/FormUpdater.js +14 -14
- package/providers/{SwapFormProvider → FormProvider}/URLSearchParamsBuilder.js +7 -7
- package/providers/{SwapFormProvider → FormProvider}/index.d.ts +1 -1
- package/providers/{SwapFormProvider → FormProvider}/index.js +1 -1
- package/providers/FormProvider/types.d.ts +37 -0
- package/providers/FormProvider/types.js +20 -0
- package/providers/WalletProvider/WalletProvider.js +5 -3
- package/providers/WalletProvider/types.d.ts +1 -1
- package/providers/WidgetProvider/WidgetProvider.js +2 -2
- package/providers/index.d.ts +1 -1
- package/providers/index.js +1 -1
- package/stores/routes/createRouteExecutionStore.js +1 -1
- package/stores/routes/index.d.ts +1 -1
- package/stores/routes/index.js +1 -1
- package/stores/routes/useTransactionHistory.d.ts +2 -0
- package/stores/routes/{useSwapHistory.js → useTransactionHistory.js} +1 -1
- package/stores/routes/utils.d.ts +1 -0
- package/stores/routes/utils.js +3 -0
- package/tsconfig.cjs.tsbuildinfo +1 -1
- package/types/events.d.ts +9 -1
- package/types/events.js +1 -0
- package/types/widget.d.ts +6 -4
- package/utils/format.d.ts +1 -1
- package/utils/format.js +11 -13
- package/utils/navigationRoutes.d.ts +5 -5
- package/utils/navigationRoutes.js +15 -15
- package/cjs/components/ActiveSwaps/index.d.ts +0 -2
- package/cjs/components/Header/useHeaderActionStore.d.ts +0 -2
- package/cjs/components/SwapButton/SwapButton.d.ts +0 -3
- package/cjs/components/SwapButton/SwapButton.js +0 -56
- package/cjs/components/SwapButton/index.d.ts +0 -2
- package/cjs/components/SwapInput/FitInputText.d.ts +0 -3
- package/cjs/components/SwapInput/FitInputText.js +0 -19
- package/cjs/components/SwapInput/FormPriceHelperText.d.ts +0 -3
- package/cjs/components/SwapInput/SwapInput.d.ts +0 -4
- package/cjs/components/SwapInput/SwapInput.js +0 -41
- package/cjs/components/SwapInput/SwapInputEndAdornment.d.ts +0 -2
- package/cjs/components/SwapInput/SwapInputStartAdornment.d.ts +0 -3
- package/cjs/components/SwapInput/index.d.ts +0 -1
- package/cjs/components/SwapRouteCard/SwapRouteCard.d.ts +0 -4
- package/cjs/components/SwapRouteCard/SwapRouteCardEssentials.d.ts +0 -3
- package/cjs/components/SwapRouteCard/SwapRouteCardSkeleton.d.ts +0 -4
- package/cjs/components/SwapRouteCard/SwapRouteNotFoundCard.d.ts +0 -2
- package/cjs/components/SwapRouteCard/index.d.ts +0 -3
- package/cjs/components/SwapRouteCard/index.js +0 -19
- package/cjs/components/SwapRoutes/SwapRoutes.js +0 -37
- package/cjs/components/SwapRoutes/SwapRoutesExpanded.d.ts +0 -2
- package/cjs/components/SwapRoutes/SwapRoutesExpanded.js +0 -42
- package/cjs/components/SwapRoutes/index.d.ts +0 -2
- package/cjs/pages/ActiveSwapsPage/ActiveSwapsEmpty.d.ts +0 -2
- package/cjs/pages/ActiveSwapsPage/ActiveSwapsPage.d.ts +0 -1
- package/cjs/pages/ActiveSwapsPage/index.d.ts +0 -1
- package/cjs/pages/MainPage/MainSwapButton.d.ts +0 -2
- package/cjs/pages/MainPage/MainSwapButton.js +0 -27
- package/cjs/pages/SwapDetailsPage/SwapDetailsPage.d.ts +0 -2
- package/cjs/pages/SwapDetailsPage/index.d.ts +0 -1
- package/cjs/pages/SwapHistoryPage/SwapHistoryEmpty.d.ts +0 -2
- package/cjs/pages/SwapHistoryPage/SwapHistoryPage.d.ts +0 -2
- package/cjs/pages/SwapHistoryPage/SwapHistoryPage.js +0 -35
- package/cjs/pages/SwapHistoryPage/index.d.ts +0 -1
- package/cjs/pages/SwapPage/StartSwapButton.d.ts +0 -4
- package/cjs/pages/SwapPage/StartSwapButton.js +0 -21
- package/cjs/pages/SwapPage/SwapPage.d.ts +0 -2
- package/cjs/pages/SwapPage/SwapPage.js +0 -99
- package/cjs/pages/SwapPage/TokenValueBottomSheet.js +0 -43
- package/cjs/pages/SwapPage/index.d.ts +0 -1
- package/cjs/pages/SwapPage/types.d.ts +0 -9
- package/cjs/pages/SwapRoutesPage/index.d.ts +0 -1
- package/cjs/pages/SwapRoutesPage/index.js +0 -17
- package/cjs/providers/SwapFormProvider/FormUpdater.d.ts +0 -5
- package/cjs/providers/SwapFormProvider/types.d.ts +0 -37
- package/cjs/providers/SwapFormProvider/types.js +0 -23
- package/cjs/stores/routes/useSwapHistory.d.ts +0 -2
- package/components/ActiveSwaps/index.d.ts +0 -2
- package/components/ActiveSwaps/index.js +0 -2
- package/components/Header/useHeaderActionStore.d.ts +0 -2
- package/components/Header/useHeaderActionStore.js +0 -14
- package/components/SwapButton/SwapButton.d.ts +0 -3
- package/components/SwapButton/SwapButton.js +0 -52
- package/components/SwapButton/index.d.ts +0 -2
- package/components/SwapButton/index.js +0 -2
- package/components/SwapInput/FitInputText.d.ts +0 -3
- package/components/SwapInput/FitInputText.js +0 -16
- package/components/SwapInput/FormPriceHelperText.d.ts +0 -3
- package/components/SwapInput/SwapInput.d.ts +0 -4
- package/components/SwapInput/SwapInput.js +0 -37
- package/components/SwapInput/SwapInputEndAdornment.d.ts +0 -2
- package/components/SwapInput/SwapInputStartAdornment.d.ts +0 -3
- package/components/SwapInput/index.d.ts +0 -1
- package/components/SwapInput/index.js +0 -1
- package/components/SwapRouteCard/SwapRouteCard.d.ts +0 -4
- package/components/SwapRouteCard/SwapRouteCardEssentials.d.ts +0 -3
- package/components/SwapRouteCard/SwapRouteCardSkeleton.d.ts +0 -4
- package/components/SwapRouteCard/SwapRouteNotFoundCard.d.ts +0 -2
- package/components/SwapRouteCard/index.d.ts +0 -3
- package/components/SwapRouteCard/index.js +0 -3
- package/components/SwapRoutes/SwapRoutes.js +0 -33
- package/components/SwapRoutes/SwapRoutesExpanded.d.ts +0 -2
- package/components/SwapRoutes/index.d.ts +0 -2
- package/components/SwapRoutes/index.js +0 -2
- package/pages/ActiveSwapsPage/ActiveSwapsEmpty.d.ts +0 -2
- package/pages/ActiveSwapsPage/ActiveSwapsPage.d.ts +0 -1
- package/pages/ActiveSwapsPage/index.d.ts +0 -1
- package/pages/ActiveSwapsPage/index.js +0 -1
- package/pages/MainPage/MainSwapButton.d.ts +0 -2
- package/pages/MainPage/MainSwapButton.js +0 -23
- package/pages/SwapDetailsPage/SwapDetailsPage.d.ts +0 -2
- package/pages/SwapDetailsPage/index.d.ts +0 -1
- package/pages/SwapDetailsPage/index.js +0 -1
- package/pages/SwapHistoryPage/SwapHistoryEmpty.d.ts +0 -2
- package/pages/SwapHistoryPage/SwapHistoryPage.d.ts +0 -2
- package/pages/SwapHistoryPage/SwapHistoryPage.js +0 -31
- package/pages/SwapHistoryPage/index.d.ts +0 -1
- package/pages/SwapHistoryPage/index.js +0 -1
- package/pages/SwapPage/StartSwapButton.d.ts +0 -4
- package/pages/SwapPage/StartSwapButton.js +0 -16
- package/pages/SwapPage/SwapPage.d.ts +0 -2
- package/pages/SwapPage/SwapPage.js +0 -95
- package/pages/SwapPage/TokenValueBottomSheet.js +0 -39
- package/pages/SwapPage/index.d.ts +0 -1
- package/pages/SwapPage/index.js +0 -1
- package/pages/SwapPage/types.d.ts +0 -9
- package/pages/SwapRoutesPage/SwapRoutesPage.d.ts +0 -3
- package/pages/SwapRoutesPage/index.d.ts +0 -1
- package/pages/SwapRoutesPage/index.js +0 -1
- package/providers/SwapFormProvider/FormUpdater.d.ts +0 -5
- package/providers/SwapFormProvider/types.d.ts +0 -37
- package/providers/SwapFormProvider/types.js +0 -20
- package/stores/routes/useSwapHistory.d.ts +0 -2
- /package/cjs/components/{ActiveSwaps/ActiveSwaps.style.js → ActiveTransactions/ActiveTransactions.style.js} +0 -0
- /package/cjs/components/{SwapInput/SwapInput.style.js → AmountInput/AmountInput.style.js} +0 -0
- /package/cjs/components/{SwapInput/SwapInputAdornment.style.js → AmountInput/AmountInputAdornment.style.js} +0 -0
- /package/cjs/components/{SwapButton → DefaultTransactionButton}/types.js +0 -0
- /package/cjs/components/{SwapRouteCard/SwapRouteCard.style.d.ts → RouteCard/RouteCard.style.d.ts} +0 -0
- /package/cjs/components/{SwapRouteCard/SwapRouteCard.style.js → RouteCard/RouteCard.style.js} +0 -0
- /package/cjs/components/{SwapRouteCard → RouteCard}/types.js +0 -0
- /package/cjs/components/{SwapRouteCard → RouteCard}/utils.d.ts +0 -0
- /package/cjs/components/{SwapRouteCard → RouteCard}/utils.js +0 -0
- /package/cjs/components/{SwapRoutes/SwapRoutesExpanded.style.d.ts → Routes/RoutesExpanded.style.d.ts} +0 -0
- /package/cjs/components/{SwapRoutes/SwapRoutesExpanded.style.js → Routes/RoutesExpanded.style.js} +0 -0
- /package/cjs/pages/{SwapRoutesPage/SwapRoutesPage.style.d.ts → RoutesPage/RoutesPage.style.d.ts} +0 -0
- /package/cjs/pages/{SwapRoutesPage/SwapRoutesPage.style.js → RoutesPage/RoutesPage.style.js} +0 -0
- /package/cjs/pages/{SwapDetailsPage/SwapDetailsPage.style.d.ts → TransactionDetailsPage/TransactionDetailsPage.style.d.ts} +0 -0
- /package/cjs/pages/{SwapDetailsPage/SwapDetailsPage.style.js → TransactionDetailsPage/TransactionDetailsPage.style.js} +0 -0
- /package/cjs/pages/{SwapPage → TransactionPage}/ExchangeRateBottomSheet.d.ts +0 -0
- /package/cjs/pages/{SwapPage → TransactionPage}/StatusBottomSheet.d.ts +0 -0
- /package/cjs/pages/{SwapPage → TransactionPage}/StatusBottomSheet.style.d.ts +0 -0
- /package/cjs/pages/{SwapPage → TransactionPage}/TokenValueBottomSheet.d.ts +0 -0
- /package/cjs/pages/{SwapPage/SwapPage.style.d.ts → TransactionPage/TransactionPage.style.d.ts} +0 -0
- /package/cjs/pages/{SwapPage/SwapPage.style.js → TransactionPage/TransactionPage.style.js} +0 -0
- /package/cjs/pages/{SwapPage → TransactionPage}/types.js +0 -0
- /package/cjs/providers/{SwapFormProvider → FormProvider}/URLSearchParamsBuilder.d.ts +0 -0
- /package/components/{ActiveSwaps/ActiveSwaps.style.js → ActiveTransactions/ActiveTransactions.style.js} +0 -0
- /package/components/{SwapInput/SwapInput.style.js → AmountInput/AmountInput.style.js} +0 -0
- /package/components/{SwapInput/SwapInputAdornment.style.js → AmountInput/AmountInputAdornment.style.js} +0 -0
- /package/components/{SwapButton → DefaultTransactionButton}/types.js +0 -0
- /package/components/{SwapRouteCard/SwapRouteCard.style.d.ts → RouteCard/RouteCard.style.d.ts} +0 -0
- /package/components/{SwapRouteCard/SwapRouteCard.style.js → RouteCard/RouteCard.style.js} +0 -0
- /package/components/{SwapRouteCard → RouteCard}/types.js +0 -0
- /package/components/{SwapRouteCard → RouteCard}/utils.d.ts +0 -0
- /package/components/{SwapRouteCard → RouteCard}/utils.js +0 -0
- /package/components/{SwapRoutes/SwapRoutesExpanded.style.d.ts → Routes/RoutesExpanded.style.d.ts} +0 -0
- /package/components/{SwapRoutes/SwapRoutesExpanded.style.js → Routes/RoutesExpanded.style.js} +0 -0
- /package/pages/{SwapRoutesPage/SwapRoutesPage.style.d.ts → RoutesPage/RoutesPage.style.d.ts} +0 -0
- /package/pages/{SwapRoutesPage/SwapRoutesPage.style.js → RoutesPage/RoutesPage.style.js} +0 -0
- /package/pages/{SwapDetailsPage/SwapDetailsPage.style.d.ts → TransactionDetailsPage/TransactionDetailsPage.style.d.ts} +0 -0
- /package/pages/{SwapDetailsPage/SwapDetailsPage.style.js → TransactionDetailsPage/TransactionDetailsPage.style.js} +0 -0
- /package/pages/{SwapPage → TransactionPage}/ExchangeRateBottomSheet.d.ts +0 -0
- /package/pages/{SwapPage → TransactionPage}/StatusBottomSheet.d.ts +0 -0
- /package/pages/{SwapPage → TransactionPage}/StatusBottomSheet.style.d.ts +0 -0
- /package/pages/{SwapPage → TransactionPage}/TokenValueBottomSheet.d.ts +0 -0
- /package/pages/{SwapPage/SwapPage.style.d.ts → TransactionPage/TransactionPage.style.d.ts} +0 -0
- /package/pages/{SwapPage/SwapPage.style.js → TransactionPage/TransactionPage.style.js} +0 -0
- /package/pages/{SwapPage → TransactionPage}/types.js +0 -0
- /package/providers/{SwapFormProvider → FormProvider}/URLSearchParamsBuilder.d.ts +0 -0
package/i18n/en.json
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
+
"language": {
|
|
3
|
+
"name": "English",
|
|
4
|
+
"title": "Language"
|
|
5
|
+
},
|
|
6
|
+
"format": {
|
|
7
|
+
"currency": "{{value, currency(currency: USD)}}",
|
|
8
|
+
"number": "{{value, number(maximumFractionDigits: 9)}}"
|
|
9
|
+
},
|
|
2
10
|
"button": {
|
|
3
11
|
"auto": "Auto",
|
|
12
|
+
"bridge": "Bridge",
|
|
4
13
|
"buy": "Buy",
|
|
5
14
|
"buyNow": "Buy now",
|
|
6
15
|
"cancel": "Cancel",
|
|
@@ -12,103 +21,144 @@
|
|
|
12
21
|
"delete": "Delete",
|
|
13
22
|
"disconnect": "Disconnect",
|
|
14
23
|
"done": "Done",
|
|
24
|
+
"exchange": "Exchange",
|
|
15
25
|
"getGas": "Get gas",
|
|
16
26
|
"hide": "Hide",
|
|
17
27
|
"learnMore": "Learn more",
|
|
18
|
-
"
|
|
28
|
+
"lifiCheckout": "LI.FI Checkout",
|
|
29
|
+
"lifiExchange": "LI.FI Exchange",
|
|
19
30
|
"light": "Light",
|
|
20
31
|
"max": "max",
|
|
21
32
|
"ok": "Ok",
|
|
22
|
-
"
|
|
23
|
-
"removeSwap": "Remove swap",
|
|
33
|
+
"removeTransaction": "Remove transaction",
|
|
24
34
|
"reset": "Reset",
|
|
25
35
|
"resetSettings": "Reset settings",
|
|
26
|
-
"
|
|
27
|
-
"reviewGasSwap": "Review gas swap",
|
|
36
|
+
"reviewBridge": "Review bridge",
|
|
28
37
|
"reviewPurchase": "Review purchase",
|
|
29
38
|
"reviewSwap": "Review swap",
|
|
30
39
|
"seeDetails": "See details",
|
|
31
40
|
"showAll": "Show all",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
41
|
+
"startBridging": "Start bridging",
|
|
42
|
+
"startSwapping": "Start swapping",
|
|
34
43
|
"swap": "Swap",
|
|
35
44
|
"tryAgain": "Try again",
|
|
36
45
|
"viewCoverage": "View coverage",
|
|
37
46
|
"viewOnExplorer": "View on explorer"
|
|
38
47
|
},
|
|
39
|
-
"format": {
|
|
40
|
-
"currency": "{{value, currency(currency: USD)}}",
|
|
41
|
-
"number": "{{value, number(maximumFractionDigits: 9)}}"
|
|
42
|
-
},
|
|
43
48
|
"header": {
|
|
44
|
-
"
|
|
49
|
+
"activeTransactions": "Active transactions",
|
|
45
50
|
"bridge": "Bridge",
|
|
46
51
|
"checkout": "Checkout",
|
|
47
|
-
"
|
|
52
|
+
"exchange": "Exchange",
|
|
53
|
+
"from": "Exchange from",
|
|
48
54
|
"gas": "Gas",
|
|
49
|
-
"gasSwap": "Gas swap",
|
|
50
55
|
"payWith": "Pay with",
|
|
51
56
|
"purchase": "Purchase",
|
|
52
57
|
"purchaseDetails": "Purchase details",
|
|
53
|
-
"routes": "You get",
|
|
54
58
|
"selectChain": "Select chain",
|
|
55
59
|
"selectWallet": "Select your wallet",
|
|
56
60
|
"settings": "Settings",
|
|
57
61
|
"swap": "Swap",
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"walletConnected": "Wallet connected"
|
|
62
|
+
"to": "Exchange to",
|
|
63
|
+
"transactionDetails": "Transaction details",
|
|
64
|
+
"transactionHistory": "Transaction history",
|
|
65
|
+
"walletConnected": "Wallet connected",
|
|
66
|
+
"youGet": "You get"
|
|
62
67
|
},
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
|
|
68
|
+
"info": {
|
|
69
|
+
"message": {
|
|
70
|
+
"autoRefuel": "You're low on {{chainName}} gas. By continuing, you'll get enough gas to complete the transaction.",
|
|
71
|
+
"emptyActiveTransactions": "Transactions in progress will appear here. Once completed, find them in transaction history.",
|
|
72
|
+
"emptyTokenList": "We couldn't find tokens on {{chainName}} chain or you don't have any. Please try search again or choose another chain.",
|
|
73
|
+
"emptyTransactionHistory": "Transaction history is only stored locally and will be deleted if you clear your browser data.",
|
|
74
|
+
"routeNotFound": "Try another token combination."
|
|
75
|
+
},
|
|
76
|
+
"title": {
|
|
77
|
+
"autoRefuel": "Get gas",
|
|
78
|
+
"emptyActiveTransactions": "No active transactions",
|
|
79
|
+
"emptyTransactionHistory": "No recent transactions",
|
|
80
|
+
"routeNotFound": "No routes available"
|
|
81
|
+
}
|
|
66
82
|
},
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"
|
|
72
|
-
"normal": "Normal",
|
|
73
|
-
"slow": "Slow",
|
|
74
|
-
"title": "Gas price"
|
|
83
|
+
"success": {
|
|
84
|
+
"message": {
|
|
85
|
+
"exchangePartiallySuccessful": "We've tried to complete the transaction, but {{tool}} ran out of liquidity for {{tokenSymbol}} token.",
|
|
86
|
+
"exchangeSuccessful": "There are now {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} in {{walletAddress}} wallet on {{chainName}} chain.",
|
|
87
|
+
"purchaseSuccessful": "You now own {{assetName}} in {{walletAddress}} wallet on {{chainName}} chain."
|
|
75
88
|
},
|
|
76
|
-
"
|
|
77
|
-
|
|
78
|
-
|
|
89
|
+
"title": {
|
|
90
|
+
"bridgePartiallySuccessful": "Bridge partially successful",
|
|
91
|
+
"bridgeSuccessful": "Bridge successful",
|
|
92
|
+
"purchaseSuccessful": "Purchase successful",
|
|
93
|
+
"refundIssued": "Refund issued",
|
|
94
|
+
"swapPartiallySuccessful": "Swap partially successful",
|
|
95
|
+
"swapSuccessful": "Swap successful"
|
|
96
|
+
}
|
|
79
97
|
},
|
|
80
|
-
"
|
|
98
|
+
"warning": {
|
|
99
|
+
"message": {
|
|
100
|
+
"deleteActiveTransactions": "Active transactions are only stored locally and can't be recovered if you delete them.",
|
|
101
|
+
"deleteTransactionHistory": "Transaction history is only stored locally and can't be recovered if you delete it.",
|
|
102
|
+
"highValueLoss": "The value of the received tokens is significantly lower than the exchanged tokens and transaction cost.",
|
|
103
|
+
"insufficientFunds": "You don't have enough funds to complete the transaction.",
|
|
104
|
+
"insufficientGas": "You don't have enough gas to complete the transaction. You need to add at least:",
|
|
105
|
+
"rateChanged": "The exchange rate has changed. By continuing the transaction, you'll accept the new rate.",
|
|
106
|
+
"resetSettings": "This will reset your route priority, slippage, gas price, enabled bridges and exchanges."
|
|
107
|
+
},
|
|
108
|
+
"title": {
|
|
109
|
+
"deleteActiveTransactions": "Delete all active transactions?",
|
|
110
|
+
"deleteTransaction": "Delete this transaction?",
|
|
111
|
+
"deleteTransactionHistory": "Delete transaction history?",
|
|
112
|
+
"highValueLoss": "High value loss",
|
|
113
|
+
"insufficientGas": "Insufficient gas",
|
|
114
|
+
"rateChanged": "Rate changed",
|
|
115
|
+
"resetSettings": "Reset settings?"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"error": {
|
|
119
|
+
"message": {
|
|
120
|
+
"allowanceRequired": "Transfer amount for {{tokenSymbol}} exceeds your current allowance. Please increase your allowance and try again.",
|
|
121
|
+
"insufficientFunds": "You don't have enough gas to cover the cost of the transaction.",
|
|
122
|
+
"slippageThreshold": "The slippage is larger than the defined threshold. Please request a new quote.",
|
|
123
|
+
"transactionFailed": "Please check the block explorer for more information.",
|
|
124
|
+
"transactionNotSent": "Transaction was not sent. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} on {{chainName}} remain in your wallet.",
|
|
125
|
+
"transactionRejected": "Your signature is required to complete the transaction. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} on {{chainName}} remain in your wallet.",
|
|
126
|
+
"unknown": "Please try again or contact support."
|
|
127
|
+
},
|
|
128
|
+
"title": {
|
|
129
|
+
"allowanceRequired": "Insufficient allowance",
|
|
130
|
+
"balanceIsTooLow": "The balance is too low",
|
|
131
|
+
"chainSwitch": "Chain switch required",
|
|
132
|
+
"gasLimitIsTooLow": "The gas limit is too low",
|
|
133
|
+
"insufficientFunds": "Insufficient funds",
|
|
134
|
+
"slippageNotMet": "Slippage conditions not met",
|
|
135
|
+
"transactionCanceled": "Transaction canceled",
|
|
136
|
+
"transactionFailed": "Transaction failed",
|
|
137
|
+
"transactionRejected": "Signature required",
|
|
138
|
+
"transactionUnderpriced": "Transaction is underpriced",
|
|
139
|
+
"transactionUnprepared": "Unable to prepare transaction",
|
|
140
|
+
"unknown": "Something went wrong",
|
|
141
|
+
"walletAddressInvalid": "Wallet address is invalid.",
|
|
142
|
+
"walletAddressRequired": "Wallet address is required.",
|
|
143
|
+
"walletEnsAddressInvalid": "Wallet address is invalid or network doesn't support ENS."
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"tooltip": {
|
|
147
|
+
"additionalProviderFee": "Additional bridges, DEXs, and service fees.",
|
|
148
|
+
"estimatedNetworkFee": "Estimated network fee.",
|
|
149
|
+
"estimatedTime": "Estimated execution time in minutes.",
|
|
150
|
+
"notFound": {
|
|
151
|
+
"text": "We couldn't find this page.",
|
|
152
|
+
"title": "404"
|
|
153
|
+
},
|
|
154
|
+
"numberOfSteps": "A number of exchange steps. Each step can contain 1-2 transactions that require a signature.",
|
|
155
|
+
"progressToNextUpdate": "Quotes will update in {{value}} seconds. <0/> Click here to update now.",
|
|
156
|
+
"recommended": "A cheap route that balances complexity and ease of use.",
|
|
157
|
+
"settingsModified": "Settings (modified)"
|
|
158
|
+
},
|
|
159
|
+
"main": {
|
|
81
160
|
"crossStepDetails": "Bridge from {{from}} to {{to}} via {{tool}}",
|
|
82
161
|
"currentAmount": "Current amount",
|
|
83
|
-
"error": {
|
|
84
|
-
"message": {
|
|
85
|
-
"allowanceRequired": "Transfer amount for {{tokenSymbol}} exceeds your current allowance. Please increase your allowance and try again.",
|
|
86
|
-
"insufficientFunds": "You don't have enough gas to cover the cost of the transaction.",
|
|
87
|
-
"slippageThreshold": "The slippage is larger than the defined threshold. Please request a new route to get a fresh quote.",
|
|
88
|
-
"transactionFailed": "Please check the block explorer for more information.",
|
|
89
|
-
"transactionNotSent": "Transaction was not sent. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} on {{chainName}} remain in your wallet.",
|
|
90
|
-
"transactionRejected": "Your signature is required to complete the transaction. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} on {{chainName}} remain in your wallet.",
|
|
91
|
-
"unknown": "Please try again or contact support."
|
|
92
|
-
},
|
|
93
|
-
"title": {
|
|
94
|
-
"allowanceRequired": "Insufficient allowance",
|
|
95
|
-
"balanceIsTooLow": "The balance is too low",
|
|
96
|
-
"chainSwitch": "Chain switch required",
|
|
97
|
-
"failed": "Swap failed",
|
|
98
|
-
"gasLimitIsTooLow": "The gas limit is too low",
|
|
99
|
-
"insufficientFunds": "Insufficient funds",
|
|
100
|
-
"slippageNotMet": "Slippage conditions not met",
|
|
101
|
-
"transactionCanceled": "Transaction canceled",
|
|
102
|
-
"transactionFailed": "Transaction failed",
|
|
103
|
-
"transactionRejected": "Signature required",
|
|
104
|
-
"transactionUnderpriced": "Transaction is underpriced",
|
|
105
|
-
"transactionUnprepared": "Unable to prepare transaction",
|
|
106
|
-
"unknown": "Something went wrong",
|
|
107
|
-
"walletAddressInvalid": "Wallet address is invalid.",
|
|
108
|
-
"walletAddressRequired": "Wallet address is required.",
|
|
109
|
-
"walletEnsAddressInvalid": "Wallet address is invalid or network doesn't support ENS."
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
162
|
"estimatedTime": "{{value}}m",
|
|
113
163
|
"featuredTokens": "Featured tokens",
|
|
114
164
|
"from": "From",
|
|
@@ -117,27 +167,6 @@
|
|
|
117
167
|
"gasFeeEstimated": "estimated gas fee",
|
|
118
168
|
"gasFeePaid": "gas fee paid",
|
|
119
169
|
"inProgress": "in progress",
|
|
120
|
-
"insurance": {
|
|
121
|
-
"bridgeExploits": "Bridge malfunctions, hacks or exploits",
|
|
122
|
-
"insure": "Insure 100% of tokens in transit.",
|
|
123
|
-
"insured": "You've insured 100% of tokens in transit:",
|
|
124
|
-
"slippageError": "Error in slippage for tokens received"
|
|
125
|
-
},
|
|
126
|
-
"info": {
|
|
127
|
-
"message": {
|
|
128
|
-
"autoRefuel": "You're low on {{chainName}} gas. By continuing, you'll get enough gas to complete the swap.",
|
|
129
|
-
"emptyActiveSwaps": "Swaps in progress will appear here. Once completed, find them in swap history.",
|
|
130
|
-
"emptySwapHistory": "Swap history is only stored locally and will be deleted if you clear your browser data.",
|
|
131
|
-
"emptyTokenList": "We couldn't find tokens on {{chainName}} chain or you don't have any. Please try search again or choose another chain.",
|
|
132
|
-
"routeNotFound": "Try another token combination."
|
|
133
|
-
},
|
|
134
|
-
"title": {
|
|
135
|
-
"autoRefuel": "Get gas",
|
|
136
|
-
"emptyActiveSwaps": "No active swaps",
|
|
137
|
-
"emptySwapHistory": "No recent swaps",
|
|
138
|
-
"routeNotFound": "No routes available"
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
170
|
"nftStepDetails": "Purchase NFT via {{tool}}",
|
|
142
171
|
"onChain": "on {{chainName}}",
|
|
143
172
|
"otherTokens": "Other tokens",
|
|
@@ -183,6 +212,7 @@
|
|
|
183
212
|
"selectToken": "Select token",
|
|
184
213
|
"sendToAddress": "Send to {{address}}",
|
|
185
214
|
"sendToWallet": "Send to a different wallet",
|
|
215
|
+
"sending": "Sending",
|
|
186
216
|
"sentToAddress": "Sent to {{address}}",
|
|
187
217
|
"stepBridge": "Bridge",
|
|
188
218
|
"stepBridgeAndBuy": "Bridge and buy",
|
|
@@ -190,23 +220,8 @@
|
|
|
190
220
|
"stepSwap": "Swap",
|
|
191
221
|
"stepSwapAndBridge": "Swap and bridge",
|
|
192
222
|
"stepSwapAndBuy": "Swap and buy",
|
|
193
|
-
"success": {
|
|
194
|
-
"message": {
|
|
195
|
-
"swapPartiallySuccessful": "We've tried to complete the swap, but {{tool}} ran out of liquidity for {{tokenSymbol}} token.",
|
|
196
|
-
"purchaseSuccessful": "You now own {{assetName}} in {{walletAddress}} wallet on {{chainName}} chain.",
|
|
197
|
-
"swapSuccessful": "There are now {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} in {{walletAddress}} wallet on {{chainName}} chain."
|
|
198
|
-
},
|
|
199
|
-
"title": {
|
|
200
|
-
"gasSwapSuccessful": "Gas swap successful",
|
|
201
|
-
"purchaseSuccessful": "Purchase successful",
|
|
202
|
-
"refundIssued": "Refund issued",
|
|
203
|
-
"swapPartiallySuccessful": "Swap partially successful",
|
|
204
|
-
"swapSuccessful": "Swap successful"
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
223
|
"supportId": "Support ID",
|
|
208
224
|
"swapStepDetails": "Swap on {{chain}} via {{tool}}",
|
|
209
|
-
"swapping": "Swapping",
|
|
210
225
|
"tags": {
|
|
211
226
|
"cheapest": "Cheap",
|
|
212
227
|
"fastest": "Fast",
|
|
@@ -221,40 +236,26 @@
|
|
|
221
236
|
"tokenOnChainAmount": "{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} on {{chainName}}",
|
|
222
237
|
"tokenSearch": "Search by token name or address",
|
|
223
238
|
"valueLoss": "Value loss",
|
|
224
|
-
"walletAddressOrEns": "Wallet address or ENS name"
|
|
225
|
-
"warning": {
|
|
226
|
-
"message": {
|
|
227
|
-
"deleteActiveSwaps": "Active swaps are only stored locally and can't be recovered if you delete them.",
|
|
228
|
-
"deleteSwapHistory": "Swap history is only stored locally and can't be recovered if you delete it.",
|
|
229
|
-
"highValueLoss": "The value of the received tokens is significantly lower than the swapped tokens and transaction cost.",
|
|
230
|
-
"insufficientFunds": "You don't have enough funds to complete the swap.",
|
|
231
|
-
"insufficientGas": "You don't have enough gas to complete the swap. You need to add at least:",
|
|
232
|
-
"rateChanged": "The exchange rate has changed. By continuing the swap, you'll accept the new rate.",
|
|
233
|
-
"resetSettings": "This will reset your route priority, slippage, gas price, enabled bridges and exchanges."
|
|
234
|
-
},
|
|
235
|
-
"title": {
|
|
236
|
-
"deleteActiveSwaps": "Delete all active swaps?",
|
|
237
|
-
"deleteSwap": "Delete this swap?",
|
|
238
|
-
"deleteSwapHistory": "Delete swap history?",
|
|
239
|
-
"highValueLoss": "High value loss",
|
|
240
|
-
"insufficientGas": "Insufficient gas",
|
|
241
|
-
"rateChanged": "Rate changed",
|
|
242
|
-
"resetSettings": "Reset settings?"
|
|
243
|
-
}
|
|
244
|
-
}
|
|
239
|
+
"walletAddressOrEns": "Wallet address or ENS name"
|
|
245
240
|
},
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
|
|
252
|
-
|
|
241
|
+
"insurance": {
|
|
242
|
+
"bridgeExploits": "Bridge malfunctions, hacks or exploits",
|
|
243
|
+
"insure": "Insure <0>{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}}</0> in transit.",
|
|
244
|
+
"insured": "You've insured <0>{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}}</0> in transit:",
|
|
245
|
+
"slippageError": "Error in slippage for tokens received"
|
|
246
|
+
},
|
|
247
|
+
"settings": {
|
|
248
|
+
"enabledBridges": "Enabled bridges",
|
|
249
|
+
"enabledExchanges": "Enabled exchanges",
|
|
250
|
+
"gasPrice": {
|
|
251
|
+
"fast": "Fast",
|
|
252
|
+
"normal": "Normal",
|
|
253
|
+
"slow": "Slow",
|
|
254
|
+
"title": "Gas price"
|
|
253
255
|
},
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"settingsModified": "Settings (modified)"
|
|
256
|
+
"routePriority": "Route priority",
|
|
257
|
+
"showDestinationWallet": "Show destination wallet",
|
|
258
|
+
"slippage": "Slippage"
|
|
258
259
|
},
|
|
259
260
|
"wallet": {
|
|
260
261
|
"extensionNotFound": "Please make sure that only the {{name}} browser extension is active before choosing this wallet."
|
package/i18n/es.json
CHANGED
|
@@ -68,34 +68,79 @@
|
|
|
68
68
|
"showDestinationWallet": "Mostrar billetera de destino",
|
|
69
69
|
"slippage": "Diferencial"
|
|
70
70
|
},
|
|
71
|
-
"
|
|
71
|
+
"info": {
|
|
72
|
+
"message": {
|
|
73
|
+
"emptyActiveSwaps": "Los intercambios en curso aparecerán aquí. Una vez completado, encuéntrelos en el historial de intercambio.",
|
|
74
|
+
"emptySwapHistory": "El historial de intercambio solo se almacena localmente y se eliminará si borra los datos de su navegador.",
|
|
75
|
+
"emptyTokenList": "No pudimos encontrar tokens en la cadena {{chainName}} o no tienes ninguno. Por favor intente buscar de nuevo o elija otra cadena.",
|
|
76
|
+
"routeNotFound": "Pruebe con otra combinación de tokens."
|
|
77
|
+
},
|
|
78
|
+
"title": {
|
|
79
|
+
"emptyActiveSwaps": "No hay intercambios activos",
|
|
80
|
+
"emptySwapHistory": "No hay intercambios recientes",
|
|
81
|
+
"routeNotFound": "No hay rutas disponibles"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"success": {
|
|
85
|
+
"message": {
|
|
86
|
+
"swapPartiallySuccessful": "Hemos intentado completar el swap, pero {{tool}} se quedó sin liquidez para el token {{tokenSymbol}}.",
|
|
87
|
+
"swapSuccessful": "Ahora hay {{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} en la billetera {{walletAddress}} en la cadena {{chainName}}."
|
|
88
|
+
},
|
|
89
|
+
"title": {
|
|
90
|
+
"gasSwapSuccessful": "Swap de gas exitoso",
|
|
91
|
+
"refundIssued": "Reembolso emitido",
|
|
92
|
+
"swapPartiallySuccessful": "Swap parcialmente exitoso",
|
|
93
|
+
"swapSuccessful": "Intercambio exitoso"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"warning": {
|
|
97
|
+
"message": {
|
|
98
|
+
"deleteActiveSwaps": "Los intercambios activos solo se almacenan localmente y no se pueden recuperar si los elimina.",
|
|
99
|
+
"deleteSwapHistory": "El historial de intercambio solo se almacena localmente y no se puede recuperar si lo elimina.",
|
|
100
|
+
"highValueLoss": "El valor de los tokens recibidos es significativamente menor que los tokens intercambiados y el costo de la transacción.",
|
|
101
|
+
"insufficientFunds": "No tiene fondos suficientes para ejecutar el intercambio.",
|
|
102
|
+
"insufficientGas": "Debes agregar al menos:",
|
|
103
|
+
"rateChanged": "La tasa de cambio ha cambiado. Continuar con el swap implica que estas de acuerdo con la nueva tasa.",
|
|
104
|
+
"resetSettings": "Esto restablecerá su prioridad de ruta, deslizamiento, precio de gas, puentes e intercambios habilitados."
|
|
105
|
+
},
|
|
106
|
+
"title": {
|
|
107
|
+
"deleteActiveSwaps": "¿Eliminar todos los intercambios activos?",
|
|
108
|
+
"deleteSwap": "¿Eliminar este intercambio?",
|
|
109
|
+
"deleteSwapHistory": "¿Eliminar el historial de intercambio?",
|
|
110
|
+
"highValueLoss": "Pérdida de alto valor",
|
|
111
|
+
"insufficientGas": "Gas insuficiente",
|
|
112
|
+
"rateChanged": "Cambios de precio detectado",
|
|
113
|
+
"resetSettings": "¿Reiniciar los ajustes?"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"error": {
|
|
117
|
+
"message": {
|
|
118
|
+
"slippageThreshold": "El slippage es mayor que el umbral definido. Por favor, solicite una nueva ruta para obtener un presupuesto nuevo.",
|
|
119
|
+
"transactionFailed": "Por favor consulte el explorador de bloques para obtener mas información",
|
|
120
|
+
"transactionNotSent": "La transacción no fue enviada, sus fondos aún están en su billetera ({{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} en {{chainName}}).",
|
|
121
|
+
"transactionRejected": "Se requiere su firma para completar la transacción. {{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} en {{chainName}} permanecen en su billetera.",
|
|
122
|
+
"unknown": "Inténtalo de nuevo o ponte en contacto con soporte."
|
|
123
|
+
},
|
|
124
|
+
"title": {
|
|
125
|
+
"balanceIsTooLow": "El balance es demasiado bajo",
|
|
126
|
+
"chainSwitch": "Se requiere cambiar cadena.",
|
|
127
|
+
"failed": "Swap ha fallado",
|
|
128
|
+
"gasLimitIsTooLow": "Límite de gas es demasiado bajo",
|
|
129
|
+
"slippageNotMet": "Condiciones de slippage no cumplidas",
|
|
130
|
+
"transactionCanceled": "Transacción cancelada",
|
|
131
|
+
"transactionFailed": "La transacción ha fallado.",
|
|
132
|
+
"transactionRejected": "Firma requerida.",
|
|
133
|
+
"transactionUnderpriced": "La transacción está subvaluada.",
|
|
134
|
+
"transactionUnprepared": "No se puede preparar la transacción.",
|
|
135
|
+
"unknown": "Algo salió mal.",
|
|
136
|
+
"walletAddressInvalid": "La dirección de la billetera no es válida.",
|
|
137
|
+
"walletAddressRequired": "Dirección de billetera es requerida.",
|
|
138
|
+
"walletEnsAddressInvalid": "La dirección de la billetera no es válida o la red no es compatible con ENS."
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"main": {
|
|
72
142
|
"crossStepDetails": "Mover fondos de {{from}} {{to}} {{tool}}",
|
|
73
143
|
"currentAmount": "Cantidad actual",
|
|
74
|
-
"error": {
|
|
75
|
-
"message": {
|
|
76
|
-
"slippageThreshold": "El slippage es mayor que el umbral definido. Por favor, solicite una nueva ruta para obtener un presupuesto nuevo.",
|
|
77
|
-
"transactionFailed": "Por favor consulte el explorador de bloques para obtener mas información",
|
|
78
|
-
"transactionNotSent": "La transacción no fue enviada, sus fondos aún están en su billetera ({{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} en {{chainName}}).",
|
|
79
|
-
"transactionRejected": "Se requiere su firma para completar la transacción. {{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} en {{chainName}} permanecen en su billetera.",
|
|
80
|
-
"unknown": "Inténtalo de nuevo o ponte en contacto con soporte."
|
|
81
|
-
},
|
|
82
|
-
"title": {
|
|
83
|
-
"balanceIsTooLow": "El balance es demasiado bajo",
|
|
84
|
-
"chainSwitch": "Se requiere cambiar cadena.",
|
|
85
|
-
"failed": "Swap ha fallado",
|
|
86
|
-
"gasLimitIsTooLow": "Límite de gas es demasiado bajo",
|
|
87
|
-
"slippageNotMet": "Condiciones de slippage no cumplidas",
|
|
88
|
-
"transactionCanceled": "Transacción cancelada",
|
|
89
|
-
"transactionFailed": "La transacción ha fallado.",
|
|
90
|
-
"transactionRejected": "Firma requerida.",
|
|
91
|
-
"transactionUnderpriced": "La transacción está subvaluada.",
|
|
92
|
-
"transactionUnprepared": "No se puede preparar la transacción.",
|
|
93
|
-
"unknown": "Algo salió mal.",
|
|
94
|
-
"walletAddressInvalid": "La dirección de la billetera no es válida.",
|
|
95
|
-
"walletAddressRequired": "Dirección de billetera es requerida.",
|
|
96
|
-
"walletEnsAddressInvalid": "La dirección de la billetera no es válida o la red no es compatible con ENS."
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
144
|
"estimatedTime": "{{value}}m",
|
|
100
145
|
"featuredTokens": "Tokens destacados",
|
|
101
146
|
"from": "Desde",
|
|
@@ -104,19 +149,6 @@
|
|
|
104
149
|
"gasFeeEstimated": "tarifa de gas estimada",
|
|
105
150
|
"gasFeePaid": "comisión de gas pagada",
|
|
106
151
|
"inProgress": "en progreso",
|
|
107
|
-
"info": {
|
|
108
|
-
"message": {
|
|
109
|
-
"emptyActiveSwaps": "Los intercambios en curso aparecerán aquí. Una vez completado, encuéntrelos en el historial de intercambio.",
|
|
110
|
-
"emptySwapHistory": "El historial de intercambio solo se almacena localmente y se eliminará si borra los datos de su navegador.",
|
|
111
|
-
"emptyTokenList": "No pudimos encontrar tokens en la cadena {{chainName}} o no tienes ninguno. Por favor intente buscar de nuevo o elija otra cadena.",
|
|
112
|
-
"routeNotFound": "Pruebe con otra combinación de tokens."
|
|
113
|
-
},
|
|
114
|
-
"title": {
|
|
115
|
-
"emptyActiveSwaps": "No hay intercambios activos",
|
|
116
|
-
"emptySwapHistory": "No hay intercambios recientes",
|
|
117
|
-
"routeNotFound": "No hay rutas disponibles"
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
152
|
"nftStepDetails": "Compra NFT a través de {{tool}}",
|
|
121
153
|
"onChain": "en {{chainName}}",
|
|
122
154
|
"otherTokens": "Otros tokens",
|
|
@@ -164,18 +196,6 @@
|
|
|
164
196
|
"stepBridge": "Cruzar",
|
|
165
197
|
"stepSwap": "Swap",
|
|
166
198
|
"stepSwapAndBridge": "Swap y cruzar",
|
|
167
|
-
"success": {
|
|
168
|
-
"message": {
|
|
169
|
-
"swapPartiallySuccessful": "Hemos intentado completar el swap, pero {{tool}} se quedó sin liquidez para el token {{tokenSymbol}}.",
|
|
170
|
-
"swapSuccessful": "Ahora hay {{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} en la billetera {{walletAddress}} en la cadena {{chainName}}."
|
|
171
|
-
},
|
|
172
|
-
"title": {
|
|
173
|
-
"gasSwapSuccessful": "Swap de gas exitoso",
|
|
174
|
-
"refundIssued": "Reembolso emitido",
|
|
175
|
-
"swapPartiallySuccessful": "Swap parcialmente exitoso",
|
|
176
|
-
"swapSuccessful": "Intercambio exitoso"
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
199
|
"supportId": "ID de soporte",
|
|
180
200
|
"swapStepDetails": "Intercambiar en {{chain}} a través de {{tool}}",
|
|
181
201
|
"swapping": "Intercambiando",
|
|
@@ -191,27 +211,7 @@
|
|
|
191
211
|
"tokenOnChainAmount": "{{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} on {{chainName}}",
|
|
192
212
|
"tokenSearch": "Busque su token",
|
|
193
213
|
"valueLoss": "Valor perdido",
|
|
194
|
-
"walletAddressOrEns": "Dirección de billetera o nombre ENS"
|
|
195
|
-
"warning": {
|
|
196
|
-
"message": {
|
|
197
|
-
"deleteActiveSwaps": "Los intercambios activos solo se almacenan localmente y no se pueden recuperar si los elimina.",
|
|
198
|
-
"deleteSwapHistory": "El historial de intercambio solo se almacena localmente y no se puede recuperar si lo elimina.",
|
|
199
|
-
"highValueLoss": "El valor de los tokens recibidos es significativamente menor que los tokens intercambiados y el costo de la transacción.",
|
|
200
|
-
"insufficientFunds": "No tiene fondos suficientes para ejecutar el intercambio.",
|
|
201
|
-
"insufficientGas": "Debes agregar al menos:",
|
|
202
|
-
"rateChanged": "La tasa de cambio ha cambiado. Continuar con el swap implica que estas de acuerdo con la nueva tasa.",
|
|
203
|
-
"resetSettings": "Esto restablecerá su prioridad de ruta, deslizamiento, precio de gas, puentes e intercambios habilitados."
|
|
204
|
-
},
|
|
205
|
-
"title": {
|
|
206
|
-
"deleteActiveSwaps": "¿Eliminar todos los intercambios activos?",
|
|
207
|
-
"deleteSwap": "¿Eliminar este intercambio?",
|
|
208
|
-
"deleteSwapHistory": "¿Eliminar el historial de intercambio?",
|
|
209
|
-
"highValueLoss": "Pérdida de alto valor",
|
|
210
|
-
"insufficientGas": "Gas insuficiente",
|
|
211
|
-
"rateChanged": "Cambios de precio detectado",
|
|
212
|
-
"resetSettings": "¿Reiniciar los ajustes?"
|
|
213
|
-
}
|
|
214
|
-
}
|
|
214
|
+
"walletAddressOrEns": "Dirección de billetera o nombre ENS"
|
|
215
215
|
},
|
|
216
216
|
"tooltip": {
|
|
217
217
|
"estimatedNetworkFee": "Tarifa de red estimada.",
|