diff --git a/src/locales/strings/de.json b/src/locales/strings/de.json index 96b46daa482..6ff39142ac1 100644 --- a/src/locales/strings/de.json +++ b/src/locales/strings/de.json @@ -1205,6 +1205,7 @@ "exchange_insufficient_funds_title": "Ihr Guthaben reicht leider nicht aus", "exchange_insufficient_funds_message": "Der eingegebene Betrag plus Gebühren übersteigt das Guthaben Ihrer Wallet.", "exchange_insufficient_funds_below_balance": "Das Guthaben der Wallet liegt unter dem eingegebenen Betrag.", + "exchange_pending_funds_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to fully confirm.", "exchange_select_sending_wallet": "Please select a wallet to swap from", "exchange_select_receiving_wallet": "Please select a wallet to swap to", "exchange_title_receiving": "I want", @@ -1478,6 +1479,7 @@ "uk_token_agreement_modal_message": "%1$s is required to pay the mining fees when sending tokens. The associated %1$s wallet must contain a sufficient amount of funds.\n\nIf you do not have %1$s, you can acquire it within %2$s using the Exchange function.", "redacted_placeholder": "●●●●", "insufficient_funds_2s": "Insufficient %1$s (%2$s).", + "unexpected_pending_transactions_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to confirm.", "split_from_1s": "Split from %1$s", "split_description": "This action creates wallets from pre-existing wallets.", "add_custom_token": "Add Custom Token", diff --git a/src/locales/strings/es.json b/src/locales/strings/es.json index 164462a14ff..dc3d91fd5f2 100644 --- a/src/locales/strings/es.json +++ b/src/locales/strings/es.json @@ -1205,6 +1205,7 @@ "exchange_insufficient_funds_title": "Saldo insuficiente", "exchange_insufficient_funds_message": "La cantidad introducida más comisiones excede el saldo de la billetera.", "exchange_insufficient_funds_below_balance": "El saldo de la cartera está por debajo de la cantidad introducida.", + "exchange_pending_funds_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to fully confirm.", "exchange_select_sending_wallet": "Please select a wallet to swap from", "exchange_select_receiving_wallet": "Please select a wallet to swap to", "exchange_title_receiving": "I want", @@ -1478,6 +1479,7 @@ "uk_token_agreement_modal_message": "%1$s is required to pay the mining fees when sending tokens. The associated %1$s wallet must contain a sufficient amount of funds.\n\nIf you do not have %1$s, you can acquire it within %2$s using the Exchange function.", "redacted_placeholder": "●●●●", "insufficient_funds_2s": "Insufficient %1$s (%2$s).", + "unexpected_pending_transactions_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to confirm.", "split_from_1s": "Split from %1$s", "split_description": "This action creates wallets from pre-existing wallets.", "add_custom_token": "Add Custom Token", diff --git a/src/locales/strings/esMX.json b/src/locales/strings/esMX.json index b4985c613e1..1822425b35e 100644 --- a/src/locales/strings/esMX.json +++ b/src/locales/strings/esMX.json @@ -1205,6 +1205,7 @@ "exchange_insufficient_funds_title": "Saldo insuficiente", "exchange_insufficient_funds_message": "La cantidad introducida más comisiones excede el saldo de la billetera.", "exchange_insufficient_funds_below_balance": "El saldo de la billetera está por debajo de la cantidad introducida.", + "exchange_pending_funds_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to fully confirm.", "exchange_select_sending_wallet": "Por favor, selecciona una billetera de origen para intercambiar", "exchange_select_receiving_wallet": "Por favor, selecciona una billetera de destino para intercambiar", "exchange_title_receiving": "Quiero", @@ -1478,6 +1479,7 @@ "uk_token_agreement_modal_message": "%1$s is required to pay the mining fees when sending tokens. The associated %1$s wallet must contain a sufficient amount of funds.\n\nIf you do not have %1$s, you can acquire it within %2$s using the Exchange function.", "redacted_placeholder": "●●●●", "insufficient_funds_2s": "%1$s insuficiente (%2$s).", + "unexpected_pending_transactions_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to confirm.", "split_from_1s": "Dividir desde %1$s", "split_description": "Esta acción crea monederos a partir de monederos preexistentes.", "add_custom_token": "Agregar Token Personalizado", diff --git a/src/locales/strings/fr.json b/src/locales/strings/fr.json index 1b65f90ef61..967f7adb4d1 100644 --- a/src/locales/strings/fr.json +++ b/src/locales/strings/fr.json @@ -1205,6 +1205,7 @@ "exchange_insufficient_funds_title": "Insufficient Funds", "exchange_insufficient_funds_message": "Entered amount plus fees exceeds wallet balance.", "exchange_insufficient_funds_below_balance": "Wallet balance is below the amount entered.", + "exchange_pending_funds_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to fully confirm.", "exchange_select_sending_wallet": "Please select a wallet to swap from", "exchange_select_receiving_wallet": "Please select a wallet to swap to", "exchange_title_receiving": "I want", @@ -1478,6 +1479,7 @@ "uk_token_agreement_modal_message": "%1$s is required to pay the mining fees when sending tokens. The associated %1$s wallet must contain a sufficient amount of funds.\n\nIf you do not have %1$s, you can acquire it within %2$s using the Exchange function.", "redacted_placeholder": "●●●●", "insufficient_funds_2s": "Insufficient %1$s (%2$s).", + "unexpected_pending_transactions_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to confirm.", "split_from_1s": "Split from %1$s", "split_description": "This action creates wallets from pre-existing wallets.", "add_custom_token": "Add Custom Token", diff --git a/src/locales/strings/it.json b/src/locales/strings/it.json index 0496218a847..0d679a571f8 100644 --- a/src/locales/strings/it.json +++ b/src/locales/strings/it.json @@ -1205,6 +1205,7 @@ "exchange_insufficient_funds_title": "Fondi insufficienti", "exchange_insufficient_funds_message": "L'importo inserito più le commissioni supera il saldo del portafoglio.", "exchange_insufficient_funds_below_balance": "Il saldo del portafoglio è inferiore all'importo inserito.", + "exchange_pending_funds_error": "Impossibile inviare la transazione mentre il portafoglio contiene una transazione in sospeso. Attendere che la transazione sia completamente confermata.", "exchange_select_sending_wallet": "Seleziona un portafoglio da cui inviare i fondi per lo scambio", "exchange_select_receiving_wallet": "Seleziona un portafoglio su cui ricevere lo scambio", "exchange_title_receiving": "Voglio", @@ -1478,6 +1479,7 @@ "uk_token_agreement_modal_message": "Sono richiesti %1$s per pagare le commissioni di mining quando si inviano dei token. Il portafoglio %1$s associato deve contenere una quantità sufficiente di fondi. \n\nSe non hai %1$s, puoi acquistarli all'interno di %2$s, usando le funzionalità Scambia.", "redacted_placeholder": "●●●●", "insufficient_funds_2s": "%1$s (%2$s) insufficienti.", + "unexpected_pending_transactions_error": "Impossibile inviare la transazione mentre il portafoglio contiene una transazione in sospeso. Attendere la conferma della transazione.", "split_from_1s": "Dividi da %1$s", "split_description": "Questa azione crea portafogli da portafogli preesistenti.", "add_custom_token": "Aggiungi token personalizzato", diff --git a/src/locales/strings/ja.json b/src/locales/strings/ja.json index 9e3fd794e0a..b2ace92aeba 100644 --- a/src/locales/strings/ja.json +++ b/src/locales/strings/ja.json @@ -1205,6 +1205,7 @@ "exchange_insufficient_funds_title": "残高不足", "exchange_insufficient_funds_message": "入力された金額と手数料がウォレット残高を超えています。", "exchange_insufficient_funds_below_balance": "ウォレット残高が入力された金額を下回っています。", + "exchange_pending_funds_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to fully confirm.", "exchange_select_sending_wallet": "Please select a wallet to swap from", "exchange_select_receiving_wallet": "Please select a wallet to swap to", "exchange_title_receiving": "I want", @@ -1478,6 +1479,7 @@ "uk_token_agreement_modal_message": "%1$s is required to pay the mining fees when sending tokens. The associated %1$s wallet must contain a sufficient amount of funds.\n\nIf you do not have %1$s, you can acquire it within %2$s using the Exchange function.", "redacted_placeholder": "●●●●", "insufficient_funds_2s": "Insufficient %1$s (%2$s).", + "unexpected_pending_transactions_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to confirm.", "split_from_1s": "Split from %1$s", "split_description": "This action creates wallets from pre-existing wallets.", "add_custom_token": "Add Custom Token", diff --git a/src/locales/strings/kaa.json b/src/locales/strings/kaa.json index fb1b2c1505d..4e6e042ea39 100644 --- a/src/locales/strings/kaa.json +++ b/src/locales/strings/kaa.json @@ -1205,6 +1205,7 @@ "exchange_insufficient_funds_title": "Insufficient Funds", "exchange_insufficient_funds_message": "Entered amount plus fees exceeds wallet balance.", "exchange_insufficient_funds_below_balance": "Wallet balance is below the amount entered.", + "exchange_pending_funds_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to fully confirm.", "exchange_select_sending_wallet": "Please select a wallet to swap from", "exchange_select_receiving_wallet": "Please select a wallet to swap to", "exchange_title_receiving": "I want", @@ -1478,6 +1479,7 @@ "uk_token_agreement_modal_message": "%1$s is required to pay the mining fees when sending tokens. The associated %1$s wallet must contain a sufficient amount of funds.\n\nIf you do not have %1$s, you can acquire it within %2$s using the Exchange function.", "redacted_placeholder": "●●●●", "insufficient_funds_2s": "Insufficient %1$s (%2$s).", + "unexpected_pending_transactions_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to confirm.", "split_from_1s": "Split from %1$s", "split_description": "This action creates wallets from pre-existing wallets.", "add_custom_token": "Add Custom Token", diff --git a/src/locales/strings/ko.json b/src/locales/strings/ko.json index e2e57647ce4..8886259e4c0 100644 --- a/src/locales/strings/ko.json +++ b/src/locales/strings/ko.json @@ -1205,6 +1205,7 @@ "exchange_insufficient_funds_title": "Insufficient Funds", "exchange_insufficient_funds_message": "Entered amount plus fees exceeds wallet balance.", "exchange_insufficient_funds_below_balance": "Wallet balance is below the amount entered.", + "exchange_pending_funds_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to fully confirm.", "exchange_select_sending_wallet": "Please select a wallet to swap from", "exchange_select_receiving_wallet": "Please select a wallet to swap to", "exchange_title_receiving": "I want", @@ -1478,6 +1479,7 @@ "uk_token_agreement_modal_message": "%1$s is required to pay the mining fees when sending tokens. The associated %1$s wallet must contain a sufficient amount of funds.\n\nIf you do not have %1$s, you can acquire it within %2$s using the Exchange function.", "redacted_placeholder": "●●●●", "insufficient_funds_2s": "Insufficient %1$s (%2$s).", + "unexpected_pending_transactions_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to confirm.", "split_from_1s": "Split from %1$s", "split_description": "This action creates wallets from pre-existing wallets.", "add_custom_token": "Add Custom Token", diff --git a/src/locales/strings/pt.json b/src/locales/strings/pt.json index cbd9d49d096..3dd095e55dd 100644 --- a/src/locales/strings/pt.json +++ b/src/locales/strings/pt.json @@ -1205,6 +1205,7 @@ "exchange_insufficient_funds_title": "Fundos Insuficientes", "exchange_insufficient_funds_message": "O valor inserido mais taxas excede o saldo da carteira.", "exchange_insufficient_funds_below_balance": "O saldo da carteira está abaixo do valor inserido.", + "exchange_pending_funds_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to fully confirm.", "exchange_select_sending_wallet": "Please select a wallet to swap from", "exchange_select_receiving_wallet": "Please select a wallet to swap to", "exchange_title_receiving": "I want", @@ -1478,6 +1479,7 @@ "uk_token_agreement_modal_message": "%1$s is required to pay the mining fees when sending tokens. The associated %1$s wallet must contain a sufficient amount of funds.\n\nIf you do not have %1$s, you can acquire it within %2$s using the Exchange function.", "redacted_placeholder": "●●●●", "insufficient_funds_2s": "Insufficient %1$s (%2$s).", + "unexpected_pending_transactions_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to confirm.", "split_from_1s": "Split from %1$s", "split_description": "This action creates wallets from pre-existing wallets.", "add_custom_token": "Add Custom Token", diff --git a/src/locales/strings/ru.json b/src/locales/strings/ru.json index de6b61d2906..de345aa6e66 100644 --- a/src/locales/strings/ru.json +++ b/src/locales/strings/ru.json @@ -1205,6 +1205,7 @@ "exchange_insufficient_funds_title": "Insufficient Funds", "exchange_insufficient_funds_message": "Entered amount plus fees exceeds wallet balance.", "exchange_insufficient_funds_below_balance": "Wallet balance is below the amount entered.", + "exchange_pending_funds_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to fully confirm.", "exchange_select_sending_wallet": "Please select a wallet to swap from", "exchange_select_receiving_wallet": "Please select a wallet to swap to", "exchange_title_receiving": "I want", @@ -1478,6 +1479,7 @@ "uk_token_agreement_modal_message": "%1$s is required to pay the mining fees when sending tokens. The associated %1$s wallet must contain a sufficient amount of funds.\n\nIf you do not have %1$s, you can acquire it within %2$s using the Exchange function.", "redacted_placeholder": "●●●●", "insufficient_funds_2s": "Insufficient %1$s (%2$s).", + "unexpected_pending_transactions_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to confirm.", "split_from_1s": "Split from %1$s", "split_description": "This action creates wallets from pre-existing wallets.", "add_custom_token": "Add Custom Token", diff --git a/src/locales/strings/vi.json b/src/locales/strings/vi.json index 35f205fc2d6..36f673f8441 100644 --- a/src/locales/strings/vi.json +++ b/src/locales/strings/vi.json @@ -1205,6 +1205,7 @@ "exchange_insufficient_funds_title": "Insufficient Funds", "exchange_insufficient_funds_message": "Entered amount plus fees exceeds wallet balance.", "exchange_insufficient_funds_below_balance": "Wallet balance is below the amount entered.", + "exchange_pending_funds_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to fully confirm.", "exchange_select_sending_wallet": "Please select a wallet to swap from", "exchange_select_receiving_wallet": "Please select a wallet to swap to", "exchange_title_receiving": "I want", @@ -1478,6 +1479,7 @@ "uk_token_agreement_modal_message": "%1$s is required to pay the mining fees when sending tokens. The associated %1$s wallet must contain a sufficient amount of funds.\n\nIf you do not have %1$s, you can acquire it within %2$s using the Exchange function.", "redacted_placeholder": "●●●●", "insufficient_funds_2s": "Insufficient %1$s (%2$s).", + "unexpected_pending_transactions_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to confirm.", "split_from_1s": "Split from %1$s", "split_description": "This action creates wallets from pre-existing wallets.", "add_custom_token": "Add Custom Token", diff --git a/src/locales/strings/zh.json b/src/locales/strings/zh.json index a14e5a6ed54..68fb41cedda 100644 --- a/src/locales/strings/zh.json +++ b/src/locales/strings/zh.json @@ -1205,6 +1205,7 @@ "exchange_insufficient_funds_title": "Insufficient Funds", "exchange_insufficient_funds_message": "Entered amount plus fees exceeds wallet balance.", "exchange_insufficient_funds_below_balance": "Wallet balance is below the amount entered.", + "exchange_pending_funds_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to fully confirm.", "exchange_select_sending_wallet": "Please select a wallet to swap from", "exchange_select_receiving_wallet": "Please select a wallet to swap to", "exchange_title_receiving": "I want", @@ -1478,6 +1479,7 @@ "uk_token_agreement_modal_message": "%1$s is required to pay the mining fees when sending tokens. The associated %1$s wallet must contain a sufficient amount of funds.\n\nIf you do not have %1$s, you can acquire it within %2$s using the Exchange function.", "redacted_placeholder": "●●●●", "insufficient_funds_2s": "Insufficient %1$s (%2$s).", + "unexpected_pending_transactions_error": "Cannot send transaction while wallet contains a pending transaction. Please wait for transaction to confirm.", "split_from_1s": "Split from %1$s", "split_description": "This action creates wallets from pre-existing wallets.", "add_custom_token": "Add Custom Token",