zh-CN.js 14.6 KB
Newer Older
Q
q4speed 已提交
1
export default {
C
Captain.B 已提交
2 3
  commons: {
    'workspace': '工作空间',
S
shiziyuan9527 已提交
4
    'organization': '组织',
S
i18n  
shiziyuan9527 已提交
5
    'setting': '设置',
C
Captain.B 已提交
6
    'project': '项目',
C
Captain.B 已提交
7 8
    'name': '名称',
    'description': '描述',
Q
NaN  
q4speed 已提交
9
    'clear': '清空',
C
Captain.B 已提交
10 11 12
    'save': '保存',
    'save_success': '保存成功',
    'delete_success': '删除成功',
S
shiziyuan9527 已提交
13 14
    'modify_success': '修改成功',
    'delete_cancel': '已取消删除',
C
Captain.B 已提交
15 16 17
    'confirm': '确定',
    'cancel': '取消',
    'prompt': '提示',
S
shiziyuan9527 已提交
18
    'operating': '操作',
Q
q4speed 已提交
19
    'input_limit': '长度在 {0} 到 {1} 个字符',
C
Captain.B 已提交
20 21 22 23 24 25
    'login': '登录',
    'welcome': '欢迎回来,请输入用户名和密码登录MeterSphere',
    'username': '用户名',
    'password': '密码',
    'input_username': '请输入用户名',
    'input_password': '请输入密码',
C
i18n  
Captain.B 已提交
26 27 28
    'test': '测试',
    'create_time': '创建时间',
    'update_time': '更新时间',
C
Captain.B 已提交
29
    'add': '添加',
30 31 32 33
    'member': '成员',
    'email': '邮箱',
    'phone': '电话',
    'role': '角色',
S
shiziyuan9527 已提交
34
    'personal_info': '个人信息',
C
Captain.B 已提交
35
    'status': '状态',
C
i18n  
Captain.B 已提交
36 37
    'show_all': '显示全部',
    'report': '报告',
C
i18n  
Captain.B 已提交
38 39 40 41
    'user': '用户',
    'system': '系统',
    'personal_setting': '个人设置',
    'test_resource_pool': '测试资源池',
C
i18n  
Captain.B 已提交
42
    'system_setting': '系统设置',
C
chenjianxing 已提交
43
    'api': '接口测试',
C
i18n  
Captain.B 已提交
44
    'performance': '性能测试',
C
chenjianxing 已提交
45
    'functional': '功能测试',
C
chenjianxing 已提交
46 47
    'input_content': '请输入内容',
    'create': '新建',
C
chenjianxing 已提交
48 49
    'edit': '编辑',
    'copy': '复制',
C
chenjianxing 已提交
50 51
    'refresh': '刷新',
    'remark': '备注',
C
chenjianxing 已提交
52
    'delete': '删除',
Q
q4speed 已提交
53 54
    'not_filled': '未填写',
    'please_select': '请选择',
C
chenjianxing 已提交
55
    'search_by_name': '根据名称搜索',
S
i18n  
shiziyuan9527 已提交
56 57
    'personal_information': '个人信息',
    'exit_system': '退出系统',
C
Captain.B 已提交
58 59 60
  },
  workspace: {
    'create': '创建工作空间',
61
    'update': '修改工作空间',
62
    'delete_confirm': '删除工作空间会关联删除该工作空间下的资源,确定要删除吗?',
C
Captain.B 已提交
63 64 65
    'add': '添加工作空间',
    'input_name': '请输入工作空间名称',
    'search_by_name': '根据名称搜索',
66 67
    'organization_name': '所属组织',
    'please_choose_organization': '请选择组织',
S
shiziyuan9527 已提交
68
    'please_select_a_workspace_first': '请先选择工作空间!',
S
i18n  
shiziyuan9527 已提交
69
    'none': '无工作空间',
B
BugKing 已提交
70
    'select': '选择工作空间',
C
Captain.B 已提交
71
  },
S
shiziyuan9527 已提交
72 73 74
  organization: {
    'create': '创建组织',
    'modify': '修改组织',
75
    'delete_confirm': '删除组织会关联删除该组织下的资源,确定要删除吗?',
S
shiziyuan9527 已提交
76
    'input_name': '请输入组织名称',
77
    'select_organization': '请选择组织',
S
shiziyuan9527 已提交
78 79
    'search_by_name': '根据名称搜索',
    'special_characters_are_not_supported': '不支持特殊字符',
S
i18n  
shiziyuan9527 已提交
80 81
    'none': '无组织',
    'select': '选择组织',
S
shiziyuan9527 已提交
82
  },
C
Captain.B 已提交
83
  project: {
C
Captain.B 已提交
84 85
    'recent': '最近的项目',
    'create': '创建项目',
C
project  
Captain.B 已提交
86
    'edit': '编辑项目',
C
Captain.B 已提交
87 88
    'delete_confirm': '这个项目确定要删除吗?',
    'search_by_name': '根据名称搜索',
C
Captain.B 已提交
89
    'input_name': '请输入项目名称',
90
    'owning_workspace': '所属工作空间',
91
    'please_choose_workspace': '请选择工作空间',
C
Captain.B 已提交
92
  },
93
  member: {
94 95 96 97
    'create': '添加成员',
    'modify': '修改成员',
    'delete_confirm': '这个用户确定要删除吗?',
    'please_choose_member': '请选择成员',
S
shiziyuan9527 已提交
98 99
    'search_by_name': '根据名称搜索',
    'modify_personal_info': '修改个人信息',
100 101
    'edit_password': '修改密码',
    'edit_information': '编辑信息',
S
shiziyuan9527 已提交
102 103 104 105 106
    'input_name': '请输入名称',
    'input_email': '请输入邮箱',
    'special_characters_are_not_supported': '不支持特殊字符',
    'mobile_number_format_is_incorrect': '手机号码格式不正确',
    'email_format_is_incorrect': '邮箱格式不正确',
Q
q4speed 已提交
107
    'password_format_is_incorrect': '密码格式不正确(至少8-16个字符,至少1个大写字母,1个小写字母和1个数字)',
108 109
    'old_password': '旧密码',
    'new_password': '新密码',
S
shiziyuan9527 已提交
110 111 112 113 114 115 116
  },
  user: {
    'create': '创建用户',
    'modify': '修改用户',
    'input_name': '请输入用户名',
    'input_id': '请输入ID',
    'input_email': '请输入邮箱',
Q
q4speed 已提交
117
    'input_password': '请输入密码',
S
shiziyuan9527 已提交
118 119 120 121
    'special_characters_are_not_supported': '不支持特殊字符',
    'mobile_number_format_is_incorrect': '手机号码格式不正确',
    'email_format_is_incorrect': '邮箱格式不正确',
    'delete_confirm': '这个用户确定要删除吗?',
122 123 124
  },
  role: {
    'please_choose_role': '请选择角色',
125
  },
S
shiziyuan9527 已提交
126 127 128 129
  report: {
    'recent': '最近的报告',
    'search_by_name': '根据名称搜索',
    'test_name': '所属测试',
S
shiziyuan9527 已提交
130 131 132
    'test_overview': '测试概览',
    'test_request_statistics': '请求统计',
    'test_error_log': '错误记录',
133 134
    'test_log_details': '日志详情',
    'test_details': '测试详情',
S
i18n  
shiziyuan9527 已提交
135 136 137 138 139 140 141 142 143
    'test_duration': '持续时间:{0} 分钟 {1} 秒',
    'test_start_time': '开始时间',
    'test_end_time': '结束时间',
    'test_stop_now': '立即停止',
    'test_execute_again': '再次执行',
    'export': '导出',
    'compare': '比较',
    'generation_error': '报告生成错误,无法查看!',
    'being_generated': '报告正在生成中...',
S
shiziyuan9527 已提交
144
  },
C
i18n  
Captain.B 已提交
145
  load_test: {
Q
q4speed 已提交
146
    'operating': '操作',
C
i18n  
Captain.B 已提交
147 148 149 150 151 152 153 154 155 156
    'recent': '最近的测试',
    'search_by_name': '根据名称搜索',
    'project_name': '所属项目',
    'delete_confirm': '确认删除测试: ',
    'input_name': '请输入名称',
    'select_project': '请选择项目',
    'save_and_run': '保存并执行',
    'basic_config': '场景配置',
    'pressure_config': '压力配置',
    'advanced_config': '高级配置',
157
    'runtime_config': '运行配置',
C
i18n  
Captain.B 已提交
158 159 160
    'is_running': '正在运行!',
    'test_name_is_null': '测试名称不能为空!',
    'project_is_null': '项目不能为空!',
C
Captain.B 已提交
161
    'jmx_is_null': '只能包含一个JMX文件!',
C
Captain.B 已提交
162 163 164 165 166 167
    'file_name': '文件名',
    'file_size': '文件大小',
    'file_type': '文件类型',
    'file_status': '文件状态',
    'last_modify_time': '修改时间',
    'upload_tips': '将文件拖到此处,或<em>点击上传</em>',
C
Captain.B 已提交
168
    'upload_type': '只能上传JMX/CSV文件',
C
Captain.B 已提交
169 170 171 172 173 174 175 176 177 178 179 180
    'related_file_not_found': "未找到关联的测试文件!",
    'delete_file_confirm': '确认删除文件: ',
    'delete_file': "请先删除已存在的文件!",
    'thread_num': '并发用户数:',
    'input_thread_num': '请输入线程数',
    'duration': '压测时长(分钟):',
    'input_duration': '请输入时长',
    'rps_limit': 'RPS上限:',
    'input_rps_limit': '请输入限制',
    'ramp_up_time_within': '',
    'ramp_up_time_minutes': '分钟内,分',
    'ramp_up_time_times': '次增加并发用户',
C
Captain.B 已提交
181
    'advanced_config_error': '高级配置校验失败',
C
Captain.B 已提交
182 183 184 185 186 187 188
    'domain_bind': '域名绑定',
    'domain': '域名',
    'enable': '是否启用',
    'ip': 'IP地址',
    'params': '自定义属性',
    'param_name': '属性名',
    'param_value': '属性值',
C
Captain.B 已提交
189 190 191 192
    'domain_is_duplicate': '域名不能重复',
    'param_is_duplicate': '参数名不能重复',
    'domain_ip_is_empty': '域名和IP不能为空',
    'param_name_value_is_empty': '参数名和参数值不能为空',
C
Captain.B 已提交
193 194 195
    'connect_timeout': '建立连接超时时间',
    'custom_http_code': '自定义 HTTP 响应成功状态码',
    'separated_by_commas': '按逗号分隔',
C
i18n  
Captain.B 已提交
196
    'create': '创建测试',
C
Captain.B 已提交
197 198
    'select_resource_pool': '请选择资源池',
    'resource_pool_is_null': '资源池为空',
C
Captain.B 已提交
199
    'download_log_file': '下载完整日志文件',
Q
q4speed 已提交
200
    'pressure_prediction_chart': '压力预估图',
S
i18n  
shiziyuan9527 已提交
201

C
i18n  
Captain.B 已提交
202
  },
C
chenjianxing 已提交
203
  api_test: {
Q
q4speed 已提交
204
    save_and_run: "保存并执行",
205
    run: "执行",
Q
q4speed 已提交
206
    running: "正在执行",
Q
NaN  
q4speed 已提交
207
    reset: "重置",
Q
q4speed 已提交
208 209
    input_name: "请输入测试名称",
    select_project: "请选择项目",
Q
q4speed 已提交
210
    scenario: {
Q
q4speed 已提交
211
      config: "场景配置",
Q
q4speed 已提交
212
      input_name: "请输入场景名称",
Q
q4speed 已提交
213 214
      name: "场景名称",
      base_url: "基础URL",
Q
q4speed 已提交
215
      base_url_description: "基础URL作为所有请求的URL前缀",
Q
q4speed 已提交
216 217 218
      parameters: "请求变量",
      headers: "请求头",
      kv_description: "将用于未设置该项的请求",
Q
q4speed 已提交
219 220
    },
    request: {
Q
q4speed 已提交
221
      input_name: "请输入请求名称",
Q
q4speed 已提交
222 223 224
      name: "请求名称",
      method: "请求方法",
      url: "请求URL",
Q
q4speed 已提交
225
      url_description: "例如: https://fit2cloud.com",
Q
q4speed 已提交
226 227 228 229 230 231
      parameters: "请求参数",
      parameters_desc: "参数追加到URL,例如https://fit2cloud.com/entries?key1=Value1&Key2=Value2",
      headers: "请求头",
      body: "请求内容",
      body_kv: "键值对",
      body_text: "文本",
Q
q4speed 已提交
232 233 234 235 236 237 238
      assertions: {
        label: "断言",
        text: "文本",
        regex: "正则",
        response_time: "响应时间",
        select_type: "请选择类型",
        select_subject: "请选择对象",
Q
q4speed 已提交
239
        select_condition: "请选择条件",
Q
q4speed 已提交
240 241 242 243 244 245
        contains: "包含",
        not_contains: "不包含",
        equals: "等于",
        start_with: "以...开始",
        end_with: "以...结束",
        value: "",
Q
q4speed 已提交
246
        expression: "表达式",
Q
q4speed 已提交
247 248
        response_in_time: "响应时间在...毫秒以内",
      },
Q
q4speed 已提交
249 250 251 252 253 254 255 256 257 258
      extract: {
        label: "提取",
        select_type: "请选择类型",
        description: "从响应中提取数据并将其存储在变量中,在后续请求中使用变量。",
        regex: "正则",
        variable_name: "变量名",
        regex_expression: "正则表达式",
        json_path_expression: "JSONPath表达式",
        xpath_expression: "XPath表达式",
      }
Q
q4speed 已提交
259
    }
C
chenjianxing 已提交
260
  },
Q
q4speed 已提交
261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284
  api_report: {
    request: "请求",
    request_body: "请求内容",
    request_headers: "请求头",
    request_cookie: "Cookie",
    response: "响应",
    delete_confirm: '确认删除报告: ',
    scenario_name: "场景名称",
    response_time: "响应时间(ms)",
    latency: "网络延迟",
    request_size: "请求大小",
    response_size: "响应大小",
    response_code: "状态码",
    response_message: "响应报文",
    error: "错误",
    assertions: "断言",
    assertions_pass: "成功断言",
    assertions_name: "断言名称",
    assertions_message: "断言信息",
    assertions_is_success: "是否成功",
    result: "结果",
    success: "成功",
    fail: "失败",
  },
C
chenjianxing 已提交
285
  test_track: {
C
chenjianxing 已提交
286 287 288 289 290 291
    test_track: "测试跟踪",
    confirm: "确 定",
    cancel: "取 消",
    project: "项目",
    save: "保 存",
    return: "返 回",
C
chenjianxing 已提交
292
    length_less_than: "长度必须小于",
C
chenjianxing 已提交
293 294 295 296
    recent_plan: "最近的计划",
    recent_case: "最近的用例",
    case: {
      test_case: "测试用例",
C
chenjianxing 已提交
297
      move: "移动用例",
C
chenjianxing 已提交
298 299
      case_list: "用例列表",
      create_case: "创建用例",
C
chenjianxing 已提交
300
      edit_case: "编辑用例",
C
chenjianxing 已提交
301
      view_case: "查看用例",
C
chenjianxing 已提交
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343
      no_project: "该工作空间下无项目,请先创建项目",
      priority: "优先级",
      type: "类型",
      method: "测试方式",
      auto: "自动",
      manual: "手动",
      create: "新建用例",
      case_type: "用例类型",
      name: "用例名称",
      module: "所属模块",
      maintainer: "维护人",
      steps: "执行步骤",
      number: "编号",
      prerequisite: "前置条件",
      step_desc: "步骤描述",
      expected_results: "预期结果",
      input_name: "请输入名称",
      input_module: "请选择模块",
      input_maintainer: "请选择维护人",
      input_priority: "请选择优先级",
      input_type: "请选择用例类型",
      input_method: "请选择测试方式",
      input_prerequisite: "请输入前置条件",
      delete_confirm: "确认删除测试用例: ",
      import: {
        import: "导入用例",
        case_import: "导入测试用例",
        download_template: "下载模版",
        click_upload: "点击上传",
        upload_limit: "只能上传xls/xlsx文件,且不超过20M",
        upload_limit_count: "一次只能上传一个文件",
        upload_limit_format: "上传文件只能是 xls、xlsx格式!",
        upload_limit_size: "上传文件大小不能超过 20MB!",
        success: "导入成功!",
      },
      export: {
        export: "导出用例"
      }
    },
    plan: {
      test_plan: "测试计划",
      create_plan: "创建测试计划",
C
chenjianxing 已提交
344
      edit_plan: "编辑测试计划",
C
chenjianxing 已提交
345 346 347 348 349 350
      plan_name: "计划名称",
      plan_project: "所属项目",
      plan_stage: "测试阶段",
      plan_status: "当前状态",
      smoke_test: "冒烟测试",
      functional_test: "功能测试",
C
chenjianxing 已提交
351
      regression_test: "回归测试",
C
chenjianxing 已提交
352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392
      integration_testing: "集成测试",
      system_test: "系统测试",
      version_validation: "版本验证",
      plan_principal: "负责人",
      input_plan_name: "请输入测试计划名称",
      input_plan_principal: "请选择负责人",
      input_plan_project: "请选择所属项目",
      input_plan_stage: "请选择测试阶段",
      plan_status_prepare: "未开始",
      plan_status_running: "进行中",
      plan_status_completed: "已完成",
      plan_delete_confirm: "确认删除测试计划: ",
    },
    module: {
      search: "搜索模块",
      rename: "重命名",
      add_submodule: "添加子模块",
      add_module: "添加模块",
      name: "模块名称",
      delete_confirm: "确认删除模块: ",
      delete_all_resource: "以及模块下所有子模块和测试用例",
    },
    plan_view: {
      plan: "计划",
      relevance_test_case: "关联测试用例",
      executor: "执行人",
      execute_result: "执行结果",
      pass: "通过",
      failure: "失败",
      blocking: "阻塞",
      skip: "跳过",
      actual_result: "实际结果",
      step_result: "步骤执行结果",
      my_case: "我的用例",
      all_case: "全部用例",
      pre_case: "上一条用例",
      next_case: "下一条用例",
      change_execution_results: "更改执行结果",
      change_executor: "更改执行人",
      select_executor: "请选择执行人",
      select_execute_result: "选择执行结果",
C
chenjianxing 已提交
393
      cancel_relevance: "取消关联",
C
chenjianxing 已提交
394 395 396
      confirm_cancel_relevance: "确认取消关联",
      select_manipulate: "请选择需要操作的数据",
    }
C
chenjianxing 已提交
397
  },
C
Captain.B 已提交
398
  test_resource_pool: {
C
Captain.B 已提交
399 400 401 402
    'type': '类型',
    'enable_disable': '启用/禁用',
    'search_by_name': '根据名称搜索',
    'create_resource_pool': '创建资源池',
C
loading  
Captain.B 已提交
403
    'update_resource_pool': '修改资源池',
C
Captain.B 已提交
404 405
    'select_pool_type': '选择资源类型',
    'max_threads': '最大并发数',
C
Captain.B 已提交
406 407 408 409 410 411 412
    'input_pool_name': '请输入资源池名称',
    'pool_name_valid': '资源池名称不支持特殊字符',
    'cannot_remove_all_node': '不能删除所有独立节点',
    'cannot_empty': '资源池不能为空',
    'fill_the_data': '请完善数据',
    'delete_prompt': '此操作将永久删除该资源池, 是否继续?',
    'status_change_success': '状态修改成功!',
C
样式  
Captain.B 已提交
413
    'status_change_failed': '状态修改失败, 校验不通过!',
C
Captain.B 已提交
414
  },
C
Captain.B 已提交
415
  i18n: {
C
chenjianxing 已提交
416
    'home': '首页'
C
Captain.B 已提交
417 418
  }
};