en-US.js 7.7 KB
Newer Older
Q
q4speed 已提交
1
export default {
C
Captain.B 已提交
2 3
  commons: {
    'workspace': 'Workspace',
S
shiziyuan9527 已提交
4
    'organization': 'Organization',
C
Captain.B 已提交
5
    'project': 'Project',
C
Captain.B 已提交
6 7
    'name': 'Name',
    'description': 'Description',
C
Captain.B 已提交
8 9 10
    'save': 'Save',
    'save_success': 'Saved successfully',
    'delete_success': 'Deleted successfully',
S
shiziyuan9527 已提交
11 12
    'modify_success': 'Modify Success',
    'delete_cancel': 'Deleted Cancel',
C
Captain.B 已提交
13 14 15
    'confirm': 'Confirm',
    'cancel': 'Cancel',
    'prompt': 'Prompt',
S
shiziyuan9527 已提交
16
    'operating': 'Operating',
C
i18n  
Captain.B 已提交
17
    'input_limit': 'Within {0} and {1} characters',
C
Captain.B 已提交
18 19 20 21 22 23
    'login': 'Sign In',
    'welcome': 'Welcome back, please enter username and password to log in to MeterSphere',
    'username': 'Username',
    'password': 'Password',
    'input_username': 'Please enter username',
    'input_password': 'Please enter password',
C
i18n  
Captain.B 已提交
24 25 26
    'test': 'Test',
    'create_time': 'Created Time',
    'update_time': 'Updated Time',
C
Captain.B 已提交
27
    'add': 'Add',
28 29 30 31
    'member': 'Member',
    'email': 'Email',
    'phone': 'Phone',
    'role': 'Role',
S
shiziyuan9527 已提交
32 33
    'personal_info': 'Personal Info',
    'status': 'Enable/Disable',
C
i18n  
Captain.B 已提交
34 35
    'show_all': 'Show All',
    'report': 'Report',
C
i18n  
Captain.B 已提交
36 37 38 39
    'user': 'User',
    'system': 'System',
    'personal_setting': 'Personal Setting',
    'test_resource_pool': 'Resource Pool',
C
i18n  
Captain.B 已提交
40 41 42
    'system_setting': 'Settings',
    'functional': 'Functional',
    'performance': 'Performance',
C
chenjianxing 已提交
43 44 45 46 47 48
    'interface': 'Interface test',
    'input_content': 'Please enter content',
    'create': 'create',
    'refresh': 'refresh',
    'remark': 'remark',
    'delete': 'delete',
C
Captain.B 已提交
49 50 51
  },
  workspace: {
    'create': 'Create Workspace',
52
    'update': 'Update Workspace',
C
Captain.B 已提交
53 54 55 56
    'delete_confirm': 'Are you sure you want to delete this workspace?',
    'add': 'Add Workspace',
    'input_name': 'Please enter a workspace name',
    'search_by_name': 'Search by name',
C
Captain.B 已提交
57
    'organization_name': 'Organization Name',
58
    'please_choose_organization': 'Please Choose Organization',
C
Captain.B 已提交
59
  },
S
shiziyuan9527 已提交
60 61 62 63 64
  organization: {
    'create': 'Create',
    'modify': 'Modify',
    'delete_confirm': 'Are you sure you want to delete this workspace?',
    'input_name': 'Please enter a organization name',
65
    'select_organization': 'Please select organization',
S
shiziyuan9527 已提交
66 67 68
    'search_by_name': 'Search by name',
    'special_characters_are_not_supported': 'Special characters are not supported',
  },
C
Captain.B 已提交
69
  project: {
C
Captain.B 已提交
70 71
    'recent': 'Recent Projects',
    'create': 'Create Project',
C
project  
Captain.B 已提交
72
    'edit': 'Edit Project',
C
Captain.B 已提交
73 74
    'delete_confirm': 'Are you sure you want to delete this project?',
    'search_by_name': 'Search by name',
C
Captain.B 已提交
75
    'input_name': 'Please enter a workspace name',
76 77
    'owning_workspace': 'Owning Workspace',
    'please_choose_workspace': 'Please select Workspace',
C
Captain.B 已提交
78
  },
79
  member: {
80 81 82 83
    'create': 'Create',
    'modify': 'Modify',
    'delete_confirm': 'Are you sure you want to delete this Member?',
    'please_choose_member': 'Please Choose Member',
S
shiziyuan9527 已提交
84 85 86
    'search_by_name': 'Search by name',
    'modify_personal_info': 'Modify Personal Information',
    'input_name': 'Please enter a user name',
C
i18n  
Captain.B 已提交
87
    'input_email': 'Please enter a email',
S
shiziyuan9527 已提交
88 89 90 91 92 93 94 95 96 97 98 99 100 101
    'special_characters_are_not_supported': 'Special characters are not supported',
    'mobile_number_format_is_incorrect': 'Mobile number format is incorrect',
    'email_format_is_incorrect': 'Email format is incorrect',
  },
  user: {
    'create': 'Create',
    'modify': 'Modify',
    'input_name': 'Please enter a user name',
    'input_id': 'Please enter a ID',
    'input_email': 'Please enter a email',
    'special_characters_are_not_supported': 'Special characters are not supported',
    'mobile_number_format_is_incorrect': 'Mobile number format is incorrect',
    'email_format_is_incorrect': 'Email format is incorrect',
    'delete_confirm': 'Are you sure you want to delete this User?',
102 103 104
  },
  role: {
    'please_choose_role': 'Please Choose Role',
105
  },
S
shiziyuan9527 已提交
106 107 108 109
  report: {
    'recent': 'Recent Report',
    'search_by_name': 'Search by Name',
    'test_name': 'Test',
S
shiziyuan9527 已提交
110 111 112
    'test_overview': 'Test Overview',
    'test_request_statistics': 'Test Request Statistics',
    'test_error_log': 'Test Error Log',
113 114
    'test_log_details': 'Test Log Details',
    'test_details': 'Test Details',
S
shiziyuan9527 已提交
115
  },
C
i18n  
Captain.B 已提交
116 117 118 119 120 121 122 123 124 125 126
  load_test: {
    'recent': 'Recent Tests',
    'search_by_name': 'Search by name',
    'project_name': 'Project',
    'delete_confirm': 'Are you sure want to delete test: ',
    'input_name': 'Please enter name',
    'select_project': 'Please select project',
    'save_and_run': 'Save and execute',
    'basic_config': 'Scene Configuration',
    'pressure_config': 'Pressure configuration',
    'advanced_config': 'Advanced Configuration',
127
    'runtime_config': 'Runtime Configuration',
C
i18n  
Captain.B 已提交
128 129 130
    'is_running': 'Test is running! ',
    'test_name_is_null': 'Test name cannot be empty! ',
    'project_is_null': 'Project cannot be empty! ',
C
Captain.B 已提交
131
    'jmx_is_null': 'Can only contain one JMX file',
C
Captain.B 已提交
132 133 134 135 136 137
    'file_name': 'File name',
    'file_size': 'File size',
    'file_type': 'File Type',
    'file_status': 'File Status',
    'last_modify_time': 'Modify time',
    'upload_tips': 'Drag files here, or <em> click to upload </em>',
C
Captain.B 已提交
138
    'upload_type': 'Only JMX/CSV files can be uploaded',
C
Captain.B 已提交
139 140 141 142 143 144 145 146 147 148 149 150
    'related_file_not_found': "No related test file found!",
    'delete_file_confirm': 'Confirm delete file:',
    'delete_file': "Please delete an existing file first!",
    'thread_num': 'Concurrent users:',
    'input_thread_num': 'Please enter the number of threads',
    'duration': 'Duration time (minutes):',
    'input_duration': 'Please enter a duration',
    'rps_limit': 'RPS Limit:',
    'input_rps_limit': 'Please enter a limit',
    'ramp_up_time_within': 'In',
    'ramp_up_time_minutes': 'minutes, separate',
    'ramp_up_time_times': 'add concurrent users',
C
Captain.B 已提交
151
    'advanced_config_error': 'Advanced configuration verification failed',
C
Captain.B 已提交
152 153 154 155 156 157 158
    'domain_bind': 'Domain bind',
    'domain': 'Domain',
    'enable': 'Enable',
    'ip': 'IP',
    'params': 'Parameters',
    'param_name': 'Name',
    'param_value': 'Value',
C
Captain.B 已提交
159 160 161 162
    'domain_is_duplicate': 'Domain is duplicated',
    'param_is_duplicate': 'Parameter name is duplicate',
    'domain_ip_is_empty': 'Domain and IP cannot be empty',
    'param_name_value_is_empty': 'Parameters cannot be empty',
C
Captain.B 已提交
163 164 165
    'connect_timeout': 'Timeout to establish a connection',
    'custom_http_code': 'Custom HTTP response success status code',
    'separated_by_commas': 'Separated by commas',
C
i18n  
Captain.B 已提交
166
    'create': 'Create Test',
C
Captain.B 已提交
167 168
    'select_resource_pool': 'Please Select Resource Pool',
    'resource_pool_is_null': 'Resource Pool is empty',
C
i18n  
Captain.B 已提交
169
  },
C
chenjianxing 已提交
170
  fuc_test: {
171
    'select_resource_pool': 'Please select resource pool'
C
chenjianxing 已提交
172
  },
C
chenjianxing 已提交
173 174 175
  test_track: {
    'test_track': 'Test Track',
    'test_case': 'Test Case',
C
chenjianxing 已提交
176
    'case_list': 'Test Case List',
C
chenjianxing 已提交
177 178 179
    'create_case': 'Create Case',
    'test_plan': 'Test Plan',
    'create_plan': 'Create Plan',
C
chenjianxing 已提交
180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
    'no_project': 'There is no project in this workspace, please create the project first',
    'priority': 'Priority',
    'type': 'Type',
    'method': 'The test way',
    'auto': 'Auto',
    'manual': 'Manual',
    'create': 'Create test case',
    'name': 'Test case name',
    'module': 'Subordinate to the module',
    'maintainer': 'Maintainer',
    'steps': 'Steps',
    'number': 'Number',
    'prerequisite': 'Prerequisite',
    'step_desc': 'Step describe',
    'expected_results': 'Expected results',
    'confirm': 'confirm',
    'cancel': 'cancel',
    'input_name': 'Please enter name',
    'input_module': 'Please select module',
    'input_maintainer': 'Please select maintainer',
    'input_priority': 'Please select priority',
    'input_type': 'Please select type',
    'input_method': 'Please select method',
    'input_prerequisite': 'Please select prerequisite',
    'search_module': 'Search module',
    'rename': 'rename',
    'add_submodule': 'Add submodule',
    'add_module': 'Add module',
    'module_name': 'Module name'
C
chenjianxing 已提交
209
  },
C
Captain.B 已提交
210
  i18n: {
211
    'home': 'Home'
C
Captain.B 已提交
212 213
  }
};