Skip to content
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

Add Spanish Translations #2010

Merged
merged 4 commits into from
Oct 25, 2022
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
2 changes: 1 addition & 1 deletion atomic_defi_design/Dex/Constants/General.qml
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ QtObject {
case TradingError.PriceFieldNotFilled:
return qsTr("Please fill the price field")
case TradingError.VolumeFieldNotFilled:
return qsTr("Please fill the price field")
return qsTr("Please fill the volume field")
case TradingError.LeftZhtlcChainNotEnabled:
return qsTr("Please wait for %1 to fully activate").arg(left_ticker)
case TradingError.RightZhtlcChainNotEnabled:
Expand Down
Binary file added atomic_defi_design/assets/images/lang/es.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
918 changes: 546 additions & 372 deletions atomic_defi_design/assets/languages/atomic_defi_de.ts

Large diffs are not rendered by default.

2,196 changes: 1,227 additions & 969 deletions atomic_defi_design/assets/languages/atomic_defi_en.ts

Large diffs are not rendered by default.

4,565 changes: 4,565 additions & 0 deletions atomic_defi_design/assets/languages/atomic_defi_es.ts

Large diffs are not rendered by default.

2,234 changes: 1,245 additions & 989 deletions atomic_defi_design/assets/languages/atomic_defi_fr.ts

Large diffs are not rendered by default.

Loading