@lifi/widget 2.0.0-beta.13 → 2.0.0-beta.15
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/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/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/{SwapInput/SwapInput.d.ts → AmountInput/AmountInput.d.ts} +3 -3
- package/cjs/components/{SwapInput/SwapInput.js → AmountInput/AmountInput.js} +14 -14
- 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} +8 -8
- 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 +4 -4
- 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 +2 -2
- 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/InsuranceCard.js +9 -12
- package/cjs/components/Insurance/InsuranceCollapsed.js +1 -1
- 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} +14 -14
- 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/StepTimer.js +2 -2
- package/cjs/components/StepActions/StepActions.d.ts +3 -3
- package/cjs/components/StepActions/StepActions.js +20 -16
- 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 +3 -7
- 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/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/useGasRefuel.js +4 -4
- package/cjs/hooks/useProcessMessage.d.ts +2 -2
- package/cjs/hooks/useProcessMessage.js +46 -46
- package/cjs/hooks/useRouteExecution.js +0 -2
- package/cjs/hooks/{useSwapRoutes.d.ts → useRoutes.d.ts} +2 -2
- package/cjs/hooks/{useSwapRoutes.js → useRoutes.js} +24 -24
- 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 +86 -86
- package/cjs/i18n/it.json +86 -86
- package/cjs/i18n/ko.json +102 -85
- package/cjs/i18n/pt.json +86 -86
- package/cjs/i18n/th.json +102 -85
- package/cjs/i18n/tr.json +72 -72
- package/cjs/i18n/uk.json +97 -97
- package/cjs/i18n/vi.json +86 -86
- package/cjs/i18n/zh.json +86 -86
- 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/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} +9 -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/{pages/SwapHistoryPage/SwapHistoryItem.d.ts → cjs/pages/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 +3 -3
- package/cjs/pages/TransactionPage/StartTransactionButton.d.ts +4 -0
- package/cjs/pages/TransactionPage/StartTransactionButton.js +21 -0
- package/cjs/pages/{SwapPage → TransactionPage}/StatusBottomSheet.js +24 -21
- package/cjs/pages/{SwapPage → TransactionPage}/TokenValueBottomSheet.js +1 -1
- package/cjs/pages/TransactionPage/TransactionPage.d.ts +2 -0
- package/cjs/pages/TransactionPage/TransactionPage.js +125 -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/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/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/types/events.js +1 -1
- package/cjs/types/widget.d.ts +4 -3
- package/cjs/types/widget.js +3 -3
- package/cjs/utils/elements.js +1 -1
- 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/{SwapInput/SwapInput.d.ts → AmountInput/AmountInput.d.ts} +3 -3
- package/components/{SwapInput/SwapInput.js → AmountInput/AmountInput.js} +11 -11
- 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} +6 -6
- 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 +5 -5
- 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 +2 -2
- 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/InsuranceCard.js +9 -12
- package/components/Insurance/InsuranceCollapsed.js +2 -2
- 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} +13 -13
- 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/StepTimer.js +2 -2
- package/components/StepActions/StepActions.d.ts +3 -3
- package/components/StepActions/StepActions.js +20 -16
- 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 +4 -8
- 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/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/useGasRefuel.js +5 -5
- package/hooks/useProcessMessage.d.ts +2 -2
- package/hooks/useProcessMessage.js +46 -46
- package/hooks/useRouteExecution.js +0 -2
- package/hooks/{useSwapRoutes.d.ts → useRoutes.d.ts} +2 -2
- package/hooks/{useSwapRoutes.js → useRoutes.js} +23 -23
- 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 +86 -86
- package/i18n/it.json +86 -86
- package/i18n/ko.json +102 -85
- package/i18n/pt.json +86 -86
- package/i18n/th.json +102 -85
- package/i18n/tr.json +72 -72
- package/i18n/uk.json +97 -97
- package/i18n/vi.json +86 -86
- package/i18n/zh.json +86 -86
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +30 -16
- 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/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} +7 -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/{cjs/pages/SwapHistoryPage/SwapHistoryItem.d.ts → pages/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 +3 -3
- package/pages/TransactionPage/StartTransactionButton.d.ts +4 -0
- package/pages/TransactionPage/StartTransactionButton.js +16 -0
- package/pages/{SwapPage → TransactionPage}/StatusBottomSheet.js +25 -22
- package/pages/{SwapPage → TransactionPage}/TokenValueBottomSheet.js +1 -1
- package/pages/TransactionPage/TransactionPage.d.ts +2 -0
- package/pages/TransactionPage/TransactionPage.js +121 -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/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/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/tsconfig.cjs.tsbuildinfo +1 -1
- package/types/widget.d.ts +4 -3
- 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/FormPriceHelperText.d.ts +0 -9
- 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 -111
- 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/FormPriceHelperText.d.ts +0 -9
- 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 -107
- 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}/StatusBottomSheet.style.js +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/pages/{SwapPage → TransactionPage}/utils.d.ts +0 -0
- /package/cjs/pages/{SwapPage → TransactionPage}/utils.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}/StatusBottomSheet.style.js +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/pages/{SwapPage → TransactionPage}/utils.d.ts +0 -0
- /package/pages/{SwapPage → TransactionPage}/utils.js +0 -0
- /package/providers/{SwapFormProvider → FormProvider}/URLSearchParamsBuilder.d.ts +0 -0
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.",
|
package/i18n/fr.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"button": {
|
|
3
3
|
"auto": "Auto",
|
|
4
|
+
"buy": "Acheter",
|
|
5
|
+
"buyNow": "Acheter maintenant",
|
|
4
6
|
"cancel": "Annuler",
|
|
5
7
|
"connectWallet": "Connecter un portefeuille",
|
|
6
8
|
"contactSupport": "Contacter le support",
|
|
@@ -23,6 +25,7 @@
|
|
|
23
25
|
"resetSettings": "Réinitialiser les paramètres",
|
|
24
26
|
"restartSwap": "Redémarrer l'échange",
|
|
25
27
|
"reviewGasSwap": "Vérifier le gaz d'échange",
|
|
28
|
+
"reviewPurchase": "Vérifiez votre achat",
|
|
26
29
|
"reviewSwap": "Vérifier l'échange",
|
|
27
30
|
"seeDetails": "Voir les détails",
|
|
28
31
|
"showAll": "Afficher tout",
|
|
@@ -39,10 +42,14 @@
|
|
|
39
42
|
},
|
|
40
43
|
"header": {
|
|
41
44
|
"activeSwaps": "Échanges actifs",
|
|
45
|
+
"bridge": "Bridge",
|
|
42
46
|
"checkout": "Paiement",
|
|
43
47
|
"from": "Échanger de",
|
|
44
48
|
"gas": "Gaz",
|
|
45
49
|
"gasSwap": "Échange de gaz",
|
|
50
|
+
"payWith": "Payer avec",
|
|
51
|
+
"purchase": "Acheter",
|
|
52
|
+
"purchaseDetails": "Détails de l'achat",
|
|
46
53
|
"routes": "Vous recevez",
|
|
47
54
|
"selectChain": "Sélectionner la chaîne",
|
|
48
55
|
"selectWallet": "Sélectionnez votre portefeuille",
|
|
@@ -70,34 +77,87 @@
|
|
|
70
77
|
"showDestinationWallet": "Afficher le portefeuille de destination",
|
|
71
78
|
"slippage": "Effet de glissement"
|
|
72
79
|
},
|
|
73
|
-
"
|
|
80
|
+
"info": {
|
|
81
|
+
"message": {
|
|
82
|
+
"autoRefuel": "Vous avez peu de gaz sur {{chainName}}. En continuant, vous aurez assez de gaz pour compléter l'échange.",
|
|
83
|
+
"emptyActiveSwaps": "Les échanges en cours apparaissent ici. Une fois terminés, vous les trouverez dans l'historique d'échange.",
|
|
84
|
+
"emptySwapHistory": "L'historique d'échange est uniquement stocké au niveau local et sera supprimé si vous effacez les données de votre navigateur.",
|
|
85
|
+
"emptyTokenList": "Nous n'avons pas pu trouver de jetons sur la chaîne {{chainName}} ou vous n'en avez pas. Veuillez réessayer ou choisissez une autre chaîne.",
|
|
86
|
+
"routeNotFound": "Essayez une autre combinaison de jetons."
|
|
87
|
+
},
|
|
88
|
+
"title": {
|
|
89
|
+
"autoRefuel": "Obtenir du gaz",
|
|
90
|
+
"emptyActiveSwaps": "Aucun échange actif",
|
|
91
|
+
"emptySwapHistory": "Aucun échange récent",
|
|
92
|
+
"routeNotFound": "Aucun itinéraire disponible"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"success": {
|
|
96
|
+
"message": {
|
|
97
|
+
"swapPartiallySuccessful": "Nous avons essayé de compléter l'échange, mais {{tool}} a manqué de liquidité pour le jeton {{tokenSymbol}}.",
|
|
98
|
+
"purchaseSuccessful": "Vous possédez maintenant {{assetName}} dans le portefeuille {{walletAddress}} sur la chaîne {{chainName}}.",
|
|
99
|
+
"swapSuccessful": "Il y a maintenant {{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} dans le portefeuille {{walletAddress}} sur la chaîne {{chainName}}."
|
|
100
|
+
},
|
|
101
|
+
"title": {
|
|
102
|
+
"gasSwapSuccessful": "Échange de gaz réussi",
|
|
103
|
+
"purchaseSuccessful": "Achat effectué",
|
|
104
|
+
"refundIssued": "Remboursement émis",
|
|
105
|
+
"swapPartiallySuccessful": "Échange partiellement réussi",
|
|
106
|
+
"swapSuccessful": "Échange réussi"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"warning": {
|
|
110
|
+
"message": {
|
|
111
|
+
"deleteActiveSwaps": "Les échanges actifs sont uniquement stockés au niveau local et seront perdus si vous les supprimez.",
|
|
112
|
+
"deleteSwapHistory": "L'historique d'échange est uniquement stocké au niveau local et ne pourra pas être récupéré si vous le supprimez.",
|
|
113
|
+
"highValueLoss": "La valeur des jetons reçus est nettement inférieure à celle des jetons échangés et au coût de la transaction.",
|
|
114
|
+
"insufficientFunds": "Vous n'avez pas assez de fonds pour finaliser l'échange.",
|
|
115
|
+
"insufficientGas": "Vous n'avez pas assez de gaz pour finaliser l'échange. Vous devez avoir au moins:",
|
|
116
|
+
"rateChanged": "Le taux de change a changé. En continuant l'échange, vous devrez accepter le nouveau taux.",
|
|
117
|
+
"resetSettings": "Cela réinitialisera la priorité de votre itinéraire, l'effet de glissement, le prix du gaz, les ponts et les plateformes d'échanges activés."
|
|
118
|
+
},
|
|
119
|
+
"title": {
|
|
120
|
+
"deleteActiveSwaps": "Supprimer tous les échanges actifs ?",
|
|
121
|
+
"deleteSwap": "Supprimer cet échange ?",
|
|
122
|
+
"deleteSwapHistory": "Supprimer l'historique d'échange ?",
|
|
123
|
+
"highValueLoss": "Perte de valeur élevée",
|
|
124
|
+
"insufficientGas": "Gaz insuffisant",
|
|
125
|
+
"rateChanged": "Taux modifié",
|
|
126
|
+
"resetSettings": "Réinitialiser les paramètres ?"
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"error": {
|
|
130
|
+
"message": {
|
|
131
|
+
"allowanceRequired": "Le montant du transfert pour {{tokenSymbol}} dépasse votre allocation actuelle. Veuillez augmenter votre allocation et réessayer.",
|
|
132
|
+
"insufficientFunds": "Vous n'avez pas assez de gaz pour couvrir le coût de la transaction.",
|
|
133
|
+
"slippageThreshold": "L'effet de glissement est supérieur au seuil défini. Veuillez demander un nouvel itinéraire pour obtenir un nouveau devis.",
|
|
134
|
+
"transactionFailed": "Veuillez consulter l'explorateur de blocs pour plus d'informations.",
|
|
135
|
+
"transactionNotSent": "La transaction n'a pas été envoyée. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} sur {{chainName}} restent dans votre portefeuille.",
|
|
136
|
+
"transactionRejected": "Votre signature est requise pour compléter la transaction. {{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} sur {{chainName}} restent dans votre portefeuille.",
|
|
137
|
+
"unknown": "Veuillez réessayer ou contacter le support."
|
|
138
|
+
},
|
|
139
|
+
"title": {
|
|
140
|
+
"allowanceRequired": "Allocation insuffisante",
|
|
141
|
+
"balanceIsTooLow": "Le solde est trop bas.",
|
|
142
|
+
"chainSwitch": "Changement de chaîne nécessaire.",
|
|
143
|
+
"failed": "L'échange a échoué.",
|
|
144
|
+
"gasLimitIsTooLow": "La limite de gaz est trop basse.",
|
|
145
|
+
"insufficientFunds": "Fonds insuffisants",
|
|
146
|
+
"slippageNotMet": "Les conditions de l'effet de glissement ne sont pas remplies.",
|
|
147
|
+
"transactionCanceled": "Transaction annulée.",
|
|
148
|
+
"transactionFailed": "La transaction a échoué.",
|
|
149
|
+
"transactionRejected": "Signature requise.",
|
|
150
|
+
"transactionUnderpriced": "La transaction est sous-évaluée.",
|
|
151
|
+
"transactionUnprepared": "Impossible de préparer la transaction.",
|
|
152
|
+
"unknown": "Il y a eu un problème.",
|
|
153
|
+
"walletAddressInvalid": "L'adresse du portefeuille n'est pas valide.",
|
|
154
|
+
"walletAddressRequired": "L'adresse du portefeuille est nécessaire.",
|
|
155
|
+
"walletEnsAddressInvalid": "L'adresse du portefeuille n'est pas valide ou le réseau ne supporte pas l'ENS."
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"main": {
|
|
74
159
|
"crossStepDetails": "Passer de {{from}} à {{to}} via {{tool}}",
|
|
75
160
|
"currentAmount": "Montant actuel",
|
|
76
|
-
"error": {
|
|
77
|
-
"message": {
|
|
78
|
-
"slippageThreshold": "L'effet de glissement est supérieur au seuil défini. Veuillez demander un nouvel itinéraire pour obtenir un nouveau devis.",
|
|
79
|
-
"transactionFailed": "Veuillez consulter l'explorateur de blocs pour plus d'informations.",
|
|
80
|
-
"transactionNotSent": "La transaction n'a pas été envoyée. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} sur {{chainName}} restent dans votre portefeuille.",
|
|
81
|
-
"transactionRejected": "Votre signature est requise pour compléter la transaction. {{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} sur {{chainName}} restent dans votre portefeuille.",
|
|
82
|
-
"unknown": "Veuillez réessayer ou contacter le support."
|
|
83
|
-
},
|
|
84
|
-
"title": {
|
|
85
|
-
"balanceIsTooLow": "Le solde est trop bas.",
|
|
86
|
-
"chainSwitch": "Changement de chaîne nécessaire.",
|
|
87
|
-
"failed": "L'échange a échoué.",
|
|
88
|
-
"gasLimitIsTooLow": "La limite de gaz est trop basse.",
|
|
89
|
-
"slippageNotMet": "Les conditions de l'effet de glissement ne sont pas remplies.",
|
|
90
|
-
"transactionCanceled": "Transaction annulée.",
|
|
91
|
-
"transactionFailed": "La transaction a échoué.",
|
|
92
|
-
"transactionRejected": "Signature requise.",
|
|
93
|
-
"transactionUnderpriced": "La transaction est sous-évaluée.",
|
|
94
|
-
"transactionUnprepared": "Impossible de préparer la transaction.",
|
|
95
|
-
"unknown": "Il y a eu un problème.",
|
|
96
|
-
"walletAddressInvalid": "L'adresse du portefeuille n'est pas valide.",
|
|
97
|
-
"walletAddressRequired": "L'adresse du portefeuille est nécessaire.",
|
|
98
|
-
"walletEnsAddressInvalid": "L'adresse du portefeuille n'est pas valide ou le réseau ne supporte pas l'ENS."
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
161
|
"estimatedTime": "{{value}}m",
|
|
102
162
|
"featuredTokens": "Jetons en vedette",
|
|
103
163
|
"from": "De",
|
|
@@ -106,32 +166,10 @@
|
|
|
106
166
|
"gasFeeEstimated": "frais de gaz estimés",
|
|
107
167
|
"gasFeePaid": "frais de gaz payés",
|
|
108
168
|
"inProgress": "en cours",
|
|
109
|
-
"insurance": {
|
|
110
|
-
"bridgeExploits": "Des dysfonctionnements de pont, des hacks ou des exploits",
|
|
111
|
-
"insure": "Assurer 100% des jetons en cours de transit.",
|
|
112
|
-
"insured": "Vous avez assuré 100 % des jetons en cours de transit:",
|
|
113
|
-
"slippageError": "Erreur dans le slippage pour les jetons reçus"
|
|
114
|
-
},
|
|
115
|
-
"info": {
|
|
116
|
-
"message": {
|
|
117
|
-
"autoRefuel": "Vous avez peu de gaz sur {{chainName}}. En continuant, vous aurez assez de gaz pour compléter l'échange.",
|
|
118
|
-
"emptyActiveSwaps": "Les échanges en cours apparaissent ici. Une fois terminés, vous les trouverez dans l'historique d'échange.",
|
|
119
|
-
"emptySwapHistory": "L'historique d'échange est uniquement stocké au niveau local et sera supprimé si vous effacez les données de votre navigateur.",
|
|
120
|
-
"emptyTokenList": "Nous n'avons pas pu trouver de jetons sur la chaîne {{chainName}} ou vous n'en avez pas. Veuillez réessayer ou choisissez une autre chaîne.",
|
|
121
|
-
"routeNotFound": "Essayez une autre combinaison de jetons."
|
|
122
|
-
},
|
|
123
|
-
"title": {
|
|
124
|
-
"autoRefuel": "Obtenir du gaz",
|
|
125
|
-
"emptyActiveSwaps": "Aucun échange actif",
|
|
126
|
-
"emptySwapHistory": "Aucun échange récent",
|
|
127
|
-
"routeNotFound": "Aucun itinéraire disponible"
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
169
|
"nftStepDetails": "Acheter un NFT via {{tool}}",
|
|
131
170
|
"onChain": "sur {{chainName}}",
|
|
132
171
|
"otherTokens": "Autres jetons",
|
|
133
172
|
"ownedBy": "Propriétaire",
|
|
134
|
-
"payWith": "Payer avec",
|
|
135
173
|
"process": {
|
|
136
174
|
"crossChain": {
|
|
137
175
|
"actionRequired": "Veuillez signer la transaction.",
|
|
@@ -139,6 +177,9 @@
|
|
|
139
177
|
"pending": "En attente de la transaction bridge",
|
|
140
178
|
"started": "Préparation de la transaction bridge"
|
|
141
179
|
},
|
|
180
|
+
"nft": {
|
|
181
|
+
"done": "NFT acheté"
|
|
182
|
+
},
|
|
142
183
|
"receivingChain": {
|
|
143
184
|
"done": "Bridge complété",
|
|
144
185
|
"partial": "Bridge partiellement complété",
|
|
@@ -165,29 +206,18 @@
|
|
|
165
206
|
"rateChange": "Taux de change",
|
|
166
207
|
"receiving": "En cours de réception",
|
|
167
208
|
"refuelStepDetails": "Obtenir du gaz via {{tool}}",
|
|
168
|
-
"
|
|
169
|
-
"selectChain": "Chaîne",
|
|
209
|
+
"selectChain": "Sélectionner la chaîne",
|
|
170
210
|
"selectChainAndToken": "Sélectionnez la chaîne et le jeton",
|
|
171
|
-
"selectToken": "
|
|
211
|
+
"selectToken": "Choisissez un jeton",
|
|
172
212
|
"sendToAddress": "Envoyer à {{address}}",
|
|
173
213
|
"sendToWallet": "Envoyer vers un autre portefeuille",
|
|
174
214
|
"sentToAddress": "Envoyé à {{address}}",
|
|
175
215
|
"stepBridge": "Bridge",
|
|
216
|
+
"stepBridgeAndBuy": "Bridge et acheter",
|
|
176
217
|
"stepDetails": "{{tool}} via LI.FI",
|
|
177
218
|
"stepSwap": "Échanger",
|
|
178
219
|
"stepSwapAndBridge": "Échange et Bridge",
|
|
179
|
-
"
|
|
180
|
-
"message": {
|
|
181
|
-
"swapPartiallySuccessful": "Nous avons essayé de compléter l'échange, mais {{tool}} a manqué de liquidité pour le jeton {{tokenSymbol}}.",
|
|
182
|
-
"swapSuccessful": "Il y a maintenant {{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} dans le portefeuille {{walletAddress}} sur la chaîne {{chainName}}."
|
|
183
|
-
},
|
|
184
|
-
"title": {
|
|
185
|
-
"gasSwapSuccessful": "Échange de gaz réussi",
|
|
186
|
-
"refundIssued": "Remboursement émis",
|
|
187
|
-
"swapPartiallySuccessful": "Échange partiellement réussi",
|
|
188
|
-
"swapSuccessful": "Échange réussi"
|
|
189
|
-
}
|
|
190
|
-
},
|
|
220
|
+
"stepSwapAndBuy": "Échanger et acheter",
|
|
191
221
|
"supportId": "ID de support",
|
|
192
222
|
"swapStepDetails": "Échanger sur {{chain}} via {{tool}}",
|
|
193
223
|
"swapping": "Échanger",
|
|
@@ -203,29 +233,15 @@
|
|
|
203
233
|
"to": "À",
|
|
204
234
|
"tokenOnChain": "{{tokenSymbol}} sur {{chainName}}",
|
|
205
235
|
"tokenOnChainAmount": "{{amount, number(maximumFractionDigits: 4)}} {{tokenSymbol}} sur {{chainName}}",
|
|
206
|
-
"tokenSearch": "
|
|
236
|
+
"tokenSearch": "Recherche par nom de jeton ou adresse",
|
|
207
237
|
"valueLoss": "Perte de valeur",
|
|
208
|
-
"walletAddressOrEns": "Adresse du portefeuille ou nom ENS"
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
"insufficientGas": "Vous n'avez pas assez de gaz pour finaliser l'échange. Vous devez avoir au moins:",
|
|
216
|
-
"rateChanged": "Le taux de change a changé. En continuant l'échange, vous devrez accepter le nouveau taux.",
|
|
217
|
-
"resetSettings": "Cela réinitialisera la priorité de votre itinéraire, l'effet de glissement, le prix du gaz, les ponts et les plateformes d'échanges activés."
|
|
218
|
-
},
|
|
219
|
-
"title": {
|
|
220
|
-
"deleteActiveSwaps": "Supprimer tous les échanges actifs ?",
|
|
221
|
-
"deleteSwap": "Supprimer cet échange ?",
|
|
222
|
-
"deleteSwapHistory": "Supprimer l'historique d'échange ?",
|
|
223
|
-
"highValueLoss": "Perte de valeur élevée",
|
|
224
|
-
"insufficientGas": "Gaz insuffisant",
|
|
225
|
-
"rateChanged": "Taux modifié",
|
|
226
|
-
"resetSettings": "Réinitialiser les paramètres ?"
|
|
227
|
-
}
|
|
228
|
-
}
|
|
238
|
+
"walletAddressOrEns": "Adresse du portefeuille ou nom ENS"
|
|
239
|
+
},
|
|
240
|
+
"insurance": {
|
|
241
|
+
"bridgeExploits": "Des dysfonctionnements de pont, des hacks ou des exploits",
|
|
242
|
+
"insure": "Assurer <0>{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}}</0> en transit :",
|
|
243
|
+
"insured": "Vous avez assuré <0>{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}}</0> en transit :",
|
|
244
|
+
"slippageError": "Erreur dans le slippage pour les jetons reçus"
|
|
229
245
|
},
|
|
230
246
|
"tooltip": {
|
|
231
247
|
"additionalProviderFee": "Ponts additionnels, DEX et frais de service.",
|
|
@@ -237,6 +253,7 @@
|
|
|
237
253
|
},
|
|
238
254
|
"numberOfSteps": "Un certain nombre d'étapes d'échange. Chaque étape peut contenir 1 à 2 transactions nécessitant une signature.",
|
|
239
255
|
"progressToNextUpdate": "Les données affichées seront automatiquement actualisées après {{value}} secondes. Cliquez ici pour les mettre à jour manuellement.",
|
|
256
|
+
"recommended": "Une voie bon marché qui équilibre complexité et facilité d'utilisation.",
|
|
240
257
|
"settingsModified": "Paramètres (modifiés)"
|
|
241
258
|
},
|
|
242
259
|
"wallet": {
|
package/i18n/id.json
CHANGED
|
@@ -77,38 +77,87 @@
|
|
|
77
77
|
"showDestinationWallet": "Tampilkan Alamat Tujuan",
|
|
78
78
|
"slippage": "Slippage"
|
|
79
79
|
},
|
|
80
|
-
"
|
|
80
|
+
"info": {
|
|
81
|
+
"message": {
|
|
82
|
+
"autoRefuel": "Gas anda hampir habis {{chainName}}. Dengan melanjutkan, anda akan mendapatkan cukup gas untuk menyelesaikan penukaran.",
|
|
83
|
+
"emptyActiveSwaps": "Swap yang sedang berlangsung akan muncul di sini. Setelah selesai, temukan di riwayat swap.",
|
|
84
|
+
"emptySwapHistory": "Riwayat swap hanya disimpan secara lokal dan akan dihapus jika Anda menghapus data browser.",
|
|
85
|
+
"emptyTokenList": "Kami tidak dapat menemukan token di rantai {{chainName}} atau Anda tidak memilikinya. Coba cari lagi atau pilih jaringan lain.",
|
|
86
|
+
"routeNotFound": "Coba kombinasi token lain."
|
|
87
|
+
},
|
|
88
|
+
"title": {
|
|
89
|
+
"autoRefuel": "Dapatkan gas",
|
|
90
|
+
"emptyActiveSwaps": "Tidak ada swap yang aktif",
|
|
91
|
+
"emptySwapHistory": "Tidak ada swap terbaru",
|
|
92
|
+
"routeNotFound": "Rute tidak tersedia"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"success": {
|
|
96
|
+
"message": {
|
|
97
|
+
"swapPartiallySuccessful": "Kami telah mencoba menyelesaikan pertukaran, tetapi {{tool}} kehabisan likuiditas untuk token {{tokenSymbol}}.",
|
|
98
|
+
"purchaseSuccessful": "Anda sekarang memiliki {{assetName}} di dompet {{walletAddress}} di chain {{chainName}}.",
|
|
99
|
+
"swapSuccessful": "Sekarang ada {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} di dompet {{walletAddress}} pada jaringan {{chainName}}."
|
|
100
|
+
},
|
|
101
|
+
"title": {
|
|
102
|
+
"gasSwapSuccessful": "Pertukaran gas berhasil",
|
|
103
|
+
"purchaseSuccessful": "Pembelian berhasil",
|
|
104
|
+
"refundIssued": "Pengembalian dana diterbitkan",
|
|
105
|
+
"swapPartiallySuccessful": "Swap sebagian berhasil",
|
|
106
|
+
"swapSuccessful": "Swap berhasil"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"warning": {
|
|
110
|
+
"message": {
|
|
111
|
+
"deleteActiveSwaps": "Swap aktif hanya disimpan secara lokal dan tidak dapat dipulihkan jika Anda menghapusnya.",
|
|
112
|
+
"deleteSwapHistory": "Riwayat swap hanya disimpan secara lokal dan tidak dapat dipulihkan jika Anda menghapusnya.",
|
|
113
|
+
"highValueLoss": "Nilai token yang diterima jauh lebih rendah daripada token yang ditukar dan biaya transaksi.",
|
|
114
|
+
"insufficientFunds": "Anda tidak memiliki cukup dana untuk menyelesaikan penukaran.",
|
|
115
|
+
"insufficientGas": "Anda tidak memiliki cukup gas untuk menyelesaikan penukaran. Anda perlu menambahkan setidaknya:",
|
|
116
|
+
"rateChanged": "Nilai tukar telah berubah. Dengan melanjutkan penukaran, Anda akan menerima tarif baru.",
|
|
117
|
+
"resetSettings": "Ini akan mengatur ulang prioritas rute Anda, slippage, harga gas, jembatan yang diaktifkan, dan pertukaran."
|
|
118
|
+
},
|
|
119
|
+
"title": {
|
|
120
|
+
"deleteActiveSwaps": "Hapus semua swap aktif?",
|
|
121
|
+
"deleteSwap": "Hapus swap ini?",
|
|
122
|
+
"deleteSwapHistory": "Hapus riwayat swap?",
|
|
123
|
+
"highValueLoss": "Kehilangan nilai tinggi",
|
|
124
|
+
"insufficientGas": "Gas tidak mencukupi",
|
|
125
|
+
"rateChanged": "Rate berubah",
|
|
126
|
+
"resetSettings": "Setel ulang pengaturan?"
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"error": {
|
|
130
|
+
"message": {
|
|
131
|
+
"allowanceRequired": "Jumlah transfer untuk {{tokenSymbol}} melebihi jatah Anda saat ini. Tingkatkan jatah Anda dan coba lagi.",
|
|
132
|
+
"insufficientFunds": "Anda tidak memiliki cukup gas untuk menutup biaya transaksi.",
|
|
133
|
+
"slippageThreshold": "Slippage lebih besar dari ambang batas yang ditentukan. Silakan minta rute baru untuk mendapatkan penawaran baru.",
|
|
134
|
+
"transactionFailed": "Silakan periksa block explorer untuk informasi lebih lanjut.",
|
|
135
|
+
"transactionNotSent": "Transaksi tidak terkirim. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} di {{chainName}} tetap berada di dompet Anda.",
|
|
136
|
+
"transactionRejected": "Tanda tangan Anda diperlukan untuk menyelesaikan transaksi. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} di {{chainName}} tetap berada di dompet Anda.",
|
|
137
|
+
"unknown": "Silakan coba lagi atau hubungi bagian dukungan."
|
|
138
|
+
},
|
|
139
|
+
"title": {
|
|
140
|
+
"allowanceRequired": "Saldo tidak mencukupi",
|
|
141
|
+
"balanceIsTooLow": "Saldo Anda terlalu sedikit",
|
|
142
|
+
"chainSwitch": "Penggantian jaringan diperlukan",
|
|
143
|
+
"failed": "Pertukaran gagal",
|
|
144
|
+
"gasLimitIsTooLow": "Gas limit terlalu rendah",
|
|
145
|
+
"insufficientFunds": "Dana tidak mencukupi",
|
|
146
|
+
"slippageNotMet": "Kondisi slippage tidak terpenuhi",
|
|
147
|
+
"transactionCanceled": "Transaksi dibatalkan",
|
|
148
|
+
"transactionFailed": "Transaksi gagal",
|
|
149
|
+
"transactionRejected": "Tanda tangan diperlukan",
|
|
150
|
+
"transactionUnderpriced": "Transaksi di bawah harga",
|
|
151
|
+
"transactionUnprepared": "Tidak dapat menguraikan transaksi",
|
|
152
|
+
"unknown": "Terjadi kesalahan",
|
|
153
|
+
"walletAddressInvalid": "Alamat dompet tidak valid.",
|
|
154
|
+
"walletAddressRequired": "Alamat dompet diperlukan.",
|
|
155
|
+
"walletEnsAddressInvalid": "Alamat dompet tidak valid atau jaringan tidak mendukung ENS."
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"main": {
|
|
81
159
|
"crossStepDetails": "Bridge dari {{from}} to {{to}} via {{tool}}",
|
|
82
160
|
"currentAmount": "Jumlah saat ini",
|
|
83
|
-
"error": {
|
|
84
|
-
"message": {
|
|
85
|
-
"allowanceRequired": "Jumlah transfer untuk {{tokenSymbol}} melebihi jatah Anda saat ini. Tingkatkan jatah Anda dan coba lagi.",
|
|
86
|
-
"insufficientFunds": "Anda tidak memiliki cukup gas untuk menutup biaya transaksi.",
|
|
87
|
-
"slippageThreshold": "Slippage lebih besar dari ambang batas yang ditentukan. Silakan minta rute baru untuk mendapatkan penawaran baru.",
|
|
88
|
-
"transactionFailed": "Silakan periksa block explorer untuk informasi lebih lanjut.",
|
|
89
|
-
"transactionNotSent": "Transaksi tidak terkirim. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} di {{chainName}} tetap berada di dompet Anda.",
|
|
90
|
-
"transactionRejected": "Tanda tangan Anda diperlukan untuk menyelesaikan transaksi. {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} di {{chainName}} tetap berada di dompet Anda.",
|
|
91
|
-
"unknown": "Silakan coba lagi atau hubungi bagian dukungan."
|
|
92
|
-
},
|
|
93
|
-
"title": {
|
|
94
|
-
"allowanceRequired": "Saldo tidak mencukupi",
|
|
95
|
-
"balanceIsTooLow": "Saldo Anda terlalu sedikit",
|
|
96
|
-
"chainSwitch": "Penggantian jaringan diperlukan",
|
|
97
|
-
"failed": "Pertukaran gagal",
|
|
98
|
-
"gasLimitIsTooLow": "Gas limit terlalu rendah",
|
|
99
|
-
"insufficientFunds": "Dana tidak mencukupi",
|
|
100
|
-
"slippageNotMet": "Kondisi slippage tidak terpenuhi",
|
|
101
|
-
"transactionCanceled": "Transaksi dibatalkan",
|
|
102
|
-
"transactionFailed": "Transaksi gagal",
|
|
103
|
-
"transactionRejected": "Tanda tangan diperlukan",
|
|
104
|
-
"transactionUnderpriced": "Transaksi di bawah harga",
|
|
105
|
-
"transactionUnprepared": "Tidak dapat menguraikan transaksi",
|
|
106
|
-
"unknown": "Terjadi kesalahan",
|
|
107
|
-
"walletAddressInvalid": "Alamat dompet tidak valid.",
|
|
108
|
-
"walletAddressRequired": "Alamat dompet diperlukan.",
|
|
109
|
-
"walletEnsAddressInvalid": "Alamat dompet tidak valid atau jaringan tidak mendukung ENS."
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
161
|
"estimatedTime": "{{value}}m",
|
|
113
162
|
"featuredTokens": "Token unggulan",
|
|
114
163
|
"from": "Dari",
|
|
@@ -117,27 +166,6 @@
|
|
|
117
166
|
"gasFeeEstimated": "perkiraan biaya gas",
|
|
118
167
|
"gasFeePaid": "biaya gas yang dibayar",
|
|
119
168
|
"inProgress": "dalam proses",
|
|
120
|
-
"insurance": {
|
|
121
|
-
"bridgeExploits": "Malfungsi jembatan, peretasan, atau eksploitasi",
|
|
122
|
-
"insure": "Asuransikan <strong>{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}}</strong> dalam perjalanan.",
|
|
123
|
-
"insured": "Anda telah mengasuransikan <strong>{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}}</strong> dalam perjalanan:",
|
|
124
|
-
"slippageError": "Kesalahan dalam slippage untuk token yang diterima"
|
|
125
|
-
},
|
|
126
|
-
"info": {
|
|
127
|
-
"message": {
|
|
128
|
-
"autoRefuel": "Gas anda hampir habis {{chainName}}. Dengan melanjutkan, anda akan mendapatkan cukup gas untuk menyelesaikan penukaran.",
|
|
129
|
-
"emptyActiveSwaps": "Swap yang sedang berlangsung akan muncul di sini. Setelah selesai, temukan di riwayat swap.",
|
|
130
|
-
"emptySwapHistory": "Riwayat swap hanya disimpan secara lokal dan akan dihapus jika Anda menghapus data browser.",
|
|
131
|
-
"emptyTokenList": "Kami tidak dapat menemukan token di rantai {{chainName}} atau Anda tidak memilikinya. Coba cari lagi atau pilih jaringan lain.",
|
|
132
|
-
"routeNotFound": "Coba kombinasi token lain."
|
|
133
|
-
},
|
|
134
|
-
"title": {
|
|
135
|
-
"autoRefuel": "Dapatkan gas",
|
|
136
|
-
"emptyActiveSwaps": "Tidak ada swap yang aktif",
|
|
137
|
-
"emptySwapHistory": "Tidak ada swap terbaru",
|
|
138
|
-
"routeNotFound": "Rute tidak tersedia"
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
169
|
"nftStepDetails": "Beli NFT melalui {{tool}}",
|
|
142
170
|
"onChain": "di {{chainName}}",
|
|
143
171
|
"otherTokens": "Token lainnya",
|
|
@@ -190,20 +218,6 @@
|
|
|
190
218
|
"stepSwap": "Swap",
|
|
191
219
|
"stepSwapAndBridge": "Swap dan bridge",
|
|
192
220
|
"stepSwapAndBuy": "Swap dan beli",
|
|
193
|
-
"success": {
|
|
194
|
-
"message": {
|
|
195
|
-
"swapPartiallySuccessful": "Kami telah mencoba menyelesaikan pertukaran, tetapi {{tool}} kehabisan likuiditas untuk token {{tokenSymbol}}.",
|
|
196
|
-
"purchaseSuccessful": "Anda sekarang memiliki {{assetName}} di dompet {{walletAddress}} di chain {{chainName}}.",
|
|
197
|
-
"swapSuccessful": "Sekarang ada {{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} di dompet {{walletAddress}} pada jaringan {{chainName}}."
|
|
198
|
-
},
|
|
199
|
-
"title": {
|
|
200
|
-
"gasSwapSuccessful": "Pertukaran gas berhasil",
|
|
201
|
-
"purchaseSuccessful": "Pembelian berhasil",
|
|
202
|
-
"refundIssued": "Pengembalian dana diterbitkan",
|
|
203
|
-
"swapPartiallySuccessful": "Swap sebagian berhasil",
|
|
204
|
-
"swapSuccessful": "Swap berhasil"
|
|
205
|
-
}
|
|
206
|
-
},
|
|
207
221
|
"supportId": "ID dukungan",
|
|
208
222
|
"swapStepDetails": "Swap di {{chain}} melalui {{tool}}",
|
|
209
223
|
"swapping": "Bertukar",
|
|
@@ -221,27 +235,13 @@
|
|
|
221
235
|
"tokenOnChainAmount": "{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}} di {{chainName}}",
|
|
222
236
|
"tokenSearch": "Cari berdasarkan nama atau alamat token",
|
|
223
237
|
"valueLoss": "Kehilangan nilai",
|
|
224
|
-
"walletAddressOrEns": "Alamat dompet atau nama ENS"
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
"insufficientGas": "Anda tidak memiliki cukup gas untuk menyelesaikan penukaran. Anda perlu menambahkan setidaknya:",
|
|
232
|
-
"rateChanged": "Nilai tukar telah berubah. Dengan melanjutkan penukaran, Anda akan menerima tarif baru.",
|
|
233
|
-
"resetSettings": "Ini akan mengatur ulang prioritas rute Anda, slippage, harga gas, jembatan yang diaktifkan, dan pertukaran."
|
|
234
|
-
},
|
|
235
|
-
"title": {
|
|
236
|
-
"deleteActiveSwaps": "Hapus semua swap aktif?",
|
|
237
|
-
"deleteSwap": "Hapus swap ini?",
|
|
238
|
-
"deleteSwapHistory": "Hapus riwayat swap?",
|
|
239
|
-
"highValueLoss": "Kehilangan nilai tinggi",
|
|
240
|
-
"insufficientGas": "Gas tidak mencukupi",
|
|
241
|
-
"rateChanged": "Rate berubah",
|
|
242
|
-
"resetSettings": "Setel ulang pengaturan?"
|
|
243
|
-
}
|
|
244
|
-
}
|
|
238
|
+
"walletAddressOrEns": "Alamat dompet atau nama ENS"
|
|
239
|
+
},
|
|
240
|
+
"insurance": {
|
|
241
|
+
"bridgeExploits": "Malfungsi jembatan, peretasan, atau eksploitasi",
|
|
242
|
+
"insure": "Asuransikan <0>{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}}</0> dalam perjalanan.",
|
|
243
|
+
"insured": "Anda telah mengasuransikan <0>{{amount, number(maximumFractionDigits: 9)}} {{tokenSymbol}}</0> dalam perjalanan:",
|
|
244
|
+
"slippageError": "Kesalahan dalam slippage untuk token yang diterima"
|
|
245
245
|
},
|
|
246
246
|
"tooltip": {
|
|
247
247
|
"additionalProviderFee": "Jembatan tambahan, DEX, dan biaya layanan.",
|