Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/desktop-shimmer-2.1.10' …
Browse files Browse the repository at this point in the history
…into release/desktop-iota-2.0.4
  • Loading branch information
begonaalvarezd committed Dec 13, 2023
2 parents 42435fc + c324b5c commit 34ce9ca
Show file tree
Hide file tree
Showing 9 changed files with 974 additions and 984 deletions.
12 changes: 1 addition & 11 deletions packages/desktop/views/dashboard/vesting/Vesting.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@
let modal: Modal
let timeUntilNextPayout = DEFAULT_EMPTY_VALUE_STRING
let minRequiredStorageDeposit: number | null
let hasOutputsToConsolidate = false
$: ({ baseCoin } = $selectedAccountAssets[$activeProfile?.network?.id])
$: hasTransactionInProgress =
$selectedAccount?.isTransferring || $selectedAccount.hasConsolidatingOutputsTransactionInProgress
$: $selectedAccount, areOutputsReadyForConsolidation()
$: vestingOverview = [
{
title: localize('views.vesting.overview.unlocked'),
Expand All @@ -71,20 +69,12 @@
$selectedAccountVestingUnclaimedFunds > 0 &&
!hasTransactionInProgress &&
minRequiredStorageDeposit !== null &&
$selectedAccount?.balances?.baseCoin?.available > minRequiredStorageDeposit &&
hasOutputsToConsolidate
$selectedAccount?.balances?.baseCoin?.available > minRequiredStorageDeposit
onMount(() => {
getMinRequiredStorageDeposit()
})
function areOutputsReadyForConsolidation(): void {
$selectedAccount
.prepareConsolidateOutputs({ force: false, outputThreshold: 2 })
.then(() => (hasOutputsToConsolidate = true))
.catch(() => (hasOutputsToConsolidate = false))
}
function getMinRequiredStorageDeposit() {
getRequiredStorageDepositForMinimalBasicOutput()
.then((deposit) => (minRequiredStorageDeposit = deposit))
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@
}
},
"banners": {
"new": "New Event",
"complete": "Complete"
"new": "حدث جديد",
"complete": "مكتمل"
}
},
"picker": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/locales/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@
},
"layer2": {
"layer1Recipient": "A layer 2 transaction cannot be sent to a layer 1 account.",
"estimatedGas": "Failed to estimate gas."
"estimatedGas": "Kunne ikke estimere gas."
},
"node": {
"invalid": "Indtast venligst en gyldig URL.",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@
},
"layer2": {
"layer1Recipient": "Eine Layer-2-Transaktion kann nicht an ein Layer-1-Konto gesendet werden.",
"estimatedGas": "Failed to estimate gas."
"estimatedGas": "Gas konnte nicht geschätzt werden."
},
"node": {
"invalid": "Gib eine gültige URL ein.",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@
},
"layer2": {
"layer1Recipient": "Una transacción de capa 2 no puede ser enviada a una cuenta de capa 1.",
"estimatedGas": "Failed to estimate gas."
"estimatedGas": "Error al estimar el gas."
},
"node": {
"invalid": "Por favor, introduce una URL válida.",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/locales/es-LA.json
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@
},
"layer2": {
"layer1Recipient": "A layer 2 transaction cannot be sent to a layer 1 account.",
"estimatedGas": "Failed to estimate gas."
"estimatedGas": "Falló al estimarse el gas."
},
"node": {
"invalid": "Por favor, introduzca una URL válida.",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/locales/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@
},
"layer2": {
"layer1Recipient": "A 2. rétegbeli tranzakció nem küldhető át egy 1. rétegbeli számlára.",
"estimatedGas": "Failed to estimate gas."
"estimatedGas": "Tranzakciós költség (gáz) becslése sikertelen."
},
"node": {
"invalid": "Kérjük, adjon meg egy érvényes URL címet!",
Expand Down
1,920 changes: 960 additions & 960 deletions packages/shared/locales/id.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions packages/shared/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@
"giftedStorageDeposit": "Podarowany depozyt magazynowy",
"storageDepositPerNft": "Depozyt magazynowy na NFT",
"totalStorageDeposit": "Całkowity depozyt magazynowy",
"expirationTime": "Czas wygaśnięcia",
"expirationTime": "Termin ważności",
"timelockDate": "Blokada czasowa",
"claimedTime": "Odebrano",
"nftAddress": "Adres NFT",
Expand Down Expand Up @@ -1953,7 +1953,7 @@
"leavingDust": "Nie możesz pozostawić na swoim adresie mniej niż ({minRequiredStorageDeposit}). Jest to minimalny wymagany depozyt magazynowy.",
"cancelled": "Transakcja została anulowana.",
"transaction": "Wystąpił błąd podczas wysyłania transakcji. Spróbuj ponownie.",
"invalidExpirationDateTime": "Wybrany czas wygaśnięcia jest nieprawidłowy.",
"invalidExpirationDateTime": "Wybrany termin ważności jest nieprawidłowy.",
"noInputs": "Nie znaleziono danych wejściowych.",
"notEnoughBalance": "Brak wystarczających środków.",
"missingTransactionId": "Brak ID transakcji",
Expand All @@ -1966,7 +1966,7 @@
},
"layer2": {
"layer1Recipient": "Transakcja layer 2 nie może zostać wysłana do konta layer 1.",
"estimatedGas": "Failed to estimate gas."
"estimatedGas": "Nie udało się oszacować opłaty gas."
},
"node": {
"invalid": "Wprowadź prawidłowy adres URL.",
Expand Down Expand Up @@ -2106,7 +2106,7 @@
},
"warning": {
"transaction": {
"invalidExpirationDateTime": "Wybrana data wygaśnięcia jest nieprawidłowa."
"invalidExpirationDateTime": "Wybrany termin ważności jest nieprawidłowy."
},
"node": {
"http": "Korzystanie z węzłów przez HTTP powoduje, że ruch jest niezaszyfrowany i może stanowić zagrożenie dla bezpieczeństwa."
Expand Down Expand Up @@ -2364,13 +2364,13 @@
},
"menus": {
"expirationTimePicker": {
"none": "Brak czasu wygaśnięcia",
"none": "Brak terminu ważności",
"1hour": "Za godzinę",
"1day": "Za 1 dzień",
"1week": "Za tydzień",
"customDate": {
"title": "Niestandardowa data",
"subtitle": "Ustaw własny czas wygaśnięcia"
"subtitle": "Ustaw własny termin ważności"
}
}
}
Expand Down

0 comments on commit 34ce9ca

Please sign in to comment.