Skip to content

Commit

Permalink
Merge pull request #160 from DeFiCh/feat/address_ui
Browse files Browse the repository at this point in the history
feat: added german translations
  • Loading branch information
thedoublejay committed Dec 22, 2020
2 parents fc81dfe + b2e5c4c commit dbecb4e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ const WalletTxns: React.FunctionComponent<WalletTxnsProps> = (
label = I18n.t(`${swapLabel}.addLiquidity.reward`);
break;
case ACCOUNT_TO_UTXOS_LABEL:
label = I18n.t(`${walletTxnsLabel}.accountToUtxos`);
break;
case ACCOUNT_TO_ACCOUNT_LABEL:
label = I18n.t(`${walletTxnsLabel}.accountToAccount`);
break;
Expand Down
7 changes: 4 additions & 3 deletions webapp/src/translations/languages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"totalLiquidity": "Gesamtliquidität (USD)",
"addRemoveLiquidity": "Liquidität hinzufügen oder entfernen",
"addLiquidity": "LIQUIDITÄT HINZUFÜGEN",
"totalValueLocked": "Total Value Locked (USD)"
"totalValueLocked": "Gesperrter Gesamtwert (USD)"
},
"addLiquidity": {
"ok": "Ok",
Expand Down Expand Up @@ -707,7 +707,8 @@
"utxosToAccount": "UTXOs auf Konto",
"addPoolLiquidity": "Liquidität hinzufügen",
"sent": "Gesendet",
"removePoolLiquidity": "Liquidität entfernen"
"removePoolLiquidity": "Liquidität entfernen",
"accountToUtxos": "Konto zu UTXOs"
},
"walletTokensPage": {
"walletTokens": "Wallet – Tokens",
Expand Down Expand Up @@ -821,7 +822,7 @@
"confirmResetWalletText": "Bestätige das Zurücksetzen mit: '%{text}'",
"yeResetpWalletNotice": "Ja",
"noResetWalletNotice": "Nein"
},
},
"general": {
"defiApp": "DeFi app"
}
Expand Down
5 changes: 3 additions & 2 deletions webapp/src/translations/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,8 @@
"utxosToAccount": "UTXOs to account",
"addPoolLiquidity": "Add liquidity",
"sent": "Sent",
"removePoolLiquidity": "Remove liquidity"
"removePoolLiquidity": "Remove liquidity",
"accountToUtxos": "Account to UTXOs"
}
},
"console": {
Expand Down Expand Up @@ -814,7 +815,7 @@
"confirmResetWalletText": "To confirm reset wallet, type '%{text}' in the field.",
"yeResetpWalletNotice": "Yes",
"noResetWalletNotice": "No"
},
},
"general": {
"defiApp": "DeFi app"
}
Expand Down

0 comments on commit dbecb4e

Please sign in to comment.