Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 39 additions & 10 deletions apps/cowswap-frontend/src/locales/en-US.po
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ msgstr "CoW AMM only"
msgid "Scheduled"
msgstr "Scheduled"

#: apps/cowswap-frontend/src/modules/swap/hooks/useGetConfirmButtonLabel.ts
#: apps/cowswap-frontend/src/modules/erc20Approve/containers/TradeApproveButton/TradeApproveButton.tsx
msgid "Approve and Swap"
msgstr "Approve and Swap"

Expand Down Expand Up @@ -744,8 +744,8 @@ msgid "Overview"
msgstr "Overview"

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "There are <0>{ordersWithPermitLenght}</0> existing orders using a <1/> token approval. If you sign a new one, only one order can fill. Continue with current permit amount or choose full approval so all orders can be filled."
msgstr "There are <0>{ordersWithPermitLenght}</0> existing orders using a <1/> token approval. If you sign a new one, only one order can fill. Continue with current permit amount or choose full approval so all orders can be filled."
#~ msgid "There are <0>{ordersWithPermitLenght}</0> existing orders using a <1/> token approval. If you sign a new one, only one order can fill. Continue with current permit amount or choose full approval so all orders can be filled."
#~ msgstr "There are <0>{ordersWithPermitLenght}</0> existing orders using a <1/> token approval. If you sign a new one, only one order can fill. Continue with current permit amount or choose full approval so all orders can be filled."

#: apps/cowswap-frontend/src/modules/ethFlow/pure/EthFlowModalContent/configs.ts
msgid "Loading operation"
Expand Down Expand Up @@ -1002,8 +1002,8 @@ msgid "Est. partial fill price"
msgstr "Est. partial fill price"

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "Partial approval may block <0>{ordersWithPermitLenght}</0> other orders"
msgstr "Partial approval may block <0>{ordersWithPermitLenght}</0> other orders"
#~ msgid "Partial approval may block <0>{ordersWithPermitLenght}</0> other orders"
#~ msgstr "Partial approval may block <0>{ordersWithPermitLenght}</0> other orders"

#: apps/cowswap-frontend/src/modules/tokensList/pure/ImportTokenListItem/index.tsx
msgid "Loaded"
Expand Down Expand Up @@ -1210,8 +1210,8 @@ msgid "Too much time between parts"
msgstr "Too much time between parts"

#: apps/cowswap-frontend/src/modules/swap/hooks/useGetConfirmButtonLabel.ts
msgid "Swap and Bridge"
msgstr "Swap and Bridge"
#~ msgid "Swap and Bridge"
#~ msgstr "Swap and Bridge"

#: apps/cowswap-frontend/src/common/containers/OrderHooksDetails/index.tsx
msgid "POST"
Expand Down Expand Up @@ -1300,7 +1300,7 @@ msgstr "Market price"
msgid "Max"
msgstr "Max"

#: apps/cowswap-frontend/src/modules/swap/hooks/useGetConfirmButtonLabel.ts
#: apps/cowswap-frontend/src/modules/erc20Approve/containers/TradeApproveButton/TradeApproveButton.tsx
msgid "Approve, Swap & Bridge"
msgstr "Approve, Swap & Bridge"

Expand Down Expand Up @@ -2017,6 +2017,10 @@ msgstr "Sent {nativeTokenSymbol}"
msgid "Since TWAP orders consist of multiple parts, prices are expected to fluctuate. However, to protect you against bad prices, CoW Swap will not execute your TWAP if the price dips below this percentage."
msgstr "Since TWAP orders consist of multiple parts, prices are expected to fluctuate. However, to protect you against bad prices, CoW Swap will not execute your TWAP if the price dips below this percentage."

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "are"
msgstr "are"

#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/TwapConfirmDetails.tsx
msgid "The time before your total TWAP order ends."
msgstr "The time before your total TWAP order ends."
Expand Down Expand Up @@ -3097,10 +3101,18 @@ msgstr " or <0/>"
#~ msgid "ENS recipient not supported for Swap and Bridge — use address instead."
#~ msgstr "ENS recipient not supported for Swap and Bridge — use address instead."

#: apps/cowswap-frontend/src/modules/application/containers/App/menuConsts.tsx
msgid "Careers"
msgstr "Careers"

#: apps/cowswap-frontend/src/modules/swap/containers/SwapWidget/index.tsx
msgid "Expected sell amount"
msgstr "Expected sell amount"

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "orders"
msgstr "orders"

#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx
msgid "Limit Order"
msgstr "Limit Order"
Expand Down Expand Up @@ -3677,7 +3689,7 @@ msgstr "Expiry"
msgid "Minutes"
msgstr "Minutes"

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/TradeApproveModal/useTradeApproveCallback.ts
#: apps/cowswap-frontend/src/modules/erc20Approve/containers/TradeApproveModal/useHandleApprovalError.ts
msgid "User rejected approval transaction"
msgstr "User rejected approval transaction"

Expand Down Expand Up @@ -3895,6 +3907,7 @@ msgid "Invalid URL format"
msgstr "Invalid URL format"

#: apps/cowswap-frontend/src/modules/account/containers/Transaction/ActivityDetails.tsx
#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
#: apps/cowswap-frontend/src/modules/ordersTable/containers/OrderRow/OrderContextMenu.tsx
msgid "order"
msgstr "order"
Expand Down Expand Up @@ -3960,6 +3973,10 @@ msgstr "before that time."
msgid "View transaction"
msgstr "View transaction"

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "is"
msgstr "is"

#: apps/cowswap-frontend/src/modules/ethFlow/pure/EthFlowStepper/steps/Step1.tsx
msgid "Transaction {errorType}"
msgstr "Transaction {errorType}"
Expand Down Expand Up @@ -4230,6 +4247,10 @@ msgstr "Favorite tokens"
msgid "Limit Orders"
msgstr "Limit Orders"

#: apps/cowswap-frontend/src/modules/erc20Approve/hooks/useApproveAndSwap.ts
msgid "Approved amount is not sufficient!"
msgstr "Approved amount is not sufficient!"

#: apps/cowswap-frontend/src/modules/accountProxy/containers/WidgetPageTitle/index.tsx
msgid "funds"
msgstr "funds"
Expand Down Expand Up @@ -5142,6 +5163,10 @@ msgstr "Learn"
msgid "This price is {displayedPercent}% lower than current market price. You could be selling your <0/> at a loss! Click on \"Market price\" to set your limit price to the current market price."
msgstr "This price is {displayedPercent}% lower than current market price. You could be selling your <0/> at a loss! Click on \"Market price\" to set your limit price to the current market price."

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "There {areIs} <0>{ordersWithPermitLength}</0> existing {orderWord} using a <1/> token approval. If you sign a new one, only one order can fill. Continue with current permit amount or choose full approval so all orders can be filled."
msgstr "There {areIs} <0>{ordersWithPermitLength}</0> existing {orderWord} using a <1/> token approval. If you sign a new one, only one order can fill. Continue with current permit amount or choose full approval so all orders can be filled."

#: apps/cowswap-frontend/src/modules/ethFlow/pure/EthFlowModalContent/configs.ts
msgid "Continue swap with {wrappedSymbol}"
msgstr "Continue swap with {wrappedSymbol}"
Expand Down Expand Up @@ -5431,6 +5456,10 @@ msgstr "Expired order"
msgid "Simulation Successful"
msgstr "Simulation Successful"

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "Partial approval may block <0>{ordersWithPermitLength}</0> other {orderWord}"
msgstr "Partial approval may block <0>{ordersWithPermitLength}</0> other {orderWord}"

#: apps/cowswap-frontend/src/modules/bridge/pure/contents/BridgingProgressContent/ReceivedBridgingContent/index.tsx
msgid "Destination transaction"
msgstr "Destination transaction"
Expand All @@ -5442,9 +5471,9 @@ msgstr "Because you are using a smart contract wallet"
#: apps/cowswap-frontend/src/common/constants/routes.ts
#: apps/cowswap-frontend/src/legacy/utils/trade.ts
#: apps/cowswap-frontend/src/modules/bridge/pure/BridgeActivitySummary/SwapStepRow.tsx
#: apps/cowswap-frontend/src/modules/erc20Approve/containers/TradeApproveButton/TradeApproveButton.tsx
#: apps/cowswap-frontend/src/modules/ethFlow/pure/EthFlowModalContent/configs.ts
#: apps/cowswap-frontend/src/modules/swap/containers/SwapConfirmModal/index.tsx
#: apps/cowswap-frontend/src/modules/swap/hooks/useGetConfirmButtonLabel.ts
#: apps/cowswap-frontend/src/modules/yield/containers/TradeButtons/index.tsx
#: apps/cowswap-frontend/src/modules/yield/containers/YieldWidget/elements.tsx
#: apps/cowswap-frontend/src/utils/orderUtils/getUiOrderType.ts
Expand Down
51 changes: 40 additions & 11 deletions apps/cowswap-frontend/src/locales/es-ES.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Language: es\n"
"Project-Id-Version: cowswap18n\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-10-17 21:25\n"
"PO-Revision-Date: 2025-10-21 17:13\n"
"Last-Translator: \n"
"Language-Team: Spanish\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Expand Down Expand Up @@ -616,7 +616,7 @@ msgstr "Sólo CoW AMM"
msgid "Scheduled"
msgstr "Programado"

#: apps/cowswap-frontend/src/modules/swap/hooks/useGetConfirmButtonLabel.ts
#: apps/cowswap-frontend/src/modules/erc20Approve/containers/TradeApproveButton/TradeApproveButton.tsx
msgid "Approve and Swap"
msgstr "Aprobar e intercambiar"

Expand Down Expand Up @@ -741,8 +741,8 @@ msgid "Overview"
msgstr "Resumen"

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "There are <0>{ordersWithPermitLenght}</0> existing orders using a <1/> token approval. If you sign a new one, only one order can fill. Continue with current permit amount or choose full approval so all orders can be filled."
msgstr "Hay <0>{ordersWithPermitLenght}</0> pedidos existentes usando un token de aprobación <1/>. Si firma uno nuevo, sólo puede completar un pedido. Continuar con la cantidad actual del permiso o elegir la aprobación completa para que todos los pedidos puedan ser llenados."
#~ msgid "There are <0>{ordersWithPermitLenght}</0> existing orders using a <1/> token approval. If you sign a new one, only one order can fill. Continue with current permit amount or choose full approval so all orders can be filled."
#~ msgstr "There are <0>{ordersWithPermitLenght}</0> existing orders using a <1/> token approval. If you sign a new one, only one order can fill. Continue with current permit amount or choose full approval so all orders can be filled."

#: apps/cowswap-frontend/src/modules/ethFlow/pure/EthFlowModalContent/configs.ts
msgid "Loading operation"
Expand Down Expand Up @@ -999,8 +999,8 @@ msgid "Est. partial fill price"
msgstr "Precio de relleno parcial"

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "Partial approval may block <0>{ordersWithPermitLenght}</0> other orders"
msgstr "La aprobación parcial puede bloquear <0>{ordersWithPermitLenght}</0> otros pedidos"
#~ msgid "Partial approval may block <0>{ordersWithPermitLenght}</0> other orders"
#~ msgstr "Partial approval may block <0>{ordersWithPermitLenght}</0> other orders"

#: apps/cowswap-frontend/src/modules/tokensList/pure/ImportTokenListItem/index.tsx
msgid "Loaded"
Expand Down Expand Up @@ -1207,8 +1207,8 @@ msgid "Too much time between parts"
msgstr "Demasiado tiempo entre partes"

#: apps/cowswap-frontend/src/modules/swap/hooks/useGetConfirmButtonLabel.ts
msgid "Swap and Bridge"
msgstr "Intercambiar y Puente"
#~ msgid "Swap and Bridge"
#~ msgstr "Swap and Bridge"

#: apps/cowswap-frontend/src/common/containers/OrderHooksDetails/index.tsx
msgid "POST"
Expand Down Expand Up @@ -1297,7 +1297,7 @@ msgstr "Precio de mercado"
msgid "Max"
msgstr "Máx"

#: apps/cowswap-frontend/src/modules/swap/hooks/useGetConfirmButtonLabel.ts
#: apps/cowswap-frontend/src/modules/erc20Approve/containers/TradeApproveButton/TradeApproveButton.tsx
msgid "Approve, Swap & Bridge"
msgstr "Aprobación, intercambio y puente"

Expand Down Expand Up @@ -2010,6 +2010,10 @@ msgstr "Enviado {nativeTokenSymbol}"
msgid "Since TWAP orders consist of multiple parts, prices are expected to fluctuate. However, to protect you against bad prices, CoW Swap will not execute your TWAP if the price dips below this percentage."
msgstr "Dado que las órdenes de TWAP consisten en múltiples piezas, se espera que los precios fluctúen. Sin embargo, para protegerte de los malos precios, CoW Swap no ejecutará tu TWAP si el precio cae por debajo de este porcentaje."

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "are"
msgstr "están"

#: apps/cowswap-frontend/src/modules/twap/containers/TwapConfirmModal/TwapConfirmDetails.tsx
msgid "The time before your total TWAP order ends."
msgstr "El tiempo antes de que termine su orden total de TWAP."
Expand Down Expand Up @@ -3088,10 +3092,18 @@ msgstr " o <0/>"
#~ msgid "ENS recipient not supported for Swap and Bridge — use address instead."
#~ msgstr "ENS recipient not supported for Swap and Bridge — use address instead."

#: apps/cowswap-frontend/src/modules/application/containers/App/menuConsts.tsx
msgid "Careers"
msgstr "Carreras"

#: apps/cowswap-frontend/src/modules/swap/containers/SwapWidget/index.tsx
msgid "Expected sell amount"
msgstr "Cantidad de venta esperada"

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "orders"
msgstr "órdenes"

#: apps/cowswap-frontend/src/modules/limitOrders/containers/LimitOrdersConfirmModal/index.tsx
msgid "Limit Order"
msgstr "Limitar pedido"
Expand Down Expand Up @@ -3668,7 +3680,7 @@ msgstr "Expira"
msgid "Minutes"
msgstr "Minutos"

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/TradeApproveModal/useTradeApproveCallback.ts
#: apps/cowswap-frontend/src/modules/erc20Approve/containers/TradeApproveModal/useHandleApprovalError.ts
msgid "User rejected approval transaction"
msgstr "Transacción rechazada por el usuario"

Expand Down Expand Up @@ -3886,6 +3898,7 @@ msgid "Invalid URL format"
msgstr "Formato de URL inválido"

#: apps/cowswap-frontend/src/modules/account/containers/Transaction/ActivityDetails.tsx
#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
#: apps/cowswap-frontend/src/modules/ordersTable/containers/OrderRow/OrderContextMenu.tsx
msgid "order"
msgstr "pedido"
Expand Down Expand Up @@ -3951,6 +3964,10 @@ msgstr "antes de ese momento."
msgid "View transaction"
msgstr "Ver transacción"

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "is"
msgstr "es"

#: apps/cowswap-frontend/src/modules/ethFlow/pure/EthFlowStepper/steps/Step1.tsx
msgid "Transaction {errorType}"
msgstr "Transacción {errorType}"
Expand Down Expand Up @@ -4217,6 +4234,10 @@ msgstr "Tokens Favoritos"
msgid "Limit Orders"
msgstr "Órdenes límite"

#: apps/cowswap-frontend/src/modules/erc20Approve/hooks/useApproveAndSwap.ts
msgid "Approved amount is not sufficient!"
msgstr "¡La cantidad aprobada no es suficiente!"

#: apps/cowswap-frontend/src/modules/accountProxy/containers/WidgetPageTitle/index.tsx
msgid "funds"
msgstr "fondos"
Expand Down Expand Up @@ -5129,6 +5150,10 @@ msgstr "Aprender"
msgid "This price is {displayedPercent}% lower than current market price. You could be selling your <0/> at a loss! Click on \"Market price\" to set your limit price to the current market price."
msgstr "Este precio es un {displayedPercent}% inferior al precio de mercado actual. ¡Usted podría estar vendiendo su <0/> con pérdida! Haga clic en \"Precio de mercado\" para fijar su precio límite al precio actual de mercado."

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "There {areIs} <0>{ordersWithPermitLength}</0> existing {orderWord} using a <1/> token approval. If you sign a new one, only one order can fill. Continue with current permit amount or choose full approval so all orders can be filled."
msgstr "Hay <0>{ordersWithPermitLength}</0> {orderWord} usando una aprobación de token <1/>. Si firma uno nuevo, sólo puede llenar una orden. Continúe con la cantidad actual aprobada o elija la aprobación completa para que todas las órdenes puedan ser llenadas."

#: apps/cowswap-frontend/src/modules/ethFlow/pure/EthFlowModalContent/configs.ts
msgid "Continue swap with {wrappedSymbol}"
msgstr "Continuar el intercambio con {wrappedSymbol}"
Expand Down Expand Up @@ -5418,6 +5443,10 @@ msgstr "Orden caducada"
msgid "Simulation Successful"
msgstr "Simulación exitosa"

#: apps/cowswap-frontend/src/modules/erc20Approve/containers/ActiveOrdersWithAffectedPermit/ActiveOrdersWithAffectedPermit.tsx
msgid "Partial approval may block <0>{ordersWithPermitLength}</0> other {orderWord}"
msgstr "La aprobación parcial puede bloquear <0>{ordersWithPermitLength}</0> otras {orderWord}"

#: apps/cowswap-frontend/src/modules/bridge/pure/contents/BridgingProgressContent/ReceivedBridgingContent/index.tsx
msgid "Destination transaction"
msgstr "Transacción de destino"
Expand All @@ -5429,9 +5458,9 @@ msgstr "Porque está usando una billetera de contratos inteligentes"
#: apps/cowswap-frontend/src/common/constants/routes.ts
#: apps/cowswap-frontend/src/legacy/utils/trade.ts
#: apps/cowswap-frontend/src/modules/bridge/pure/BridgeActivitySummary/SwapStepRow.tsx
#: apps/cowswap-frontend/src/modules/erc20Approve/containers/TradeApproveButton/TradeApproveButton.tsx
#: apps/cowswap-frontend/src/modules/ethFlow/pure/EthFlowModalContent/configs.ts
#: apps/cowswap-frontend/src/modules/swap/containers/SwapConfirmModal/index.tsx
#: apps/cowswap-frontend/src/modules/swap/hooks/useGetConfirmButtonLabel.ts
#: apps/cowswap-frontend/src/modules/yield/containers/TradeButtons/index.tsx
#: apps/cowswap-frontend/src/modules/yield/containers/YieldWidget/elements.tsx
#: apps/cowswap-frontend/src/utils/orderUtils/getUiOrderType.ts
Expand Down
Loading
Loading