From ac53e36287896009485e0efc0fb3ca87d181bce4 Mon Sep 17 00:00:00 2001 From: Ruslan Dudin Date: Wed, 8 Nov 2023 16:29:45 +0300 Subject: [PATCH] New translations en-us.json (German) --- apps/wallet-mobile/src/i18n/locales/de-DE.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/wallet-mobile/src/i18n/locales/de-DE.json b/apps/wallet-mobile/src/i18n/locales/de-DE.json index 0e44ccf172..d7e08c0b8c 100644 --- a/apps/wallet-mobile/src/i18n/locales/de-DE.json +++ b/apps/wallet-mobile/src/i18n/locales/de-DE.json @@ -189,6 +189,9 @@ "swap.listOrders.timeCreated": "Time created", "swap.listOrders.timeCompleted": "Time completed", "swap.listOrders.txId": "Transaction ID", + "swap.listOrders.emptyOpenOrders": "No orders avaliable yet", + "swap.listOrders.emptyOpenOrdersSub": "Start doing the swap operations to your open orders here", + "swap.listOrders.emptyCompletedOrders": "No orders completed yet", "swap.swapScreen.limitPriceWarningTitle": "Limit price", "swap.swapScreen.limitPriceWarningDescription": "Are you sure you want to proceed this order with the limit price that is 10% or more higher than the market price?", "swap.swapScreen.limitPriceWarningYourPrice": "Your limit price", @@ -662,6 +665,8 @@ "global.currency.USD": "US Dollar", "global.error": "Error", "global.error.insufficientBalance": "Insufficent balance", + "global.error.serviceUnavailable": "Service unavailable", + "global.error.serviceUnavailableInfo": "The server is temporarily busy due to maintenance downtime or capacity problems", "global.error.walletNameAlreadyTaken": "Du hast bereits eine Wallet mit diesem Namen", "global.error.walletNameTooLong": "Der Wallet-namen kann nicht länger als 40 Zeichen sein", "global.error.walletNameMustBeFilled": "Muss ausgefüllt werden",