diff --git a/apps/cowswap-frontend/src/locales/de-DE.po b/apps/cowswap-frontend/src/locales/de-DE.po index 2859dfe4a9..97d9e89b7c 100644 --- a/apps/cowswap-frontend/src/locales/de-DE.po +++ b/apps/cowswap-frontend/src/locales/de-DE.po @@ -8,7 +8,7 @@ msgstr "" "Language: de\n" "Project-Id-Version: cow-swap\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-26 16:35\n" +"PO-Revision-Date: 2026-07-10 16:20\n" "Last-Translator: \n" "Language-Team: German\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -18,7 +18,7 @@ msgstr "" "X-Crowdin-File: /develop/apps/cowswap-frontend/src/locales/en-US.po\n" "X-Crowdin-File-ID: 12\n" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Wallet not connected" msgstr "" @@ -39,7 +39,7 @@ msgstr "" msgid "View token contract" msgstr "" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "Signature is undefined!" msgstr "" @@ -250,10 +250,6 @@ msgstr "" msgid "The account address which will/did receive the bought amount." msgstr "" -#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -#~ msgid "Selected token: {sym}" -#~ msgstr "Selected token: {sym}" - #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderActivityTable.tsx #~ msgid "Volume" #~ msgstr "Volume" @@ -385,7 +381,9 @@ msgid "Set any limit price and time horizon" msgstr "" #: apps/cowswap-frontend/src/legacy/components/Tokens/TokensTableRow.tsx +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx #: apps/cowswap-frontend/src/modules/swap/containers/SwapConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx msgid "token" msgstr "" @@ -394,8 +392,8 @@ msgstr "" #~ msgstr "Unable to reach the affiliate service." #: apps/cowswap-frontend/src/modules/account/pure/OrderFillabilityWarning/index.tsx -msgid "Please, top up {symbol} balance or cancel the order." -msgstr "" +#~ msgid "Please, top up {symbol} balance or cancel the order." +#~ msgstr "Please, top up {symbol} balance or cancel the order." #: apps/cowswap-frontend/src/modules/trade/pure/LimitOrdersPromoBanner/index.tsx msgid "Easily set and manage your orders in USD" @@ -483,7 +481,7 @@ msgstr "" #: apps/cowswap-frontend/src/modules/account/containers/Transaction/StatusDetails.tsx #: apps/cowswap-frontend/src/modules/hooksStore/pure/HookListItem/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Open" msgstr "" @@ -545,6 +543,11 @@ msgstr "" msgid "Reject" msgstr "" +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx +msgid "Insufficient {inputSymbol} balance" +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx @@ -665,7 +668,7 @@ msgstr "" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderEstimatedExecutionPrice/OrderEstimatedExecutionPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Row/WarningEstimatedPrice/OrderRowWarningEstimatedPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Unfillable" msgstr "" @@ -1042,7 +1045,7 @@ msgid "Bitcoin address (bc1…, 1…, 3…)" msgstr "" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Signing" msgstr "" @@ -1296,7 +1299,7 @@ msgstr "" msgid "Swaps not supported" msgstr "" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Some orders can not be cancelled!" msgstr "" @@ -1304,8 +1307,7 @@ msgstr "" #~ msgid "The selling amount for the order is lower than the fee" #~ msgstr "The selling amount for the order is lower than the fee" -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts -#: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Orders history" msgstr "" @@ -1321,6 +1323,10 @@ msgstr "" msgid "Share your referral code and earn <0>{partnerRewardAmount} for every <1>{triggerVolumeLabel} in eligible volume within {affiliateTimeCapDays} days." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Dapp" +msgstr "" + #: apps/cowswap-frontend/src/modules/erc20Approve/pure/ApprovalTooltip/index.tsx msgid "You must give the CoW Protocol smart contracts permission to use your <0/>." msgstr "" @@ -1511,6 +1517,10 @@ msgstr "" msgid "No hooks match your search." msgstr "" +#: apps/cowswap-frontend/src/modules/account/pure/OrderFillabilityWarning/index.tsx +msgid "Please, top up <0>{symbol} balance or cancel the order." +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Content/NoOrders/OrdersTableNoOrdersContent.utils.tsx msgid "Try adjusting your search term or filters" msgstr "" @@ -1789,6 +1799,10 @@ msgstr "" msgid "Recent" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Recipient override" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Header/ordersTableHeader.constants.tsx msgid "Market price" msgstr "" @@ -1939,7 +1953,6 @@ msgstr "" #~ msgstr "By clicking Confirm, you expressly represent and warrant that you are NOT:" #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx -#: apps/cowswap-frontend/src/modules/trade/pure/TotalFeeRow/index.tsx msgid "Total fee" msgstr "" @@ -2399,6 +2412,7 @@ msgid "Slippage tolerance" msgstr "" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Calldata" msgstr "" @@ -2910,6 +2924,10 @@ msgstr "" msgid "place a new order" msgstr "" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx +msgid "Not found" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Content/NoWallet/OrdersTableNoWalletContent.tsx #~ msgid "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." #~ msgstr "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." @@ -2918,6 +2936,10 @@ msgstr "" msgid "When enabled, the limit price stays fixed when changing the BUY amount. When disabled, the limit price will update based on the BUY amount changes." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update pre-hook" +msgstr "" + #: apps/cowswap-frontend/src/legacy/state/cowToken/hooks.ts msgid "vCOW token not present" msgstr "" @@ -3040,6 +3062,10 @@ msgstr "" msgid "Spinning icon" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update post-hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/hooksStore/dapps/AirdropHookApp/index.tsx msgid "Return to Swap" msgstr "" @@ -3584,10 +3610,15 @@ msgstr "" #~ msgid " out of {totalSolvers}" #~ msgstr " out of {totalSolvers}" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add post-hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/constants.ts msgid "CoW Swap is the only exchange that matches Coincidences of Wants (CoWs): peer-to-peer swaps that save on settlement costs." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/RowQuoteId/RowQuoteId.container.tsx msgid "Copied!" msgstr "" @@ -3623,6 +3654,7 @@ msgid "TWAP order split into {twapOrderN} parts" msgstr "" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Gas limit" msgstr "" @@ -4305,8 +4337,8 @@ msgid "When you swap (sell) <0/>, solvers handle the transaction by purchasing t msgstr "" #: apps/cowswap-frontend/src/common/hooks/useBlockNumber/useBlockNumber.ts -msgid "BlockNumber hooks must be wrapped in a" -msgstr "" +#~ msgid "BlockNumber hooks must be wrapped in a" +#~ msgstr "BlockNumber hooks must be wrapped in a" #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx @@ -4329,6 +4361,10 @@ msgstr "" msgid "No. of parts" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "The embedded hook dapp requested a hook-state change. Review the request before it can be applied." +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts msgid "and saved " msgstr "" @@ -4342,9 +4378,14 @@ msgid "Approve all" msgstr "" #: apps/cowswap-frontend/src/common/pure/CustomRecipientWarningBanner/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx msgid "Caution" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add pre-hook" +msgstr "" + #: libs/hook-dapp-lib/src/hookDappsRegistry.ts #~ msgid "Morpho Borrow" #~ msgstr "Morpho Borrow" @@ -4709,11 +4750,16 @@ msgstr "" msgid "Convert your <0/> LP tokens into CoW AMM pools and earn up to <1>+{apyDiffFormatted}% more yield compared to <2/>. Or, swap" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/index.tsx +#~ msgid "Only confirm if you trust this dapp and recognize the target contract and calldata below." +#~ msgstr "Only confirm if you trust this dapp and recognize the target contract and calldata below." + #: apps/cowswap-frontend/src/modules/limitOrders/pure/Settings/LimitOrdersSettings.pure.tsx msgid "Lock Limit Price" msgstr "" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Target" msgstr "" @@ -5159,6 +5205,10 @@ msgstr "" #~ msgid "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." #~ msgstr "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Action" +msgstr "" + #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx msgid "Swap with" msgstr "" @@ -5271,6 +5321,11 @@ msgstr "" msgid "Created" msgstr "" +#. placeholder {0}: currency?.symbol || '' +#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx +msgid "Selected token: {0}" +msgstr "" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerCodeCreation.tsx #~ msgid "Wallet signer unavailable." #~ msgstr "Wallet signer unavailable." @@ -5287,6 +5342,7 @@ msgstr "" msgid "Governance" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx #: apps/cowswap-frontend/src/modules/limitOrders/pure/DeadlineSelector/index.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/containers/MultipleCancellationMenu/MultipleCancellationMenu.container.tsx @@ -5317,6 +5373,10 @@ msgstr "" msgid "to" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Copy calldata" +msgstr "" + #: apps/cowswap-frontend/src/modules/twap/const.ts msgid "24 Hours" msgstr "" @@ -5368,8 +5428,8 @@ msgid "tip" msgstr "" #: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx -msgid "Open orders" -msgstr "" +#~ msgid "Open orders" +#~ msgstr "Open orders" #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/SellNativeWarningBanner/index.tsx #~ msgid "<0>Switch to {wrappedNativeSymbol} or <1>Wrap {nativeSymbol} to {wrappedNativeSymbol} first." @@ -5973,8 +6033,8 @@ msgid "Order Expired" msgstr "" #: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -msgid "Selected token:" -msgstr "" +#~ msgid "Selected token:" +#~ msgstr "Selected token:" #: apps/cowswap-frontend/src/legacy/components/Badge/RangeBadge.tsx msgid "Out of range" @@ -6151,6 +6211,10 @@ msgstr "" #~ msgid "for trading" #~ msgstr "for trading" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Only confirm if you trust this dapp and recognize the target contract and calldata above." +msgstr "" + #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "at most " msgstr "" @@ -6360,6 +6424,10 @@ msgstr "" msgid "Confirm swap" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Confirm hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx msgid "Part of a {twapOrderN}-part TWAP order split" msgstr "" @@ -6616,6 +6684,7 @@ msgstr "" msgid "Canceling your order" msgstr "" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliatePartner/AffiliatePartnerCodeForm.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderModal/AffiliateTradeCodeForm.tsx @@ -7525,6 +7594,10 @@ msgstr "" msgid "Cancelled" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Review hook request" +msgstr "" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerOnboard.tsx #~ msgid "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" #~ msgstr "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" @@ -7605,6 +7678,10 @@ msgstr "" msgid "We weren't able to check your eligibility. Feel free to continue, but you won't receive rewards if you traded on CoW Swap before." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Source" +msgstr "" + #: apps/cowswap-frontend/src/modules/zeroApproval/containers/ZeroApprovalModal/ZeroApprovalModal.tsx msgid "Reset {symbol} allowance to 0 before setting new spending cap" msgstr "" diff --git a/apps/cowswap-frontend/src/locales/en-US.po b/apps/cowswap-frontend/src/locales/en-US.po index 1334d7e91b..c740d59cfb 100644 --- a/apps/cowswap-frontend/src/locales/en-US.po +++ b/apps/cowswap-frontend/src/locales/en-US.po @@ -13,7 +13,7 @@ msgstr "" "Language-Team: \n" "Plural-Forms: \n" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Wallet not connected" msgstr "Wallet not connected" @@ -34,7 +34,7 @@ msgstr "selected" msgid "View token contract" msgstr "View token contract" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "Signature is undefined!" msgstr "Signature is undefined!" @@ -250,10 +250,6 @@ msgstr "Network costs (est.)" msgid "The account address which will/did receive the bought amount." msgstr "The account address which will/did receive the bought amount." -#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -#~ msgid "Selected token: {sym}" -#~ msgstr "Selected token: {sym}" - #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderActivityTable.tsx #~ msgid "Volume" #~ msgstr "Volume" @@ -385,7 +381,9 @@ msgid "Set any limit price and time horizon" msgstr "Set any limit price and time horizon" #: apps/cowswap-frontend/src/legacy/components/Tokens/TokensTableRow.tsx +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx #: apps/cowswap-frontend/src/modules/swap/containers/SwapConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx msgid "token" msgstr "token" @@ -483,7 +481,7 @@ msgstr "ENTER CODE" #: apps/cowswap-frontend/src/modules/account/containers/Transaction/StatusDetails.tsx #: apps/cowswap-frontend/src/modules/hooksStore/pure/HookListItem/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Open" msgstr "Open" @@ -550,6 +548,11 @@ msgstr "Buy COW" msgid "Reject" msgstr "Reject" +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx +msgid "Insufficient {inputSymbol} balance" +msgstr "Insufficient {inputSymbol} balance" + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx @@ -670,7 +673,7 @@ msgstr "Sell amount" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderEstimatedExecutionPrice/OrderEstimatedExecutionPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Row/WarningEstimatedPrice/OrderRowWarningEstimatedPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Unfillable" msgstr "Unfillable" @@ -1047,7 +1050,7 @@ msgid "Bitcoin address (bc1…, 1…, 3…)" msgstr "Bitcoin address (bc1…, 1…, 3…)" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Signing" msgstr "Signing" @@ -1301,7 +1304,7 @@ msgstr "to save on costs!" msgid "Swaps not supported" msgstr "Swaps not supported" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Some orders can not be cancelled!" msgstr "Some orders can not be cancelled!" @@ -1309,8 +1312,7 @@ msgstr "Some orders can not be cancelled!" #~ msgid "The selling amount for the order is lower than the fee" #~ msgstr "The selling amount for the order is lower than the fee" -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts -#: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Orders history" msgstr "Orders history" @@ -1326,6 +1328,10 @@ msgstr "Your referral code expires {timeAgo}. Trade now to maximize your rewards msgid "Share your referral code and earn <0>{partnerRewardAmount} for every <1>{triggerVolumeLabel} in eligible volume within {affiliateTimeCapDays} days." msgstr "Share your referral code and earn <0>{partnerRewardAmount} for every <1>{triggerVolumeLabel} in eligible volume within {affiliateTimeCapDays} days." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Dapp" +msgstr "Dapp" + #: apps/cowswap-frontend/src/modules/erc20Approve/pure/ApprovalTooltip/index.tsx msgid "You must give the CoW Protocol smart contracts permission to use your <0/>." msgstr "You must give the CoW Protocol smart contracts permission to use your <0/>." @@ -1798,6 +1804,10 @@ msgstr "Eligible trade" msgid "Recent" msgstr "Recent" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Recipient override" +msgstr "Recipient override" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Header/ordersTableHeader.constants.tsx msgid "Market price" msgstr "Market price" @@ -1953,7 +1963,6 @@ msgstr "Pick your own code or generate one. Once saved, it becomes permanently l #~ msgstr "By clicking Confirm, you expressly represent and warrant that you are NOT:" #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx -#: apps/cowswap-frontend/src/modules/trade/pure/TotalFeeRow/index.tsx msgid "Total fee" msgstr "Total fee" @@ -2413,6 +2422,7 @@ msgid "Slippage tolerance" msgstr "Slippage tolerance" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Calldata" msgstr "Calldata" @@ -2924,6 +2934,10 @@ msgstr "Confirmed" msgid "place a new order" msgstr "place a new order" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx +msgid "Not found" +msgstr "Not found" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Content/NoWallet/OrdersTableNoWalletContent.tsx #~ msgid "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." #~ msgstr "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." @@ -2932,6 +2946,10 @@ msgstr "place a new order" msgid "When enabled, the limit price stays fixed when changing the BUY amount. When disabled, the limit price will update based on the BUY amount changes." msgstr "When enabled, the limit price stays fixed when changing the BUY amount. When disabled, the limit price will update based on the BUY amount changes." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update pre-hook" +msgstr "Update pre-hook" + #: apps/cowswap-frontend/src/legacy/state/cowToken/hooks.ts msgid "vCOW token not present" msgstr "vCOW token not present" @@ -3054,6 +3072,10 @@ msgstr "Affiliate payouts and registration happen on Ethereum mainnet." msgid "Spinning icon" msgstr "Spinning icon" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update post-hook" +msgstr "Update post-hook" + #: apps/cowswap-frontend/src/modules/hooksStore/dapps/AirdropHookApp/index.tsx msgid "Return to Swap" msgstr "Return to Swap" @@ -3598,10 +3620,15 @@ msgstr "Reduce your slippage by breaking big orders into smaller ones" #~ msgid " out of {totalSolvers}" #~ msgstr " out of {totalSolvers}" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add post-hook" +msgstr "Add post-hook" + #: apps/cowswap-frontend/src/modules/orderProgressBar/constants.ts msgid "CoW Swap is the only exchange that matches Coincidences of Wants (CoWs): peer-to-peer swaps that save on settlement costs." msgstr "CoW Swap is the only exchange that matches Coincidences of Wants (CoWs): peer-to-peer swaps that save on settlement costs." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/RowQuoteId/RowQuoteId.container.tsx msgid "Copied!" msgstr "Copied!" @@ -3637,6 +3664,7 @@ msgid "TWAP order split into {twapOrderN} parts" msgstr "TWAP order split into {twapOrderN} parts" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Gas limit" msgstr "Gas limit" @@ -4346,6 +4374,10 @@ msgstr "This fee helps pay for maintenance & improvements to the trade experienc msgid "No. of parts" msgstr "No. of parts" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "The embedded hook dapp requested a hook-state change. Review the request before it can be applied." +msgstr "The embedded hook dapp requested a hook-state change. Review the request before it can be applied." + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts msgid "and saved " msgstr "and saved " @@ -4359,9 +4391,14 @@ msgid "Approve all" msgstr "Approve all" #: apps/cowswap-frontend/src/common/pure/CustomRecipientWarningBanner/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx msgid "Caution" msgstr "Caution" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add pre-hook" +msgstr "Add pre-hook" + #: libs/hook-dapp-lib/src/hookDappsRegistry.ts #~ msgid "Morpho Borrow" #~ msgstr "Morpho Borrow" @@ -4726,11 +4763,16 @@ msgstr "Are you sure you want to cancel {ordersCount} orders?" msgid "Convert your <0/> LP tokens into CoW AMM pools and earn up to <1>+{apyDiffFormatted}% more yield compared to <2/>. Or, swap" msgstr "Convert your <0/> LP tokens into CoW AMM pools and earn up to <1>+{apyDiffFormatted}% more yield compared to <2/>. Or, swap" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/index.tsx +#~ msgid "Only confirm if you trust this dapp and recognize the target contract and calldata below." +#~ msgstr "Only confirm if you trust this dapp and recognize the target contract and calldata below." + #: apps/cowswap-frontend/src/modules/limitOrders/pure/Settings/LimitOrdersSettings.pure.tsx msgid "Lock Limit Price" msgstr "Lock Limit Price" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Target" msgstr "Target" @@ -5176,6 +5218,10 @@ msgstr "CoWmunity fees discount" #~ msgid "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." #~ msgstr "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Action" +msgstr "Action" + #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx msgid "Swap with" msgstr "Swap with" @@ -5288,6 +5334,11 @@ msgstr "The token pair is constrained" msgid "Created" msgstr "Created" +#. placeholder {0}: currency?.symbol || '' +#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx +msgid "Selected token: {0}" +msgstr "Selected token: {0}" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerCodeCreation.tsx #~ msgid "Wallet signer unavailable." #~ msgstr "Wallet signer unavailable." @@ -5304,6 +5355,7 @@ msgstr "Update Pre-hook" msgid "Governance" msgstr "Governance" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx #: apps/cowswap-frontend/src/modules/limitOrders/pure/DeadlineSelector/index.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/containers/MultipleCancellationMenu/MultipleCancellationMenu.container.tsx @@ -5334,6 +5386,10 @@ msgstr "The \"Total duration\" is the duration it takes to execute all parts of msgid "to" msgstr "to" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Copy calldata" +msgstr "Copy calldata" + #: apps/cowswap-frontend/src/modules/twap/const.ts msgid "24 Hours" msgstr "24 Hours" @@ -5385,8 +5441,8 @@ msgid "tip" msgstr "tip" #: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx -msgid "Open orders" -msgstr "Open orders" +#~ msgid "Open orders" +#~ msgstr "Open orders" #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/SellNativeWarningBanner/index.tsx #~ msgid "<0>Switch to {wrappedNativeSymbol} or <1>Wrap {nativeSymbol} to {wrappedNativeSymbol} first." @@ -5990,8 +6046,8 @@ msgid "Order Expired" msgstr "Order Expired" #: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -msgid "Selected token:" -msgstr "Selected token:" +#~ msgid "Selected token:" +#~ msgstr "Selected token:" #: apps/cowswap-frontend/src/legacy/components/Badge/RangeBadge.tsx msgid "Out of range" @@ -6168,6 +6224,10 @@ msgstr "Hooks" #~ msgid "for trading" #~ msgstr "for trading" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Only confirm if you trust this dapp and recognize the target contract and calldata above." +msgstr "Only confirm if you trust this dapp and recognize the target contract and calldata above." + #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "at most " msgstr "at most " @@ -6377,6 +6437,10 @@ msgstr "Order filled" msgid "Confirm swap" msgstr "Confirm swap" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Confirm hook" +msgstr "Confirm hook" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx msgid "Part of a {twapOrderN}-part TWAP order split" msgstr "Part of a {twapOrderN}-part TWAP order split" @@ -6633,6 +6697,7 @@ msgstr "Token pair selected has insufficient liquidity" msgid "Canceling your order" msgstr "Canceling your order" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliatePartner/AffiliatePartnerCodeForm.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderModal/AffiliateTradeCodeForm.tsx @@ -7542,6 +7607,10 @@ msgstr "User rejected signing COW claim transaction" msgid "Cancelled" msgstr "Cancelled" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Review hook request" +msgstr "Review hook request" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerOnboard.tsx #~ msgid "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" #~ msgstr "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" @@ -7622,6 +7691,10 @@ msgstr "Manage" msgid "We weren't able to check your eligibility. Feel free to continue, but you won't receive rewards if you traded on CoW Swap before." msgstr "We weren't able to check your eligibility. Feel free to continue, but you won't receive rewards if you traded on CoW Swap before." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Source" +msgstr "Source" + #: apps/cowswap-frontend/src/modules/zeroApproval/containers/ZeroApprovalModal/ZeroApprovalModal.tsx msgid "Reset {symbol} allowance to 0 before setting new spending cap" msgstr "Reset {symbol} allowance to 0 before setting new spending cap" diff --git a/apps/cowswap-frontend/src/locales/es-ES.po b/apps/cowswap-frontend/src/locales/es-ES.po index 91f599b0a4..1a2eb6a9a2 100644 --- a/apps/cowswap-frontend/src/locales/es-ES.po +++ b/apps/cowswap-frontend/src/locales/es-ES.po @@ -8,7 +8,7 @@ msgstr "" "Language: es\n" "Project-Id-Version: cow-swap\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-26 16:34\n" +"PO-Revision-Date: 2026-07-10 16:20\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -18,7 +18,7 @@ msgstr "" "X-Crowdin-File: /develop/apps/cowswap-frontend/src/locales/en-US.po\n" "X-Crowdin-File-ID: 12\n" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Wallet not connected" msgstr "Cartera no conectada" @@ -39,7 +39,7 @@ msgstr "selecc." msgid "View token contract" msgstr "Ver contrato del token" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "Signature is undefined!" msgstr "¡La firma no está definida!" @@ -251,10 +251,6 @@ msgstr "Costos de red (est.)" msgid "The account address which will/did receive the bought amount." msgstr "La dirección de la cuenta que recibirá el importe comprado." -#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -#~ msgid "Selected token: {sym}" -#~ msgstr "Selected token: {sym}" - #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderActivityTable.tsx #~ msgid "Volume" #~ msgstr "Volume" @@ -386,7 +382,9 @@ msgid "Set any limit price and time horizon" msgstr "Establecer límite de precio y tiempo" #: apps/cowswap-frontend/src/legacy/components/Tokens/TokensTableRow.tsx +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx #: apps/cowswap-frontend/src/modules/swap/containers/SwapConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx msgid "token" msgstr "token" @@ -395,8 +393,8 @@ msgstr "token" #~ msgstr "Unable to reach the affiliate service." #: apps/cowswap-frontend/src/modules/account/pure/OrderFillabilityWarning/index.tsx -msgid "Please, top up {symbol} balance or cancel the order." -msgstr "Por favor, recargue el saldo {symbol} o cancele el pedido." +#~ msgid "Please, top up {symbol} balance or cancel the order." +#~ msgstr "Please, top up {symbol} balance or cancel the order." #: apps/cowswap-frontend/src/modules/trade/pure/LimitOrdersPromoBanner/index.tsx msgid "Easily set and manage your orders in USD" @@ -484,7 +482,7 @@ msgstr "INTRODUCIR CÓDIGO" #: apps/cowswap-frontend/src/modules/account/containers/Transaction/StatusDetails.tsx #: apps/cowswap-frontend/src/modules/hooksStore/pure/HookListItem/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Open" msgstr "Abiertas" @@ -547,6 +545,11 @@ msgstr "Comprar COW" msgid "Reject" msgstr "Rechazar" +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx +msgid "Insufficient {inputSymbol} balance" +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx @@ -667,7 +670,7 @@ msgstr "Vender monto" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderEstimatedExecutionPrice/OrderEstimatedExecutionPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Row/WarningEstimatedPrice/OrderRowWarningEstimatedPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Unfillable" msgstr "No rellenable" @@ -1044,7 +1047,7 @@ msgid "Bitcoin address (bc1…, 1…, 3…)" msgstr "Dirección de Bitcoin (bc1…, 1…, 3…)" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Signing" msgstr "Firmando" @@ -1298,7 +1301,7 @@ msgstr "¡para ahorrar en costes!" msgid "Swaps not supported" msgstr "Swaps no soportados" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Some orders can not be cancelled!" msgstr "¡Algunas órdenes no pueden ser canceladas!" @@ -1306,8 +1309,7 @@ msgstr "¡Algunas órdenes no pueden ser canceladas!" #~ msgid "The selling amount for the order is lower than the fee" #~ msgstr "The selling amount for the order is lower than the fee" -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts -#: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Orders history" msgstr "Hist. de órdenes" @@ -1323,6 +1325,10 @@ msgstr "" msgid "Share your referral code and earn <0>{partnerRewardAmount} for every <1>{triggerVolumeLabel} in eligible volume within {affiliateTimeCapDays} days." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Dapp" +msgstr "" + #: apps/cowswap-frontend/src/modules/erc20Approve/pure/ApprovalTooltip/index.tsx msgid "You must give the CoW Protocol smart contracts permission to use your <0/>." msgstr "Debe dar permiso a los contratos inteligentes del Protocolo CoW para usar su <0/>." @@ -1513,6 +1519,10 @@ msgstr "Resultados ampliados de listas de token inactivas" msgid "No hooks match your search." msgstr "No hay ganchos que coincidan con tu búsqueda." +#: apps/cowswap-frontend/src/modules/account/pure/OrderFillabilityWarning/index.tsx +msgid "Please, top up <0>{symbol} balance or cancel the order." +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Content/NoOrders/OrdersTableNoOrdersContent.utils.tsx msgid "Try adjusting your search term or filters" msgstr "" @@ -1791,6 +1801,10 @@ msgstr "" msgid "Recent" msgstr "Recientes" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Recipient override" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Header/ordersTableHeader.constants.tsx msgid "Market price" msgstr "Precio de mercado" @@ -1942,7 +1956,6 @@ msgstr "" #~ msgstr "By clicking Confirm, you expressly represent and warrant that you are NOT:" #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx -#: apps/cowswap-frontend/src/modules/trade/pure/TotalFeeRow/index.tsx msgid "Total fee" msgstr "Cargo total" @@ -2402,6 +2415,7 @@ msgid "Slippage tolerance" msgstr "Tolerancia de deslizamiento" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Calldata" msgstr "Datos de llamada" @@ -2913,6 +2927,10 @@ msgstr "Confirmada" msgid "place a new order" msgstr "hacer una nueva orden" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx +msgid "Not found" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Content/NoWallet/OrdersTableNoWalletContent.tsx #~ msgid "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." #~ msgstr "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." @@ -2921,6 +2939,10 @@ msgstr "hacer una nueva orden" msgid "When enabled, the limit price stays fixed when changing the BUY amount. When disabled, the limit price will update based on the BUY amount changes." msgstr "Cuando está activado, el precio límite se mantiene fijo al cambiar la cantidad BUY. Cuando está desactivado, el precio límite se actualizará basado en los cambios de la cantidad BUY." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update pre-hook" +msgstr "" + #: apps/cowswap-frontend/src/legacy/state/cowToken/hooks.ts msgid "vCOW token not present" msgstr "token vCW no está presente" @@ -3043,6 +3065,10 @@ msgstr "" msgid "Spinning icon" msgstr "Icono de Spinning" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update post-hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/hooksStore/dapps/AirdropHookApp/index.tsx msgid "Return to Swap" msgstr "Volver al intercambio" @@ -3587,10 +3613,15 @@ msgstr "Reduce su deslizamiento rompiendo grandes pedidos en pequeños" #~ msgid " out of {totalSolvers}" #~ msgstr " out of {totalSolvers}" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add post-hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/constants.ts msgid "CoW Swap is the only exchange that matches Coincidences of Wants (CoWs): peer-to-peer swaps that save on settlement costs." msgstr "El intercambio de coW es el único intercambio que coincide con Coincidencias de Wants (CoWs): swaps peer-to-peer que ahorran en costos de liquidación." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/RowQuoteId/RowQuoteId.container.tsx msgid "Copied!" msgstr "¡Copiado!" @@ -3626,6 +3657,7 @@ msgid "TWAP order split into {twapOrderN} parts" msgstr "Orden TWAP dividida en partes {twapOrderN}" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Gas limit" msgstr "Límite de gas" @@ -4309,8 +4341,8 @@ msgid "When you swap (sell) <0/>, solvers handle the transaction by purchasing t msgstr "Cuando intercambias (venta) <0/>, los solucionadores manejan la transacción comprando los tokens requeridos, depositarlos en la piscina y emitir tokens de LP a cambio — todo en una operación sin gas." #: apps/cowswap-frontend/src/common/hooks/useBlockNumber/useBlockNumber.ts -msgid "BlockNumber hooks must be wrapped in a" -msgstr "Los ganchos BlockNumber deben estar envueltos en un" +#~ msgid "BlockNumber hooks must be wrapped in a" +#~ msgstr "BlockNumber hooks must be wrapped in a" #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx @@ -4333,6 +4365,10 @@ msgstr "Esta cuota ayuda a pagar por mantenimiento y mejoras en la experiencia d msgid "No. of parts" msgstr "Nº de partes" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "The embedded hook dapp requested a hook-state change. Review the request before it can be applied." +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts msgid "and saved " msgstr "y guardado " @@ -4346,9 +4382,14 @@ msgid "Approve all" msgstr "Aprobar todo" #: apps/cowswap-frontend/src/common/pure/CustomRecipientWarningBanner/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx msgid "Caution" msgstr "Precaución" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add pre-hook" +msgstr "" + #: libs/hook-dapp-lib/src/hookDappsRegistry.ts #~ msgid "Morpho Borrow" #~ msgstr "Morpho Borrow" @@ -4713,11 +4754,16 @@ msgstr "¿Estás seguro de que quieres cancelar los pedidos {ordersCount}?" msgid "Convert your <0/> LP tokens into CoW AMM pools and earn up to <1>+{apyDiffFormatted}% more yield compared to <2/>. Or, swap" msgstr "Convierte tus fichas <0/> LP en pozos de CoW AMM y gana hasta <1>+{apyDiffFormatted}% más rendimiento en comparación con <2/>. O, cambia" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/index.tsx +#~ msgid "Only confirm if you trust this dapp and recognize the target contract and calldata below." +#~ msgstr "Only confirm if you trust this dapp and recognize the target contract and calldata below." + #: apps/cowswap-frontend/src/modules/limitOrders/pure/Settings/LimitOrdersSettings.pure.tsx msgid "Lock Limit Price" msgstr "Bloquear precio límite" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Target" msgstr "Objetivo" @@ -5163,6 +5209,10 @@ msgstr "Descuento de cuotas de CoWmunity" #~ msgid "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." #~ msgstr "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Action" +msgstr "" + #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx msgid "Swap with" msgstr "Intercambiar con" @@ -5275,6 +5325,11 @@ msgstr "" msgid "Created" msgstr "Creado" +#. placeholder {0}: currency?.symbol || '' +#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx +msgid "Selected token: {0}" +msgstr "" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerCodeCreation.tsx #~ msgid "Wallet signer unavailable." #~ msgstr "Wallet signer unavailable." @@ -5291,6 +5346,7 @@ msgstr "Actualizar pre-hook" msgid "Governance" msgstr "Gobernanza" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx #: apps/cowswap-frontend/src/modules/limitOrders/pure/DeadlineSelector/index.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/containers/MultipleCancellationMenu/MultipleCancellationMenu.container.tsx @@ -5321,6 +5377,10 @@ msgstr "La \"Duración total\" es la duración que se tarda en ejecutar todas la msgid "to" msgstr "a" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Copy calldata" +msgstr "" + #: apps/cowswap-frontend/src/modules/twap/const.ts msgid "24 Hours" msgstr "24 horas" @@ -5372,8 +5432,8 @@ msgid "tip" msgstr "consejo" #: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx -msgid "Open orders" -msgstr "Pedidos abiertos" +#~ msgid "Open orders" +#~ msgstr "Open orders" #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/SellNativeWarningBanner/index.tsx #~ msgid "<0>Switch to {wrappedNativeSymbol} or <1>Wrap {nativeSymbol} to {wrappedNativeSymbol} first." @@ -5977,8 +6037,8 @@ msgid "Order Expired" msgstr "Orden caducada" #: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -msgid "Selected token:" -msgstr "Token seleccionado:" +#~ msgid "Selected token:" +#~ msgstr "Selected token:" #: apps/cowswap-frontend/src/legacy/components/Badge/RangeBadge.tsx msgid "Out of range" @@ -6155,6 +6215,10 @@ msgstr "" #~ msgid "for trading" #~ msgstr "for trading" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Only confirm if you trust this dapp and recognize the target contract and calldata above." +msgstr "" + #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "at most " msgstr "como máximo " @@ -6364,6 +6428,10 @@ msgstr "Pedido completado" msgid "Confirm swap" msgstr "Confirmar intercambio" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Confirm hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx msgid "Part of a {twapOrderN}-part TWAP order split" msgstr "Parte de una división de orden TWAP de parte de {twapOrderN}" @@ -6620,6 +6688,7 @@ msgstr "" msgid "Canceling your order" msgstr "Cancelar su pedido" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliatePartner/AffiliatePartnerCodeForm.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderModal/AffiliateTradeCodeForm.tsx @@ -7529,6 +7598,10 @@ msgstr "Usuario rechazó la firma de la transacción de reclamo COW" msgid "Cancelled" msgstr "Cancelado" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Review hook request" +msgstr "" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerOnboard.tsx #~ msgid "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" #~ msgstr "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" @@ -7609,6 +7682,10 @@ msgstr "Gestionar" msgid "We weren't able to check your eligibility. Feel free to continue, but you won't receive rewards if you traded on CoW Swap before." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Source" +msgstr "" + #: apps/cowswap-frontend/src/modules/zeroApproval/containers/ZeroApprovalModal/ZeroApprovalModal.tsx msgid "Reset {symbol} allowance to 0 before setting new spending cap" msgstr "Restablecer límite de gasto de {symbol} a 0 antes de establecer un nuevo límite" diff --git a/apps/cowswap-frontend/src/locales/fr-FR.po b/apps/cowswap-frontend/src/locales/fr-FR.po index b5f4139690..16fc29af70 100644 --- a/apps/cowswap-frontend/src/locales/fr-FR.po +++ b/apps/cowswap-frontend/src/locales/fr-FR.po @@ -8,7 +8,7 @@ msgstr "" "Language: fr\n" "Project-Id-Version: cow-swap\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-26 16:34\n" +"PO-Revision-Date: 2026-07-10 16:20\n" "Last-Translator: \n" "Language-Team: French\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -18,7 +18,7 @@ msgstr "" "X-Crowdin-File: /develop/apps/cowswap-frontend/src/locales/en-US.po\n" "X-Crowdin-File-ID: 12\n" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Wallet not connected" msgstr "" @@ -39,7 +39,7 @@ msgstr "" msgid "View token contract" msgstr "" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "Signature is undefined!" msgstr "" @@ -250,10 +250,6 @@ msgstr "" msgid "The account address which will/did receive the bought amount." msgstr "" -#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -#~ msgid "Selected token: {sym}" -#~ msgstr "Selected token: {sym}" - #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderActivityTable.tsx #~ msgid "Volume" #~ msgstr "Volume" @@ -385,7 +381,9 @@ msgid "Set any limit price and time horizon" msgstr "" #: apps/cowswap-frontend/src/legacy/components/Tokens/TokensTableRow.tsx +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx #: apps/cowswap-frontend/src/modules/swap/containers/SwapConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx msgid "token" msgstr "" @@ -394,8 +392,8 @@ msgstr "" #~ msgstr "Unable to reach the affiliate service." #: apps/cowswap-frontend/src/modules/account/pure/OrderFillabilityWarning/index.tsx -msgid "Please, top up {symbol} balance or cancel the order." -msgstr "" +#~ msgid "Please, top up {symbol} balance or cancel the order." +#~ msgstr "Please, top up {symbol} balance or cancel the order." #: apps/cowswap-frontend/src/modules/trade/pure/LimitOrdersPromoBanner/index.tsx msgid "Easily set and manage your orders in USD" @@ -483,7 +481,7 @@ msgstr "" #: apps/cowswap-frontend/src/modules/account/containers/Transaction/StatusDetails.tsx #: apps/cowswap-frontend/src/modules/hooksStore/pure/HookListItem/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Open" msgstr "" @@ -545,6 +543,11 @@ msgstr "" msgid "Reject" msgstr "" +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx +msgid "Insufficient {inputSymbol} balance" +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx @@ -665,7 +668,7 @@ msgstr "" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderEstimatedExecutionPrice/OrderEstimatedExecutionPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Row/WarningEstimatedPrice/OrderRowWarningEstimatedPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Unfillable" msgstr "" @@ -1042,7 +1045,7 @@ msgid "Bitcoin address (bc1…, 1…, 3…)" msgstr "" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Signing" msgstr "" @@ -1296,7 +1299,7 @@ msgstr "" msgid "Swaps not supported" msgstr "" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Some orders can not be cancelled!" msgstr "" @@ -1304,8 +1307,7 @@ msgstr "" #~ msgid "The selling amount for the order is lower than the fee" #~ msgstr "The selling amount for the order is lower than the fee" -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts -#: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Orders history" msgstr "" @@ -1321,6 +1323,10 @@ msgstr "" msgid "Share your referral code and earn <0>{partnerRewardAmount} for every <1>{triggerVolumeLabel} in eligible volume within {affiliateTimeCapDays} days." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Dapp" +msgstr "" + #: apps/cowswap-frontend/src/modules/erc20Approve/pure/ApprovalTooltip/index.tsx msgid "You must give the CoW Protocol smart contracts permission to use your <0/>." msgstr "" @@ -1511,6 +1517,10 @@ msgstr "" msgid "No hooks match your search." msgstr "" +#: apps/cowswap-frontend/src/modules/account/pure/OrderFillabilityWarning/index.tsx +msgid "Please, top up <0>{symbol} balance or cancel the order." +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Content/NoOrders/OrdersTableNoOrdersContent.utils.tsx msgid "Try adjusting your search term or filters" msgstr "" @@ -1789,6 +1799,10 @@ msgstr "" msgid "Recent" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Recipient override" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Header/ordersTableHeader.constants.tsx msgid "Market price" msgstr "" @@ -1939,7 +1953,6 @@ msgstr "" #~ msgstr "By clicking Confirm, you expressly represent and warrant that you are NOT:" #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx -#: apps/cowswap-frontend/src/modules/trade/pure/TotalFeeRow/index.tsx msgid "Total fee" msgstr "" @@ -2399,6 +2412,7 @@ msgid "Slippage tolerance" msgstr "" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Calldata" msgstr "" @@ -2910,6 +2924,10 @@ msgstr "" msgid "place a new order" msgstr "" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx +msgid "Not found" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Content/NoWallet/OrdersTableNoWalletContent.tsx #~ msgid "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." #~ msgstr "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." @@ -2918,6 +2936,10 @@ msgstr "" msgid "When enabled, the limit price stays fixed when changing the BUY amount. When disabled, the limit price will update based on the BUY amount changes." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update pre-hook" +msgstr "" + #: apps/cowswap-frontend/src/legacy/state/cowToken/hooks.ts msgid "vCOW token not present" msgstr "" @@ -3040,6 +3062,10 @@ msgstr "" msgid "Spinning icon" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update post-hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/hooksStore/dapps/AirdropHookApp/index.tsx msgid "Return to Swap" msgstr "" @@ -3584,10 +3610,15 @@ msgstr "" #~ msgid " out of {totalSolvers}" #~ msgstr " out of {totalSolvers}" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add post-hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/constants.ts msgid "CoW Swap is the only exchange that matches Coincidences of Wants (CoWs): peer-to-peer swaps that save on settlement costs." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/RowQuoteId/RowQuoteId.container.tsx msgid "Copied!" msgstr "" @@ -3623,6 +3654,7 @@ msgid "TWAP order split into {twapOrderN} parts" msgstr "" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Gas limit" msgstr "" @@ -4305,8 +4337,8 @@ msgid "When you swap (sell) <0/>, solvers handle the transaction by purchasing t msgstr "" #: apps/cowswap-frontend/src/common/hooks/useBlockNumber/useBlockNumber.ts -msgid "BlockNumber hooks must be wrapped in a" -msgstr "" +#~ msgid "BlockNumber hooks must be wrapped in a" +#~ msgstr "BlockNumber hooks must be wrapped in a" #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx @@ -4329,6 +4361,10 @@ msgstr "" msgid "No. of parts" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "The embedded hook dapp requested a hook-state change. Review the request before it can be applied." +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts msgid "and saved " msgstr "" @@ -4342,9 +4378,14 @@ msgid "Approve all" msgstr "" #: apps/cowswap-frontend/src/common/pure/CustomRecipientWarningBanner/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx msgid "Caution" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add pre-hook" +msgstr "" + #: libs/hook-dapp-lib/src/hookDappsRegistry.ts #~ msgid "Morpho Borrow" #~ msgstr "Morpho Borrow" @@ -4709,11 +4750,16 @@ msgstr "" msgid "Convert your <0/> LP tokens into CoW AMM pools and earn up to <1>+{apyDiffFormatted}% more yield compared to <2/>. Or, swap" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/index.tsx +#~ msgid "Only confirm if you trust this dapp and recognize the target contract and calldata below." +#~ msgstr "Only confirm if you trust this dapp and recognize the target contract and calldata below." + #: apps/cowswap-frontend/src/modules/limitOrders/pure/Settings/LimitOrdersSettings.pure.tsx msgid "Lock Limit Price" msgstr "" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Target" msgstr "" @@ -5159,6 +5205,10 @@ msgstr "" #~ msgid "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." #~ msgstr "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Action" +msgstr "" + #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx msgid "Swap with" msgstr "" @@ -5271,6 +5321,11 @@ msgstr "" msgid "Created" msgstr "" +#. placeholder {0}: currency?.symbol || '' +#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx +msgid "Selected token: {0}" +msgstr "" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerCodeCreation.tsx #~ msgid "Wallet signer unavailable." #~ msgstr "Wallet signer unavailable." @@ -5287,6 +5342,7 @@ msgstr "" msgid "Governance" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx #: apps/cowswap-frontend/src/modules/limitOrders/pure/DeadlineSelector/index.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/containers/MultipleCancellationMenu/MultipleCancellationMenu.container.tsx @@ -5317,6 +5373,10 @@ msgstr "" msgid "to" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Copy calldata" +msgstr "" + #: apps/cowswap-frontend/src/modules/twap/const.ts msgid "24 Hours" msgstr "" @@ -5368,8 +5428,8 @@ msgid "tip" msgstr "" #: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx -msgid "Open orders" -msgstr "" +#~ msgid "Open orders" +#~ msgstr "Open orders" #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/SellNativeWarningBanner/index.tsx #~ msgid "<0>Switch to {wrappedNativeSymbol} or <1>Wrap {nativeSymbol} to {wrappedNativeSymbol} first." @@ -5973,8 +6033,8 @@ msgid "Order Expired" msgstr "" #: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -msgid "Selected token:" -msgstr "" +#~ msgid "Selected token:" +#~ msgstr "Selected token:" #: apps/cowswap-frontend/src/legacy/components/Badge/RangeBadge.tsx msgid "Out of range" @@ -6151,6 +6211,10 @@ msgstr "" #~ msgid "for trading" #~ msgstr "for trading" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Only confirm if you trust this dapp and recognize the target contract and calldata above." +msgstr "" + #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "at most " msgstr "" @@ -6360,6 +6424,10 @@ msgstr "" msgid "Confirm swap" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Confirm hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx msgid "Part of a {twapOrderN}-part TWAP order split" msgstr "" @@ -6616,6 +6684,7 @@ msgstr "" msgid "Canceling your order" msgstr "" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliatePartner/AffiliatePartnerCodeForm.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderModal/AffiliateTradeCodeForm.tsx @@ -7525,6 +7594,10 @@ msgstr "" msgid "Cancelled" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Review hook request" +msgstr "" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerOnboard.tsx #~ msgid "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" #~ msgstr "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" @@ -7605,6 +7678,10 @@ msgstr "" msgid "We weren't able to check your eligibility. Feel free to continue, but you won't receive rewards if you traded on CoW Swap before." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Source" +msgstr "" + #: apps/cowswap-frontend/src/modules/zeroApproval/containers/ZeroApprovalModal/ZeroApprovalModal.tsx msgid "Reset {symbol} allowance to 0 before setting new spending cap" msgstr "" diff --git a/apps/cowswap-frontend/src/locales/nl-NL.po b/apps/cowswap-frontend/src/locales/nl-NL.po index c9388e6cf0..b5dd2edb67 100644 --- a/apps/cowswap-frontend/src/locales/nl-NL.po +++ b/apps/cowswap-frontend/src/locales/nl-NL.po @@ -8,7 +8,7 @@ msgstr "" "Language: nl\n" "Project-Id-Version: cow-swap\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-26 16:35\n" +"PO-Revision-Date: 2026-07-10 16:20\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -18,7 +18,7 @@ msgstr "" "X-Crowdin-File: /develop/apps/cowswap-frontend/src/locales/en-US.po\n" "X-Crowdin-File-ID: 12\n" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Wallet not connected" msgstr "" @@ -39,7 +39,7 @@ msgstr "" msgid "View token contract" msgstr "" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "Signature is undefined!" msgstr "" @@ -250,10 +250,6 @@ msgstr "" msgid "The account address which will/did receive the bought amount." msgstr "" -#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -#~ msgid "Selected token: {sym}" -#~ msgstr "Selected token: {sym}" - #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderActivityTable.tsx #~ msgid "Volume" #~ msgstr "Volume" @@ -385,7 +381,9 @@ msgid "Set any limit price and time horizon" msgstr "" #: apps/cowswap-frontend/src/legacy/components/Tokens/TokensTableRow.tsx +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx #: apps/cowswap-frontend/src/modules/swap/containers/SwapConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx msgid "token" msgstr "" @@ -394,8 +392,8 @@ msgstr "" #~ msgstr "Unable to reach the affiliate service." #: apps/cowswap-frontend/src/modules/account/pure/OrderFillabilityWarning/index.tsx -msgid "Please, top up {symbol} balance or cancel the order." -msgstr "" +#~ msgid "Please, top up {symbol} balance or cancel the order." +#~ msgstr "Please, top up {symbol} balance or cancel the order." #: apps/cowswap-frontend/src/modules/trade/pure/LimitOrdersPromoBanner/index.tsx msgid "Easily set and manage your orders in USD" @@ -483,7 +481,7 @@ msgstr "" #: apps/cowswap-frontend/src/modules/account/containers/Transaction/StatusDetails.tsx #: apps/cowswap-frontend/src/modules/hooksStore/pure/HookListItem/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Open" msgstr "" @@ -545,6 +543,11 @@ msgstr "" msgid "Reject" msgstr "" +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx +msgid "Insufficient {inputSymbol} balance" +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx @@ -665,7 +668,7 @@ msgstr "" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderEstimatedExecutionPrice/OrderEstimatedExecutionPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Row/WarningEstimatedPrice/OrderRowWarningEstimatedPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Unfillable" msgstr "" @@ -1042,7 +1045,7 @@ msgid "Bitcoin address (bc1…, 1…, 3…)" msgstr "" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Signing" msgstr "" @@ -1296,7 +1299,7 @@ msgstr "" msgid "Swaps not supported" msgstr "" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Some orders can not be cancelled!" msgstr "" @@ -1304,8 +1307,7 @@ msgstr "" #~ msgid "The selling amount for the order is lower than the fee" #~ msgstr "The selling amount for the order is lower than the fee" -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts -#: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Orders history" msgstr "" @@ -1321,6 +1323,10 @@ msgstr "" msgid "Share your referral code and earn <0>{partnerRewardAmount} for every <1>{triggerVolumeLabel} in eligible volume within {affiliateTimeCapDays} days." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Dapp" +msgstr "" + #: apps/cowswap-frontend/src/modules/erc20Approve/pure/ApprovalTooltip/index.tsx msgid "You must give the CoW Protocol smart contracts permission to use your <0/>." msgstr "" @@ -1511,6 +1517,10 @@ msgstr "" msgid "No hooks match your search." msgstr "" +#: apps/cowswap-frontend/src/modules/account/pure/OrderFillabilityWarning/index.tsx +msgid "Please, top up <0>{symbol} balance or cancel the order." +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Content/NoOrders/OrdersTableNoOrdersContent.utils.tsx msgid "Try adjusting your search term or filters" msgstr "" @@ -1789,6 +1799,10 @@ msgstr "" msgid "Recent" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Recipient override" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Header/ordersTableHeader.constants.tsx msgid "Market price" msgstr "" @@ -1939,7 +1953,6 @@ msgstr "" #~ msgstr "By clicking Confirm, you expressly represent and warrant that you are NOT:" #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx -#: apps/cowswap-frontend/src/modules/trade/pure/TotalFeeRow/index.tsx msgid "Total fee" msgstr "" @@ -2399,6 +2412,7 @@ msgid "Slippage tolerance" msgstr "" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Calldata" msgstr "" @@ -2910,6 +2924,10 @@ msgstr "" msgid "place a new order" msgstr "" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx +msgid "Not found" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Content/NoWallet/OrdersTableNoWalletContent.tsx #~ msgid "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." #~ msgstr "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." @@ -2918,6 +2936,10 @@ msgstr "" msgid "When enabled, the limit price stays fixed when changing the BUY amount. When disabled, the limit price will update based on the BUY amount changes." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update pre-hook" +msgstr "" + #: apps/cowswap-frontend/src/legacy/state/cowToken/hooks.ts msgid "vCOW token not present" msgstr "" @@ -3040,6 +3062,10 @@ msgstr "" msgid "Spinning icon" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update post-hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/hooksStore/dapps/AirdropHookApp/index.tsx msgid "Return to Swap" msgstr "" @@ -3584,10 +3610,15 @@ msgstr "" #~ msgid " out of {totalSolvers}" #~ msgstr " out of {totalSolvers}" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add post-hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/constants.ts msgid "CoW Swap is the only exchange that matches Coincidences of Wants (CoWs): peer-to-peer swaps that save on settlement costs." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/RowQuoteId/RowQuoteId.container.tsx msgid "Copied!" msgstr "" @@ -3623,6 +3654,7 @@ msgid "TWAP order split into {twapOrderN} parts" msgstr "" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Gas limit" msgstr "" @@ -4305,8 +4337,8 @@ msgid "When you swap (sell) <0/>, solvers handle the transaction by purchasing t msgstr "" #: apps/cowswap-frontend/src/common/hooks/useBlockNumber/useBlockNumber.ts -msgid "BlockNumber hooks must be wrapped in a" -msgstr "" +#~ msgid "BlockNumber hooks must be wrapped in a" +#~ msgstr "BlockNumber hooks must be wrapped in a" #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx @@ -4329,6 +4361,10 @@ msgstr "" msgid "No. of parts" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "The embedded hook dapp requested a hook-state change. Review the request before it can be applied." +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts msgid "and saved " msgstr "" @@ -4342,9 +4378,14 @@ msgid "Approve all" msgstr "" #: apps/cowswap-frontend/src/common/pure/CustomRecipientWarningBanner/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx msgid "Caution" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add pre-hook" +msgstr "" + #: libs/hook-dapp-lib/src/hookDappsRegistry.ts #~ msgid "Morpho Borrow" #~ msgstr "Morpho Borrow" @@ -4709,11 +4750,16 @@ msgstr "" msgid "Convert your <0/> LP tokens into CoW AMM pools and earn up to <1>+{apyDiffFormatted}% more yield compared to <2/>. Or, swap" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/index.tsx +#~ msgid "Only confirm if you trust this dapp and recognize the target contract and calldata below." +#~ msgstr "Only confirm if you trust this dapp and recognize the target contract and calldata below." + #: apps/cowswap-frontend/src/modules/limitOrders/pure/Settings/LimitOrdersSettings.pure.tsx msgid "Lock Limit Price" msgstr "" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Target" msgstr "" @@ -5159,6 +5205,10 @@ msgstr "" #~ msgid "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." #~ msgstr "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Action" +msgstr "" + #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx msgid "Swap with" msgstr "" @@ -5271,6 +5321,11 @@ msgstr "" msgid "Created" msgstr "" +#. placeholder {0}: currency?.symbol || '' +#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx +msgid "Selected token: {0}" +msgstr "" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerCodeCreation.tsx #~ msgid "Wallet signer unavailable." #~ msgstr "Wallet signer unavailable." @@ -5287,6 +5342,7 @@ msgstr "" msgid "Governance" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx #: apps/cowswap-frontend/src/modules/limitOrders/pure/DeadlineSelector/index.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/containers/MultipleCancellationMenu/MultipleCancellationMenu.container.tsx @@ -5317,6 +5373,10 @@ msgstr "" msgid "to" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Copy calldata" +msgstr "" + #: apps/cowswap-frontend/src/modules/twap/const.ts msgid "24 Hours" msgstr "" @@ -5368,8 +5428,8 @@ msgid "tip" msgstr "" #: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx -msgid "Open orders" -msgstr "" +#~ msgid "Open orders" +#~ msgstr "Open orders" #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/SellNativeWarningBanner/index.tsx #~ msgid "<0>Switch to {wrappedNativeSymbol} or <1>Wrap {nativeSymbol} to {wrappedNativeSymbol} first." @@ -5973,8 +6033,8 @@ msgid "Order Expired" msgstr "" #: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -msgid "Selected token:" -msgstr "" +#~ msgid "Selected token:" +#~ msgstr "Selected token:" #: apps/cowswap-frontend/src/legacy/components/Badge/RangeBadge.tsx msgid "Out of range" @@ -6151,6 +6211,10 @@ msgstr "" #~ msgid "for trading" #~ msgstr "for trading" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Only confirm if you trust this dapp and recognize the target contract and calldata above." +msgstr "" + #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "at most " msgstr "" @@ -6360,6 +6424,10 @@ msgstr "" msgid "Confirm swap" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Confirm hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx msgid "Part of a {twapOrderN}-part TWAP order split" msgstr "" @@ -6616,6 +6684,7 @@ msgstr "" msgid "Canceling your order" msgstr "" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliatePartner/AffiliatePartnerCodeForm.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderModal/AffiliateTradeCodeForm.tsx @@ -7525,6 +7594,10 @@ msgstr "" msgid "Cancelled" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Review hook request" +msgstr "" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerOnboard.tsx #~ msgid "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" #~ msgstr "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" @@ -7605,6 +7678,10 @@ msgstr "" msgid "We weren't able to check your eligibility. Feel free to continue, but you won't receive rewards if you traded on CoW Swap before." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Source" +msgstr "" + #: apps/cowswap-frontend/src/modules/zeroApproval/containers/ZeroApprovalModal/ZeroApprovalModal.tsx msgid "Reset {symbol} allowance to 0 before setting new spending cap" msgstr "" diff --git a/apps/cowswap-frontend/src/locales/pt-BR.po b/apps/cowswap-frontend/src/locales/pt-BR.po index 0e3b3b67c5..c3ec18bddb 100644 --- a/apps/cowswap-frontend/src/locales/pt-BR.po +++ b/apps/cowswap-frontend/src/locales/pt-BR.po @@ -8,7 +8,7 @@ msgstr "" "Language: pt\n" "Project-Id-Version: cow-swap\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-06-26 16:35\n" +"PO-Revision-Date: 2026-07-10 16:20\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -18,7 +18,7 @@ msgstr "" "X-Crowdin-File: /develop/apps/cowswap-frontend/src/locales/en-US.po\n" "X-Crowdin-File-ID: 12\n" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Wallet not connected" msgstr "" @@ -39,7 +39,7 @@ msgstr "selecionado" msgid "View token contract" msgstr "Ver contrato do token" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "Signature is undefined!" msgstr "Assinatura está indefinida!" @@ -251,10 +251,6 @@ msgstr "Custos de rede (est.)" msgid "The account address which will/did receive the bought amount." msgstr "O endereço da conta que irá/recebeu o valor comprado." -#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -#~ msgid "Selected token: {sym}" -#~ msgstr "Selected token: {sym}" - #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderActivityTable.tsx #~ msgid "Volume" #~ msgstr "Volume" @@ -386,7 +382,9 @@ msgid "Set any limit price and time horizon" msgstr "Defina qualquer preço limite e horizonte de tempo" #: apps/cowswap-frontend/src/legacy/components/Tokens/TokensTableRow.tsx +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx #: apps/cowswap-frontend/src/modules/swap/containers/SwapConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx msgid "token" msgstr "" @@ -395,8 +393,8 @@ msgstr "" #~ msgstr "Unable to reach the affiliate service." #: apps/cowswap-frontend/src/modules/account/pure/OrderFillabilityWarning/index.tsx -msgid "Please, top up {symbol} balance or cancel the order." -msgstr "Por favor, recarregue o saldo de {symbol} ou cancele o pedido." +#~ msgid "Please, top up {symbol} balance or cancel the order." +#~ msgstr "Please, top up {symbol} balance or cancel the order." #: apps/cowswap-frontend/src/modules/trade/pure/LimitOrdersPromoBanner/index.tsx msgid "Easily set and manage your orders in USD" @@ -484,7 +482,7 @@ msgstr "" #: apps/cowswap-frontend/src/modules/account/containers/Transaction/StatusDetails.tsx #: apps/cowswap-frontend/src/modules/hooksStore/pure/HookListItem/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Open" msgstr "Abrir" @@ -547,6 +545,11 @@ msgstr "Comprar COW" msgid "Reject" msgstr "Rejeitar" +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx +msgid "Insufficient {inputSymbol} balance" +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx @@ -667,7 +670,7 @@ msgstr "Valor de venda" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderEstimatedExecutionPrice/OrderEstimatedExecutionPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Row/WarningEstimatedPrice/OrderRowWarningEstimatedPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Unfillable" msgstr "Não preenchível" @@ -1044,7 +1047,7 @@ msgid "Bitcoin address (bc1…, 1…, 3…)" msgstr "" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Signing" msgstr "Assinando" @@ -1298,7 +1301,7 @@ msgstr "para economizar nos custos!" msgid "Swaps not supported" msgstr "Swaps não suportados" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Some orders can not be cancelled!" msgstr "Algumas ordens não podem ser canceladas!" @@ -1306,8 +1309,7 @@ msgstr "Algumas ordens não podem ser canceladas!" #~ msgid "The selling amount for the order is lower than the fee" #~ msgstr "The selling amount for the order is lower than the fee" -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts -#: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Orders history" msgstr "Histórico de ordens" @@ -1323,6 +1325,10 @@ msgstr "" msgid "Share your referral code and earn <0>{partnerRewardAmount} for every <1>{triggerVolumeLabel} in eligible volume within {affiliateTimeCapDays} days." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Dapp" +msgstr "" + #: apps/cowswap-frontend/src/modules/erc20Approve/pure/ApprovalTooltip/index.tsx msgid "You must give the CoW Protocol smart contracts permission to use your <0/>." msgstr "Você deve dar aos contratos inteligentes do CoW Protocol permissão para usar seu <0/>." @@ -1513,6 +1519,10 @@ msgstr "Resultados expandidos de listas de tokens inativas" msgid "No hooks match your search." msgstr "Nenhum hook corresponde à sua pesquisa." +#: apps/cowswap-frontend/src/modules/account/pure/OrderFillabilityWarning/index.tsx +msgid "Please, top up <0>{symbol} balance or cancel the order." +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Content/NoOrders/OrdersTableNoOrdersContent.utils.tsx msgid "Try adjusting your search term or filters" msgstr "" @@ -1791,6 +1801,10 @@ msgstr "" msgid "Recent" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Recipient override" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Header/ordersTableHeader.constants.tsx msgid "Market price" msgstr "Preço de mercado" @@ -1942,7 +1956,6 @@ msgstr "" #~ msgstr "By clicking Confirm, you expressly represent and warrant that you are NOT:" #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx -#: apps/cowswap-frontend/src/modules/trade/pure/TotalFeeRow/index.tsx msgid "Total fee" msgstr "Taxa total" @@ -2402,6 +2415,7 @@ msgid "Slippage tolerance" msgstr "Tolerância de derrapagem" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Calldata" msgstr "Dados de chamada" @@ -2913,6 +2927,10 @@ msgstr "Confirmado" msgid "place a new order" msgstr "fazer um novo pedido" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx +msgid "Not found" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Content/NoWallet/OrdersTableNoWalletContent.tsx #~ msgid "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." #~ msgstr "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." @@ -2921,6 +2939,10 @@ msgstr "fazer um novo pedido" msgid "When enabled, the limit price stays fixed when changing the BUY amount. When disabled, the limit price will update based on the BUY amount changes." msgstr "Quando ativado, o preço limite permanece fixo ao alterar o valor de COMPRA. Quando desativado, o preço limite será atualizado com base nas alterações do valor de COMPRA." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update pre-hook" +msgstr "" + #: apps/cowswap-frontend/src/legacy/state/cowToken/hooks.ts msgid "vCOW token not present" msgstr "Token vCOW não presente" @@ -3043,6 +3065,10 @@ msgstr "" msgid "Spinning icon" msgstr "Ícone giratório" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update post-hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/hooksStore/dapps/AirdropHookApp/index.tsx msgid "Return to Swap" msgstr "Voltar para Troca" @@ -3587,10 +3613,15 @@ msgstr "Reduza sua derrapagem dividindo grandes ordens em menores" #~ msgid " out of {totalSolvers}" #~ msgstr " out of {totalSolvers}" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add post-hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/constants.ts msgid "CoW Swap is the only exchange that matches Coincidences of Wants (CoWs): peer-to-peer swaps that save on settlement costs." msgstr "CoW Swap é a única exchange que corresponde a Coincidências de Desejos (CoWs): trocas ponto a ponto que economizam nos custos de liquidação." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/RowQuoteId/RowQuoteId.container.tsx msgid "Copied!" msgstr "" @@ -3626,6 +3657,7 @@ msgid "TWAP order split into {twapOrderN} parts" msgstr "Ordem TWAP dividida em {twapOrderN} partes" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Gas limit" msgstr "" @@ -4308,8 +4340,8 @@ msgid "When you swap (sell) <0/>, solvers handle the transaction by purchasing t msgstr "Quando você troca (vende) <0/>, os solvers lidam com a transação comprando os tokens necessários, depositando-os no pool e emitindo tokens LP em troca - tudo em uma operação sem gás." #: apps/cowswap-frontend/src/common/hooks/useBlockNumber/useBlockNumber.ts -msgid "BlockNumber hooks must be wrapped in a" -msgstr "Hooks BlockNumber devem ser envolvidos em um" +#~ msgid "BlockNumber hooks must be wrapped in a" +#~ msgstr "BlockNumber hooks must be wrapped in a" #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx @@ -4332,6 +4364,10 @@ msgstr "Esta taxa ajuda a pagar pela manutenção e melhorias na experiência de msgid "No. of parts" msgstr "Número de partes" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "The embedded hook dapp requested a hook-state change. Review the request before it can be applied." +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts msgid "and saved " msgstr "e salvo " @@ -4345,9 +4381,14 @@ msgid "Approve all" msgstr "Aprovar tudo" #: apps/cowswap-frontend/src/common/pure/CustomRecipientWarningBanner/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx msgid "Caution" msgstr "Cuidado" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add pre-hook" +msgstr "" + #: libs/hook-dapp-lib/src/hookDappsRegistry.ts #~ msgid "Morpho Borrow" #~ msgstr "Morpho Borrow" @@ -4712,11 +4753,16 @@ msgstr "Tem certeza de que deseja cancelar {ordersCount} ordens?" msgid "Convert your <0/> LP tokens into CoW AMM pools and earn up to <1>+{apyDiffFormatted}% more yield compared to <2/>. Or, swap" msgstr "Converta seus tokens <0/> LP em pools CoW AMM e ganhe até <1>+{apyDiffFormatted}% a mais de rendimento em comparação com <2/>. Ou, troque" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/index.tsx +#~ msgid "Only confirm if you trust this dapp and recognize the target contract and calldata below." +#~ msgstr "Only confirm if you trust this dapp and recognize the target contract and calldata below." + #: apps/cowswap-frontend/src/modules/limitOrders/pure/Settings/LimitOrdersSettings.pure.tsx msgid "Lock Limit Price" msgstr "Bloquear Preço Limite" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Target" msgstr "Alvo" @@ -5162,6 +5208,10 @@ msgstr "Desconto nas taxas da CoWmunity" #~ msgid "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." #~ msgstr "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Action" +msgstr "" + #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx msgid "Swap with" msgstr "" @@ -5274,6 +5324,11 @@ msgstr "" msgid "Created" msgstr "Criado" +#. placeholder {0}: currency?.symbol || '' +#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx +msgid "Selected token: {0}" +msgstr "" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerCodeCreation.tsx #~ msgid "Wallet signer unavailable." #~ msgstr "Wallet signer unavailable." @@ -5290,6 +5345,7 @@ msgstr "Atualizar Pré-hook" msgid "Governance" msgstr "Governança" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx #: apps/cowswap-frontend/src/modules/limitOrders/pure/DeadlineSelector/index.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/containers/MultipleCancellationMenu/MultipleCancellationMenu.container.tsx @@ -5320,6 +5376,10 @@ msgstr "A \"Duração total\" é o tempo que leva para executar todas as partes msgid "to" msgstr "para" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Copy calldata" +msgstr "" + #: apps/cowswap-frontend/src/modules/twap/const.ts msgid "24 Hours" msgstr "24 Horas" @@ -5371,8 +5431,8 @@ msgid "tip" msgstr "dica" #: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx -msgid "Open orders" -msgstr "Ordens abertas" +#~ msgid "Open orders" +#~ msgstr "Open orders" #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/SellNativeWarningBanner/index.tsx #~ msgid "<0>Switch to {wrappedNativeSymbol} or <1>Wrap {nativeSymbol} to {wrappedNativeSymbol} first." @@ -5976,8 +6036,8 @@ msgid "Order Expired" msgstr "" #: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -msgid "Selected token:" -msgstr "" +#~ msgid "Selected token:" +#~ msgstr "Selected token:" #: apps/cowswap-frontend/src/legacy/components/Badge/RangeBadge.tsx msgid "Out of range" @@ -6154,6 +6214,10 @@ msgstr "" #~ msgid "for trading" #~ msgstr "for trading" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Only confirm if you trust this dapp and recognize the target contract and calldata above." +msgstr "" + #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "at most " msgstr "" @@ -6363,6 +6427,10 @@ msgstr "" msgid "Confirm swap" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Confirm hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx msgid "Part of a {twapOrderN}-part TWAP order split" msgstr "" @@ -6619,6 +6687,7 @@ msgstr "" msgid "Canceling your order" msgstr "" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliatePartner/AffiliatePartnerCodeForm.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderModal/AffiliateTradeCodeForm.tsx @@ -7528,6 +7597,10 @@ msgstr "" msgid "Cancelled" msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Review hook request" +msgstr "" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerOnboard.tsx #~ msgid "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" #~ msgstr "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" @@ -7608,6 +7681,10 @@ msgstr "Gerenciar" msgid "We weren't able to check your eligibility. Feel free to continue, but you won't receive rewards if you traded on CoW Swap before." msgstr "" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Source" +msgstr "" + #: apps/cowswap-frontend/src/modules/zeroApproval/containers/ZeroApprovalModal/ZeroApprovalModal.tsx msgid "Reset {symbol} allowance to 0 before setting new spending cap" msgstr "Redefina a permissão de {symbol} para 0 antes de definir um novo limite de gastos" diff --git a/apps/cowswap-frontend/src/locales/ru-RU.po b/apps/cowswap-frontend/src/locales/ru-RU.po index 8448e38c5a..1c07710ccb 100644 --- a/apps/cowswap-frontend/src/locales/ru-RU.po +++ b/apps/cowswap-frontend/src/locales/ru-RU.po @@ -8,7 +8,7 @@ msgstr "" "Language: ru\n" "Project-Id-Version: cow-swap\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2026-07-01 14:57\n" +"PO-Revision-Date: 2026-07-10 16:20\n" "Last-Translator: \n" "Language-Team: Russian\n" "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" @@ -18,7 +18,7 @@ msgstr "" "X-Crowdin-File: /develop/apps/cowswap-frontend/src/locales/en-US.po\n" "X-Crowdin-File-ID: 12\n" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Wallet not connected" msgstr "Кошелек не подключен" @@ -39,7 +39,7 @@ msgstr "выбрано" msgid "View token contract" msgstr "Просмотр контракта на токен" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "Signature is undefined!" msgstr "Подпись не определена!" @@ -251,10 +251,6 @@ msgstr "Сетевые расходы (оцен.)" msgid "The account address which will/did receive the bought amount." msgstr "Адрес счета, который получит/получит купленную сумму." -#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -#~ msgid "Selected token: {sym}" -#~ msgstr "Selected token: {sym}" - #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderActivityTable.tsx #~ msgid "Volume" #~ msgstr "Volume" @@ -386,7 +382,9 @@ msgid "Set any limit price and time horizon" msgstr "Установите любую лимитную цену и время горизонта" #: apps/cowswap-frontend/src/legacy/components/Tokens/TokensTableRow.tsx +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx #: apps/cowswap-frontend/src/modules/swap/containers/SwapConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx msgid "token" msgstr "токен" @@ -395,8 +393,8 @@ msgstr "токен" #~ msgstr "Unable to reach the affiliate service." #: apps/cowswap-frontend/src/modules/account/pure/OrderFillabilityWarning/index.tsx -msgid "Please, top up {symbol} balance or cancel the order." -msgstr "Пожалуйста, пополните баланс по {symbol} или отмените заказ." +#~ msgid "Please, top up {symbol} balance or cancel the order." +#~ msgstr "Please, top up {symbol} balance or cancel the order." #: apps/cowswap-frontend/src/modules/trade/pure/LimitOrdersPromoBanner/index.tsx msgid "Easily set and manage your orders in USD" @@ -484,7 +482,7 @@ msgstr "ВВЕДИТЕ КОД" #: apps/cowswap-frontend/src/modules/account/containers/Transaction/StatusDetails.tsx #: apps/cowswap-frontend/src/modules/hooksStore/pure/HookListItem/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Open" msgstr "Открыть" @@ -547,6 +545,11 @@ msgstr "Купить COW" msgid "Reject" msgstr "Отклонить" +#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx +#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/index.tsx +msgid "Insufficient {inputSymbol} balance" +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/SurplusModal.tsx @@ -667,7 +670,7 @@ msgstr "Сумма продажи" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderEstimatedExecutionPrice/OrderEstimatedExecutionPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Row/WarningEstimatedPrice/OrderRowWarningEstimatedPrice.pure.tsx #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Unfillable" msgstr "Неизлечимый" @@ -1044,7 +1047,7 @@ msgid "Bitcoin address (bc1…, 1…, 3…)" msgstr "Адрес в сети Биткоин (bc1…, 1…, 3…)" #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderStatusBox/getOrderStatusTitleAndColor.ts -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Signing" msgstr "Подписание" @@ -1298,7 +1301,7 @@ msgstr "чтобы сэкономить деньги!" msgid "Swaps not supported" msgstr "Замена не поддерживаются" -#: apps/cowswap-frontend/src/common/hooks/useMultipleOrdersCancellation/useCancelMultipleOrders.ts +#: apps/cowswap-frontend/src/common/hooks/useCancelMultipleOrders.ts msgid "Some orders can not be cancelled!" msgstr "Некоторые заказы не могут быть отменены!" @@ -1306,8 +1309,7 @@ msgstr "Некоторые заказы не могут быть отменен #~ msgid "The selling amount for the order is lower than the fee" #~ msgstr "The selling amount for the order is lower than the fee" -#: apps/cowswap-frontend/src/modules/ordersTable/state/tabs/ordersTableTabs.constants.ts -#: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx +#: apps/cowswap-frontend/src/modules/ordersTable/state/params/ordersTableParams.atom.ts msgid "Orders history" msgstr "История заказов" @@ -1323,6 +1325,10 @@ msgstr "Ваш реферальный код истекает {timeAgo}. Сов msgid "Share your referral code and earn <0>{partnerRewardAmount} for every <1>{triggerVolumeLabel} in eligible volume within {affiliateTimeCapDays} days." msgstr "Поделитесь своим реферальным кодом и получите <0>{partnerRewardAmount} за каждые <1>{triggerVolumeLabel} в объеме в течение {affiliateTimeCapDays} дней." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Dapp" +msgstr "" + #: apps/cowswap-frontend/src/modules/erc20Approve/pure/ApprovalTooltip/index.tsx msgid "You must give the CoW Protocol smart contracts permission to use your <0/>." msgstr "Вы должны предоставить разрешение на использование вашего <0/>." @@ -1513,6 +1519,10 @@ msgstr "Расширенные результаты из неактивных с msgid "No hooks match your search." msgstr "Нет хуков, соответствующих вашему запросу." +#: apps/cowswap-frontend/src/modules/account/pure/OrderFillabilityWarning/index.tsx +msgid "Please, top up <0>{symbol} balance or cancel the order." +msgstr "Пожалуйста, пополните баланс <0>{symbol} токена или отмените ордер." + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Content/NoOrders/OrdersTableNoOrdersContent.utils.tsx msgid "Try adjusting your search term or filters" msgstr "Попробуйте изменить условие поиска или значение фильтра" @@ -1791,6 +1801,10 @@ msgstr "Квалифицированная сделка" msgid "Recent" msgstr "Недавние" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Recipient override" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Header/ordersTableHeader.constants.tsx msgid "Market price" msgstr "Рыночная цена" @@ -1942,7 +1956,6 @@ msgstr "Придумайте свой код или создайте случа #~ msgstr "By clicking Confirm, you expressly represent and warrant that you are NOT:" #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx -#: apps/cowswap-frontend/src/modules/trade/pure/TotalFeeRow/index.tsx msgid "Total fee" msgstr "Общая сумма" @@ -2402,6 +2415,7 @@ msgid "Slippage tolerance" msgstr "Допустимость проскальзывания" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Calldata" msgstr "Данные звонков" @@ -2913,6 +2927,10 @@ msgstr "Подтверждено" msgid "place a new order" msgstr "создать новый заказ" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx +msgid "Not found" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/OrdersTable/Content/NoWallet/OrdersTableNoWalletContent.tsx #~ msgid "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." #~ msgstr "To use {orderType} orders, please connect your wallet <0/>to one of our supported networks." @@ -2921,6 +2939,10 @@ msgstr "создать новый заказ" msgid "When enabled, the limit price stays fixed when changing the BUY amount. When disabled, the limit price will update based on the BUY amount changes." msgstr "Когда включено, лимитная цена остается фиксированной при изменении суммы КУПЫ. При отключении, лимитная цена обновится на основе изменения суммы КУПЫ." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update pre-hook" +msgstr "" + #: apps/cowswap-frontend/src/legacy/state/cowToken/hooks.ts msgid "vCOW token not present" msgstr "vCOW токен отсутствует" @@ -3043,6 +3065,10 @@ msgstr "Регистрация в партнерской программе и msgid "Spinning icon" msgstr "Иконка проигрывания" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Update post-hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/hooksStore/dapps/AirdropHookApp/index.tsx msgid "Return to Swap" msgstr "Вернуться к замене" @@ -3587,10 +3613,15 @@ msgstr "Уменьшите ваше проскальзывание, разбив #~ msgid " out of {totalSolvers}" #~ msgstr " out of {totalSolvers}" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add post-hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/constants.ts msgid "CoW Swap is the only exchange that matches Coincidences of Wants (CoWs): peer-to-peer swaps that save on settlement costs." msgstr "CoW Swap – это единственная биржа, которая совпадает с Coincidences of Wants (CoWs): равноправная замена, которая сэкономит на расчетно-расчетных расходах." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/RowQuoteId/RowQuoteId.container.tsx msgid "Copied!" msgstr "Скопировано!" @@ -3626,6 +3657,7 @@ msgid "TWAP order split into {twapOrderN} parts" msgstr "TWAP ордер разделён на {twapOrderN} частей" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Gas limit" msgstr "Лимит газа" @@ -4309,8 +4341,8 @@ msgid "When you swap (sell) <0/>, solvers handle the transaction by purchasing t msgstr "Когда вы подкачиваете (продавать) <0/>, решатели обрабатывают транзакцию, покупая необходимые токены, Внесение их в бассейн и выдача токенов LP в обмен — все это в безгазовую операцию." #: apps/cowswap-frontend/src/common/hooks/useBlockNumber/useBlockNumber.ts -msgid "BlockNumber hooks must be wrapped in a" -msgstr "BlockNumber хуки должны быть завернуты в" +#~ msgid "BlockNumber hooks must be wrapped in a" +#~ msgstr "BlockNumber hooks must be wrapped in a" #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx @@ -4333,6 +4365,10 @@ msgstr "Эта комиссия помогает оплатить обслужи msgid "No. of parts" msgstr "№ частей" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "The embedded hook dapp requested a hook-state change. Review the request before it can be applied." +msgstr "" + #: apps/cowswap-frontend/src/modules/orderProgressBar/helpers.ts msgid "and saved " msgstr "и сохранены " @@ -4346,9 +4382,14 @@ msgid "Approve all" msgstr "Одобрить все" #: apps/cowswap-frontend/src/common/pure/CustomRecipientWarningBanner/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx msgid "Caution" msgstr "Внимание" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Add pre-hook" +msgstr "" + #: libs/hook-dapp-lib/src/hookDappsRegistry.ts #~ msgid "Morpho Borrow" #~ msgstr "Morpho Borrow" @@ -4713,11 +4754,16 @@ msgstr "Вы уверены, что хотите отменить заказы { msgid "Convert your <0/> LP tokens into CoW AMM pools and earn up to <1>+{apyDiffFormatted}% more yield compared to <2/>. Or, swap" msgstr "Конвертируйте ваши <0/> LP токены в CoW AMM пулы и зарабатывайте до <1>+{apyDiffFormatted}% больше по сравнению с <2/>. Или, подкачки" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/index.tsx +#~ msgid "Only confirm if you trust this dapp and recognize the target contract and calldata below." +#~ msgstr "Only confirm if you trust this dapp and recognize the target contract and calldata below." + #: apps/cowswap-frontend/src/modules/limitOrders/pure/Settings/LimitOrdersSettings.pure.tsx msgid "Lock Limit Price" msgstr "Заблокировать лимитную цену" #: apps/cowswap-frontend/src/modules/hooksStore/dapps/BuildHookApp/index.tsx +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx msgid "Target" msgstr "цель" @@ -5163,6 +5209,10 @@ msgstr "Скидка на CoWmunity" #~ msgid "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." #~ msgstr "The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Action" +msgstr "" + #: apps/cowswap-frontend/src/modules/swap/containers/TradeButtons/swapTradeButtonsMap.tsx msgid "Swap with" msgstr "Поменять на" @@ -5275,6 +5325,11 @@ msgstr "Торговля этой парой токенов ограничена msgid "Created" msgstr "Создано" +#. placeholder {0}: currency?.symbol || '' +#: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx +msgid "Selected token: {0}" +msgstr "Выбранный токен: {0}" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerCodeCreation.tsx #~ msgid "Wallet signer unavailable." #~ msgstr "Wallet signer unavailable." @@ -5291,6 +5346,7 @@ msgstr "Обновить предхук" msgid "Governance" msgstr "Управление" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx #: apps/cowswap-frontend/src/modules/limitOrders/pure/DeadlineSelector/index.tsx #: apps/cowswap-frontend/src/modules/orderProgressBar/pure/TransactionSubmittedContent/index.tsx #: apps/cowswap-frontend/src/modules/ordersTable/containers/MultipleCancellationMenu/MultipleCancellationMenu.container.tsx @@ -5321,6 +5377,10 @@ msgstr "\"Общая длительность\" - это продолжител msgid "to" msgstr "до" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Copy calldata" +msgstr "" + #: apps/cowswap-frontend/src/modules/twap/const.ts msgid "24 Hours" msgstr "24 часа" @@ -5372,8 +5432,8 @@ msgid "tip" msgstr "Совет" #: apps/cowswap-frontend/src/modules/ordersTable/test/ordersTable.cosmos.tsx -msgid "Open orders" -msgstr "Открытые ордера" +#~ msgid "Open orders" +#~ msgstr "Open orders" #: apps/cowswap-frontend/src/modules/tradeWidgetAddons/containers/SellNativeWarningBanner/index.tsx #~ msgid "<0>Switch to {wrappedNativeSymbol} or <1>Wrap {nativeSymbol} to {wrappedNativeSymbol} first." @@ -5977,8 +6037,8 @@ msgid "Order Expired" msgstr "Заказ просрочен" #: apps/cowswap-frontend/src/common/pure/CurrencySelectButton/index.tsx -msgid "Selected token:" -msgstr "Выбранный токен:" +#~ msgid "Selected token:" +#~ msgstr "Selected token:" #: apps/cowswap-frontend/src/legacy/components/Badge/RangeBadge.tsx msgid "Out of range" @@ -6155,6 +6215,10 @@ msgstr "Хуки" #~ msgid "for trading" #~ msgstr "for trading" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Only confirm if you trust this dapp and recognize the target contract and calldata above." +msgstr "" + #: apps/cowswap-frontend/src/legacy/utils/trade.ts msgid "at most " msgstr "максимум " @@ -6364,6 +6428,10 @@ msgstr "Заказ выполнен" msgid "Confirm swap" msgstr "Подтвердить замену" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Confirm hook" +msgstr "" + #: apps/cowswap-frontend/src/modules/ordersTable/pure/ReceiptModal/ReceiptModal.modal.tsx msgid "Part of a {twapOrderN}-part TWAP order split" msgstr "Часть раздела {twapOrderN} части TWAP ордера" @@ -6620,6 +6688,7 @@ msgstr "Недостаточно ликвидности для данный па msgid "Canceling your order" msgstr "Отмена заказа" +#: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliateTraderCodeInfo.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliatePartner/AffiliatePartnerCodeForm.tsx #: apps/cowswap-frontend/src/modules/affiliate/pure/AffiliateTraderModal/AffiliateTradeCodeForm.tsx @@ -7529,6 +7598,10 @@ msgstr "Пользователь отклонил подпись COW транз msgid "Cancelled" msgstr "Отменено" +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookDappIframeReview.pure.tsx +msgid "Review hook request" +msgstr "" + #: apps/cowswap-frontend/src/modules/affiliate/containers/AffiliatePartnerOnboard.tsx #~ msgid "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" #~ msgstr "You and your referrals can earn a flat fee <0/> for the eligible volume done through the app. <1/>" @@ -7609,6 +7682,10 @@ msgstr "Управлять" msgid "We weren't able to check your eligibility. Feel free to continue, but you won't receive rewards if you traded on CoW Swap before." msgstr "Нам не удалось проверить ваше право на участие. Вы можете продолжить, но награды не будут начислены, если с этого кошелька уже совершались сделки на CoW Swap." +#: apps/cowswap-frontend/src/modules/hooksStore/pure/HookDappIframeReview/HookRequestDetails.pure.tsx +msgid "Source" +msgstr "" + #: apps/cowswap-frontend/src/modules/zeroApproval/containers/ZeroApprovalModal/ZeroApprovalModal.tsx msgid "Reset {symbol} allowance to 0 before setting new spending cap" msgstr "Сброс разрешения {symbol} на 0 перед установкой новой капилки расходов"