style: 英文/数字与文字之间加空格

--bug=1035604 --user=吕梦园
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001035604
This commit is contained in:
teukkk 2024-11-28 16:55:36 +08:00 committed by 刘瑞斌
parent 3cc7c2de3a
commit 8d399692b2
29 changed files with 91 additions and 91 deletions

View File

@ -16,7 +16,7 @@ export default {
'ms.assertion.script': '脚本',
'ms.assertion.expression': '表达式',
'ms.assertion.responseContentType': '响应内容格式',
'ms.assertion.followApi': '跟随API定义',
'ms.assertion.followApi': '跟随 API 定义',
'ms.assertion.paramsName': '参数名',
'ms.assertion.mustInclude': '必含',
'ms.assertion.typeChecking': '类型校验',

View File

@ -12,7 +12,7 @@ export default {
'ms.case.associate.functionalCase': '功能用例',
'ms.case.associate.apiCase': '接口用例',
'ms.case.associate.apiScenarioCase': '接口场景用例',
'ms.case.associate.UIScenario': 'UI场景用例',
'ms.case.associate.UIScenario': 'UI 场景用例',
'ms.case.associate.performanceCase': '性能用例',
'ms.case.associate.testSet': '测试点',
'ms.case.associate.addAssociatedCase': '添加已关联用例',

View File

@ -5,7 +5,7 @@ export default {
'ms.paramsInput.previewClick': '点击获取',
'ms.paramsInput.natural': '自然数',
'ms.paramsInput.naturalDesc': '返回一个随机的自然数',
'ms.paramsInput.naturalRange': '1-100自然数',
'ms.paramsInput.naturalRange': '1-100 自然数',
'ms.paramsInput.naturalRangeDesc': '返回一个随机的1-100的自然数大于等于 1 的整数)',
'ms.paramsInput.max': '最大值',
'ms.paramsInput.maxNaturalPlaceholder': '输入 <=100 的整数,如 100',
@ -13,12 +13,12 @@ export default {
'ms.paramsInput.minNaturalPlaceholder': '输入 >=1的整数如 1',
'ms.paramsInput.integer': '整数',
'ms.paramsInput.integerDesc': '返回一个随机的整数',
'ms.paramsInput.integerRange': '1-100整数',
'ms.paramsInput.integerRangeDesc': '返回随机的1-100的整数',
'ms.paramsInput.integerRange': '1-100 整数',
'ms.paramsInput.integerRangeDesc': '返回随机的 1-100 的整数',
'ms.paramsInput.maxIntegerPlaceholder': '输入整数,如 100最大不超过 100',
'ms.paramsInput.minIntegerPlaceholder': '输入整数,如 1',
'ms.paramsInput.float': '浮点数',
'ms.paramsInput.floatDesc': '返回一个随机的浮点数,整数1-10小数部分位数的最小位数2最大位数5',
'ms.paramsInput.floatDesc': '返回一个随机的浮点数,整数 1-10小数部分位数的最小位数 2最大位数 5',
'ms.paramsInput.floatMin': '小数部分位数最小位数',
'ms.paramsInput.floatMax': '小数部分位数最大位数',
'ms.paramsInput.floatIntegerMin': '整数部分最小值',
@ -38,7 +38,7 @@ export default {
'ms.paramsInput.characterSymbolDesc': '返回一个随机的特殊符号',
'ms.paramsInput.characterFormat': '格式',
'ms.paramsInput.string': '字符串',
'ms.paramsInput.stringDesc': '从字符串池返回一个随机字符串,字符数1-10',
'ms.paramsInput.stringDesc': '从字符串池返回一个随机字符串,字符数 1-10',
'ms.paramsInput.stringMin': '最小字符数',
'ms.paramsInput.stringMax': '最大字符数',
'ms.paramsInput.integerArray': '整型数组',
@ -56,7 +56,7 @@ export default {
'ms.paramsInput.nowDateTimeDesc': '返回当前日期字符串。例2014-04-29 20:08:38',
'ms.paramsInput.uuidDesc': '随机生成一个 UUID。例eFD616Bd-e149-c98E-a041-5e12ED0C94Fd',
'ms.paramsInput.url': '网址',
'ms.paramsInput.urlDesc': '随机生成一个http URL',
'ms.paramsInput.urlDesc': '随机生成一个 http URL',
'ms.paramsInput.urlPlaceholder': '请输入内容',
'ms.paramsInput.protocol': '协议',
'ms.paramsInput.protocolDesc': '随机生成一个 URL 协议。例http ftp',
@ -144,14 +144,14 @@ export default {
'ms.paramsInput.lengthDesc': '数据长度',
'ms.paramsInput.numberDesc': '字符串转数字',
'ms.paramsInput.paramSetting': '参数设置',
'ms.paramsInput.mockType': 'Mock类型',
'ms.paramsInput.jmeterType': 'JMeter类型',
'ms.paramsInput.mockType': 'Mock 类型',
'ms.paramsInput.jmeterType': 'JMeter 类型',
'ms.paramsInput.mockTypePlaceholder': '请选择参数类型',
'ms.paramsInput.personal': '个人信息',
'ms.paramsInput.dateOrTime': '日期/时间',
'ms.paramsInput.cText': '中文文本',
'ms.paramsInput.eText': '英文文本',
'ms.paramsInput.web': 'web变量',
'ms.paramsInput.web': 'web 变量',
'ms.paramsInput.number': '数字',
'ms.paramsInput.base': '基础变量',
'ms.paramsInput.apply': '应用',
@ -199,7 +199,7 @@ export default {
'ms.paramsInput.threadNum': '获取线程组号',
'ms.paramsInput.threadGroupName': '获取线程组名称',
'ms.paramsInput.samplerName': '获取采样器名称(标签)',
'ms.paramsInput.machineIP': '获取本机IP地址',
'ms.paramsInput.machineIP': '获取本机 IP 地址',
'ms.paramsInput.machineName': '获取本地机器名',
'ms.paramsInput.TestPlanName': '返回当前测试计划的名称',
'ms.paramsInput.log': '记录(或显示)一条消息(并返回值)',
@ -209,6 +209,6 @@ export default {
'ms.paramsInput.char': '从数字列表生成 Unicode 字符值',
'ms.paramsInput.changeCase': '根据不同模式更改大小写',
'ms.paramsInput.regexFunction': '使用正则表达式解析先前的响应',
'ms.paramsInput.sqlOperationName': '请输入SQL 操作名称',
'ms.paramsInput.sqlOperationName': '请输入 SQL 操作名称',
'ms.paramsInput.sqlOperationNameDesc': 'SQL 操作名称',
};

View File

@ -34,7 +34,7 @@ export default {
'ms.personal.setValidTime': '设置有效时间',
'ms.personal.createTime': '创建时间',
'ms.personal.copySuccess': '复制成功',
'ms.personal.maxTip': '最多可添加 5 个API KEY',
'ms.personal.maxTip': '最多可添加 5 个 API KEY',
'ms.personal.confirmClose': '确认关闭吗?',
'ms.personal.closeTip': '关闭后,将导致使用该 Access Key 执行的测试任务执行失败,请谨慎操作!',
'ms.personal.closeSuccess': '关闭成功',
@ -47,10 +47,10 @@ export default {
'ms.personal.expiredTime': '到期时间',
'ms.personal.expiredTimeRequired': '到期时间不能为空',
'ms.personal.accessKeyDesc': 'Access Key 描述',
'ms.personal.accessKeyDescPlaceholder': '请输入Access Key 描述',
'ms.personal.accessKeyDescPlaceholder': '请输入 Access Key 描述',
'ms.personal.localExecution': '本地执行',
'ms.personal.apiLocalExecution': '接口本地执行',
'ms.personal.apiLocalExecutionPlaceholder': '请输入本地接口执行程序URL回车检测',
'ms.personal.apiLocalExecutionPlaceholder': '请输入本地接口执行程序 URL回车检测',
'ms.personal.apiLocalExecutionOpen': '接口本地优先执行已开启',
'ms.personal.apiLocalExecutionClose': '接口本地优先执行已关闭',
'ms.personal.uiLocalExecution': 'UI 本地执行',

View File

@ -20,5 +20,5 @@ export default {
'ms.json.schema.convertFailed': '数据转换失败,请重试',
'ms.json.schema.minItems': '最小元素数量',
'ms.json.schema.maxItems': '最大元素数量',
'ms.json.schema.illegalJsonConvertFailed': '转换失败,请检查输入的json 结构是否合法',
'ms.json.schema.illegalJsonConvertFailed': '转换失败,请检查输入的 json 结构是否合法',
};

View File

@ -1,3 +1,3 @@
export default {
'ms.jsonpathPicker.xmlNotValid': '非法的XML文本',
'ms.jsonpathPicker.xmlNotValid': '非法的 XML 文本',
};

View File

@ -1,6 +1,6 @@
export default {
'ms.passwordInput.passwordPlaceholder': '请输入密码',
'ms.passwordInput.passwordTipTitle': '密码须同时符合,仅支持以下规则',
'ms.passwordInput.passwordLengthRule': '长度为8-32位',
'ms.passwordInput.passwordLengthRule': '长度为 8-32 位',
'ms.passwordInput.passwordWordRule': '必须包含数字和字母,不允许输入中文或空格,允许输入的特殊符号范围:{symbol}',
};

View File

@ -1,5 +1,5 @@
export default {
'ms.tagsInput.tagsDuplicateText': '已存在相同的标签',
'ms.tagsInput.tagsInputPlaceholder': '添加标签,回车结束',
'ms.tagsInput.tagLimitTip': '标签限制10个超出的标签不会被添加',
'ms.tagsInput.tagLimitTip': '标签限制 10 个,超出的标签不会被添加',
};

View File

@ -1,8 +1,8 @@
export default {
'apiTestDebug.newApi': '新建请求',
'apiTestDebug.importApi': '导入请求',
'apiTestDebug.urlPlaceholder': '请输入包含 http/https 的完整URL',
'apiTestDebug.definitionUrlPlaceholder': '输入接口URL以“/”开始',
'apiTestDebug.urlPlaceholder': '请输入包含 http/https 的完整 URL',
'apiTestDebug.definitionUrlPlaceholder': '输入接口 URL以“/”开始',
'apiTestDebug.serverExec': '服务端执行',
'apiTestDebug.localExec': '本地执行',
'apiTestDebug.noMatchModule': '暂无匹配的模块数据',
@ -176,7 +176,7 @@ export default {
'apiTestDebug.requestNameRequired': '请求名称不能为空',
'apiTestDebug.requestNamePlaceholder': '请输入请求名称',
'apiTestDebug.requestUrl': '请求 URL',
'apiTestDebug.requestUrlRequired': '请求 URL不能为空',
'apiTestDebug.requestUrlRequired': '请求 URL 不能为空',
'apiTestDebug.apiUrlRequired': 'URL 不能为空',
'apiTestDebug.requestModule': '请求所属模块',
'apiTestDebug.closeOther': '关闭其他请求',

View File

@ -26,13 +26,13 @@ export default {
'apiTestManagement.recycle.recoveredSuccessfully': '恢复成功',
'apiTestManagement.recycle.batchCleanOut': '彻底删除',
'apiTestManagement.recycle.completedDeleteCaseTitle': '确认彻底删除 {name} 吗?',
'apiTestManagement.recycle.cleanOutDeleteOnRecycleTip': '删除后API无法恢复,请谨慎操作!',
'apiTestManagement.recycle.cleanOutDeleteOnRecycleTip': '删除后API 无法恢复,请谨慎操作!',
'apiTestManagement.recycle.batchDeleteApiTip': '确认彻底删除已选中的 {count} 个接口吗?',
'apiTestManagement.share': '分享 API',
'apiTestManagement.shareModule': '分享模块',
'apiTestManagement.doc': '文档',
'apiTestManagement.closeAll': '关闭全部tab',
'apiTestManagement.closeOther': '关闭其他tab',
'apiTestManagement.closeAll': '关闭全部 tab',
'apiTestManagement.closeOther': '关闭其他 tab',
'apiTestManagement.showSubdirectory': '显示子目录用例',
'apiTestManagement.searchPlaceholder': '输入 ID/名称/api路径搜索',
'apiTestManagement.searchTaskPlaceholder': '输入资源ID/名称/URL搜索',
@ -84,8 +84,8 @@ export default {
'apiTestManagement.importSwaggerFileTip1': '支持 Swagger 3.0 版本的 json 文件,',
'apiTestManagement.importSwaggerFileTip2': '2.0 文件可以在官网一键转换 3.0',
'apiTestManagement.importSwaggerFileTip3': ',大小不超过 {size}M',
'apiTestManagement.importPostmanFileTip': 'Postman仅支持文件导入且只支持v2.1格式的json文件',
'apiTestManagement.urlImportPlaceholder': '请输入OpenAPI/URL',
'apiTestManagement.importPostmanFileTip': 'Postman 仅支持文件导入,且只支持 v2.1 格式的 json 文件',
'apiTestManagement.urlImportPlaceholder': '请输入 OpenAPI/URL',
'apiTestManagement.swaggerURLRequired': 'SwaggerURL 不能为空',
'apiTestManagement.basicAuth': 'Basic Auth 认证',
'apiTestManagement.account': '账号',
@ -164,7 +164,7 @@ export default {
'apiTestManagement.pleaseInputJsonSchema': '请先输入 Schema 后再进行自动生成',
'apiTestManagement.protocolIsEmpty': '接口协议为空',
'apiTestManagement.protocolEmptyTip': '列表展示数据为空,请选择协议',
'apiTestManagement.exportSwaggerTip': 'Swagger格式仅支持导出HTTP协议的请求',
'apiTestManagement.exportSwaggerTip': 'Swagger 格式仅支持导出 HTTP 协议的请求',
'apiTestManagement.moduleNotExist': '模块不存在',
'apiTestManagement.shareList': '分享列表',
'apiTestManagement.newCreateShare': '新建分享',
@ -176,7 +176,7 @@ export default {
'apiTestManagement.passwordAccess': '密码访问',
'apiTestManagement.sharePasswordPlaceholder': '请输入分享密码',
'apiTestManagement.apiShareNum': '接口数量',
'apiTestManagement.apiShareNumberTip': '分享的接口数量为0请检查',
'apiTestManagement.apiShareNumberTip': '分享的接口数量为 0请检查',
'apiTestManagement.apiSharePsdError': '密码错误',
'apiTestManagement.allowExport': '允许导出',
'apiTestManagement.permanent': '永久有效',
@ -218,7 +218,7 @@ export default {
'case.tableColumnUpdateTime': '更新时间',
'case.lastReportStatus': '执行结果',
'case.passRate': '用例通过率',
'case.passRateTip': '用例执行success数/用例执行总数*%',
'case.passRateTip': '用例执行 success 数/用例执行总数*%',
'case.batchModalSubTitle': '(已选 {count} 个用例)',
'case.batchDeleteCaseTip': '确认删除已选中的 {count} 个用例吗?',
'case.batchDeleteCaseTipTitle': '确认删除 {name} 吗?',
@ -272,7 +272,7 @@ export default {
'mockManagement.apiPath': '接口路径',
'mockManagement.operationUser': '操作人',
'mockManagement.updateTime': '更新时间',
'mockManagement.copyMock': '复制Mock地址',
'mockManagement.copyMock': '复制 Mock 地址',
'mockManagement.batchEnable': '批量启用',
'mockManagement.batchDisEnable': '批量禁用',
'mockManagement.batchDeleteMockTip': '确认删除已选中的 {count} 个 Mock 吗?',

View File

@ -25,7 +25,7 @@ export default {
'apiScenario.changeHistory': '变更历史',
'apiScenario.dependency': '依赖关系',
'apiScenario.quote': '引用关系',
'apiScenario.executeRateTip': '场景执行success数/场景执行总数*%',
'apiScenario.executeRateTip': '场景执行 success数/场景执行总数*%',
'apiScenario.params.convention': '常规参数',
'apiScenario.params.csv': 'CSV 参数',
'apiScenario.params.csvName': 'CSV 名称',
@ -89,7 +89,7 @@ export default {
'apiScenario.execute': '执行',
'apiScenario.prev': '上一次',
'apiScenario.next': '下一次',
'apiScenario.sumLoop': '共{count}次循环',
'apiScenario.sumLoop': '共 {count} 次循环',
'apiScenario.times': '次',
'apiScenario.executionResult': '执行结果',
'apiScenario.refreshRefScenario': '刷新引用场景数据',

View File

@ -12,7 +12,7 @@ export default {
'invite.repasswordNotSame': '两次输入的密码不一致',
'invite.confirm': '确认',
'invite.passwordTipTitle': '密码须同时符合,仅支持以下规则',
'invite.passwordLengthRule': '长度为8-32位',
'invite.passwordLengthRule': '长度为 8-32 位',
'invite.passwordWordRule': '必须包含数字和字母,不允许输入中文或空格',
'invite.success': '注册成功',
'invite.overTime': '邀请链接已过期',

View File

@ -119,7 +119,7 @@ export default {
permanentlyDelete: '彻底删除',
permanentlyDeleteTip: '是否彻底删除 {name} 缺陷?',
deleteContent: '删除后,缺陷无法恢复,请谨慎操作!',
batchDelete: '是否彻底删除{count}条缺陷?',
batchDelete: '是否彻底删除 {count} 条缺陷?',
searchPlaceholder: '通过 ID/名称搜索',
deleteTime: '删除时间',
deleteMan: '删除人',

View File

@ -154,7 +154,7 @@ export default {
'caseManagement.featureCase.comments': '评论',
'caseManagement.featureCase.changeHistory': '变更历史',
'caseManagement.featureCase.demandPlatform': '平台',
'caseManagement.featureCase.pleaseEnterID': '请输入ID',
'caseManagement.featureCase.pleaseEnterID': '请输入 ID',
'caseManagement.featureCase.requirementTitle': '需求标题',
'caseManagement.featureCase.pleaseEnterTitle': '请输入需求标题',
'caseManagement.featureCase.requirementUrl': '需求地址',
@ -273,7 +273,7 @@ export default {
'caseManagement.featureCase.searchPlaceholder': '通过 ID/名称/标签搜索',
'caseManagement.featureCase.ModuleOwned': '所属模块',
'caseManagement.featureCase.excelImportTip': '仅支持 xls/xlsx 格式的文件',
'caseManagement.featureCase.xmindImportTip': '仅支持xmind格式的文件',
'caseManagement.featureCase.xmindImportTip': '仅支持 xmind 格式的文件',
'caseManagement.featureCase.AssociatedSuccess': '关联成功',
'caseManagement.featureCase.deleteFile': '确认删除文件 {name} 吗',
'caseManagement.featureCase.deleteFileTip': '删除后,文件无法恢复,请谨慎操作!',

View File

@ -15,7 +15,7 @@ export default {
'login.form.oauth2Test': 'OAuth2 测试',
'login.form.modeLoginMethods': '更多登录方式',
'login.form.accountLogin': '账号登录',
'login.form.LDAPLogin': 'LDAP登录',
'login.form.LDAPLogin': 'LDAP 登录',
'login.form.username': '用户名',
'login.form.password': '密码',
'login.form.loading': '登录中',

View File

@ -53,7 +53,7 @@ export default {
'project.commonScript.saveAsDraft': '保存为草稿',
'project.commonScript.saveDraftSuccessfully': '保存草稿成功',
'project.commonScript.appliedSuccessfully': '应用成功',
'project.code_segment.importApiTest': '从API定义导入',
'project.code_segment.importApiTest': '从 API 定义导入',
'project.code_segment.newApiTest': '新API测试(JSON)',
'project.processor.codeTemplateGetVariable': '获取变量',
'project.processor.codeTemplateSetVariable': '设置变量',

View File

@ -12,7 +12,7 @@ export default {
'project.environmental.ENVIRONMENT': '环境',
'project.environmental.ENVIRONMENT_PARAM': '全局参数',
'project.environmental.globalVariable': '参数',
'project.environmental.supportFormat': '仅支持MeterSphere导出的Json文件单个大小不超过 {size}M',
'project.environmental.supportFormat': '仅支持 MeterSphere 导出的 Json 文件,单个大小不超过 {size}M',
'project.environmental.importTile': '注意!导入后会覆盖原全局参数',
'project.environmental.mustContain': '必含',
'project.environmental.searchParamsHolder': '通过名称/标签搜索',
@ -36,10 +36,10 @@ export default {
'project.environmental.database': '数据库',
'project.environmental.pre': '前置',
'project.environmental.post': '后置',
'project.environmental.scenePreAlertDesc': '场景执行前执行一次,如token获取及场景初始化',
'project.environmental.scenePostAlertDesc': '场景执行后执行一次,如token获取及场景初始化',
'project.environmental.requestPreAlertDesc': '每一个API步骤执行前均执行一次如请求内容加密',
'project.environmental.requestPostAlertDesc': '每一个API步骤执行后均执行一次如请求内容加密',
'project.environmental.scenePreAlertDesc': '场景执行前执行一次,如 token 获取及场景初始化',
'project.environmental.scenePostAlertDesc': '场景执行后执行一次,如 token 获取及场景初始化',
'project.environmental.requestPreAlertDesc': '每一个 API 步骤执行前均执行一次,如请求内容加密',
'project.environmental.requestPostAlertDesc': '每一个 API 步骤执行后均执行一次,如请求内容加密',
'project.environmental.host': '域名',
'project.environmental.assert': '断言',
'project.environmental.displaySetting': '显示设置',
@ -54,9 +54,9 @@ export default {
'project.environmental.http.applyScope': '应用范围',
'project.environmental.http.enableScope': '启用范围',
'project.environmental.http.value': '值',
'project.environmental.http.add': '添加HTTP',
'project.environmental.http.edit': '更新HTTP',
'project.environmental.http.copy': '复制HTTP',
'project.environmental.http.add': '添加 HTTP',
'project.environmental.http.edit': '更新 HTTP',
'project.environmental.http.copy': '复制 HTTP',
'project.environmental.http.hostName': '域名',
'project.environmental.http.hostNameRequired': '域名必填',
'project.environmental.http.httpHostNamePlaceholder': '例如127.0.0.1',
@ -68,7 +68,7 @@ export default {
'project.environmental.http.module': '模块',
'project.environmental.http.path': '路径',
'project.environmental.http.apiModuleSelect': '接口模块选择',
'project.environmental.http.uiModuleSelect': '选择UI测试模块',
'project.environmental.http.uiModuleSelect': '选择 UI 测试模块',
'project.environmental.http.pathRequired': '路径必填',
'project.environmental.http.pathPlaceholder': '请输入路径',
'project.environmental.http.containChildModule': '包含新增子模块',

View File

@ -72,7 +72,7 @@ export default {
'project.messageManagement.groupName': '群名称',
'project.messageManagement.internalRobot': '内部机器人',
'project.messageManagement.customRobot': '自定义机器人',
'project.messageManagement.larkRobotTip': '通过webhook将自定义服务的消息推送至飞书',
'project.messageManagement.larkRobotTip': '通过 webhook 将自定义服务的消息推送至飞书',
'project.messageManagement.editMessage': '更新模板',
'project.messageManagement.messageScript': '消息脚本',
'project.messageManagement.scriptTip': '展示消息通知的具体内容,以及引用的消息变量',

View File

@ -26,7 +26,7 @@ export default {
'project.menu.API_SCRIPT_REVIEWER_TIP': '接口用例中包含脚本步骤需要指定用户审核;可更改审核人',
'project.menu.API_ERROR_REPORT_RULE': '误报规则',
'project.menu.API_ERROR_REPORT_RULE_TIP': '当接口返回结果匹配上误报规则后,会将接口结果处理为误报',
'project.menu.API_SYNC_CASE': '变更同步CASE',
'project.menu.API_SYNC_CASE': '变更同步 CASE',
'project.menu.TASK_CLEAN_REPORT': '任务执行结果保留时间',
'project.menu.TASK_RECORD': '系统执行任务保留时间',
@ -44,7 +44,7 @@ export default {
'project.menu.row5': '评审活动中用例发生变更,用例状态自动切换为重新提审',
'project.menu.reArraignment': '“用例名称”、“用例步骤信息”的变更会触发,其他变更不触发',
'project.menu.row6': '开启后,接口定义模块重复性校验将不校验 URL',
'project.menu.row7': '当接口定义发生变更后,自动同步接口CASE',
'project.menu.row7': '当接口定义发生变更后,自动同步接口 CASE',
'project.menu.notConfig': '未配置第三方信息,点击',
'project.menu.configure': '进行配置',
'project.menu.status': '状态',

View File

@ -61,8 +61,8 @@ export default {
'system.orgTemplate.dateFormat': '日期格式',
'system.orgTemplate.formatPlaceholder': '请选择格式',
'system.orgTemplate.optionsPlaceholder': '请输入选项',
'system.orgTemplate.optionsIdPlaceholder': '请输入选项ID',
'system.orgTemplate.optionsIdTip': '选项ID不能为空',
'system.orgTemplate.optionsIdPlaceholder': '请输入选项 ID',
'system.orgTemplate.optionsIdTip': '选项 ID 不能为空',
'system.orgTemplate.updateTip': '确认更新 {name} 吗?',
'system.orgTemplate.updateDescription': '更新后,使用该字段的{type}将同步更新',
'system.orgTemplate.confirm': '确定',
@ -76,7 +76,7 @@ export default {
'system.orgTemplate.templatePreview': '模板预览',
'system.orgTemplate.templateName': '模板名称',
'system.orgTemplate.templateNamePlaceholder': '请输入模板名称',
'system.orgTemplate.description.too.long': '缺陷内容默认值长度超过1500!',
'system.orgTemplate.description.too.long': '缺陷内容默认值长度超过 1500!',
'system.orgTemplate.optionalField': '可选字段',
'system.orgTemplate.selectAll': '全选',
'system.orgTemplate.systemField': '系统字段',

View File

@ -6,8 +6,8 @@ export default {
'system.authorized.authorizedVersion': '版本',
'system.authorized.authorizationsCount': '授权数量',
'system.authorized.authorizationStatus': '授权状态',
'system.authorized.authorityChecking': '导入License',
'system.authorized.authorityUpdate': '更新License',
'system.authorized.authorityChecking': '导入 License',
'system.authorized.authorityUpdate': '更新 License',
'system.authorized.valid': '有效',
'system.authorized.invalid': '无效',
'system.authorized.failure': '失败',

View File

@ -32,13 +32,13 @@ export default {
'system.config.email.updateTitle': '更新邮件设置',
'system.config.email.update': '更新',
'system.config.email.hostRequired': 'SMTP 主机不能为空',
'system.config.email.hostPlaceholder': '请输入SMTP 主机地址',
'system.config.email.hostPlaceholder': '请输入 SMTP 主机地址',
'system.config.email.portRequired': 'SMTP 端口不能为空',
'system.config.email.portPlaceholder': '请输入SMTP 端口',
'system.config.email.portPlaceholder': '请输入 SMTP 端口',
'system.config.email.accountRequired': 'SMTP 账户不能为空',
'system.config.email.accountPlaceholder': '请输入SMTP 账户',
'system.config.email.accountPlaceholder': '请输入 SMTP 账户',
'system.config.email.passwordRequired': 'SMTP 密码不能为空',
'system.config.email.passwordPlaceholder': '请输入SMTP 密码',
'system.config.email.passwordPlaceholder': '请输入 SMTP 密码',
'system.config.email.fromPlaceholder': '请输入指定发件人邮箱',
'system.config.email.fromTip': '注:必须是邮件服务器验证通过的邮箱,否则默认为 SMTP 账户发送',
'system.config.email.recipientPlaceholder': '请输入测试收件人邮箱',
@ -69,11 +69,11 @@ export default {
'背景图建议使用 SVG 格式;矢量图建议尺寸 800*900位图建议尺寸 800*900图片大小仅支持 1 MB 以内',
'system.config.page.slogan': 'Slogan',
'system.config.page.sloganPlaceholder': '请输入 Slogan',
'system.config.page.sloganRequired': 'Slogan不能为空',
'system.config.page.sloganTip': '产品Logo下的 Slogan',
'system.config.page.sloganRequired': 'Slogan 不能为空',
'system.config.page.sloganTip': '产品 Logo 下的 Slogan',
'system.config.page.title': '网站名称',
'system.config.page.titlePlaceholder': '请输入网站名称',
'system.config.page.titleTip': '显示在网页Tab的名称',
'system.config.page.titleTip': '显示在网页 Tab 的名称',
'system.config.page.loginPreviewTip': 'tips:默认为 MeterSphere 系统界面,支持自定义平台界面设置',
'system.config.page.platformConfig': '设置',
'system.config.page.platformLogo': 'Logo',
@ -144,7 +144,7 @@ export default {
'system.config.auth.userInfoUrl': '用户信息端地址',
'system.config.auth.userInfoUrlRequired': '用户信息端地址不能为空',
'system.config.auth.clientId': '客户端 ID',
'system.config.auth.clientIdRequired': '客户端 ID不能为空',
'system.config.auth.clientIdRequired': '客户端 ID 不能为空',
'system.config.auth.clientIdPlaceholder': '例如metersphere',
'system.config.auth.clientSecret': '客户端密钥',
'system.config.auth.clientSecretRequired': '客户端密钥不能为空',
@ -201,17 +201,17 @@ export default {
'system.config.memoryCleanup.setSuccess': '设置成功',
'system.config.memoryCleanup.saveCount': '保留条数',
'system.config.memoryCleanup.saveCountTip': '对系统内所有的项目生效,系统会在凌晨清除超出设置的变更历史记录',
'system.config.memoryCleanup.numberTip': '系统默认最大保留条数为100000条超过则为您保留全部记录',
'system.config.qrCodeConfig.corpId': '企业ID',
'system.config.qrCodeConfig.agentId': '应用ID',
'system.config.qrCodeConfig.appKey': '应用key',
'system.config.memoryCleanup.numberTip': '系统默认最大保留条数为 100000 条,超过则为您保留全部记录',
'system.config.qrCodeConfig.corpId': '企业 ID',
'system.config.qrCodeConfig.agentId': '应用 ID',
'system.config.qrCodeConfig.appKey': '应用 key',
'system.config.qrCodeConfig.appSecret': '应用密钥',
'system.config.qrCodeConfig.callBack': '回调域名',
'system.config.qrCodeConfig.enable': '状态',
'system.config.qrCodeConfig.valid': '是否可用',
'system.config.qrCodeConfig.corpId.required': '企业ID不能为空',
'system.config.qrCodeConfig.agentId.required': '应用ID不能为空',
'system.config.qrCodeConfig.appKey.required': '应用key不能为空',
'system.config.qrCodeConfig.corpId.required': '企业 ID 不能为空',
'system.config.qrCodeConfig.agentId.required': '应用 ID 不能为空',
'system.config.qrCodeConfig.appKey.required': '应用 key 不能为空',
'system.config.qrCodeConfig.appSecret.required': '应用密钥不能为空',
'system.config.qrCodeConfig.callBack.required': '回调域名不能为空',
'system.config.fileLimit': '文件大小限制',

View File

@ -6,7 +6,7 @@ export default {
'system.plugin.tableDisable': '禁用',
'system.plugin.edit': '编辑',
'system.plugin.tableColumnsName': '名称',
'system.plugin.tableColumnsJarPackage': 'jar包',
'system.plugin.tableColumnsJarPackage': 'jar 包',
'system.plugin.tableColumnsVersion': '版本',
'system.plugin.tableColumnsCreateTime': '创建时间',
'system.plugin.tableColumnsUpdateTime': '更新时间',
@ -25,10 +25,10 @@ export default {
'system.plugin.name': '插件名称',
'system.plugin.defaultJarNameTip': '默认为包名',
'system.plugin.appOrganize': '应用组织',
'system.plugin.tableColumnsJar': 'jar包',
'system.plugin.tableColumnsJar': 'jar 包',
'system.plugin.tableNoData': '暂无数据,请',
'system.plugin.pluginDescription': '请对该插件进行描述',
'system.plugin.supportFormat': '只支持JAR格式文件文件大小不超过{size}M',
'system.plugin.supportFormat': '只支持 JAR 格式文件,文件大小不超过 {size} M',
'system.plugin.interfaceTestDescribe': '协议类的插件建议选择接口测试',
'system.plugin.projectMangerDescribe': '项目管理平台类建议选择项目管理',
'system.plugin.deletePluginTip': '确认删除 {name} 这个插件吗?',
@ -87,5 +87,5 @@ export default {
'system.plugin.switchAllOrganizeTip': '插件将对所有组织可见',
'system.plugin.switchSectionOrganizeTip': '插件将对指定组织可见',
'system.plugin.changeOrganizeTip': ' 变更组织会导致历史数据不可用,请谨慎操作!',
'system.plugin.supportFormatType': '仅支持JAR格式的文件',
'system.plugin.supportFormatType': '仅支持 JAR 格式的文件',
};

View File

@ -61,7 +61,7 @@ export default {
'system.resourcePool.uiGridPlaceholder': '请输入',
'system.resourcePool.uiGridExample': '例如:{grid}',
'system.resourcePool.uiGridRequired': 'selenium-grid 不能为空',
'system.resourcePool.girdConcurrentNumber': 'grid最大线程数',
'system.resourcePool.girdConcurrentNumber': 'grid 最大线程数',
'system.resourcePool.type': '类型',
'system.resourcePool.addResource': '添加节点',
'system.resourcePool.singleAdd': '单个添加',
@ -100,7 +100,7 @@ export default {
'system.resourcePool.testResourceDTO.deployName': 'Deploy Name',
'system.resourcePool.testResourceDTO.deployNameRequired': 'Deploy Name 不能为空',
'system.resourcePool.testResourceDTO.deployNamePlaceholder':
'执行接口测试需要部署 Daemonset.yaml 或 Deployment .yaml文件',
'执行接口测试需要部署 Daemonset.yaml 或 Deployment .yaml 文件',
'system.resourcePool.testResourceDTO.apiTestImage': 'API 镜像',
'system.resourcePool.testResourceDTO.apiTestImageRequired': 'API 镜像不能为空',
'system.resourcePool.testResourceDTO.apiTestImagePlaceholder': '请输入 API 镜像',
@ -110,13 +110,13 @@ export default {
'system.resourcePool.testResourceDTO.podThreadsTip': '社区版单个任务最大并发数为 3如需更大并发数 可申请企业版试用',
'system.resourcePool.testResourceDTO.downloadRoleYaml': '下载 YAML 文件',
'system.resourcePool.testResourceDTO.downloadRoleYamlTip': '请先填写命名空间再下载YAML文件',
'system.resourcePool.testResourceDTO.downloadDeployYamlTip': '请先填写命名空间 和 Deploy Name 再下载YAML文件',
'system.resourcePool.testResourceDTO.downloadDeployYamlTip': '请先填写命名空间 和 Deploy Name 再下载 YAML 文件',
'system.resourcePool.testResourceDTO.downloadDaemonsetYaml': 'Daemonset.yaml',
'system.resourcePool.testResourceDTO.downloadDeploymentYaml': 'Deployment.yaml',
'system.resourcePool.customJobTemplate': '自定义 Job 模板',
'system.resourcePool.jobTemplate': 'Job 模板',
'system.resourcePool.jobTemplateTip':
'Kubernetes Job 模板是一个YAML格式的文本用于定义Job的运行参数您可以在此处编辑Job模板。',
'Kubernetes Job 模板是一个 YAML 格式的文本,用于定义 Job 的运行参数,您可以在此处编辑 Job 模板。',
'system.resourcePool.jobTemplateReset': '重置 Job 模板',
'system.resourcePool.addSuccess': '添加资源池成功',
'system.resourcePool.updateSuccess': '更新资源池成功',
@ -127,7 +127,7 @@ export default {
'system.resourcePool.concurrentNumberMinToolTip': '社区版单个节点最大并发数为 10如需更大并发数可申请',
'system.resourcePool.notExit': '资源池不存在',
'system.resourcePool.remainingConcurrency': '剩余并发数',
'system.resourcePool.taskID': '任务ID',
'system.resourcePool.taskID': '任务 ID',
'system.resourcePool.taskName': '任务名称',
'system.resourcePool.useCaseName': '用例名称',
'system.resourcePool.capacityNode': '节点',

View File

@ -31,7 +31,7 @@ export default {
'system.user.resetPswTip': '是否将 {name} 的密码重置为初始密码?',
'system.user.batchResetPswTip': '是否将选中的 {count} 个用户的密码重置为初始密码?',
'system.user.resetPswContent': '初始的密码为用户邮箱,下次登录时生效',
'system.user.resetAdminPswContent': '初始的密码为metersphere下次登录时生效',
'system.user.resetAdminPswContent': '初始的密码为 metersphere下次登录时生效',
'system.user.resetPswConfirm': '确认重置',
'system.user.resetPswCancel': '取消',
'system.user.resetPswSuccess': '重置成功',
@ -42,7 +42,7 @@ export default {
'system.user.createUserTip': '初始密码为邮箱地址',
'system.user.createUserName': '姓名',
'system.user.createUserNameNotNull': '姓名不能为空',
'system.user.createUserNameOverLength': '姓名长度不能超过50',
'system.user.createUserNameOverLength': '姓名长度不能超过 50',
'system.user.createUserNamePlaceholder': '请输入用户姓名',
'system.user.createUserEmail': '邮箱',
'system.user.createUserEmailNotNull': '邮箱不能为空',
@ -51,7 +51,7 @@ export default {
'system.user.createUserEmailExist': '邮箱已存在',
'system.user.createUserEmailPlaceholder': '请输入邮箱地址',
'system.user.createUserPhone': '手机',
'system.user.createUserPhoneErr': '请输入11位手机号',
'system.user.createUserPhoneErr': '请输入 11 位手机号',
'system.user.createUserPhonePlaceholder': '请输入 11 位手机号',
'system.user.createUserOrganization': '组织',
'system.user.createUserOrganizationPlaceholder': '请选择用户组织',
@ -74,7 +74,7 @@ export default {
'system.user.importModalTip': '用户组仅支持添加系统存在的用户组',
'system.user.importDownload': '下载模板',
'system.user.importModalDragText': '拖拽或点击此区域选择文件',
'system.user.importModalFileTip': '只支持 xls/xlsx格式文件,文件大小不超过 {size}M',
'system.user.importModalFileTip': '只支持 xls/xlsx 格式文件,文件大小不超过 {size}M',
'system.user.importModalCancel': '取消',
'system.user.importModalConfirm': '导入',
'system.user.importModalUploading': '文件上传中...',

View File

@ -45,8 +45,8 @@ export default {
TEST_PLAN: '测试计划',
BUG_MANAGEMENT: '缺陷管理',
CASE_MANAGEMENT: '用例管理',
UI_TEST: 'UI测试',
API_TEST: 'API测试',
UI_TEST: 'UI 测试',
API_TEST: 'API 测试',
LOAD_TEST: '性能测试',
PERSONAL: '我的设置',
isDeleteUserGroup: '是否删除: {name}?',

View File

@ -51,7 +51,7 @@ export default {
'ms.taskCenter.scheduledTask': '定时执行',
'ms.taskCenter.batchCaseTask': '用例批量执行任务',
'ms.taskCenter.batchScenarioTask': '场景批量执行任务',
'ms.taskCenter.apiImport': 'API导入',
'ms.taskCenter.apiImport': 'API 导入',
'ms.taskCenter.apiScenario': '接口场景',
'ms.taskCenter.thirdPartSync': '第三方同步',
'ms.taskCenter.openTaskSuccess': '任务开启成功',

View File

@ -26,7 +26,7 @@ export default {
'report.completed': '已完成',
'report.detail.reportSummary': '报告总结',
'report.detail.bugDetails': '缺陷明细',
'report.detail.caseDetailSearchPlaceholder': '通过ID/名称/模块名称搜索',
'report.detail.caseDetailSearchPlaceholder': '通过 ID/名称/模块名称搜索',
'report.detail.featureCaseDetails': '用例明细',
'report.detail.executionAnalysis': '执行分析',
'report.detail.threshold': '通过阈值',
@ -54,7 +54,7 @@ export default {
'report.detail.subPlanDetails': '子计划报告明细',
'report.detail.customTitlePlaceHolder': '请输入自定义标题',
'report.detail.baseField': '基础字段',
'report.detail.customMaxNumber': '最多可添加10个',
'report.detail.customMaxNumber': '最多可添加 10 个',
'report.detail.enterReportNamePlaceHolder': '请输入报告名称',
'report.detail.systemInternalTooltip': '系统内置,不可编辑',
'report.detail.reportNameNotEmpty': '报告名称不能为空',

View File

@ -17,7 +17,7 @@ export default {
'testPlan.testPlanIndex.executionResult': '执行结果',
'testPlan.testPlanIndex.passRate': '通过率',
'testPlan.testPlanIndex.useCount': '用例数',
'testPlan.testPlanIndex.bugCount': 'bug数',
'testPlan.testPlanIndex.bugCount': 'bug 数',
'testPlan.testPlanIndex.belongModule': '所属模块',
'testPlan.testPlanIndex.createTime': '创建时间',
'testPlan.testPlanIndex.operation': '操作',