Skip to content

Commit

Permalink
DepositTokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariady Putra committed Jul 26, 2024
1 parent 7f49c59 commit 14994de
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
1 change: 1 addition & 0 deletions lang/app/common/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"copiedToClipboard": "{label}: {text}",
"copiedToClipboard.label": "Copied to clipboard",

"noteMessage": "NOTE: {message}",
"warningMessage": "WARNING: {message}",
"errorMessage": "ERROR: {message}",
"nothingToUpdate": "Nothing to Update",
Expand Down
2 changes: 0 additions & 2 deletions lang/app/error-messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

"x.emptyWallet": "Empty Wallet",

"x.exceedMaxAvailableAmount": "The maximum available amount exceeded!",

"x.invalidToken": "Invalid Token",
"x.invalidFeeToken": "Invalid Fee Token",
"x.invalidVaultName": "Invalid Vault Name",
Expand Down
1 change: 1 addition & 0 deletions lang/app/minting/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

"x.mustSetDestinationAddress": "Set a destination address!",
"x.invalidBurnAmount": "Invalid burn amount!",
"x.exceedMaxAvailableAmount": "The maximum available amount exceeded!",

"burn": "Burn"
}
19 changes: 18 additions & 1 deletion lang/app/vault-dashboard/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,22 @@
"pocketDetails.selectApocket": "Select a Pocket",
"pocketDetails.fingerprint": "Fingerprint: {assetFingerprint} {copyButton}",

"withdrawTokens.none": "Nothing to Withdraw"
"depositTokens.gatheringAssetsInfo": "Gathering assets information from your wallet",

"depositTokens.note": "Due to the maximum transaction size limit imposed by the blockchain, each pocket can only store up to 6 distinct token types including ADA.",
"depositTokens.note.short": "You can only store up to 6 distinct token types per pocket including ADA",

"depositTokens.info": "A minimum amount of {minADA} ADA is required to attach a smart contract script.",
"depositTokens.info.full": "{infoMinADA} Your ADA is not locked and can be withdrawn later.",

"depositTokens.hint": "HINT: Make sure to leave enough ADA to cover the network fee, otherwise the transaction might fail to submit.",
"depositTokens.warn": "The transaction might fail to submit.",

"depositTokens.warn.depositVaultKey": "You are about to deposit this vault's key token(s)—you may lose access to the vault.",

"depositTokens.none": "Nothing to Deposit",
"withdrawTokens.none": "Nothing to Withdraw",

"x.invalidTokenAmount": "Invalid {token} amount!",
"x.exceedMaxAvailableTokenAmount": "{amount} {token} exceeds the maximum available amount!"
}

0 comments on commit 14994de

Please sign in to comment.