en-US.ts 8.0 KB
Newer Older
aaronchen2k2k's avatar
init  
aaronchen2k2k 已提交
1
export default {
2
    'empty': 'Empty',
aaronchen2k2k's avatar
init  
aaronchen2k2k 已提交
3 4
    'app.global.menu.notfound': 'Not Found',
    'app.global.form.validatefields.catch': 'The validation did not pass, please check the input',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
5

aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
6 7
    'ztf_name_full': 'ZTF Automated Tool',

aaronchen2k2k's avatar
aaronchen2k2k 已提交
8
    'settings': 'Settings',
9
    'exit': 'Exit',
10
    'fullScreen': 'Toggle Fullscreen',
11 12
    'help': 'Help',

aaronchen2k2k's avatar
aaronchen2k2k 已提交
13
    'index': 'Index',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
14
    'no': 'NO.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
15 16
    'scope': 'Scope', 
    'name': 'Name', 
aaronchen2k2k's avatar
aaronchen2k2k 已提交
17 18
    'path': 'Path',
    'type': 'Type',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
19 20
    'create_time': 'Create Time',
    'start_time': 'Start Time', 
aaronchen2k2k's avatar
aaronchen2k2k 已提交
21 22
    'end_time': 'End Time',
    'test': '测试',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
23
    'result': 'Result',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
24 25 26
    'test_result': 'Test Result',
    'test_result_detail':  'Result Detail',
    'opt':  'opt',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
27 28 29 30 31 32 33 34
    'title':  'Title', 
    'category':  'Category', 
    'version':  'Version', 
    'severity':  'Severity', 
    'priority':  'Priority', 
    'step':  'Step', 
    'status':  'Status', 
    'all':  'All', 
aaronchen2k2k's avatar
aaronchen2k2k 已提交
35 36 37
    'only_failed':  'Only Failed',

    'zentao_site': 'Zentao Site',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
38
    'create_site': 'Create Site',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
39 40 41
    'edit_site': 'Edit Site',
    'zentao_config': 'Site Config',
    'edit_config': 'Edit Config',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
42 43
    'ui_lang': 'UI Language',
    'select_ui_lang': 'Please select Language',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
44
    'sync': 'Synchronization',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
45 46 47
    'close': 'Close',
    'download': 'Download',
    'src': 'Source Code',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
48 49 50
    'zentao_url': 'ZenTao URL',
    'username': 'User Name',
    'password': 'Password',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
51 52

    'interpreter': 'Interpreter',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
53 54 55 56
    'create_interpreter': 'Create Interpreter',
    'edit_interpreter': 'Edit Interpreter',
    'interpreter_path': 'Interpreter Path',
    'script_lang': 'Script Language',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
57

aaronchen2k2k's avatar
aaronchen2k2k 已提交
58
    'script': 'Script',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
59
    'test_script': 'Test Script',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
60 61 62 63 64 65 66 67 68 69 70 71 72
    'script.list': 'Script List',
    'script.view': 'View Script',
    'script.edit': 'Edit Script',

    'execution': 'Execution',
    'execution.history': 'Execution History',
    'execution.result.func': 'Functional Test Result',
    'execution.result.unit': 'Unit Test Result',
    'execution.execCase': 'Execute By Case',
    'execution.execModule': 'Execute By Module',
    'execution.execSuite': 'Execute By Suite',
    'execution.execTask': 'Execute By Task',
    'execution.execUnit': 'Execute UnitTest',
73
    'workspace': 'Work Dir',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
74
    'dir': 'Dir',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
75 76
    'create_workspace': 'Create WorkDir',
    'edit_workspace': 'Edit WorkDir',
Z
zhaoke 已提交
77 78
    'create_file': 'Create file',
    'del_file': 'Delete File',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
79

aaronchen2k2k's avatar
aaronchen2k2k 已提交
80 81 82 83
    'duration':  'Duration', 
    'duration_sec':  'Duration(sec)', 
    'sec': 'Sec', 
    'info':  'Info', 
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
84

aaronchen2k2k's avatar
aaronchen2k2k 已提交
85
    'checkpoint':  'Checkpoint(NO, Status, Expect Result / Actual Result)',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
86

aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
87
    'product': 'Product',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
88
    'case':  'Test Case',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
89 90 91 92
    'module': 'Module',
    'suite': 'Suite',
    'task': 'Task',
    'lang': 'Language',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
93
    'default_lang': 'Default Language',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
94
    'save_by_module': 'Save Script By Module',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
95 96
    'independent_expect': 'Save Expect Result in Independent File.',

aaronchen2k2k's avatar
aaronchen2k2k 已提交
97 98 99
    'unit_test':  'Unit Test', 
    'framework_tool':  'Framework/Tool', 
    'case_detail':  'Case Info', 
100 101 102
    'build_tool':  'Build Tool',
    'cmd': 'Command',
    'test_cmd':  'Test Command',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
103
    'cmd_nav': 'Use up/down keys to navigate.',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
104

aaronchen2k2k's avatar
aaronchen2k2k 已提交
105 106 107
    're_exec':  'Retest', 
    're_exec_all':  'Retest All Cases', 
    're_exec_failed':  'Retest Failed Cases', 
Z
zhaoke 已提交
108
    're_exec_unit':  'Retest Unit Test', 
aaronchen2k2k's avatar
aaronchen2k2k 已提交
109 110 111
    'test_env':  'Test Environment', 
    'test_type':  'Test Type', 
    'exec_type': 'Execution Type', 
aaronchen2k2k's avatar
aaronchen2k2k 已提交
112 113 114 115
    'case_num':  'Case Number',

    'enable': 'Enable',
    'disable':  'Disable',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
116

aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
117 118 119 120
    'submit': 'Submit',
    'cancel': 'Cancel',
    'reset': 'Reset',
    'confirm': 'Confirm',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
121
    'confirm_delete': 'Confirm to delete {name} {typ}?',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
122 123
    'save': 'Save',
    'create': 'Create',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
124 125
    'view':  'View',
    'edit': 'Edit',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
126
    'delete':  'Delete',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
127
    'remove': 'Remove',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
128
    'select':  'Select',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
129 130 131 132 133 134 135 136
    'pass':  'Pass', 
    'fail':  'Fail', 
    'ignore':  'Ignore', 
    'back':  'Back', 
    'stop':  'Stop', 
    'exec':  'Execution', 
    'test_exec':  'Test Execution', 
    'execute_unit_or_automated':  'Execute Unit or Automated Testing', 
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
137

aaronchen2k2k's avatar
aaronchen2k2k 已提交
138 139 140
    'submit_to_zentao':  'Submit to ZenTao', 
    'submit_bug_to_zentao':  'Submit Bug to ZenTao', 
    'submit_result_to_zentao':  'Submit Result to ZenTao', 
aaronchen2k2k's avatar
aaronchen2k2k 已提交
141
    'confirm_to_delete_result':  'Confirm to delete test result?',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
142 143
    'confirm_to_delete_site':  'Confirm to delete Zentao site {name}?',
    'confirm_to_delete_workspace':  'Confirm to delete workspace {name}?',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
144 145 146 147
    'submit_success':  'Submit successfully.', 
    'submit_failed':  'Submit failed.', 
    'view_error':  'View Error', 
    'error_detail':  'Error Detail', 
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
148 149
    'save_success': 'Save successfully.',
    'save_fail': 'Save failed.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
150 151
    'create_success': 'Create successfully.',
    'create_fail': 'Create failed.',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
152

aaronchen2k2k's avatar
aaronchen2k2k 已提交
153 154
    'expand_all': 'Expand',
    'collapse_all': 'Collapse',
155 156
    'show_checkbox': 'Show Checkbox',
    'hide_checkbox': 'Hide Checkbox',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
157
    'wrong_url': 'Please input right ZenTao URL.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
158
    'delete_success':  'Delete successfully.', 
aaronchen2k2k's avatar
aaronchen2k2k 已提交
159
    'ws_conn_success': 'Connect to WebSocket successfully.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
160
    'ws_conn_fail': 'Connect to WebSocket failed, please refresh the page to retry.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
161
    'no_script_for_unittest': 'No scriptS for Unit Test.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
162

163 164
    'zentao_request_failed_title': 'Zentao Site Request Failed',
    'zentao_request_failed_desc': 'Please check Zentao Site config is right.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
165
    'extract_step': 'Extract Steps',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
166
    'extract_success': 'Extract comments to test steps and checkpoints successfully.',
167
    'extract_none': 'Not found any test steps in script comments.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
168 169 170 171 172 173 174
    'extract_fail': 'Extract comments to test steps and checkpoints failed.',
    'sync_success': 'Sync successfully.',
    'sync_fail': 'Sync failed.',
    'by_workspace': 'By WorkDir',
    'by_module': 'By Module',
    'by_suite': 'By Suite',
    'by_task': 'By Task',
Z
zhaoke 已提交
175
    'by_case': 'By Case',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
176 177 178
    'checkout_case': 'Checkout Cases',
    'checkin_case': 'Checkin Cases',
    'exec_selected': 'Exec Selected',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
179
    'script_file_not_exist': 'No script file for this case, you may Checkout Zentao TestCase to create.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
180 181 182 183 184 185 186

    'show_result_log': 'Show Result Logs',
    'show_exec_log': 'Show Exec Logs',
    'show_detail_log': 'Show Detail Logs',
    'all_result': 'All',
    'pass_result': 'Pass',
    'fail_result': 'Fail',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
187

aaronchen2k2k's avatar
aaronchen2k2k 已提交
188 189 190 191 192
    'workspace_path':  'Input workspace full path',
    'use_dir_name':  'Use dir name if empty',
    'test_type_ztf':  'ZTF Testing',
    'test_type_other':  'Other Automated or Unit Test',
    'input_keyword_to_search': 'Input Keyword To Search',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
193
    'tips_test_cmd': 'Please run "{cmd}" with command line.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
194 195 196 197 198
    'pls_add_zentao_site': 'Please add zentao site.',

    'pls_create_workspace': 'Please create workspace to continue.',
    'pls_product': 'Please select product.',
    'pls_lang': 'Please select language.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
199 200
    'pls_title':  'Please input title.',
    'pls_name':  'Please input name.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
201 202 203 204 205 206 207
    'pls_select_case':  'Please select cases.', 
    'pls_module':  'Please select module.', 
    'pls_suite':  'Please select suite.', 
    'pls_task':  'Please select task.', 
    'pls_test_tool':  'Please test tool.', 
    'pls_build_tool':  'Please build tool.', 
    'pls_cmd':  'Please input the command.', 
aaronchen2k2k's avatar
aaronchen2k2k 已提交
208

aaronchen2k2k's avatar
aaronchen2k2k 已提交
209 210
    'pls_workspace_path':  'Please input workspace full path.',
    'pls_workspace_type':  'Please input workspace type.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
211 212 213 214 215 216

    'pls_zentao_url': 'Please input ZenTao URL',
    'pls_username': 'Please input user name.',
    'pls_password': 'Please input password.',
    'pls_input_lang': 'Please input language.',
    'pls_input_interpreter_path': 'Please input interpreter path.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
217

Z
zhaoke 已提交
218
    'find_to_select': 'Find {num} option to select',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
219
    'no_interp_1': 'No windows system, ',
220 221
    'no_interp_2': 'please add interpreter executable file to PATH environment variable.',

aaronchen2k2k's avatar
aaronchen2k2k 已提交
222
    'page_info': 'Show {offset}-{limit} Of {total}.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
223 224 225 226
    'page_count': 'Row Count',
    'page_goto': 'Go to Page',
    'page_no_data': 'No Data',

aaronchen2k2k's avatar
aaronchen2k2k 已提交
227
    'http_100': 'Server Not Available',
228 229 230 231 232 233
    'http_500': 'Internal Server Error',
    'biz_100': 'Common Error',
    'biz_200': 'Parameter Error',
    'biz_401': 'UnAuthorized',

    'biz_1000': 'Data Not Init',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
234
    'biz_1100': 'Can not delete dir that is not empty.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
235
    'biz_2000': 'Zentao Config Failed',
236 237
    'biz_4000': 'Record Not Found',
    'biz_5000': 'Not Available',
aaronchen2k2k's avatar
init  
aaronchen2k2k 已提交
238
};