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
10 changes: 7 additions & 3 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: intercambiovaca\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-11-03 18:57\n"
"PO-Revision-Date: 2025-11-04 14:31\n"
"Last-Translator: \n"
"Language-Team: Spanish\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Expand Down Expand Up @@ -859,6 +859,10 @@ msgstr "En CoW Swap, puede establecer órdenes de límite para los balances que
msgid "1 Day"
msgstr "1 día"

#: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderFillsAt/index.tsx
msgid "Smart contract"
msgstr "Contrato inteligente"

#: apps/cowswap-frontend/src/legacy/components/Header/NetworkSelector/index.tsx
msgid "Switch Network"
msgstr "Cambiar red"
Expand Down Expand Up @@ -2588,8 +2592,8 @@ msgid "{prefix}-hooks allow you to automatically execute any action {position} y
msgstr "Los ganchos {prefix} te permiten ejecutar automáticamente cualquier acción {position} que tu operación sea ejecutada"

#: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderFillsAt/index.tsx
msgid "Safe"
msgstr "Seguro"
#~ msgid "Safe"
#~ msgstr "Safe"

#: apps/cowswap-frontend/src/modules/orderProgressBar/pure/steps/ExpiredStep.tsx
msgid "Your order expired. This could be due to gas spikes, volatile prices, or problems with the network."
Expand Down
10 changes: 7 additions & 3 deletions apps/cowswap-frontend/src/locales/ru-RU.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Language: ru\n"
"Project-Id-Version: intercambiovaca\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-11-03 18:57\n"
"PO-Revision-Date: 2025-11-04 14:31\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"
Expand Down Expand Up @@ -859,6 +859,10 @@ msgstr "В CoW Swap, вы можете установить лимит орде
msgid "1 Day"
msgstr "1 день"

#: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderFillsAt/index.tsx
msgid "Smart contract"
msgstr "Умный контракт"

#: apps/cowswap-frontend/src/legacy/components/Header/NetworkSelector/index.tsx
msgid "Switch Network"
msgstr "Переключить сеть"
Expand Down Expand Up @@ -2588,8 +2592,8 @@ msgid "{prefix}-hooks allow you to automatically execute any action {position} y
msgstr "{prefix}-хуки позволяют автоматически выполнить любое действие {position} вашей торговли будет выполнена"

#: apps/cowswap-frontend/src/modules/ordersTable/pure/OrderFillsAt/index.tsx
msgid "Safe"
msgstr "Безопасный"
#~ msgid "Safe"
#~ msgstr "Safe"

#: apps/cowswap-frontend/src/modules/orderProgressBar/pure/steps/ExpiredStep.tsx
msgid "Your order expired. This could be due to gas spikes, volatile prices, or problems with the network."
Expand Down
Loading