|
@@ -0,0 +1,61 @@
|
|
|
|
+export default {
|
|
|
|
+ ACCCollection: "ACC Collection",
|
|
|
|
+ Copy: "Copy",
|
|
|
|
+ Selectthecurrency: "Select Currency",
|
|
|
|
+ DeliveryAddress: "Delivery Address",
|
|
|
|
+ PleaseEnterTheDeliveryAddress: "Please enter the delivery address",
|
|
|
|
+ TransfeQuantity: "Transfer Quantity",
|
|
|
|
+ All: "All",
|
|
|
|
+ DeliverAddress: "Receiving Address",
|
|
|
|
+ SelectTheCurrency: "Select Currency",
|
|
|
|
+ TransactionDetails: "Transaction Details",
|
|
|
|
+ PaymentAddress: "Payment Address:",
|
|
|
|
+ ReceivingAddress: "Receiving Address:",
|
|
|
|
+ MinerIsFee: "Miner Fee:",
|
|
|
|
+ PleaseEnterThePassword: "Please enter the password",
|
|
|
|
+ Cancel: "Cancel",
|
|
|
|
+ Sure: "Confirm",
|
|
|
|
+ WalletName: "Wallet Name",
|
|
|
|
+ ViewThePrivateKey: "View Private Key",
|
|
|
|
+ CheckTheMnemonicPhrase: "View Mnemonic Phrase",
|
|
|
|
+ DeleteTheWallet: "Delete Wallet",
|
|
|
|
+ PleaseEnterTheWalletName: "Please enter the wallet name",
|
|
|
|
+ PleaseEnterTheCorrectPassword: "Please enter the correct password",
|
|
|
|
+ AvailableGoldCoins: "Available Yuanbao",
|
|
|
|
+ ExchangeForGoldIngots: "Exchange for Yuanbao",
|
|
|
|
+ FreezeTheGoldIngots: "Freeze Yuanbao",
|
|
|
|
+ WithdrawalTransferOut: "Withdrawal (Transfer Out)",
|
|
|
|
+ Details: "Details",
|
|
|
|
+ Explanation: "Explanation",
|
|
|
|
+ Submit: "Submit",
|
|
|
|
+ PleaseEnterAValidQuantity: "Please enter a valid quantity",
|
|
|
|
+ TheQuantityMusBeGreaterThan0: "Quantity must be greater than 0",
|
|
|
|
+ Yuanbao: "Yuanbao",
|
|
|
|
+ TheInputQuantityCannotExceedTheAvailableQuantity: "Input quantity cannot exceed available quantity",
|
|
|
|
+ CurrentBalanceOfTheWGTWallet: "Current WGT Wallet Balance",
|
|
|
|
+ TheCurrentTotalAmountOfGoldIngots: "Current Total Yuanbao Amount",
|
|
|
|
+ PleaseEnterTheQuantityOfWgt: "Please enter WGT quantity",
|
|
|
|
+ PleaseEnterTheQuantityOfGoldIngots: "Please enter Yuanbao quantity",
|
|
|
|
+ TheQuantityOfTheExchangeCurrencyWillBeConvertedIntoTheCorrespondingGoldCoinsBasedOnTheCurrentValueAndCreditedToTheAccountInRealTime: "The quantity of the exchanged currency will be converted into corresponding Yuanbao based on the current value and credited to the account in real-time",
|
|
|
|
+ TheAmountOfGoldCoinsWithdrawnWillBeConvertedIntoTheExchangedCurrencyBasedOnTheCurrentValueAndCrediteToTheAccountInRealTime: "The amount of Yuanbao withdrawn will be converted into the exchanged currency based on the current value and credited to the account in real-time",
|
|
|
|
+ GoldCoinExchange: "Yuanbao Exchange",
|
|
|
|
+ Collection: "Collection",
|
|
|
|
+ Transfer: "Transfer",
|
|
|
|
+ Competition: "Competition",
|
|
|
|
+ BlockBrowser: "Block Browser",
|
|
|
|
+ Token: "Token",
|
|
|
|
+ SelectWallet: "Select Wallet",
|
|
|
|
+ AddWallet: "Add Wallet",
|
|
|
|
+ AddTokens: "Add Tokens",
|
|
|
|
+ HistoricalRecords: "Historical Records",
|
|
|
|
+ Success: "Success",
|
|
|
|
+ TransferAmount: "Transfer Amount",
|
|
|
|
+ Time: "Time",
|
|
|
|
+ Send: "Send",
|
|
|
|
+ Receive: "Receive",
|
|
|
|
+ TotalAmountOfTheBill: "Total Yuanbao Amount",
|
|
|
|
+ FailedToEstimateMinerFees: "Failed to estimate miner fees:",
|
|
|
|
+ TransferInProgress: "Transfer in progress...",
|
|
|
|
+ TheTransferWasSuccessful: "Transfer successful",
|
|
|
|
+ TransferFailed: "Transfer failed"
|
|
|
|
+};
|