✨ feat(admin): Add application and rule management entries to localization files
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"ADS Config": "ADS配置",
|
||||
"Announcement Management": "公告管理",
|
||||
"Apple": "Apple ID",
|
||||
"Application Management": "应用管理",
|
||||
"Auth Control": "认证控制",
|
||||
"Coupon Management": "优惠券管理",
|
||||
"Dashboard": "仪表盘",
|
||||
@@ -16,6 +17,7 @@
|
||||
"Order Management": "订单管理",
|
||||
"Payment Config": "支付配置",
|
||||
"Phone Number": "手机号",
|
||||
"Rule Management": "规则管理",
|
||||
"Server": "服务",
|
||||
"Server Management": "服务管理",
|
||||
"Settings": "设置",
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"analyzing": "分析中...",
|
||||
"appIcon": "规则图标",
|
||||
"cancel": "取消",
|
||||
"confirm": "确认",
|
||||
"confirmDelete": "确认删除",
|
||||
"create": "添加规则",
|
||||
"createRule": "添加规则",
|
||||
"createSuccess": "创建规则成功",
|
||||
"createdAt": "创建时间",
|
||||
"delete": "删除",
|
||||
"deleteSuccess": "删除规则成功",
|
||||
"deleteWarning": "确定要删除所选规则吗?此操作不可恢复。",
|
||||
"description": "规则描述",
|
||||
"downloadTemplate": "下载模板",
|
||||
"edit": "编辑",
|
||||
"editRule": "编辑规则",
|
||||
"enable": "启用",
|
||||
"enterIconUrl": "请输入或上传图标",
|
||||
"enterRuleName": "请输入规则名称",
|
||||
"enterRules": "请输入规则内容,每行一条",
|
||||
"import": "导入",
|
||||
"importFailed": "导入失败",
|
||||
"importSuccess": "导入成功",
|
||||
"importYaml": "导入YAML",
|
||||
"importYamlDescription": "从YAML文件导入规则,系统将自动根据策略组名称分组创建规则",
|
||||
"importYamlRules": "导入YAML规则",
|
||||
"importing": "导入中...",
|
||||
"invalidYamlFormat": "无效的YAML格式,缺少rules字段",
|
||||
"name": "规则名称",
|
||||
"noValidRules": "没有找到有效的规则",
|
||||
"pleaseUploadFile": "请上传YAML文件",
|
||||
"preview": "预览",
|
||||
"rules": "规则内容",
|
||||
"rulesFormat": "规则格式说明:规则类型,匹配内容,[策略], 其中策略为可选项。\n不指定策略时,将自动使用当前规则组名称, 示例:",
|
||||
"rulesLabel": "规则内容",
|
||||
"searchRule": "搜索规则名称",
|
||||
"selectFile": "选择文件",
|
||||
"selectTags": "选择节点标签",
|
||||
"tags": "节点标签",
|
||||
"tagsLabel": "节点标签",
|
||||
"updateSuccess": "更新规则成功"
|
||||
}
|
||||
Reference in New Issue
Block a user