564 lines
16 KiB
JSON
564 lines
16 KiB
JSON
{
|
|
"topBar": {
|
|
"search": {
|
|
"title": "Search"
|
|
},
|
|
"user": {
|
|
"userCenter": "User center",
|
|
"docs": "Document",
|
|
"github": "Github",
|
|
"lockScreen": "Lock screen",
|
|
"logout": "Log out"
|
|
}
|
|
},
|
|
"common": {
|
|
"tips": "Prompt",
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm",
|
|
"logOutTips": "Do you want to log out?"
|
|
},
|
|
"search": {
|
|
"placeholder": "Search page",
|
|
"historyTitle": "Search history",
|
|
"switchKeydown": "Navigate",
|
|
"selectKeydown": "Select"
|
|
},
|
|
"setting": {
|
|
"menuType": {
|
|
"title": "Menu Layout",
|
|
"list": [
|
|
"Vertical",
|
|
"Horizontal",
|
|
"Mixed",
|
|
"Dual"
|
|
]
|
|
},
|
|
"theme": {
|
|
"title": "Theme Style",
|
|
"list": [
|
|
"Light",
|
|
"Dark",
|
|
"System"
|
|
]
|
|
},
|
|
"menu": {
|
|
"title": "Menu Style"
|
|
},
|
|
"color": {
|
|
"title": "Theme Color"
|
|
},
|
|
"box": {
|
|
"title": "Box Style",
|
|
"list": [
|
|
"Border",
|
|
"Shadow"
|
|
]
|
|
},
|
|
"container": {
|
|
"title": "Container Width",
|
|
"list": [
|
|
"Full",
|
|
"Boxed"
|
|
]
|
|
},
|
|
"basics": {
|
|
"title": "Basic Config",
|
|
"list": {
|
|
"multiTab": "Show work tab",
|
|
"accordion": "Sidebar opens accordion",
|
|
"collapseSidebar": "Show sidebar button",
|
|
"reloadPage": "Show reload page button",
|
|
"breadcrumb": "Show crumb navigation",
|
|
"language": "Show multilingual selection",
|
|
"progressBar": "Show top progress bar",
|
|
"weakMode": "Color Weakness Mode",
|
|
"watermark": "Global watermark",
|
|
"menuWidth": "Menu width",
|
|
"tabStyle": "Tab style",
|
|
"pageTransition": "Page animation",
|
|
"borderRadius": "Custom radius"
|
|
}
|
|
},
|
|
"tabStyle": {
|
|
"default": "Default",
|
|
"card": "Card",
|
|
"google": "Chrome"
|
|
},
|
|
"transition": {
|
|
"list": {
|
|
"none": "None",
|
|
"fade": "Fade",
|
|
"slideLeft": "Slide Left",
|
|
"slideBottom": "Slide Bottom",
|
|
"slideTop": "Slide Top"
|
|
}
|
|
}
|
|
},
|
|
"notice": {
|
|
"title": "Notice",
|
|
"btnRead": "Mark as read",
|
|
"bar": [
|
|
"Notice",
|
|
"Message",
|
|
"Todo"
|
|
],
|
|
"text": [
|
|
"No"
|
|
],
|
|
"viewAll": "View all"
|
|
},
|
|
"worktab": {
|
|
"btn": {
|
|
"refresh": "Refresh",
|
|
"fixed": "Fixed",
|
|
"unfixed": "Unfixed",
|
|
"closeLeft": "Close left",
|
|
"closeRight": "Close right",
|
|
"closeOther": "Close other",
|
|
"closeAll": "Close all"
|
|
}
|
|
},
|
|
"login": {
|
|
"leftView": {
|
|
"title": "An Admin template focused on user experience",
|
|
"subTitle": "A sleek and practical interface for a great user experience"
|
|
},
|
|
"title": "Welcome back",
|
|
"subTitle": "Please enter your account and password to login",
|
|
"roles": {
|
|
"super": "Super Admin",
|
|
"admin": "Admin",
|
|
"user": "User"
|
|
},
|
|
"placeholder": [
|
|
"Please enter your account",
|
|
"Please enter your password",
|
|
"Please slide to verify"
|
|
],
|
|
"sliderText": "Please slide to verify",
|
|
"sliderSuccessText": "Verification successful",
|
|
"rememberPwd": "Remember password",
|
|
"forgetPwd": "Forgot password",
|
|
"btnText": "Login",
|
|
"noAccount": "No account yet?",
|
|
"register": "Register",
|
|
"success": {
|
|
"title": "Login successful",
|
|
"message": "Welcome back"
|
|
}
|
|
},
|
|
"forgetPassword": {
|
|
"title": "Forgot password?",
|
|
"subTitle": "Enter your email to reset your password",
|
|
"placeholder": "Please enter your email",
|
|
"submitBtnText": "Submit",
|
|
"backBtnText": "Back"
|
|
},
|
|
"register": {
|
|
"title": "Create account",
|
|
"subTitle": "Welcome to join us, please fill in the following information to complete the registration",
|
|
"placeholder": [
|
|
"Please enter your account",
|
|
"Please enter your password",
|
|
"Please enter your password again"
|
|
],
|
|
"rule": [
|
|
"Please enter your password again",
|
|
"The two passwords are inconsistent!",
|
|
"The length is 3 to 20 characters",
|
|
"The password length cannot be less than 6 digits",
|
|
"Please agree to the privacy policy"
|
|
],
|
|
"agreeText": "I agree",
|
|
"privacyPolicy": "Privacy policy",
|
|
"submitBtnText": "Register",
|
|
"hasAccount": "Already have an account?",
|
|
"toLogin": "To login"
|
|
},
|
|
"lockScreen": {
|
|
"pwdError": "Password error",
|
|
"lock": {
|
|
"inputPlaceholder": "Please input lock screen password",
|
|
"btnText": "Lock"
|
|
},
|
|
"unlock": {
|
|
"inputPlaceholder": "Please input unlock password",
|
|
"btnText": "Unlock",
|
|
"backBtnText": "Back to login"
|
|
}
|
|
},
|
|
"analysis": {
|
|
"todaySales": {
|
|
"title": "Today's Sales",
|
|
"subtitle": "Sales Summary",
|
|
"export": "Export",
|
|
"cards": {
|
|
"totalSales": {
|
|
"label": "Total Sales",
|
|
"change": "+15%"
|
|
},
|
|
"totalOrder": {
|
|
"label": "Total Order",
|
|
"change": "+5%"
|
|
},
|
|
"productSold": {
|
|
"label": "Product Sold",
|
|
"change": "+2%"
|
|
},
|
|
"newCustomers": {
|
|
"label": "New Customers",
|
|
"change": "+8%"
|
|
}
|
|
},
|
|
"fromYesterday": "from yesterday"
|
|
},
|
|
"visitorInsights": {
|
|
"title": "Visitor Insights",
|
|
"legend": {
|
|
"loyalCustomers": "Loyal Customers",
|
|
"newCustomers": "New Customers"
|
|
}
|
|
},
|
|
"totalRevenue": {
|
|
"title": "Total Revenue",
|
|
"legend": {
|
|
"onlineSales": "Online Sales",
|
|
"offlineSales": "Offline Sales"
|
|
}
|
|
},
|
|
"customerSatisfaction": {
|
|
"title": "Customer Satisfaction",
|
|
"legend": {
|
|
"lastMonth": "Last Month",
|
|
"thisMonth": "This Month"
|
|
}
|
|
},
|
|
"targetVsReality": {
|
|
"title": "Target vs Reality",
|
|
"realitySales": {
|
|
"label": "Reality Sales",
|
|
"sublabel": "Global"
|
|
},
|
|
"targetSales": {
|
|
"label": "Target Sales",
|
|
"sublabel": "Commercial"
|
|
}
|
|
},
|
|
"topProducts": {
|
|
"title": "Top Products",
|
|
"columns": {
|
|
"name": "Name",
|
|
"popularity": "Popularity",
|
|
"sales": "Sales"
|
|
},
|
|
"products": {
|
|
"homeDecor": {
|
|
"name": "Home Decor Range",
|
|
"sales": "10%"
|
|
},
|
|
"disneyBag": {
|
|
"name": "Disney Princess Pink Bag 18\"",
|
|
"sales": "29%"
|
|
},
|
|
"bathroom": {
|
|
"name": "Bathroom Essentials",
|
|
"sales": "65%"
|
|
},
|
|
"smartwatch": {
|
|
"name": "Apple Smartwatches",
|
|
"sales": "32%"
|
|
},
|
|
"fitness": {
|
|
"name": "Fitness Tracker",
|
|
"sales": "78%"
|
|
},
|
|
"earbuds": {
|
|
"name": "Wireless Earbuds",
|
|
"sales": "41%"
|
|
}
|
|
}
|
|
},
|
|
"salesMappingCountry": {
|
|
"title": "Sales Mapping by Country"
|
|
},
|
|
"volumeServiceLevel": {
|
|
"title": "Volume vs Service Level",
|
|
"legend": {
|
|
"volume": "Volume",
|
|
"services": "Services"
|
|
}
|
|
}
|
|
},
|
|
"greeting": {
|
|
"dawn": "Good morning!",
|
|
"morning": "Good morning!",
|
|
"afternoon": "Good afternoon!",
|
|
"evening": "Good evening!"
|
|
},
|
|
"exceptionPage": {
|
|
"403": "Sorry, you do not have permission to access this page",
|
|
"404": "Sorry, the page you are trying to access does not exist",
|
|
"500": "Sorry, there was an error on the server",
|
|
"gohome": "Go Home"
|
|
},
|
|
"menus": {
|
|
"login": {
|
|
"title": "Login"
|
|
},
|
|
"register": {
|
|
"title": "Register"
|
|
},
|
|
"forgetPassword": {
|
|
"title": "Forget Password"
|
|
},
|
|
"outside": {
|
|
"title": "Outside"
|
|
},
|
|
"dashboard": {
|
|
"title": "Dashboard",
|
|
"console": "Console",
|
|
"analysis": "Analysis",
|
|
"ecommerce": "Ecommerce"
|
|
},
|
|
"widgets": {
|
|
"title": "Components",
|
|
"iconList": "Icon List",
|
|
"iconSelector": "Icon Selector",
|
|
"imageCrop": "Image Crop",
|
|
"excel": "Excel Import Export",
|
|
"video": "Video Player",
|
|
"countTo": "Count To",
|
|
"wangEditor": "Wang Editor",
|
|
"watermark": "Watermark",
|
|
"contextMenu": "Context Menu",
|
|
"qrcode": "QR Code",
|
|
"drag": "Drag",
|
|
"textScroll": "Text Scroll",
|
|
"fireworks": "Fireworks",
|
|
"elementUI": "Component Overview"
|
|
},
|
|
"template": {
|
|
"title": "Template Center",
|
|
"chat": "Chat",
|
|
"cards": "Cards",
|
|
"banners": "Banners",
|
|
"charts": "Charts",
|
|
"map": "Map",
|
|
"calendar": "Calendar",
|
|
"pricing": "Pricing"
|
|
},
|
|
"result": {
|
|
"title": "Result Page",
|
|
"success": "Success",
|
|
"fail": "Fail"
|
|
},
|
|
"exception": {
|
|
"title": "Exception",
|
|
"forbidden": "403",
|
|
"notFound": "404",
|
|
"serverError": "500"
|
|
},
|
|
"system": {
|
|
"title": "System Settings",
|
|
"role": "Role Manage",
|
|
"permission": "Permission Manage",
|
|
"carrierManagement": "Carrier Management",
|
|
"userCenter": "User Center",
|
|
"menu": "Menu Manage",
|
|
"nested": "Nested Menu",
|
|
"menu1": "Menu 1",
|
|
"menu2": "Menu 2",
|
|
"menu21": "Menu 2-1",
|
|
"menu3": "Menu 3",
|
|
"menu31": "Menu 3-1",
|
|
"menu32": "Menu 3-2",
|
|
"menu321": "Menu 3-2-1"
|
|
},
|
|
"safeguard": {
|
|
"title": "Safeguard",
|
|
"server": "Server"
|
|
},
|
|
"plan": {
|
|
"title": "Version Plan",
|
|
"log": "Change Log"
|
|
},
|
|
"help": {
|
|
"title": "Help Center",
|
|
"document": "Document"
|
|
},
|
|
"cardManagement": {
|
|
"title": "My SIM Cards",
|
|
"singleCard": "Single Card Info",
|
|
"cardList": "Card Management",
|
|
"cardDetail": "Card Details",
|
|
"cardAssign": "Card Assignment",
|
|
"cardShutdown": "Deactivation Management",
|
|
"myCards": "My SIM Cards",
|
|
"offlineBatchRecharge": "Offline Batch Recharge",
|
|
"cardTransfer": "Card Transfer",
|
|
"cardReplacement": "Card Replacement",
|
|
"packageGift": "Package Gift",
|
|
"cardChange": "Card Exchange"
|
|
},
|
|
"packageManagement": {
|
|
"title": "My Packages",
|
|
"packageCreate": "Create Package",
|
|
"packageBatch": "Batch Management",
|
|
"packageList": "My Packages",
|
|
"packageDetail": "Package Detail",
|
|
"packageChange": "Package Change",
|
|
"packageAssign": "Package Assignment",
|
|
"packageAssignDetail": "Package Assignment Detail",
|
|
"seriesAssign": "Series Assignment",
|
|
"seriesAssignDetail": "Series Assignment Detail",
|
|
"packageSeries": "Package Series",
|
|
"packageSeriesDetail": "Package Series Detail",
|
|
"packageCommission": "Package Commission Cards",
|
|
"trafficAlertRules": "Traffic Alert Rules",
|
|
"trafficAlerts": "Traffic Alert Records",
|
|
"trafficAlertDetail": "Traffic Alert Record Detail"
|
|
},
|
|
"accountManagement": {
|
|
"title": "Account Management",
|
|
"account": "Account List",
|
|
"enterpriseCustomer": "Enterprise Customer",
|
|
"enterpriseCustomerAccounts": "Enterprise Customer Accounts",
|
|
"enterpriseCards": "Enterprise Card Management"
|
|
},
|
|
"orderManagement": {
|
|
"title": "Order Management",
|
|
"orderList": "Order List",
|
|
"orderDetail": "Order Details"
|
|
},
|
|
"financialManagement": {
|
|
"title": "Financial Management",
|
|
"agentRecharge": "Agent Recharge",
|
|
"agentRechargeDetail": "Agent Recharge Details",
|
|
"refundManagement": "Refund Management",
|
|
"refundDetail": "Refund Details",
|
|
"agentFundOverview": "Agent Fund Overview",
|
|
"employeeCollectionBills": "Employee Collection Bills",
|
|
"employeeCollectionBillDetail": "Bill Details",
|
|
"employeeCollectionApplications": "Reconciliation Applications",
|
|
"employeeCollectionApplicationDetail": "Application Details",
|
|
"employeeCollectionPaymentMethods": "Payment Methods"
|
|
},
|
|
"deviceManagement": {
|
|
"title": "Device Management",
|
|
"devices": "Device Management"
|
|
},
|
|
"product": {
|
|
"title": "Product Management",
|
|
"simCard": "SIM Card Management",
|
|
"simCardAssign": "SIM Card Assignment",
|
|
"packageSeries": "Package Series Management",
|
|
"packageList": "Package Management",
|
|
"packageAssign": "Package Assignment",
|
|
"shopAccounts": "Shop Accounts"
|
|
},
|
|
"shopManagement": {
|
|
"title": "Shop Management",
|
|
"shopList": "Shop List",
|
|
"businessUserGroups": "Business User Groups",
|
|
"businessOwnerImport": "Business Owner Import"
|
|
},
|
|
"assetManagement": {
|
|
"title": "Asset Management",
|
|
"cardSearch": "IoT Card Query",
|
|
"deviceSearch": "Device Search",
|
|
"assetInformation": "Asset Information",
|
|
"singleCard": "Single Card Info",
|
|
"standaloneCardList": "IoT Card Management",
|
|
"iotCardTask": "IoT Card Tasks",
|
|
"deviceTask": "Device Tasks",
|
|
"deviceBatchAllocation": "Device Batch Tasks",
|
|
"bulkPurchase": "Bulk Package Purchase",
|
|
"bulkPurchaseDetail": "Bulk Purchase Task Detail",
|
|
"orderPackageInvalidateTask": "Order Package Void Tasks",
|
|
"orderPackageInvalidateTaskDetail": "Order Package Void Task Detail",
|
|
"taskDetail": "Task Details",
|
|
"devices": "Device Management",
|
|
"deviceDetail": "Device Details",
|
|
"assetAssign": "Allocation Records",
|
|
"assetAssignDetail": "Asset Allocation Details",
|
|
"allocationRecordDetail": "Allocation Record Details",
|
|
"cardReplacementRequest": "Card Replacement Request",
|
|
"authorizationRecords": "Authorization Records",
|
|
"authorizationDetail": "Authorization Details",
|
|
"authorizationRecordDetail": "Authorization Record Details",
|
|
"enterpriseDevices": "Enterprise Devices",
|
|
"recordsManagement": "Records Management",
|
|
"taskManagement": "Task Management",
|
|
"exportTaskManagement": "Export Management",
|
|
"exportTaskList": "Export List",
|
|
"exportDevice": "Export Devices",
|
|
"exportIotCard": "Export IOT Cards",
|
|
"exportOrder": "Export Orders",
|
|
"exportPackage": "Export Packages",
|
|
"exportAgentWalletTransaction": "Export Agent Wallet Transactions",
|
|
"exportRefund": "Export Refunds",
|
|
"exportAgentRecharge": "Export Agent Recharges",
|
|
"exportExchange": "Export Exchanges",
|
|
"exportCommissionRecord": "Export Commission Records",
|
|
"exportPackageTrafficAlert": "Export Package Traffic Alerts",
|
|
"exportTaskDetail": "Export Task Detail",
|
|
"exchangeManagement": "Exchange Management",
|
|
"exchangeDetail": "Exchange Order Detail",
|
|
"phoneAssetAssociation": "Phone-Asset Associations",
|
|
"phoneAssetUnbindImportTasks": "Unbind Import Tasks",
|
|
"phoneAssetUnbindImportTaskDetail": "Unbind Import Task Detail"
|
|
},
|
|
"settings": {
|
|
"title": "Settings Management",
|
|
"paymentSettings": "Payment Settings",
|
|
"detailsOfPaymentConfiguration": "Payment Configuration Details",
|
|
"paymentMerchant": "Payment Merchant",
|
|
"developerApi": "Developer API",
|
|
"commissionTemplate": "Commission Template",
|
|
"paymentMerchantPools": "Merchant Pool Management",
|
|
"paymentMerchantPoolsTabMerchants": "Payment Merchants",
|
|
"paymentMerchantPoolsTabPools": "Merchant Pools",
|
|
"paymentMerchantPoolsTabWechatAuth": "WeChat Authorization",
|
|
"detailsOfPaymentMerchant": "Payment Merchant Details",
|
|
"detailsOfPaymentMerchantPool": "Merchant Pool Details",
|
|
"h5PopupConfiguration": "H5 Popup Configurations",
|
|
"assetWalletAutoRenewal": "Asset Wallet Auto Renewal"
|
|
},
|
|
"batch": {
|
|
"title": "Batch Operations",
|
|
"simImport": "SIM Import",
|
|
"deviceImport": "Device Import",
|
|
"offlineBatchRecharge": "Offline Batch Recharge",
|
|
"cardChangeNotice": "Card Change Notice"
|
|
},
|
|
"commission": {
|
|
"menu": {
|
|
"management": "Commission Management",
|
|
"withdrawal": "Withdrawal Approval",
|
|
"withdrawalSettings": "Withdrawal Settings",
|
|
"myCommission": "My Commission",
|
|
"agentCommission": "Agent Commission Management"
|
|
}
|
|
}
|
|
},
|
|
"table": {
|
|
"searchBar": {
|
|
"reset": "Reset",
|
|
"search": "Search",
|
|
"expand": "Expand",
|
|
"collapse": "Collapse",
|
|
"searchInputPlaceholder": "Please enter",
|
|
"searchSelectPlaceholder": "Please select"
|
|
},
|
|
"selection": "Select",
|
|
"sizeOptions": {
|
|
"small": "Compact",
|
|
"default": "Default",
|
|
"large": "Loose"
|
|
},
|
|
"zebra": "Zebra",
|
|
"border": "Border",
|
|
"headerBackground": "Header BG"
|
|
}
|
|
}
|