refactor: 移除佣金比例字段,将developer统一为admin
This commit is contained in:
@@ -148,10 +148,10 @@
|
||||
"searchKeyWords": "Search Menu"
|
||||
},
|
||||
"changeLanguage": "Change Language",
|
||||
"developer": {
|
||||
"admin": {
|
||||
"dashboard": "Dashboard",
|
||||
"welcomeBack": "Welcome back",
|
||||
"developer": "Developer",
|
||||
"developer": "Admin",
|
||||
"loading": "Loading",
|
||||
"totalApplications": "Total Applications",
|
||||
"totalCards": "Total Cards",
|
||||
@@ -436,7 +436,7 @@
|
||||
"treeView": "Tree View",
|
||||
"listView": "List View",
|
||||
"addAgent": "Add Agent",
|
||||
"addAgentDesc": "Create a new agent account, set parent agent and commission rate",
|
||||
"addAgentDesc": "Create a new agent account, set parent agent",
|
||||
"status": {
|
||||
"active": "Active",
|
||||
"inactive": "Inactive",
|
||||
@@ -449,7 +449,6 @@
|
||||
"childAgentsCount": "Child Agents",
|
||||
"canCreateAgent": "Create Agent Permission",
|
||||
"balance": "Balance",
|
||||
"commission": "Commission",
|
||||
"createdAt": "Created At",
|
||||
"lastLoginAt": "Last Login"
|
||||
},
|
||||
@@ -463,8 +462,6 @@
|
||||
"parentAgent": "Parent Agent",
|
||||
"selectParentAgent": "Select parent agent",
|
||||
"noParent": "No parent agent",
|
||||
"commission": "Commission Rate",
|
||||
"commissionPlaceholder": "0.1 means 10%",
|
||||
"canCreateAgent": "Create Agent Permission",
|
||||
"balance": "Balance",
|
||||
"balancePlaceholder": "Agent account balance for spending",
|
||||
@@ -476,7 +473,7 @@
|
||||
"basicInfo": "Basic Information",
|
||||
"basicInfoDesc": "Set the agent's login account information",
|
||||
"agentConfig": "Agent Configuration",
|
||||
"agentConfigDesc": "Set the agent's hierarchy and commission",
|
||||
"agentConfigDesc": "Set the agent's hierarchy",
|
||||
"preview": "Information Preview",
|
||||
"passwordHint": "Password must be at least 6 characters",
|
||||
"parentAgentHint": "After selecting a parent agent, this agent will become its child",
|
||||
@@ -911,7 +908,6 @@
|
||||
"agent": "Agent",
|
||||
"application": "Application",
|
||||
"status": "Status",
|
||||
"commission": "Commission",
|
||||
"discount": "Discount",
|
||||
"balance": "Balance",
|
||||
"createdAt": "Created At",
|
||||
@@ -1677,7 +1673,7 @@
|
||||
"activeRate": "Active Rate",
|
||||
"searchPlaceholder": "Search username or email...",
|
||||
"allRoles": "All Roles",
|
||||
"developer": "Developer",
|
||||
"developer": "Admin",
|
||||
"agent": "Agent",
|
||||
"allStatus": "All Status",
|
||||
"active": "Active",
|
||||
@@ -1925,7 +1921,7 @@
|
||||
"totalOrders": "Total Orders",
|
||||
"totalRevenue": "Total Revenue",
|
||||
"onlineUsers": "Online Users",
|
||||
"totalDevelopers": "Developers",
|
||||
"totalDevelopers": "Admins",
|
||||
"totalApps": "Applications",
|
||||
"totalVisitors": "Visitors",
|
||||
"totalKeys": "Keys",
|
||||
@@ -2225,7 +2221,7 @@
|
||||
},
|
||||
"home": {
|
||||
"hero": {
|
||||
"title1": "Built for Developers",
|
||||
"title1": "Built for Admins",
|
||||
"title2": "Software Authorization Solution",
|
||||
"description": "Professional software verification and authorization management platform with complete API interfaces, detailed documentation, and powerful admin panel for simple and efficient software protection.",
|
||||
"startFree": "Get Started Free",
|
||||
@@ -2302,7 +2298,7 @@
|
||||
"smsSettings": "SMS Service",
|
||||
"paymentSettings": "Payment Settings",
|
||||
"profile": "Profile",
|
||||
"developerDashboard": "Developer Dashboard",
|
||||
"developerDashboard": "Admin Dashboard",
|
||||
"agentDashboard": "Agent Dashboard",
|
||||
"adminDashboard": "Admin Dashboard",
|
||||
"logout": "Logout",
|
||||
@@ -2312,7 +2308,7 @@
|
||||
},
|
||||
"footer": {
|
||||
"brand": "Weishouquan",
|
||||
"description": "Verification solution designed for developers, making application security verification simple and efficient.",
|
||||
"description": "Verification solution designed for admins, making application security verification simple and efficient.",
|
||||
"quickLinks": "Quick Links",
|
||||
"aboutUs": "About Us",
|
||||
"contactUs": "Contact Us",
|
||||
|
||||
@@ -148,10 +148,10 @@
|
||||
"searchKeyWords": "搜索菜单"
|
||||
},
|
||||
"changeLanguage": "语言切换",
|
||||
"developer": {
|
||||
"admin": {
|
||||
"dashboard": "控制台",
|
||||
"welcomeBack": "欢迎回来",
|
||||
"developer": "开发者",
|
||||
"developer": "管理员",
|
||||
"loading": "加载中",
|
||||
"totalApplications": "应用总数",
|
||||
"totalCards": "卡密总数",
|
||||
@@ -246,7 +246,7 @@
|
||||
"loginPolicy": "登录策略",
|
||||
"loginPolicyDesc": "设置用户登录验证策略",
|
||||
"looseMode": "宽松模式",
|
||||
"looseModeDesc": "到期用户可登录,由开发者限制功能",
|
||||
"looseModeDesc": "到期用户可登录,由管理员限制功能",
|
||||
"strictMode": "严格模式",
|
||||
"strictModeDesc": "必须未到期才能登录使用",
|
||||
"hybridMode": "混合模式",
|
||||
@@ -421,7 +421,6 @@
|
||||
"childAgentsCount": "下级代理",
|
||||
"canCreateAgent": "创建代理权限",
|
||||
"balance": "余额",
|
||||
"commission": "佣金比例",
|
||||
"createdAt": "注册时间",
|
||||
"lastLoginAt": "最后登录"
|
||||
},
|
||||
@@ -435,8 +434,6 @@
|
||||
"parentAgent": "上级代理",
|
||||
"selectParentAgent": "选择上级代理",
|
||||
"noParent": "无上级代理",
|
||||
"commission": "佣金比例",
|
||||
"commissionPlaceholder": "0.1 表示 10%",
|
||||
"canCreateAgent": "创建代理权限",
|
||||
"balance": "余额",
|
||||
"balancePlaceholder": "代理账户余额,可用于消费",
|
||||
@@ -897,7 +894,6 @@
|
||||
"agent": "代理",
|
||||
"application": "应用",
|
||||
"status": "状态",
|
||||
"commission": "佣金",
|
||||
"discount": "折扣",
|
||||
"balance": "余额",
|
||||
"createdAt": "创建时间",
|
||||
@@ -1251,9 +1247,9 @@
|
||||
"permissionTitle": "写入权限",
|
||||
"permissionDesc": "设置谁可以修改此变量的值",
|
||||
"writePermission": "写入权限",
|
||||
"developerOnly": "仅开发者",
|
||||
"developerOnlyDesc": "只有开发者可以通过API或后台修改此变量的值",
|
||||
"developerOnlyAppDesc": "只有开发者可以通过API或后台修改此全局变量的值",
|
||||
"developerOnly": "仅管理员",
|
||||
"developerOnlyDesc": "只有管理员可以通过API或后台修改此变量的值",
|
||||
"developerOnlyAppDesc": "只有管理员可以通过API或后台修改此全局变量的值",
|
||||
"userWritable": "用户可写",
|
||||
"userWritableDesc": "用户可以通过客户端API修改自己的变量值",
|
||||
"userWritableAppDesc": "用户可以通过客户端API修改此全局变量的值,修改后对所有用户生效",
|
||||
@@ -1348,7 +1344,7 @@
|
||||
"tip1": "请尽可能详细地描述问题,包括复现步骤",
|
||||
"tip2": "如果问题涉及特定功能,请提供相关截图或日志",
|
||||
"tip3": "我们会在收到工单后尽快处理,请耐心等待",
|
||||
"tip4": "应用工单将直接通知应用所属开发者",
|
||||
"tip4": "应用工单将直接通知应用所属管理员",
|
||||
"submit": "提交工单",
|
||||
"cancel": "取消",
|
||||
"submitSuccess": "工单提交成功",
|
||||
@@ -1663,7 +1659,7 @@
|
||||
"activeRate": "活跃率",
|
||||
"searchPlaceholder": "搜索用户名或邮箱...",
|
||||
"allRoles": "全部角色",
|
||||
"developer": "开发者",
|
||||
"developer": "管理员",
|
||||
"agent": "代理商",
|
||||
"allStatus": "全部状态",
|
||||
"active": "正常",
|
||||
@@ -1911,7 +1907,7 @@
|
||||
"totalOrders": "总订单",
|
||||
"totalRevenue": "总收入",
|
||||
"onlineUsers": "在线用户",
|
||||
"totalDevelopers": "开发者",
|
||||
"totalDevelopers": "管理员",
|
||||
"totalApps": "应用",
|
||||
"totalVisitors": "访客",
|
||||
"totalKeys": "卡密",
|
||||
@@ -1930,7 +1926,7 @@
|
||||
"loading": "加载中...",
|
||||
"charts": {
|
||||
"userGrowth": "用户增长",
|
||||
"userGrowthDesc": "显示用户和开发者增长趋势",
|
||||
"userGrowthDesc": "显示用户和管理员增长趋势",
|
||||
"orderTrend": "订单趋势",
|
||||
"orderTrendDesc": "显示订单数和收入趋势",
|
||||
"selectTimeRange": "选择时间范围",
|
||||
@@ -1990,7 +1986,7 @@
|
||||
},
|
||||
"tickets": {
|
||||
"title": "工单管理",
|
||||
"description": "管理开发者提交的工单",
|
||||
"description": "管理管理员提交的工单",
|
||||
"ticketDetail": "工单详情",
|
||||
"ticketNotFound": "工单不存在",
|
||||
"submitter": "提交人",
|
||||
@@ -2211,7 +2207,7 @@
|
||||
},
|
||||
"home": {
|
||||
"hero": {
|
||||
"title1": "为开发者打造的",
|
||||
"title1": "为管理员打造的",
|
||||
"title2": "软件授权解决方案",
|
||||
"description": "专业的软件验证与授权管理平台,提供完整的 API 接口、详尽的开发文档和强大的管理后台,让您的软件保护变得简单高效。",
|
||||
"startFree": "免费开始使用",
|
||||
@@ -2288,7 +2284,7 @@
|
||||
"smsSettings": "短信服务",
|
||||
"paymentSettings": "支付配置",
|
||||
"profile": "个人中心",
|
||||
"developerDashboard": "开发者后台",
|
||||
"developerDashboard": "管理后台",
|
||||
"agentDashboard": "代理后台",
|
||||
"adminDashboard": "管理后台",
|
||||
"logout": "退出登录",
|
||||
@@ -2298,7 +2294,7 @@
|
||||
},
|
||||
"footer": {
|
||||
"brand": "微授权",
|
||||
"description": "专为开发者设计的验证解决方案,让应用安全验证变得简单高效。",
|
||||
"description": "专为管理员设计的验证解决方案,让应用安全验证变得简单高效。",
|
||||
"quickLinks": "快速链接",
|
||||
"aboutUs": "关于我们",
|
||||
"contactUs": "联系我们",
|
||||
|
||||
Reference in New Issue
Block a user