en-US.ts 9.4 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
    'help': 'Help',
H
Hao Sun 已提交
12
    'loading': 'Loading...',
13

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

    'zentao_site': 'Zentao Site',
Z
zhaoke 已提交
41 42
    'local': 'Local',
    'site_management': 'Zentao Site Management',
H
Hao Sun 已提交
43
    'site_num': '{count} sites',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
44
    'create_site': 'Create Site',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
45 46 47
    'edit_site': 'Edit Site',
    'zentao_config': 'Site Config',
    'edit_config': 'Edit Config',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
48 49
    'ui_lang': 'UI Language',
    'select_ui_lang': 'Please select Language',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
50
    'sync': 'Synchronization',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
51 52 53
    'close': 'Close',
    'download': 'Download',
    'src': 'Source Code',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
54 55 56
    'zentao_url': 'ZenTao URL',
    'username': 'User Name',
    'password': 'Password',
Z
zhaoke 已提交
57
    'empty_data': 'Empty Data',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
58 59

    'interpreter': 'Interpreter',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
60 61 62 63
    'create_interpreter': 'Create Interpreter',
    'edit_interpreter': 'Edit Interpreter',
    'interpreter_path': 'Interpreter Path',
    'script_lang': 'Script Language',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
64

aaronchen2k2k's avatar
aaronchen2k2k 已提交
65
    'script': 'Script',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
66
    'test_script': 'Test Script',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
67 68 69 70 71 72 73 74 75 76 77 78 79
    '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',
80
    'workspace': 'Work Dir',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
81
    'dir': 'Dir',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
82 83
    'create_workspace': 'Create WorkDir',
    'edit_workspace': 'Edit WorkDir',
Z
zhaoke 已提交
84 85
    'create_file': 'Create file',
    'del_file': 'Delete File',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
86

H
Hao Sun 已提交
87 88 89 90
    'duration':  'Duration',
    'duration_sec':  'Duration(sec)',
    'sec': 'Sec',
    'info':  'Info',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
91

H
Hao Sun 已提交
92 93 94
    'checkpoint':  'Checkpoint',
    'expect':  'Expect',
    'actual':  'Actual',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
95

aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
96
    'product': 'Product',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
97
    'case':  'Test Case',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
98 99 100 101
    'module': 'Module',
    'suite': 'Suite',
    'task': 'Task',
    'lang': 'Language',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
102
    'default_lang': 'Default Language',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
103
    'save_by_module': 'Save Script By Module',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
104 105
    'independent_expect': 'Save Expect Result in Independent File.',

H
Hao Sun 已提交
106 107 108 109
    'unit_test':  'Unit Test',
    'framework_tool':  'Framework/Tool',
    'case_detail':  'Case Info',
    'case_list':  'Case List',
110 111 112
    'build_tool':  'Build Tool',
    'cmd': 'Command',
    'test_cmd':  'Test Command',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
113
    'cmd_nav': 'Use up/down keys to navigate.',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
114

H
Hao Sun 已提交
115 116 117 118 119 120 121
    're_exec':  'Retest',
    're_exec_all':  'Retest All Cases',
    're_exec_failed':  'Retest Failed Cases',
    're_exec_unit':  'Retest Unit Test',
    'test_env':  'Test Environment',
    'test_type':  'Test Type',
    'exec_type': 'Execution Type',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
122
    'case_num':  'Case Number',
123
    'case_num_empty':  'Please Select Cases to Run.',
H
Hao Sun 已提交
124
    'case_num_format': '{count} cases',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
125 126 127

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

aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
129 130 131 132
    'submit': 'Submit',
    'cancel': 'Cancel',
    'reset': 'Reset',
    'confirm': 'Confirm',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
133
    'confirm_delete': 'Confirm to delete {name} {typ}?',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
134 135
    'save': 'Save',
    'create': 'Create',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
136 137
    'view':  'View',
    'edit': 'Edit',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
138
    'delete':  'Delete',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
139
    'remove': 'Remove',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
140
    'select':  'Select',
H
Hao Sun 已提交
141 142 143 144 145 146 147 148 149 150 151 152
    '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',

    '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 已提交
153
    'confirm_to_delete_result':  'Confirm to delete test result?',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
154 155
    'confirm_to_delete_site':  'Confirm to delete Zentao site {name}?',
    'confirm_to_delete_workspace':  'Confirm to delete workspace {name}?',
H
Hao Sun 已提交
156 157 158 159
    'submit_success':  'Submit successfully.',
    'submit_failed':  'Submit failed.',
    'view_error':  'View Error',
    'error_detail':  'Error Detail',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
160 161
    'save_success': 'Save successfully.',
    'save_fail': 'Save failed.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
162 163
    'create_success': 'Create successfully.',
    'create_fail': 'Create failed.',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
164

aaronchen2k2k's avatar
aaronchen2k2k 已提交
165 166 167
    'skip': 'Skip',
    'batch': 'Batch',
    'batch_select': 'Batch Select',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
168
    'expand_all': 'Expand',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
169 170
    'collapse': 'Collapse',
    'collapse_all': 'Collapse All',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
171 172
    'expand_up': 'Expand Up',
    'more_actions': 'More Actions',
173 174
    'show_checkbox': 'Show Checkbox',
    'hide_checkbox': 'Hide Checkbox',
aaronchen2k2k's avatar
i118  
aaronchen2k2k 已提交
175
    'wrong_url': 'Please input right ZenTao URL.',
H
Hao Sun 已提交
176
    'delete_success':  'Delete successfully.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
177
    'ws_conn_success': 'Connect to WebSocket successfully.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
178
    'ws_conn_fail': 'Connect to WebSocket failed, please refresh the page to retry.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
179
    'no_script_for_unittest': 'No scriptS for Unit Test.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
180

181 182
    'zentao_request_failed_title': 'Zentao Site Request Failed',
    'zentao_request_failed_desc': 'Please check Zentao Site config is right.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
183
    'extract_step': 'Extract Steps',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
184
    'extract_success': 'Extract comments to test steps and checkpoints successfully.',
185
    'extract_none': 'Not found any test steps in script comments.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
186
    'extract_fail': 'Extract comments to test steps and checkpoints failed.',
Z
zhaoke 已提交
187
    'sync_from_zentao_success': 'Success to sync {success} cases from Zentao',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
188
    'sync_success': 'Success to sync {success} cases to Zentao, ignore {ignore} cases.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
189 190 191 192 193
    'sync_fail': 'Sync failed.',
    'by_workspace': 'By WorkDir',
    'by_module': 'By Module',
    'by_suite': 'By Suite',
    'by_task': 'By Task',
Z
zhaoke 已提交
194
    'by_case': 'By Case',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
195 196
    'checkout_case': 'Checkout Cases',
    'checkin_case': 'Checkin Cases',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
197 198
    'exec_all': 'Exec All',
    'exec_previous': 'Exec Previous',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
199
    'exec_selected': 'Exec Selected',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
200
    'exec_opened': 'Exec Opened',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
201
    'script_file_not_exist': 'No script file for this case, you may Checkout Zentao TestCase to create.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
202

aaronchen2k2k's avatar
aaronchen2k2k 已提交
203
    'exec_log': 'Execution Log',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
204 205 206 207
    'show_result_log': 'Show Result Logs',
    'show_exec_log': 'Show Exec Logs',
    'show_detail_log': 'Show Detail Logs',
    'all_result': 'All',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
208
    'previous_result': 'Previous Result',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
209 210
    'pass_result': 'Pass',
    'fail_result': 'Fail',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
211

aaronchen2k2k's avatar
aaronchen2k2k 已提交
212 213 214 215 216
    '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 已提交
217
    'tips_test_cmd': 'Please run "{cmd}" with command line.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
218

aaronchen2k2k's avatar
aaronchen2k2k 已提交
219
    'node': 'Node',
220 221 222 223 224 225 226 227
    'sync-from-zentao': 'Sync From Zentao',
    'sync-to-zentao': 'Sync To Zentao',
    'copy': 'Copy',
    'cut': 'Cut',
    'paste': 'Paste',
    'open-in-explore': 'Open In Explore',
    'open-in-terminal': 'Open In Terminal',

aaronchen2k2k's avatar
aaronchen2k2k 已提交
228 229
    'pls_select_task': 'Please select task',
    'or_input_task_name': 'Or input new task name',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
230 231
    'task_name': 'Zentao Task Name',

Z
zhaoke 已提交
232
    'pls_select_workspace': 'Please select workspace.',
233
    'pls_add_zentao_site': 'Please add zentao site.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
234 235 236
    'pls_create_workspace': 'Please create workspace to continue.',
    'pls_product': 'Please select product.',
    'pls_lang': 'Please select language.',
237
    'pls_script_lang': 'Please select script language.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
238 239
    'pls_title':  'Please input title.',
    'pls_name':  'Please input name.',
H
Hao Sun 已提交
240 241 242 243 244 245 246
    '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 已提交
247

aaronchen2k2k's avatar
aaronchen2k2k 已提交
248 249
    'pls_workspace_path':  'Please input workspace full path.',
    'pls_workspace_type':  'Please input workspace type.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
250

251
    'pls_zentao_url': 'Please input right ZenTao URL',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
252 253 254 255
    '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 已提交
256

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

aaronchen2k2k's avatar
aaronchen2k2k 已提交
261
    'page_info': 'Show {offset}-{limit} Of {total}.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
262 263 264 265
    'page_count': 'Row Count',
    'page_goto': 'Go to Page',
    'page_no_data': 'No Data',

aaronchen2k2k's avatar
aaronchen2k2k 已提交
266
    'http_100': 'Server Not Available',
267 268 269 270 271 272
    '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 已提交
273
    'biz_1100': 'Can not delete dir that is not empty.',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
274
    'biz_2000': 'Zentao Config Failed',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
275
    'biz_3010': 'Record with same name already exist',
276 277
    'biz_4000': 'Record Not Found',
    'biz_5000': 'Not Available',
aaronchen2k2k's avatar
aaronchen2k2k 已提交
278
    'biz_6000': 'File or dir already Exist',
fantasy_cs's avatar
fantasy_cs 已提交
279 280 281

    'restore_panel_size' : 'restore panel size',
};