Initial commit: One Pipe System
完整的管理系统,包含账户管理、卡片管理、套餐管理、财务管理等功能模块。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
592
src/locales/langs/en.json
Normal file
592
src/locales/langs/en.json
Normal file
@@ -0,0 +1,592 @@
|
||||
{
|
||||
"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": {
|
||||
"gohome": "Go Home",
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"article": {
|
||||
"title": "Article Management",
|
||||
"articleList": "Article List",
|
||||
"articleDetail": "Article Detail",
|
||||
"comment": "Comment",
|
||||
"articlePublish": "Article Publish"
|
||||
},
|
||||
"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",
|
||||
"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",
|
||||
"packageChange": "Package Change",
|
||||
"packageAssign": "Package Assignment",
|
||||
"packageSeries": "Package Series",
|
||||
"packageCommission": "Package Commission Cards"
|
||||
},
|
||||
"accountManagement": {
|
||||
"title": "Account Management",
|
||||
"account": "Account List",
|
||||
"platformAccount": "Platform Account",
|
||||
"shopAccount": "Shop Account",
|
||||
"customer": "Customer Management",
|
||||
"customerRole": "Customer Role",
|
||||
"agent": "Agent Management",
|
||||
"customerAccount": "Customer Account",
|
||||
"enterpriseCustomer": "Enterprise Customer",
|
||||
"customerCommission": "Customer Commission"
|
||||
},
|
||||
"account": {
|
||||
"title": "Account Management",
|
||||
"customerAccount": "Customer Account",
|
||||
"withdrawal": "Commission Withdrawal",
|
||||
"withdrawalSettings": "Withdrawal Settings",
|
||||
"myAccount": "My Account"
|
||||
},
|
||||
"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",
|
||||
"shop": "Shop Management"
|
||||
},
|
||||
"assetManagement": {
|
||||
"title": "Asset Management",
|
||||
"singleCard": "Single Card Info",
|
||||
"cardList": "Card Management",
|
||||
"devices": "Device Management",
|
||||
"assetAssign": "Asset Assignment",
|
||||
"cardReplacementRequest": "Card Replacement Request"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings Management",
|
||||
"paymentMerchant": "Payment Merchant",
|
||||
"developerApi": "Developer API",
|
||||
"commissionTemplate": "Commission Template"
|
||||
},
|
||||
"batch": {
|
||||
"title": "Batch Operations",
|
||||
"simImport": "SIM Import",
|
||||
"deviceImport": "Device Import",
|
||||
"offlineBatchRecharge": "Offline Batch Recharge",
|
||||
"cardChangeNotice": "Card Change Notice"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"platformAccount": {
|
||||
"title": "Platform Account Management",
|
||||
"searchForm": {
|
||||
"accountName": "Account Name",
|
||||
"accountNamePlaceholder": "Please enter account name",
|
||||
"username": "Username",
|
||||
"usernamePlaceholder": "Please enter username",
|
||||
"status": "Status",
|
||||
"statusPlaceholder": "Please select status"
|
||||
},
|
||||
"table": {
|
||||
"id": "Account ID",
|
||||
"accountName": "Account Name",
|
||||
"username": "Username",
|
||||
"phone": "Phone",
|
||||
"email": "Email",
|
||||
"roles": "Roles",
|
||||
"status": "Status",
|
||||
"createTime": "Create Time",
|
||||
"lastLoginTime": "Last Login",
|
||||
"actions": "Actions"
|
||||
},
|
||||
"status": {
|
||||
"enabled": "Enabled",
|
||||
"disabled": "Disabled"
|
||||
},
|
||||
"buttons": {
|
||||
"add": "Add Account",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"view": "View Details",
|
||||
"changePassword": "Change Password",
|
||||
"assignRoles": "Assign Roles"
|
||||
},
|
||||
"dialog": {
|
||||
"add": "Add Platform Account",
|
||||
"edit": "Edit Platform Account",
|
||||
"detail": "Account Details",
|
||||
"changePassword": "Change Password",
|
||||
"assignRoles": "Assign Roles"
|
||||
},
|
||||
"form": {
|
||||
"accountName": "Account Name",
|
||||
"accountNamePlaceholder": "Please enter account name",
|
||||
"username": "Username",
|
||||
"usernamePlaceholder": "Please enter username (login name)",
|
||||
"password": "Password",
|
||||
"passwordPlaceholder": "Please enter password",
|
||||
"confirmPassword": "Confirm Password",
|
||||
"confirmPasswordPlaceholder": "Please enter password again",
|
||||
"phone": "Phone",
|
||||
"phonePlaceholder": "Please enter phone number",
|
||||
"email": "Email",
|
||||
"emailPlaceholder": "Please enter email",
|
||||
"status": "Status",
|
||||
"remark": "Remark",
|
||||
"remarkPlaceholder": "Please enter remark",
|
||||
"newPassword": "New Password",
|
||||
"newPasswordPlaceholder": "Please enter new password",
|
||||
"confirmNewPassword": "Confirm New Password",
|
||||
"confirmNewPasswordPlaceholder": "Please enter new password again",
|
||||
"currentRoles": "Current Roles",
|
||||
"availableRoles": "Available Roles",
|
||||
"basicInfo": "Basic Information",
|
||||
"roleInfo": "Role Information",
|
||||
"statusInfo": "Status Information",
|
||||
"remarkInfo": "Remark Information",
|
||||
"createTime": "Create Time",
|
||||
"updateTime": "Update Time",
|
||||
"lastLoginTime": "Last Login Time"
|
||||
},
|
||||
"validation": {
|
||||
"accountNameRequired": "Please enter account name",
|
||||
"usernameRequired": "Please enter username",
|
||||
"usernameExists": "Username already exists",
|
||||
"passwordRequired": "Please enter password",
|
||||
"passwordStrength": "Password must be at least 8 characters with letters and numbers",
|
||||
"confirmPasswordRequired": "Please enter password again",
|
||||
"passwordNotMatch": "Passwords do not match",
|
||||
"phoneRequired": "Please enter phone number",
|
||||
"phonePattern": "Please enter valid phone number",
|
||||
"emailPattern": "Please enter valid email",
|
||||
"newPasswordRequired": "Please enter new password",
|
||||
"atLeastOneRole": "Account must have at least one role"
|
||||
},
|
||||
"messages": {
|
||||
"createSuccess": "Account created successfully",
|
||||
"updateSuccess": "Account updated successfully",
|
||||
"deleteSuccess": "Account deleted successfully",
|
||||
"passwordChangeSuccess": "Password changed successfully",
|
||||
"roleAssignSuccess": "Roles assigned successfully",
|
||||
"statusChangeSuccess": "Status changed successfully",
|
||||
"deleteConfirm": "Are you sure to delete account {name}? This action cannot be undone",
|
||||
"cannotDeleteSelf": "Cannot delete current login account",
|
||||
"cannotDisableSelf": "Cannot disable current login account",
|
||||
"noData": "No account data, click add button to create account",
|
||||
"passwordHint": "Please use change password function to modify password",
|
||||
"disabledLoginHint": "Account has been disabled, please contact administrator"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user