liming há 2 semanas atrás
pai
commit
8d1d55262e

+ 8 - 0
src/i18n/enUs/dapp.js

@@ -0,0 +1,8 @@
+export default {
+    Exploration: "Explore",
+    EnterTheNameOrURLOfTheDApp: "Enter DApp name or URL",
+    All: "All",
+    ApplicationsOnTheChain: "On-chain Applications",
+    HotRecommendation: "Hot Recommendations",
+    BrowsingHistory: "Browsing History"
+};

+ 26 - 0
src/i18n/enUs/form.js

@@ -0,0 +1,26 @@
+export default {
+  Submit: "Submit",
+  ConfirmCreation: "Confirm Creation",
+
+  WalletName: "Wallet Name",
+  WalletPassword: "Wallet Password",
+  ConfirmPassword: "Confirm Password",
+  CreateWallet: "Create Wallet",
+  PromptMessage: "Prompt Message",
+  InconsistentPasswords: "Passwords do not match",
+  PleaseEnterThePrivateKey: "Please enter the private key",
+  PleaseEnterTheMnemonicPhrase: "Please enter the mnemonic phrase",
+  PrivateKey: "Private Key",
+  MemoryAidWord: "Mnemonic Phrase",
+  PleaseFillIn: "Please fill in",
+
+  LoginFailed: "Login Failed",
+  Loading: "Loading...",
+  BackupWallet: "Backup Wallet",
+  PleaseDoNotTakeScreenshots: "Please do not take screenshots",
+  IfAnyoneObtainsYourMnemonicPhraseTheyWillDirectlyAccessYourAssetsPleaseCopyDownTheMnemonicPhraseAndStoreItInASafePlace: "If anyone obtains your mnemonic phrase, they will directly access your assets. Please copy down the mnemonic phrase and store it in a safe place",
+  ImportingThePrivateKey: "Private Key Import",
+  ImportByEnteringThePlaintextPrivateKeyOrScanningTheQRCode: "Import by entering the plaintext private key or scanning the QR code",
+  ImportMnemonicWords: "Import Mnemonic Phrase",
+  ImportByEnteringTheMnemonicPhraseOrScanningTheQRCode: "Import by entering the mnemonic phrase or scanning the QR code"
+};

+ 3 - 2
src/i18n/enUs/global.js

@@ -1,6 +1,7 @@
 export default {
-  "logOut": "log out",
-  "newMenu": "new menu",
+  "logOut": "Log Out",
+  "newMenu": "Add New Menu",
+  "WalletDoesNotExist": "Wallet does not exist",
   common: {
     search: 'Search',
     reset: 'Reset',

+ 12 - 0
src/i18n/enUs/index.js

@@ -1,8 +1,20 @@
 import login from './login'
 import global from './global'
 import router from './router'
+import form from './form'
+import settings from './settings'
+import dapp from './dapp'
+import me from './me'
+import transaction from './transaction'
+import wallet from './wallet'
 export default {
+  form,
   login,
   global,
   router,
+  settings,
+  dapp,
+  me,
+  transaction,
+  wallet
 }

+ 21 - 5
src/i18n/enUs/login.js

@@ -1,7 +1,23 @@
 export default {
-  createWallet: "创建钱包",
-  importWallet: "导入钱包",
+  CreateWallet: "Create Wallet",
+  ImportWallet: "Import Wallet",
 
-  wallet: "數字資產錢包",
-  support: "支持",
-};
+  Wallet: "Digital Asset Wallet",
+  Support: "Support",
+  LoginTxt: "Continuing to use means you agree to",
+
+  PrivacyPolicy: "Privacy Policy",
+  UserAgreement: "User Agreement",
+
+  UserAgreementTxt: "Please read the user privacy agreement first. Click Continue to indicate that you agree to Angel Toke's Privacy Policy and User Agreement",
+
+  IHaveReadAndAgree: "I have read and agree",
+  Cancel: "Cancel",
+  SearchMainnet: "Search Mainnet",
+
+  BackupComplete: "Backup Complete",
+  CopyMnemonic: "Copy Mnemonic Phrase",
+
+  CopiedToClipboard: "Copied to clipboard",
+  CopyFailed: "Copy failed"
+};

+ 56 - 0
src/i18n/enUs/me.js

@@ -0,0 +1,56 @@
+export default {
+    SelectiveNetwork: "Select Network",
+    AddressName: "Address Name",
+    PleaseEnterTheNameOfTheAddress: "Please enter the address name",
+    EnterAddress: "Enter Address",
+    PleaseEnterTheAddress: "Please enter the address",
+    Notarize: "Confirm",
+    NoNewAddressAvailableAtTheMoment: "No new addresses available at the moment",
+    AddNewAddress: "Add New Address",
+    AddTheWhitelistOfNodeDividendAddresses: "Add Node Dividend Address Whitelist",
+    PleaseProvideTheCompleteAddressOfYourWallet: "Please enter the complete wallet address",
+    AddToTheWhitelist: "Add to Whitelist",
+    RemoveTheWhitelist: "Remove from Whitelist",
+    JoinTheAdministratorGroup: "Join Administrator Group",
+    RemoveAdministrator: "Remove Administrator",
+    AmountOfPledge: "Pledge Amount",
+    TheNumberThatCanBeClaimed: "Claimable Quantity",
+    TheEndTimeOfTheEarningsCycle: "End Time of Earnings Cycle",
+    ActivateTheGenesisNode: "Activate Genesis Node",
+    ClaimSTT: "Claim STT",
+    CollectionRecord: "Collection Record",
+    NoRecordsYet: "No records yet!",
+    TemporarilyChangeTheNickname: "Temporarily Change Nickname",
+    ScanTheQRCodeAboveForAMomentAndAddMeAsAFriend: "Scan the QR code above to add me as a friend",
+    PleaseEnterYourNickname: "Please enter your nickname",
+    Cancel: "Cancel",
+    Sure: "Confirm",
+    ModifyTheAvatar: "Modify Avatar",
+    AddressBook: "Address Book",
+    Downloadlink: "Download Link",
+    WalletManagement: "Wallet Management",
+    PersonalInformation: "Personal Information",
+    CurrentPriceSTT: "Current Price (STT)",
+    WalletBalanceWGT: "Wallet Balance (WGT)",
+    Buy: "Buy",
+    CurrentCommission: "Current Order",
+    MarketTrading: "Market Transactions",
+    SellOrder: "Sell Order",
+    Value: "Value",
+    Quantity: "Quantity",
+    Time: "Time",
+    Price: "Price",
+    Revoke: "Revoke",
+    SalesOrderNumber: "Sell Order No.",
+    PaymentNumber: "Buy Order No.",
+    TransactionPrice: "Transaction Price",
+    TransactionDetails: "Transaction Details",
+    AreYouSureToSubmit: "Are you sure to submit?",
+    TheOtherPartyIsAddress: "Counterparty Address",
+    PaymentAddress: "Payment Address",
+    ReceivingAddress: "Receiving Address",
+    MinerIsfee: "Miner Fee",
+    IsItCertainToBeRevoked: "Are you sure to revoke?",
+    ReceivedSuccessfully: "Received Successfully",
+    NodeDividend: "Node Dividend"
+};

+ 39 - 3
src/i18n/enUs/router.js

@@ -1,4 +1,40 @@
 export default {
-  Login: "登录",
-  LanguageSettings:"LanguageSettings",
-}
+  Login: "Login",
+  SelectMainnet: "Select Mainnet",
+  Social: "Social",
+  Transaction: "Transaction",
+  Wallet: "Wallet",
+  Dapp: "DAPP",
+  Me: "Me",
+  CreateWallet: "Create Wallet",
+  PersonalInformation: "Personal Information",
+  WalletManagement: "Wallet Management",
+  receiptOfRecord: "Receipt Record",
+  walletDetail: "Details",
+  transfer: "Transfer",
+  addressBook: "Address Book",
+  addAddress: "Add Address",
+  collectionPayment: "Collection",
+  exchange: "Exchange",
+
+  UserAgreement: "User Agreement",
+  BackupMnemonic: "Backup Mnemonic",
+  AboutUs: "About Us",
+  SystemSettings: "System Settings",
+  ImportMethod: "Import Method",
+  ImportWallet: "Import Wallet",
+
+  LanguageSettings: "Language Settings",
+  AdministratorSettings: "Administrator Settings",
+  Download: "Download Link",
+  ChatMessage: "Chat Messages",
+  GroupQRCode: "Group QR Code",
+  AddMember: "Add Member",
+  GroupMembers: "Group Members",
+  ContactList: "Contact List",
+  ReleaseRecord: "Release Record",
+  NewInvitation: "New Invitation",
+  GroupChatList: "Group Chat List",
+  Search: "Search",
+  CreateGroupChat: "Create Group Chat"
+};

+ 11 - 0
src/i18n/enUs/settings.js

@@ -0,0 +1,11 @@
+export default {
+  ServiceAndPrivacyPolicy: "Terms of Service and Privacy Policy",
+  OfficialWebsite: "Official Website",
+  VersionUpdate: "Version",
+
+  Language: "Language",
+  MonetaryUnit: "Currency Unit",
+  NodeSettings: "Node Settings",  
+
+  TraditionalChinese: "Traditional Chinese",
+};

+ 60 - 0
src/i18n/enUs/transaction.js

@@ -0,0 +1,60 @@
+export default {
+    CurrentPriceSTT: "Current Price (STT)",
+    WalletBalanceWGT: "Wallet Balance (WGT)",
+    Buy: "Buy",
+    CurrentCommission: "Current Order",
+    MarketTrading: "Market Transactions",
+    SellOrder: "Sell Order",
+    Value: "Value",
+    Quantity: "Quantity",
+    Time: "Time",
+    Price: "Price",
+    Revoke: "Revoke",
+    SalesOrderNumber: "Sell Order No.",
+    PaymentNumber: "Buy Order No.",
+    TransactionPrice: "Transaction Price",
+    TransactionDetails: "Transaction Details",
+    AreYouSureToSubmit: "Are you sure to submit?",
+    TheOtherPartyIsAddress: "Counterparty Address",
+    PaymentAddress: "Payment Address",
+    ReceivingAddress: "Receiving Address",
+    MinerIsfee: "Miner Fee",
+    IsItCertainToBeRevoked: "Are you sure to revoke?",
+    PurchaseQuantitySTT: "Purchase Quantity (STT)",
+    OrderQuantityWGT: "Order Quantity (WGT)",
+    ReservationQuantityWGT: "Reservation Quantity (WGT)",
+    PleaseEnter: "Please enter",
+    BuyWGT: "Buy WGT",
+    OrderToSellWGT: "Place Order to Sell WGT",
+    BookNow: "Book Now",
+    Reservation: "Reservation",
+    Entrusted: "Entrusted",
+    Current: "Current",
+    UnderCommission: "In Commission",
+    Claim: "Claim",
+    Sell: "Sell",
+    ConfirmTheExchange: "Confirm Exchange",
+    ExchangeInProgress: "Exchanging...",
+    RedemptionSuccessful: "Redemption Successful",
+    FlashExchange: "Flash Exchange",
+    EntrustedSell: "Entrusted Sell",
+    ReservationForSale: "Reservation for Sale",
+    Address: "Address",
+    ValueSTT: "Value (STT)",
+    QuantityWGT: "Quantity (WGT)",
+    Operation: "Operation",
+    PleaseEnterAValidQuantity: "Please enter a valid quantity",
+    TheQuantityMustBeGreaterThan0: "Quantity must be greater than 0",
+    TheInputQuantityCannotExceedTheAvailableQuantity: "Input quantity cannot exceed available quantity",
+    SuccessfulPurchase: "Purchase Successful",
+    FailedToBuy: "Failed to Buy",
+    PublishedSuccessfully: "Published Successfully",
+    FailedToPublish: "Failed to Publish",
+    RevocationSuccessful: "Revocation Successful",
+    RevocationFailed: "Failed to Revoke",
+    SuccessfullyClaimed: "Successfully Claimed",
+    FailedToClaim: "Failed to Claim",
+    EstimationOfGasFailed: "Gas estimation failed:",
+    Cancel: "Cancel",
+    Sure: "Confirm"
+};

+ 61 - 0
src/i18n/enUs/wallet.js

@@ -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"
+};