zh-CN.js 3.6 KB
Newer Older
Q
q4speed 已提交
1
export default {
C
Captain.B 已提交
2 3
  commons: {
    'workspace': '工作空间',
S
shiziyuan9527 已提交
4
    'organization': '组织',
C
Captain.B 已提交
5
    'project': '项目',
C
Captain.B 已提交
6 7
    'name': '名称',
    'description': '描述',
C
Captain.B 已提交
8 9 10
    'save': '保存',
    'save_success': '保存成功',
    'delete_success': '删除成功',
S
shiziyuan9527 已提交
11 12
    'modify_success': '修改成功',
    'delete_cancel': '已取消删除',
C
Captain.B 已提交
13 14 15
    'confirm': '确定',
    'cancel': '取消',
    'prompt': '提示',
S
shiziyuan9527 已提交
16
    'operating': '操作',
Q
q4speed 已提交
17
    'input_limit': '长度在 {0} 到 {1} 个字符',
C
Captain.B 已提交
18 19 20 21 22 23
    'login': '登录',
    'welcome': '欢迎回来,请输入用户名和密码登录MeterSphere',
    'username': '用户名',
    'password': '密码',
    'input_username': '请输入用户名',
    'input_password': '请输入密码',
C
i18n  
Captain.B 已提交
24 25 26
    'test': '测试',
    'create_time': '创建时间',
    'update_time': '更新时间',
C
Captain.B 已提交
27
    'add': '添加',
C
Captain.B 已提交
28 29 30
  },
  workspace: {
    'create': '创建工作空间',
C
Captain.B 已提交
31 32 33 34
    'delete_confirm': '这个工作空间确定要删除吗?',
    'add': '添加工作空间',
    'input_name': '请输入工作空间名称',
    'search_by_name': '根据名称搜索',
35 36
    'organization_name': '所属组织',
    'please_choose_organization': '请选择组织',
C
Captain.B 已提交
37
  },
S
shiziyuan9527 已提交
38 39 40 41 42 43 44 45
  organization: {
    'create': '创建组织',
    'modify': '修改组织',
    'delete_confirm': '这个组织确定要删除吗?',
    'input_name': '请输入组织名称',
    'search_by_name': '根据名称搜索',
    'special_characters_are_not_supported': '不支持特殊字符',
  },
C
Captain.B 已提交
46
  project: {
C
Captain.B 已提交
47 48
    'recent': '最近的项目',
    'create': '创建项目',
C
project  
Captain.B 已提交
49
    'edit': '编辑项目',
C
Captain.B 已提交
50 51
    'delete_confirm': '这个项目确定要删除吗?',
    'search_by_name': '根据名称搜索',
C
Captain.B 已提交
52
    'input_name': '请输入项目名称',
C
Captain.B 已提交
53
  },
C
i18n  
Captain.B 已提交
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
  load_test: {
    'recent': '最近的测试',
    'search_by_name': '根据名称搜索',
    'project_name': '所属项目',
    'delete_confirm': '确认删除测试: ',
    'input_name': '请输入名称',
    'select_project': '请选择项目',
    'save_and_run': '保存并执行',
    'basic_config': '场景配置',
    'pressure_config': '压力配置',
    'advanced_config': '高级配置',
    'is_running': '正在运行!',
    'test_name_is_null': '测试名称不能为空!',
    'project_is_null': '项目不能为空!',
    'jmx_is_null': 'JMX文件不能为空!',
C
Captain.B 已提交
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
    'file_name': '文件名',
    'file_size': '文件大小',
    'file_type': '文件类型',
    'file_status': '文件状态',
    'last_modify_time': '修改时间',
    'upload_tips': '将文件拖到此处,或<em>点击上传</em>',
    'upload_type': '只能上传JMX文件',
    '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 已提交
88
    'advanced_config_error': '高级配置校验失败',
C
Captain.B 已提交
89 90 91 92 93 94 95
    'domain_bind': '域名绑定',
    'domain': '域名',
    'enable': '是否启用',
    'ip': 'IP地址',
    'params': '自定义属性',
    'param_name': '属性名',
    'param_value': '属性值',
C
Captain.B 已提交
96 97 98 99
    'domain_is_duplicate': '域名不能重复',
    'param_is_duplicate': '参数名不能重复',
    'domain_ip_is_empty': '域名和IP不能为空',
    'param_name_value_is_empty': '参数名和参数值不能为空',
C
i18n  
Captain.B 已提交
100
  },
C
Captain.B 已提交
101 102 103 104
  i18n: {
    'home': '首页',
  }
};