-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New create vesting balance page added
Added a new page for creating vesting balances Updated the drop-down navigation menu contents
- Loading branch information
Showing
40 changed files
with
1,061 additions
and
17 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,7 +206,6 @@ export default function Vesting(properties) { | |
: null | ||
} | ||
</> | ||
|
||
</CardContent> | ||
</Card> | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"selectAccount": "Vælg Konto", | ||
"card": { | ||
"title": "Oprettelse af aktivoptjeningssaldo", | ||
"description": "Opret en optjeningssaldo for en konto. " | ||
}, | ||
"amount": "Beløb til vest", | ||
"amountDescription": "Dette er mængden af aktiver, du planlægger at placere i en optjeningssaldo for målkontoen.", | ||
"target": "Målkonto", | ||
"targetDescription": "Dette er den konto, der vil modtage optjeningssaldoen.", | ||
"policy": "Vesting balance politik", | ||
"policyDescription": "Du kan bruge en af to politikker: Coin Days Destroyed eller Lineær Vesting med Cliff. ", | ||
"asset": "Aktiv", | ||
"assetDescription": "Dette er det aktiv, der vil blive placeret i optjeningsbalancen.", | ||
"ccd": "Møntdage ødelagt", | ||
"lvc": "Lineær Vesting med Cliff", | ||
"startClaim": "Krav startdato", | ||
"startClaimDescription": "Dette er den dato, hvor kontoen kan begynde at gøre krav på den optjente saldo.", | ||
"vestingSeconds": "Optjening sekunder", | ||
"vestingSecondsDescription": "Dette er det antal sekunder, som saldoen optjenes over.", | ||
"beginTime": "Begynd tid", | ||
"beginTimeDescription": "Dette er tidspunktet, hvor optjeningssaldoen begynder at optjenes.", | ||
"vestingCliffSeconds": "Vesting klippe sekunder", | ||
"vestingCliffSecondsDescription": "Dette er antallet af sekunder efter starttidspunktet, før saldoen begynder optjening.", | ||
"vestingDurationSeconds": "Optjeningsvarighed sekunder", | ||
"vestingDurationSecondsDescription": "Dette er det antal sekunder, som saldoen optjenes over.", | ||
"dialogHeader": "Oprettelse af en ny Vesting Balance", | ||
"myAccount": "Din konto" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"selectAccount": "Wählen Sie Konto aus", | ||
"card": { | ||
"title": "Ersteller des Vermögensausgleichsguthabens", | ||
"description": "Erstellen Sie ein Sperrguthaben für ein Konto. " | ||
}, | ||
"amount": "Zu übertragender Betrag", | ||
"amountDescription": "Dies ist der Betrag an Vermögenswerten, den Sie in ein Vesting-Guthaben für das Zielkonto einzahlen möchten.", | ||
"target": "Zielkonto", | ||
"targetDescription": "Dies ist das Konto, auf das das Sperrguthaben überwiesen wird.", | ||
"policy": "Vesting-Saldo-Richtlinie", | ||
"policyDescription": "Sie können eine von zwei Richtlinien verwenden: Coin Days Destroyed oder Linear Vesting with Cliff. ", | ||
"asset": "Vermögenswert", | ||
"assetDescription": "Dabei handelt es sich um den Vermögenswert, der in den Freizügigkeitssaldo eingezahlt wird.", | ||
"ccd": "Münztage zerstört", | ||
"lvc": "Lineares Vesting mit Cliff", | ||
"startClaim": "Beginndatum des Anspruchs", | ||
"startClaimDescription": "Dies ist das Datum, an dem das Konto mit der Inanspruchnahme des unverfallbaren Guthabens beginnen kann.", | ||
"vestingSeconds": "Vesting-Sekunden", | ||
"vestingSecondsDescription": "Dies ist die Anzahl der Sekunden, über die das Guthaben unverfallbar wird.", | ||
"beginTime": "Beginne die Zeit", | ||
"beginTimeDescription": "Dies ist der Zeitpunkt, zu dem die Sperrung des Restbetrags beginnt.", | ||
"vestingCliffSeconds": "Klippensekunden zugeteilt", | ||
"vestingCliffSecondsDescription": "Dies ist die Anzahl der Sekunden nach der Startzeit, bevor der Restbetrag unverfallbar wird.", | ||
"vestingDurationSeconds": "Sperrfrist in Sekunden", | ||
"vestingDurationSecondsDescription": "Dies ist die Anzahl der Sekunden, über die das Guthaben unverfallbar wird.", | ||
"dialogHeader": "Erstellen eines neuen Vesting-Guthabens", | ||
"myAccount": "Ihr Konto" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"selectAccount": "Select Account", | ||
"card": { | ||
"title": "Asset Vesting Balance creator", | ||
"description": "Create a vesting balance for an account. The balance will vest over the period of time you specify." | ||
}, | ||
"amount": "Amount to vest", | ||
"amountDescription": "This is the amount of assets you plan on placing into a vesting balance for the target account.", | ||
"target": "Target account", | ||
"targetDescription": "This is the account that will receive the vesting balance.", | ||
"policy": "Vesting balance policy", | ||
"policyDescription": "You can use one of two policies: Coin Days Destroyed or Linear Vesting with Cliff. Coin Days Destroyed policy's effect is to require a certain amount of “interest” to accrue before the full balance may be withdrawn. Interest accrues as coindays (balance * length held). If some of the balance is withdrawn, the remaining balance must be held longer. Linear Vesting with Cliff policy is used to mimic traditional stock vesting contracts where each day a certain amount vests until it is fully matured.", | ||
"asset": "Asset", | ||
"assetDescription": "This is the asset that will be placed into the vesting balance.", | ||
"ccd": "Coin Days Destroyed", | ||
"lvc": "Linear Vesting with Cliff", | ||
"startClaim": "Claim start date", | ||
"startClaimDescription": "This is the date when the account can start claiming the vested balance.", | ||
"vestingSeconds": "Vesting seconds", | ||
"vestingSecondsDescription": "This is the number of seconds over which the balance will vest.", | ||
"beginTime": "Begin time", | ||
"beginTimeDescription": "This is the time at which the vesting balance will begin vesting.", | ||
"vestingCliffSeconds": "Vesting cliff seconds", | ||
"vestingCliffSecondsDescription": "This is the number of seconds after the begin time before the balance will begin vesting.", | ||
"vestingDurationSeconds": "Vesting duration seconds", | ||
"vestingDurationSecondsDescription": "This is the number of seconds over which the balance will vest.", | ||
"dialogHeader": "Creating a new Vesting Balance", | ||
"myAccount": "Your account" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"selectAccount": "Seleccionar cuenta", | ||
"card": { | ||
"title": "Creador del saldo de adquisición de activos", | ||
"description": "Cree un saldo de adquisición de derechos para una cuenta. " | ||
}, | ||
"amount": "Cantidad a otorgar", | ||
"amountDescription": "Esta es la cantidad de activos que planea colocar en un saldo de adquisición de derechos para la cuenta objetivo.", | ||
"target": "Cuenta objetivo", | ||
"targetDescription": "Esta es la cuenta que recibirá el saldo de adquisición de derechos.", | ||
"policy": "Política de saldo adquirido", | ||
"policyDescription": "Puede utilizar una de dos políticas: Coin Days Destroyed o Linear Vesting with Cliff. ", | ||
"asset": "Activo", | ||
"assetDescription": "Este es el activo que se colocará en el saldo de adquisición de derechos.", | ||
"ccd": "Días de monedas destruidos", | ||
"lvc": "Adquisición lineal con acantilado", | ||
"startClaim": "Fecha de inicio del reclamo", | ||
"startClaimDescription": "Esta es la fecha en la que la cuenta puede comenzar a reclamar el saldo adquirido.", | ||
"vestingSeconds": "Segundos de adquisición de derechos", | ||
"vestingSecondsDescription": "Esta es la cantidad de segundos durante los cuales se otorgará el saldo.", | ||
"beginTime": "hora de inicio", | ||
"beginTimeDescription": "Este es el momento en el que el saldo adquirido comenzará a adquirir derechos.", | ||
"vestingCliffSeconds": "Segundos del acantilado adquirido", | ||
"vestingCliffSecondsDescription": "Esta es la cantidad de segundos después de la hora de inicio antes de que el saldo comience a adquirir derechos.", | ||
"vestingDurationSeconds": "Duración de la concesión segundos", | ||
"vestingDurationSecondsDescription": "Esta es la cantidad de segundos durante los cuales se otorgará el saldo.", | ||
"dialogHeader": "Crear un nuevo saldo de adquisición de derechos", | ||
"myAccount": "tu cuenta" | ||
} |
Oops, something went wrong.