12345678910111213141516171819202122232425262728293031323334353637383940 |
- export default {
- 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"
- };
|