-
Notifications
You must be signed in to change notification settings - Fork 1
New Crowdin updates #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
0b93ed2
84f270d
3fa6694
85eb633
b5b9ae4
a2d9097
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,7 +8,7 @@ msgstr "" | |||||
| "Language: es\n" | ||||||
| "Project-Id-Version: intercambiovaca\n" | ||||||
| "Report-Msgid-Bugs-To: \n" | ||||||
| "PO-Revision-Date: 2025-10-31 18:14\n" | ||||||
| "PO-Revision-Date: 2025-11-03 14:04\n" | ||||||
| "Last-Translator: \n" | ||||||
| "Language-Team: Spanish\n" | ||||||
| "Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||||||
|
|
@@ -470,6 +470,10 @@ msgstr "Dirección bloqueada" | |||||
| msgid "Considering current network costs (<0><1/></0> per chunk), you could save more by reducing the number of parts or switch to a {swapOrderLink}." | ||||||
| msgstr "Teniendo en cuenta los costos actuales de la red (<0><1/></0> por trozo), puedes ahorrar más reduciendo el número de partes o cambiando a un {swapOrderLink}." | ||||||
|
|
||||||
| #: libs/hook-dapp-lib/src/hookDappsRegistry.ts | ||||||
| msgid "Permit an address to spend one token on your behalf." | ||||||
| msgstr "" | ||||||
|
|
||||||
| #: apps/cowswap-frontend/src/utils/orderUtils/getFilledAmounts.ts | ||||||
| msgid "sold" | ||||||
| msgstr "vendido" | ||||||
|
|
@@ -518,8 +522,8 @@ msgid "If you approve the full amount, you will only have to do this once per to | |||||
| msgstr "Si aprueba la cantidad completa, sólo tendrá que hacerlo una vez por token." | ||||||
|
|
||||||
| #: libs/hook-dapp-lib/src/hookDappsRegistry.ts | ||||||
| msgid "Infinite permit an address to spend one token on your behalf." | ||||||
| msgstr "Permita infinito que una dirección gaste un token en su nombre." | ||||||
| #~ msgid "Infinite permit an address to spend one token on your behalf." | ||||||
| #~ msgstr "Infinite permit an address to spend one token on your behalf." | ||||||
|
||||||
| #~ msgstr "Infinite permit an address to spend one token on your behalf." | |
| #~ msgstr "Permita infinito que una dirección gaste un token en su nombre." |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,7 +8,7 @@ msgstr "" | |||||
| "Language: ru\n" | ||||||
| "Project-Id-Version: intercambiovaca\n" | ||||||
| "Report-Msgid-Bugs-To: \n" | ||||||
| "PO-Revision-Date: 2025-10-31 18:14\n" | ||||||
| "PO-Revision-Date: 2025-11-03 14:04\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" | ||||||
|
|
@@ -470,6 +470,10 @@ msgstr "Заблокированный адрес" | |||||
| msgid "Considering current network costs (<0><1/></0> per chunk), you could save more by reducing the number of parts or switch to a {swapOrderLink}." | ||||||
| msgstr "Принимая во внимание текущую стоимость сети (<0><1/></0> на чанк), вы можете сэкономить, уменьшив количество частей или переключившись на {swapOrderLink}." | ||||||
|
|
||||||
| #: libs/hook-dapp-lib/src/hookDappsRegistry.ts | ||||||
| msgid "Permit an address to spend one token on your behalf." | ||||||
| msgstr "" | ||||||
|
|
||||||
| #: apps/cowswap-frontend/src/utils/orderUtils/getFilledAmounts.ts | ||||||
| msgid "sold" | ||||||
| msgstr "продано" | ||||||
|
|
@@ -518,8 +522,8 @@ msgid "If you approve the full amount, you will only have to do this once per to | |||||
| msgstr "Если вы подтвердите полную сумму, то это нужно сделать только один раз за токен." | ||||||
|
|
||||||
| #: libs/hook-dapp-lib/src/hookDappsRegistry.ts | ||||||
| msgid "Infinite permit an address to spend one token on your behalf." | ||||||
| msgstr "Бесконечное разрешение на использование одного токена от вашего имени." | ||||||
| #~ msgid "Infinite permit an address to spend one token on your behalf." | ||||||
| #~ msgstr "Infinite permit an address to spend one token on your behalf." | ||||||
|
||||||
| #~ msgstr "Infinite permit an address to spend one token on your behalf." | |
| #~ msgstr "Бесконечное разрешение на использование одного токена от вашего имени." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The en-US.po file reverts the translation change, making it inconsistent with the source code. According to hookDappsRegistry.ts line 33, the current text is 'Permit an address to spend one token on your behalf.' (without 'Infinite'). The en-US.po file should mark the 'Infinite permit...' entry as obsolete and add the new 'Permit...' entry, matching the pattern in ru-RU.po and es-ES.po.