en-US.js 65.9 KB
Newer Older
Q
q4speed 已提交
1
export default {
C
Captain.B 已提交
2
  commons: {
W
wenyann 已提交
3 4 5 6
    please_select_import_mode: 'Please select import mode',
    please_select_import_module: 'Please select import module',
    pass_rate: 'Pass rate',
    execution_times: 'Execution times',
7
    cover: 'Cover',
8
    module_title: 'Default module',
9
    not_cover: 'Not Cover',
10 11
    import: 'Import',
    import_success: 'Import success',
W
wenyann 已提交
12 13
    import_mode: 'Import mode',
    import_module: 'Import module',
14
    import_user: 'Import user',
15
    export: 'Export',
W
wenyann 已提交
16
    please_fill_in_the_template: 'Please fill in the template',
17 18
    cut_back_old_version: 'Cut back to old version',
    cut_back_new_version: 'Switch back to new version',
F
fit2-zhao 已提交
19
    comment: 'comment',
W
wenyann 已提交
20
    examples: 'examples',
W
wenyann 已提交
21
    help_documentation: 'Help documentation',
22
    confirm_delete: 'Whether to delete',
Q
q4speed 已提交
23
    delete_cancelled: 'Delete cancelled',
24
    option_cannot_spread_pages: 'This options not support spread pages.Do you want continue?',
Q
q4speed 已提交
25 26 27 28 29
    workspace: 'Workspace',
    organization: 'Organization',
    setting: 'Setting',
    project: 'Project',
    about_us: 'About Us',
30
    current_project: 'Current Project',
Q
q4speed 已提交
31 32
    name: 'Name',
    description: 'Description',
33
    annotation: 'Annotation',
Q
q4speed 已提交
34 35
    clear: 'Clear',
    save: 'Save',
36
    update: 'Update',
Q
q4speed 已提交
37 38 39 40 41 42 43 44 45 46 47
    save_success: 'Saved successfully',
    delete_success: 'Deleted successfully',
    modify_success: 'Modify Success',
    copy_success: 'Copy Success',
    delete_cancel: 'Deleted Cancel',
    confirm: 'Confirm',
    cancel: 'Cancel',
    prompt: 'Prompt',
    operating: 'Operating',
    input_limit: 'Within {0} and {1} characters',
    login: 'Sign In',
C
chenjianxing 已提交
48
    welcome: 'One-stop open source continuous testing platform',
Q
q4speed 已提交
49 50 51 52 53 54 55 56
    username: 'Username',
    password: 'Password',
    input_username: 'Please enter username',
    input_password: 'Please enter password',
    test: 'Test',
    create_time: 'Created Time',
    update_time: 'Updated Time',
    add: 'Add',
57
    preview: 'Preview',
Q
q4speed 已提交
58 59 60 61 62 63 64 65 66 67 68 69
    member: 'Member',
    email: 'Email',
    phone: 'Phone',
    role: 'Role',
    personal_info: 'Personal Info',
    status: 'Status',
    show_all: 'Show All',
    show: 'Show',
    report: 'Report',
    user: 'User',
    system: 'System',
    personal_setting: 'Personal Setting',
Q
q4speed 已提交
70 71
    api_keys: 'API Keys',
    quota: 'Quota',
Q
q4speed 已提交
72 73 74 75 76 77 78 79 80 81 82 83
    test_resource_pool: 'Resource Pool',
    system_setting: 'Settings',
    api: 'API',
    performance: 'Performance',
    functional: 'Functional test',
    input_content: 'Please enter content',
    create: 'Create',
    edit: 'Edit',
    copy: 'Copy',
    refresh: 'Refresh',
    remark: 'Remark',
    delete: 'Delete',
84
    reduction: 'Reduction',
Q
q4speed 已提交
85 86 87
    not_filled: 'Not filled',
    please_select: 'Please select',
    search_by_name: 'Search by name',
88 89
    search_by_name_or_id: 'Search by ID/NAME',
    search_by_id_name_tag: 'Search by ID/NAME/TAG',
Q
q4speed 已提交
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
    personal_information: 'Personal Information',
    exit_system: 'Exit System',
    verification: 'Verification',
    system_parameter_setting: 'System Parameter Setting',
    connection_successful: 'Connection successful',
    connection_failed: 'Connection failed',
    save_failed: 'Saved failed',
    host_cannot_be_empty: 'Host cannot be empty',
    port_cannot_be_empty: 'Port cannot be empty',
    account_cannot_be_empty: 'Account cannot be empty',
    title: 'Title',
    custom: 'Custom',
    select_date: 'Select date',
    calendar_heatmap: 'Calendar Heatmap',
    months_1: 'Jan',
    months_2: 'Feb',
    months_3: 'Mar',
    months_4: 'Apr',
    months_5: 'May',
    months_6: 'Jun',
    months_7: 'Jul',
    months_8: 'Aug',
    months_9: 'Sep',
    months_10: 'Oct',
    months_11: 'Nov',
    months_12: 'Dec',
    weeks_0: 'Sun',
    weeks_1: 'Mon',
    weeks_2: 'Tues',
    weeks_3: 'Wed',
    weeks_4: 'Thur',
    weeks_5: 'Fri',
    weeks_6: 'Sat',
    test_unit: 'tests',
    remove: 'Remove',
125
    next_level: "Next level",
Q
q4speed 已提交
126 127 128 129 130 131 132 133 134
    remove_cancel: 'Remove Cancel',
    remove_success: 'Remove Success',
    tips: 'The authentication information has expired, please login again',
    not_performed_yet: 'Not performed yet',
    incorrect_input: 'Incorrect input',
    delete_confirm: 'Please enter the following to confirm deletion:',
    login_username: 'ID or email',
    input_login_username: 'Please input the user ID or email',
    input_name: 'Please enter name',
C
chenjianxing 已提交
135
    please_save: 'Please save first',
Q
q4speed 已提交
136
    formatErr: 'Format Error',
137
    id: 'ID',
138
    cannot_be_null: 'not null ',
139
    required: "{0} is required",
140
    millisecond: 'ms',
141
    please_upload: 'Please upload file',
142
    please_fill_path: 'Please fill in the path',
143
    reference_documentation: "Reference documentation",
144
    already_exists: 'The name already exists',
C
chenjianxing 已提交
145
    modifier: 'Modifier',
C
chenjianxing 已提交
146
    validate: "Validate",
F
fit2-zhao 已提交
147
    batch_add: "Batch add",
148
    check_project_tip: "Create or select the project first",
149
    auth_redirect_tip: 'Jump to the authentication source page for authentication',
150
    tag_tip: "Enter Enter to Add Label",
151
    node_name_tip: "The name cannot contain'\\'",
C
chenjianxing 已提交
152
    more_operator: "More operator",
153
    mock: "Mock settings",
154 155 156
    table: {
      select_tip: "Item {0} data is selected"
    },
Q
q4speed 已提交
157
    date: {
Q
q4speed 已提交
158 159 160 161 162 163
      select_date: 'Select date',
      start_date: 'Start date',
      end_date: 'End date',
      select_date_time: 'Select date and time',
      start_date_time: 'Start date and time',
      end_date_time: 'End date time',
Q
q4speed 已提交
164
      range_separator: "To",
165
      data_time_error: "Start date cannot be later than the end date",
Q
q4speed 已提交
166 167 168
    },
    trigger_mode: {
      name: "Trigger Mode",
169
      manual: "Manual trigger",
Q
q4speed 已提交
170
      schedule: "Scheduled Task",
171 172
      api: "API call",
      case: "Case"
Q
q4speed 已提交
173 174
    },
    adv_search: {
Q
q4speed 已提交
175 176 177 178
      title: 'Advanced Search',
      combine: 'Combined query',
      test: "Test",
      project: "Project",
Q
q4speed 已提交
179
      search: "Query",
Q
q4speed 已提交
180
      reset: "Reset",
Q
q4speed 已提交
181 182
      and: 'All',
      or: 'any one',
Q
q4speed 已提交
183
      operators: {
184 185
        is_empty: "Is empty",
        is_not_empty: "Is not empty",
Q
q4speed 已提交
186 187 188 189
        like: "Contains",
        not_like: "Not included",
        in: "Belong to",
        not_in: "Not belonging",
Q
q4speed 已提交
190 191 192 193 194
        gt: ">",
        ge: ">=",
        lt: "<",
        le: "<=",
        equals: "=",
195
        not_equals: "!=",
Q
q4speed 已提交
196
        between: "Between",
Q
q4speed 已提交
197
        current_user: "Current user"
Q
q4speed 已提交
198
      }
199
    },
200 201 202 203
    monitor: "monitor",
    all_label: {
      case: "all",
      review: "all"
C
Captain.B 已提交
204
    },
C
Captain.B 已提交
205
    image: 'Image',
206 207 208 209
    tag: 'Tag',
    module: {
      select_module: "Select module",
      default_module: "Default module",
F
fit2-zhao 已提交
210 211
    },
    report_statistics: {
212
      title: "Report Statistics",
213 214 215 216 217 218 219 220 221 222 223 224 225
      test_case_analysis: "Test case analysis",
      test_case_activity: "Test case activity",
      name: "Report",
      excel: "Excel",
      add_case: "Add case",
      change_case: "Change case",
      type: "Type",
      options: "Options",
      chart: "Chart",
      line: "Line",
      bar: "Bar",
      desc: "Desc",
      asc: "Asc",
226
    }
C
Captain.B 已提交
227
  },
228
  license: {
229 230
    title: 'Authorization management',
    corporation: 'corporation',
231
    time: 'Authorization time',
232 233 234 235 236 237 238
    product: 'product',
    edition: 'edition',
    licenseVersion: 'licenseVersion',
    count: 'count',
    valid_license: 'valid license',
    show_license: 'show license',
    valid_license_error: 'validate license error',
239 240 241 242
    status: 'valid state',
    valid: 'valid',
    invalid: 'invalid',
    expired: 'expired',
243
  },
C
Captain.B 已提交
244
  display: {
245 246
    title: 'Theme',
    logo: 'System LOGO',
247 248
    loginLogo: 'Login page upper left corner LOGO',
    loginImage: 'Picture on the right side of the login page',
249 250
    loginTitle: 'Login page prompt information',
    pageTitle: 'Page Title',
C
Captain.B 已提交
251
  },
252 253 254 255
  system_config: {
    base_config: 'Base Config',
    base: {
      url: 'Website URL',
S
shiziyuan9527 已提交
256 257
      url_tip: 'example:http://localhost:8081',
      url_is_null: 'The current site URL cannot be empty'
258 259 260 261 262 263
    },
    prometheus_config: 'Prometheus Host',
    prometheus: {
      host: 'Prometheus Host',
      host_tip: 'example: http://ms-prometheus:9090',
      host_is_null: 'Prometheus Host cannot be empty'
264 265
    }
  },
C
Captain.B 已提交
266
  workspace: {
Q
q4speed 已提交
267 268 269 270 271 272 273 274 275
    create: 'Create Workspace',
    update: 'Update Workspace',
    delete: 'Delete Workspace',
    delete_confirm: 'Deleting the workspace will delete all resources (such as related projects, test cases, etc.) under the workspace. Are you sure you want to delete?',
    add: 'Add Workspace',
    input_name: 'Please enter a workspace name',
    search_by_name: 'Search by name',
    organization_name: 'Organization Name',
    please_choose_organization: 'Please Choose Organization',
276
    batch_choose_workspace: 'Please choose organizations',
Q
q4speed 已提交
277 278 279 280
    please_select_a_workspace_first: 'Please select a workspace first!',
    none: 'None Workspace',
    select: 'Select Workspace',
    special_characters_are_not_supported: 'Incorrect format (special characters are not supported and cannot end with \'-\')',
W
wenyann 已提交
281

C
Captain.B 已提交
282
  },
S
shiziyuan9527 已提交
283
  organization: {
Q
q4speed 已提交
284 285 286 287 288 289 290 291 292 293
    create: 'Create Organization',
    modify: 'Modify',
    delete: 'Delete Organization',
    delete_confirm: 'Deleting this organization will delete all resources (such as related workspaces, projects, test cases, etc.) under this organization. Are you sure you want to delete?',
    input_name: 'Please enter a organization name',
    select_organization: 'Please select organization',
    search_by_name: 'Search by name',
    special_characters_are_not_supported: 'Incorrect format (special characters are not supported and cannot end with \'-\')',
    none: 'None Organization',
    select: 'Select Organization',
S
shiziyuan9527 已提交
294
    service_integration: 'Service integration',
W
wenyann 已提交
295
    defect_manage: 'Project management platform',
F
fit2-zhao 已提交
296 297
    message_settings: 'Message settings',
    message: {
W
wenyann 已提交
298 299 300 301 302
      jenkins_task_notification: 'Jenkins task notification',
      test_plan_task_notification: 'Test plan task notification',
      test_review_task_notice: 'Test review task notice',
      defect_task_notification: 'Defect task notification',
      create_new_notification: 'Create a new notification',
303 304
      mail_template_example: 'Mail template',
      robot_template: 'Robot template',
W
wenyann 已提交
305 306 307 308 309
      select_events: 'Select event',
      select_receiving_method: 'Select receiving method',
      mail: 'mail',
      nail_robot: 'Nail robot',
      enterprise_wechat_robot: 'Enterprise wechat robot',
W
wenyann 已提交
310
      lark: "Flying Book Robot",
C
Captain.B 已提交
311
      notes: '1. Nail and create a custom robot in the enterprise group, and then copy the webhook address on our platform;\n' +
W
wenyann 已提交
312
        '\n' +
W
wenyann 已提交
313
        '2. Robots are selected as swarm robots, and "custom keyword" is selected for security verification: "task notification";\n' +
W
wenyann 已提交
314
        '\n' +
W
wenyann 已提交
315
        '3. When selecting the receiver, it must be the person included in the group you created. The mobile phone number of the receiver is required and it is the mobile phone number used by the nailing enterprise,',
W
wenyann 已提交
316
      message: 'Event, receiver and receiving method are required\n' +
W
wenyann 已提交
317
        '\n',
318
      message_webhook: 'Webhook is required when the receiving mode is nail or enterprise robot or lark',
C
Captain.B 已提交
319
      template: "Template"
W
wenyann 已提交
320
    },
S
shiziyuan9527 已提交
321 322 323 324 325
    integration: {
      select_defect_platform: 'Please select the defect management platform to be integrated:',
      basic_auth_info: 'Basic Auth account information:',
      api_account: 'API account',
      api_password: 'API password',
S
shiziyuan9527 已提交
326 327 328 329
      app_name: 'APP name',
      app_key: 'APP key',
      account: 'Account',
      password: 'Password',
S
shiziyuan9527 已提交
330
      jira_url: 'JIRA url',
331 332
      jira_issuetype: 'JIRA issue type',
      jira_storytype: 'JIRA story type',
S
shiziyuan9527 已提交
333 334 335
      input_api_account: 'please enter account',
      input_api_password: 'Please enter password',
      input_jira_url: 'Please enter Jira address, for example: https://metersphere.atlassian.net/',
336 337
      input_jira_issuetype: 'Please enter the issue type',
      input_jira_storytype: 'Please enter the story type',
338 339
      zentao_url: 'Zentao url',
      input_zentao_url: 'Please enter Zentao address, for example: http://xx.xx.xx.xx/zentao/',
S
shiziyuan9527 已提交
340
      use_tip: 'Usage guidelines:',
341 342
      use_tip_tapd: 'Basic Auth account information is queried in "Company Management-Security and Integration-Open Platform"',
      use_tip_jira: 'Jira software server authentication information is account password, Jira software cloud authentication information is account + token (account settings-security-create API token)',
S
shiziyuan9527 已提交
343
      use_tip_zentao: 'The account password is a Zentao account with corresponding permissions, and the account needs to have super model calling interface permissions',
344
      use_tip_two: 'After saving the Basic Auth account information, you need to manually associate the ID/key in the MeterSphere project',
S
shiziyuan9527 已提交
345 346 347 348 349 350 351 352 353
      link_the_project_now: 'Link the project now',
      cancel_edit: 'Cancel edit',
      cancel_integration: 'Cancel integration',
      cancel_confirm: 'Confirm cancellation of integration ',
      successful_operation: 'Successful operation',
      not_integrated: 'The platform is not integrated',
      choose_platform: 'Please choose an integrated platform',
      verified: 'Verified'
    }
S
shiziyuan9527 已提交
354
  },
C
Captain.B 已提交
355
  project: {
Q
q4speed 已提交
356 357 358 359 360 361 362
    name: 'Project name',
    recent: 'Recent Projects',
    create: 'Create Project',
    edit: 'Edit Project',
    delete: 'Delete project',
    delete_confirm: 'Deleting this project will delete all test resources under this project. Are you sure you want to delete?',
    delete_tip: 'Deleting this project will delete all test resources under this project. Are you sure you want to delete?',
363
    file_delete_tip: 'Deleting this project file: {0}?',
Q
q4speed 已提交
364
    search_by_name: 'Search by name',
365
    search_by_name_jar: 'Search by name/jar',
Q
q4speed 已提交
366 367 368 369
    input_name: 'Please enter a workspace name',
    owning_workspace: 'Owning Workspace',
    please_choose_workspace: 'Please select Workspace',
    special_characters_are_not_supported: 'Incorrect format (special characters are not supported and cannot end with \'-\')',
S
shiziyuan9527 已提交
370 371
    tapd_id: 'TAPD Project ID',
    jira_key: 'JIRA Project key',
S
shiziyuan9527 已提交
372
    zentao_id: 'Zentao Project ID',
373
    manager: 'Manager',
S
shiziyuan9527 已提交
374
    no_data: 'No Data',
375
    select: 'Select',
376 377
    repeatable: 'Interface definition URL repeatable',
    upload_file_again: 'Upload again'
C
Captain.B 已提交
378
  },
379
  member: {
Q
q4speed 已提交
380 381 382 383 384 385 386 387 388 389 390 391 392
    create: 'Create',
    modify: 'Modify',
    delete_confirm: 'Are you sure you want to delete this Member?',
    please_choose_member: 'Please Choose Member',
    search_by_name: 'Search by name',
    modify_personal_info: 'Modify Personal Information',
    edit_password: 'Edit Password',
    edit_information: 'Edit Information',
    input_name: 'Please enter a user name',
    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',
C
chenjianxing 已提交
393
    password_format_is_incorrect: 'Valid password: 8-30 digits, English upper and lower case letters + numbers + special characters (optional)',
Q
q4speed 已提交
394 395
    old_password: 'Old Password',
    new_password: 'New Password',
396 397
    repeat_password: 'Repeat',
    inconsistent_passwords: 'The two passwords entered are inconsistent',
Q
q4speed 已提交
398
    remove_member: 'Are you sure you want to remove this member',
399
    org_remove_member: 'Removing the user from the organization will also remove permissions from all workspaces under the organization. Are you sure you want to remove the member ?',
Q
q4speed 已提交
400 401
    input_id_or_email: 'Please enter user ID, or user Email',
    no_such_user: 'Without this user information, please enter the correct user ID or user Email!',
S
shiziyuan9527 已提交
402 403
  },
  user: {
Q
q4speed 已提交
404 405 406 407 408 409 410 411 412 413 414 415
    create: 'Create',
    modify: 'Modify',
    input_name: 'Please enter a user name',
    input_id: 'Please enter a ID',
    input_email: 'Please enter a email',
    input_password: 'Please enter a password',
    input_phone: 'Please enter phone number',
    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?',
    apikey_delete_confirm: 'Are you sure you want to delete this API Key?',
S
shiziyuan9527 已提交
416
    input_id_placeholder: 'Please enter ID (Chinese characters are not supported)',
417
    source: 'Source',
418
    button: {
419 420 421
      add_workspace_batch: 'Batch add user to workspace',
      add_user_role_batch: 'Batch add user role',
    }
422 423
  },
  role: {
Q
q4speed 已提交
424 425 426
    please_choose_role: 'Please Choose Role',
    admin: 'Admin',
    org_admin: 'Org_Admin',
C
chenjianxing 已提交
427
    org_member: 'Org Member',
Q
q4speed 已提交
428 429
    test_manager: 'Test Manager',
    test_user: 'Test User',
430
    test_viewer: 'Read-only User',
Q
q4speed 已提交
431
    add: 'Add Role',
432
  },
S
shiziyuan9527 已提交
433
  report: {
434 435 436
    api_test_report: 'Api Test Report',
    load_test_report: 'Load Test Report',
    test_plan_report: 'Test Plan Report',
437
    recent: 'My recent Report',
Q
q4speed 已提交
438 439 440 441 442 443
    search_by_name: 'Search by Name',
    test_name: 'Test',
    test_overview: 'Test Overview',
    test_request_statistics: 'Test Request Statistics',
    test_error_log: 'Test Error Log',
    test_log_details: 'Test Log Details',
444
    test_monitor_details: 'Test Monitor Details',
Q
q4speed 已提交
445
    test_details: 'Test Details',
446 447 448
    test_duration: 'Current Execution Time:{0} minutes {1} seconds',
    test_start_time: 'Start Execution Time',
    test_end_time: 'Plan End Time',
Q
q4speed 已提交
449 450 451 452
    test_stop_now: 'Test Stop Now',
    test_stop_now_confirm: 'Are you sure you want to stop the current test immediately?',
    test_rerun_confirm: 'Are you sure you want to rerun the current test immediately?',
    test_stop_success: 'Test stop successfully',
C
Captain.B 已提交
453
    downloadJtl: 'Download JTL',
Q
q4speed 已提交
454 455
    test_execute_again: 'Test Execute Again',
    export: 'Export',
456
    export_to_ms_format: 'Export to MeterSphere format',
457
    export_to_swagger3_format: 'Export to Swagger3.0 format',
Q
q4speed 已提交
458
    compare: 'Compare',
459
    generation_error: 'Report generation error, unable to view, please check log details!',
Q
q4speed 已提交
460 461
    being_generated: 'Report is being generated...',
    delete_confirm: 'Confirm delete: ',
462
    start_status: 'The test is in the beginning state, we will automatically display it on the page after we generate the report!',
Q
q4speed 已提交
463 464
    run_status: 'The test is running, please check the report later!',
    user_name: 'Creator',
465 466 467 468 469
    project_name: 'Project Name',
    force_stop_tips: '<strong>Terminating</strong> the servers will immediately kill the servers and the JTL files will be lost.',
    stop_tips: 'A <strong>Graceful shutdown</strong> will archive the JTL files and then stop the servers.',
    force_stop_btn: 'Terminating',
    stop_btn: 'Graceful shutdown',
470
    not_exist: "Test report does not exist",
471 472
    batch_delete: "Delete reports in bulk",
    delete_batch_confirm: 'Confirm batch delete report',
473 474
    response_time: 'Response Time(s)',
    max_users: 'VUs'
S
shiziyuan9527 已提交
475
  },
C
i18n  
Captain.B 已提交
476
  load_test: {
477 478
    concurrency_thread_group: 'Concurrent read group',
    thread_group: 'ThreadGroup',
479
    completed_test_report: 'Completed test report',
480 481
    test: 'Test',
    name: 'Test Name',
482 483
    same_project_test: 'Only tests within the same project can be run',
    run: 'One click operation',
Q
q4speed 已提交
484 485
    operating: 'Operating',
    pressure_prediction_chart: 'Pressure Prediction Chart',
486
    recent: 'My recent Tests',
Q
q4speed 已提交
487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506
    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',
    runtime_config: 'Runtime Configuration',
    is_running: 'Test is running! ',
    test_name_is_null: 'Test name cannot be empty! ',
    project_is_null: 'Project cannot be empty! ',
    jmx_is_null: 'Must contain a JMX file, and can only contain a JMX file!',
    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>',
507
    upload_type: 'Only JMX/CSV/JAR files can be uploaded',
Q
q4speed 已提交
508 509 510 511 512 513
    related_file_not_found: "No related test file found!",
    delete_file_confirm: 'Confirm delete file:',
    file_size_limit: "The number of files exceeds the limit!",
    delete_file: "The file already exists, please delete the file with the same name first!",
    thread_num: 'Concurrent users:',
    input_thread_num: 'Please enter the number of threads',
514
    duration: 'Duration time',
515
    granularity: 'Aggregation time (seconds)',
Q
q4speed 已提交
516 517 518 519
    input_duration: 'Please enter a duration',
    rps_limit: 'RPS Limit:',
    input_rps_limit: 'Please enter a limit',
    ramp_up_time_within: 'In',
520
    ramp_up_time_minutes: 'seconds, separate',
521 522 523 524
    ramp_up_time_seconds: 'seconds add concurrent users',
    iterate_num: 'Iterations: ',
    by_iteration: 'By iterations',
    by_duration: 'By duration',
Q
q4speed 已提交
525 526 527 528 529 530
    ramp_up_time_times: 'add concurrent users',
    advanced_config_error: 'Advanced configuration verification failed',
    domain_bind: 'Domain bind',
    domain: 'Domain',
    enable: 'Enable',
    ip: 'IP',
531 532
    input_ip: 'Please enter the correct IP address!',
    input_domain: 'Please enter the correct domain!',
Q
q4speed 已提交
533 534 535 536 537 538 539 540
    params: 'Parameters',
    param_name: 'Name',
    param_value: 'Value',
    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',
    connect_timeout: 'Timeout to establish a connection',
541
    response_timeout: 'Timeout to response',
Q
q4speed 已提交
542 543
    custom_http_code: 'Custom HTTP response success status code',
    separated_by_commas: 'Separated by commas',
544 545 546 547
    serialize_threadgroups: 'Whether the scene is executed sequentially',
    autostop_threadgroups: 'Auto stop enable',
    reaches_duration: 'Delay',
    autostop_delay: 'seconds before stopping the test',
Q
q4speed 已提交
548 549 550 551 552 553
    create: 'Create Test',
    select_resource_pool: 'Please Select Resource Pool',
    resource_pool_is_null: 'Resource Pool is empty',
    download_log_file: 'Download',
    user_name: 'Creator',
    special_characters_are_not_supported: 'Test name does not support special characters',
C
chenjianxing 已提交
554
    pressure_config_params_is_empty: 'Pressure configuration parameters cannot be empty!',
555 556 557 558 559 560
    schedule_tip: 'The interval must not be less than the pressure measuring time',
    delete_threadgroup_confirm: 'Confirm delete scenario: ',
    scenario_list: 'Scenario List',
    scenario_name: 'Scenario Name',
    upload_jmx: 'Upload JMX',
    exist_jmx: 'Existed Files',
561
    other_resource: 'Resource Files',
562 563 564 565 566
    upload_file: 'Upload Files',
    load_exist_file: 'Load Project Files',
    load_exist_jmx: 'Load Project JMX',
    threadgroup_at_least_one: 'At least one ThreadGroup is enabled',
    load_api_automation_jmx: 'Import API automation scenario',
567
    project_file_exist: "The file already exists in the project, please import it directly",
C
Captain.B 已提交
568
    project_file_update_type_error: 'Updated file types must be consistent',
C
Captain.B 已提交
569 570
    report: {
      diff: "Compare"
C
Captain.B 已提交
571
    },
C
i18n  
Captain.B 已提交
572
  },
C
chenjianxing 已提交
573
  api_test: {
Q
q4speed 已提交
574
    creator: "Creator",
Q
q4speed 已提交
575 576 577 578
    save_and_run: "Save and Run",
    run: "Run",
    running: "Running",
    reset: "Rest",
C
Coooder-X 已提交
579 580 581
    select_all: "Select all",
    invert_select: "Invert select",
    select_or_invert: "Select all/Invert select",
Q
q4speed 已提交
582
    input_name: "Please enter the test name",
583
    select_project: "Please select project",
Q
q4speed 已提交
584
    variable_name: "Variable name",
585
    variable: "Variable",
Q
q4speed 已提交
586 587 588
    copied: "copied",
    key: "Key",
    value: "Value",
Q
q4speed 已提交
589
    create_performance_test: "Create Performance Test",
590
    export_config: "Export",
591
    enable_validate_tip: "No request available",
592
    copy: "Copy Test",
C
chenjianxing 已提交
593 594 595
    jar_config: {
      title: "The Jar Package Management",
      jar_file: "Jar package",
C
chenjianxing 已提交
596
      delete_tip: "The deletion takes effect after the service is restarted",
C
chenjianxing 已提交
597 598 599
      file_exist: "The name already exists in the project",
      upload_limit_size: "Upload file size cannot exceed 30MB!",
    },
600
    batch_menus: {
601 602 603
      select_all_data: "Select all datas({0})",
      select_show_data: "Select show datas({0})",
    },
604 605 606 607 608 609 610 611 612 613 614 615 616
    mock: {
      create_error: "Api info is not saved",
      table: {
        name: "Name",
        tag: "Tag",
        creator: "Creator",
        status: "Status",
        update_time: "Update time"
      },
      expect_detail: "Expect",
      base_info: "Base info",
      req_param: "Request params",
      rsp_param: "Response Params",
617
      delete_mock_expect: "Confirm to delete this expect info ?",
618
    },
F
fit2-zhao 已提交
619
    definition: {
F
fit2-zhao 已提交
620
      api_title: "Api test",
621 622
      case_title: "Test Case",
      doc_title: "Document",
F
fit2-zhao 已提交
623 624 625 626 627 628 629 630 631
      api_name: "Api name",
      api_status: "Api status",
      api_type: "Api type",
      api_path: "Api path",
      api_principal: "Api principal",
      api_last_time: "Last update time",
      api_case_number: "Number use case",
      api_case_status: "Ise case status",
      api_case_passing_rate: "Use case pass rate",
C
chenjianxing 已提交
632
      create_tip: "Note: Detailed interface information can be filled out on the edit page",
633
      api_import: "Api Import",
634
      check_select: "Please check the API",
635 636 637
      select_comp: {
        no_data: "No Data",
        add_data: "Add Data"
638
      },
F
fit2-zhao 已提交
639
      request: {
640
        grade_info: "Filter by rank",
641 642
        grade_order_asc: "from low to high by use case level",
        grade_order_desc: "from high to low by use case level",
F
fit2-zhao 已提交
643
        create_time_order_asc: "by creation time from front to back",
644
        create_time_order_desc: "from back to front by creation time",
F
fit2-zhao 已提交
645
        update_time_order_asc: "by update time from front to back",
646
        update_time_order_desc: "from back to front by update time",
F
fit2-zhao 已提交
647 648
        run_env: "Operating environment",
        select_case: "Search use cases",
649
        select_api: "Search api",
F
fit2-zhao 已提交
650 651
        case: "Case",
        title: "Create api",
F
fit2-zhao 已提交
652
        path_info: "Please enter the URL of the interface, such as /api/demo/#{id}, where id is the path parameter",
653
        path_all_info: "Please enter the complete test address",
F
fit2-zhao 已提交
654 655 656 657 658 659
        fast_debug: "Fast debug",
        close_all_label: "close all label",
        save_as: "Save as new interface",
        load_case: "Load use case",
        save_as_case: "Save as new use case",
        update_api: "Update interface",
F
fit2-zhao 已提交
660
        body_form_data: "form-data",
661
        body_x_www_from_urlencoded: "x-www-form-urlencoded",
F
fit2-zhao 已提交
662 663 664 665 666 667 668 669 670 671
        body_raw: "raw",
        body_binary: "binary",
        body_json: "json",
        body_xml: "xml",
        auth_config: "Authentication configuration",
        rest_param: "Rest parameter",
        query_param: "Query parameter",
        verification_method: "Verification method",
        verified: "verified",
        encryption: "encryption",
672
        req_param: "Request parameter",
673
        res_param: "Response content",
674
        batch_delete: "Batch deletion",
675
        delete_confirm: "Confirm deletion",
676
        delete_case_confirm: "Confirm case deletion",
677
        delete_confirm_step: "Confirm deletion step",
678 679 680
        assertions_rule: "Assertion rule",
        response_header: "Response header",
        response_body: "Response body",
681
        response_template: "Response template",
682 683
        console: "Console",
        status_code: "Status code",
684 685 686 687 688 689
        query_info: "Follow the address bar? The following parameters, such as updateapi?id=112",
        rest_info: "Slash/separated parameters in the address bar, such as updateapi/{id}",
        auth_config_info: "Request requires permission verification",
        pre_script: "Prescript",
        post_script: "Postscript",
        extract_param: "Extract parameters",
690
        add_module: "Add module",
F
fit2-zhao 已提交
691
        edit_api: "Edit Api",
692
        test_plan_select: "Please select test plan",
693 694
        create_info: 'Create',
        update_info: 'Update',
695
        batch_edit: "Batch edit",
696
        batch_move: "Batch move",
697
        path_valid_info: "The request path is invalid",
C
chenjianxing 已提交
698 699 700
        other_config: "Other Config",
        message_template: "Message Template",
        tcp_parameter_tip: "The request parameters can be referenced in the request template ${XXX}",
701 702 703 704 705 706 707 708
        esb_table: {
          name: "name",
          type: "type",
          length: "length",
          required: "Required",
          desc: "Description",
          value: "Data",
          not_required: "Not required",
709 710 711
        },
        esb_copy_confirm: "Copy this node data struct",
        esb_title: "You can use ${name} or ${parent name.child name} to generate xml struct in report template",
712 713 714 715 716 717 718 719
      },
      document: {
        order: "Order",
        create_time_sort: "From back to front by create time",
        edit_time_positive_sequence: "From front to back by update time",
        edit_time_Reverse_order: "From back to front by update time",
        request_method: "Request method",
        request_interface: "Request interface",
720
        search_by_api_name: "Search by api name",
721 722 723 724 725 726 727 728 729
        request_info: "Request info",
        request_head: "Request head",
        request_param: "Param",
        request_body: "Request body",
        example_presentation: "Example presentation",
        response_info: "Response info",
        response_head: "Response head",
        response_body: "Response body",
        response_code: "Response code",
730
        table_coloum: {
731 732 733 734 735 736 737 738 739 740 741
          name: "name",
          value: "value",
          is_required: "Is it required",
          desc: "Description",
          type: "Type",
          default_value: "Default value",
        },
        data_set: {
          all: "All",
          none: "None"
        },
F
fit2-zhao 已提交
742 743
      }
    },
744
    automation: {
745 746
      open_expansion: "One-click expansion",
      close_expansion: "One-click storage",
747 748 749
      constant: "constant",
      counter: "counter",
      random: "random",
750 751 752 753 754
      view_scene_variables: "View scene variables",
      open_scene: "Open scene",
      save_as_api: "Save as api",
      delete_step: "Delete step",
      reference_deleted_info: "Reference scene has been deleted",
755 756
      follow_people: "Follow people",
      create_tag: "Create tag",
757
      scenario_step: "Ccenario step",
758
      step_total: "Step total",
759
      scenario_total: "Scenario variable",
760
      api_list_import: "Api list import",
761
      external_import: "External import",
762 763
      wait_controller: "Wait controller",
      if_controller: "If controller",
764
      loop_controller: "Loop Controller",
765 766 767 768 769
      scenario_import: "Scenario import",
      customize_script: "Customize script",
      customize_req: "Customize req",
      reference_info: "Reference info",
      scenario_test: "Scenario test",
770
      scenario_list: "Scenario List",
771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789
      add_scenario: "Add scenario",
      scenario_name: "Scenario name",
      case_level: "Case level",
      tag: "Tag",
      creator: "Creator",
      update_time: "Update time",
      step: "Step",
      last_result: "Last result",
      passing_rate: "Passing rate",
      success: "Success",
      fail: "Fail",
      saved: "Saved",
      trash: "Trash",
      edit: "Edit",
      execute: "Execute",
      copy: "Copy",
      remove: "Remove",
      view_ref: "View ref",
      case_ref: "Case ref",
790
      schedule: "Scheduled Task",
791 792 793 794 795 796 797 798 799
      scenario_ref: "Scenario ref",
      plan_ref: "Plan ref",
      batch_add_plan: "Add plan",
      batch_execute: "Batch execute",
      scenario: {
        principal: "principal",
        select_principal: "Select principal",
        follow_people: "Follow people",
        select_table: "Select table",
C
chenjianxing 已提交
800 801
        select_all: "Select all",
        check_case: "Please check the Scene Use Case"
802
      },
803
      report_name_info: 'Please enter the registration name',
804
      save_case_info: 'Please save the use case first',
805
      reference_deleted: 'Reference deleted',
806 807 808 809 810
      loop_name: "Loop",
      loop_content: "The default is on, when there is only one request in the loop, it can be turned on/off; when there is more than one request in the loop, it can only be turned on。",
      loop_return_val: "Define variable name",
      loop_input_val: "Variable prefix",
      loop_message: "There is more than one request in the current cycle and cannot be closed",
811
    },
C
i18n  
chenjianxing 已提交
812
    environment: {
813
      create: 'Create environment',
C
i18n  
chenjianxing 已提交
814 815
      name: "Environment Name",
      socket: "Socket",
816
      condition_enable: "Activation conditions",
C
i18n  
chenjianxing 已提交
817 818 819
      globalVariable: "Global Variable",
      environment_list: "Environment List",
      environment_config: "Environment Config",
820
      config_environment: "Config Environment",
821
      copy_environment: "copy environment",
C
i18n  
chenjianxing 已提交
822
      environment: "Environment",
823
      select_environment: "Please select environment",
C
i18n  
chenjianxing 已提交
824
      please_save_test: "Please Save Test First",
825 826 827
      common_config: "Common Config",
      http_config: "HTTP Config",
      database_config: "Database Config",
828
      tcp_config: "TCP Config",
829
      import: "Import Environment",
C
i18n  
chenjianxing 已提交
830
    },
Q
q4speed 已提交
831
    scenario: {
C
Captain.B 已提交
832
      scenario: "Scenario",
Q
q4speed 已提交
833
      dubbo: "Dubbo Config",
Q
q4speed 已提交
834 835 836 837 838
      config: "Scenario Config",
      input_name: "Please enter the scenario name",
      name: "Scenario Name",
      base_url: "Base URL",
      base_url_description: "Base URL as URL prefix for all requests",
Q
q4speed 已提交
839
      url_invalid: "Invalid URL",
Q
q4speed 已提交
840
      variables: "Variables",
Q
q4speed 已提交
841
      headers: "Headers",
Q
q4speed 已提交
842
      kv_description: "Variables are available for all requests",
843
      copy: "Copy scenario",
844 845
      delete: "Delete scenario",
      disable: "Disable",
Q
q4speed 已提交
846 847 848 849 850 851 852 853
      enable: "Enable",
      create_scenario: "Create scenario",
      select_scenario: "Select scenario",
      scenario_request: "Scenario/Request",
      enable_disable: "Enable/Disable",
      test_name: "Test Name",
      reference: "Reference",
      clone: "Copy",
854
      cant_reference: 'Historical test files, can be referenced after re-saving'
Q
q4speed 已提交
855 856
    },
    request: {
857
      debug: "Debug",
858 859
      copy: "Copy request",
      delete: "Delete request",
Q
q4speed 已提交
860
      input_name: "Please enter the request name",
A
AgAngle 已提交
861 862
      input_url: "Please enter the request URL",
      input_path: "Please enter the request path",
863
      name: "Name",
864
      content_type: "Content Type",
Q
q4speed 已提交
865
      method: "Method",
866
      url: "URL",
C
i18n  
chenjianxing 已提交
867 868 869
      path: "Path",
      address: "Address",
      refer_to_environment: "Use Environment",
C
chenjianxing 已提交
870
      please_configure_socket_in_environment: "Please Configure Path In The Environment",
C
i18n  
chenjianxing 已提交
871 872
      please_configure_environment_in_scenario: "Please Configure Environment In The Scenario",
      please_add_environment_to_scenario: "Please Add The Environment Configuration To The Scenario First",
Q
q4speed 已提交
873
      url_description: "etc: https://fit2cloud.com",
C
i18n  
chenjianxing 已提交
874
      path_description: "etc:/login",
Q
q4speed 已提交
875
      parameters: "Query parameters",
876
      jmeter_func: "JMeter Functions",
C
Captain.B 已提交
877
      parameters_filter_example: "Example",
878
      parameters_filter_tips: "Only support MockJs function result preview",
C
Captain.B 已提交
879 880
      parameters_advance: "Advanced parameter settings",
      parameters_preview: "Preview",
C
Captain.B 已提交
881 882
      parameters_mock_filter_tips: "Please enter keywords to filter",
      parameters_pre_request: "Pre-request extraction",
C
Captain.B 已提交
883 884 885 886 887
      parameters_advance_mock: "Mock Data",
      parameters_advance_add_func: "Add Function",
      parameters_advance_add_func_limit: "Support up to 5 functions",
      parameters_advance_add_func_error: "Please select function first",
      parameters_advance_add_param_error: "Please enter function parameters",
Q
q4speed 已提交
888 889 890 891 892
      parameters_desc: "Parameters will be appended to the URL e.g. https://fit2cloud.com?Name=Value&Name2=Value2",
      headers: "Headers",
      body: "Body",
      body_kv: "Key Value",
      body_text: "Raw",
893 894 895
      timeout_config: "Timeout Config",
      connect_timeout: "Connect Timeout",
      response_timeout: "Response Timeout",
896
      follow_redirects: "Follow Redirects",
897
      do_multipart_post: "Use multipart/form-data for POST",
898
      body_upload_limit_size: "The file size does not exceed 500 MB",
899 900 901
      condition: "condition",
      condition_variable: "Variable, e.g: ${var}",
      wait: "wait",
Q
q4speed 已提交
902 903 904 905 906
      assertions: {
        label: "Assertion",
        text: "Text",
        regex: "Regex",
        response_time: "Response Time",
Q
q4speed 已提交
907 908 909
        select_type: "Choose type",
        select_subject: "Subject",
        select_condition: "Condition",
Q
q4speed 已提交
910 911 912 913 914 915
        contains: "Contains",
        not_contains: "Not contains",
        equals: "Equals",
        start_with: "Start with",
        end_with: "End With",
        value: "Value",
C
chenjianxing 已提交
916
        expect: "Expect Value",
Q
q4speed 已提交
917
        expression: "Expression",
Q
q4speed 已提交
918
        response_in_time: "Response in time",
919
        ignore_status: "Ignore Status",
Q
q4speed 已提交
920 921 922 923 924 925
        add: "Add",
        script_name: "Script name",
        script: "Script",
        variable_name: "Variable name",
        set_failure_status: "Set failure status",
        set_failure_msg: "Set failure message",
926 927 928 929 930
        json_path_add: "Add JONPATH Assertions",
        json_path_err: "The response result is not in JSON format",
        json_path_suggest: "JSONPath Assertion Suggest",
        json_path_clear: "Clear JSONPath Assertion",
        debug_first: "First, debug to get the response",
C
chenjianxing 已提交
931
        suggest_tip: "Click the note to add the JSONPath assertion",
Q
q4speed 已提交
932
      },
Q
q4speed 已提交
933 934 935 936 937
      extract: {
        label: "Extract from response",
        select_type: "Choose type",
        description: "Extract data from the response and store it in variables. Use the variables in subsequent requests.",
        regex: "Regex",
938
        multiple_matching: "Multiple matching",
Q
q4speed 已提交
939 940 941
        regex_expression: "Regular expression",
        json_path_expression: "JSONPath expression",
        xpath_expression: "XPath expression",
C
chenjianxing 已提交
942
        suggest_tip: "Click the note to add the JSONPath extraction",
C
chenjianxing 已提交
943 944
        json_path_suggest: "JSONPath Extraction Suggest",
        json_path_clear: "Clear JSONPath Extraction",
Q
q4speed 已提交
945
      },
946
      processor: {
Q
q4speed 已提交
947
        pre_exec_script: "PreProcessor",
948 949 950
        post_exec_script: "PostProcessor",
        code_template: "Code template",
        bean_shell_processor_tip: "Currently only BeanShell scripts are supported",
951 952 953 954 955 956
        code_template_get_variable: "Get Variable",
        code_template_set_variable: "Set Variable",
        code_template_get_global_variable: "Get Global Variable",
        code_template_set_global_variable: "Set Global variable",
        code_template_get_response_header: "Get Response Header",
        code_template_get_response_code: "Get Response Code",
957
        code_template_get_response_result: "Get Response Result",
958 959
        code_add_report_length: "Add report length to head",
        code_hide_report_length: "Hide report length"
960
      },
Q
q4speed 已提交
961
      dubbo: {
Q
q4speed 已提交
962 963 964 965
        protocol: "protocol",
        input_interface: "Please enter the interface",
        input_method: "Please enter the method",
        input_config_center: "Please enter the config center",
966
        get_provider_success: "get provider list to finish",
Q
q4speed 已提交
967 968 969
        input_registry_center: "Please enter the registry center",
        input_consumer_service: "Please enter the consumer & service",
        check_registry_center: "Can't get interface list, please check the registry center",
970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001
      },
      sql: {
        dataSource: "Data Source",
        sql_script: "Sql Script",
        timeout: "Timeout(ms)",
        database_driver: "Driver",
        database_url: "Database URL",
        username: "Username",
        password: "Password",
        pool_max: "Max Number of Configuration",
        query_timeout: "Max Wait(ms)",
        name_cannot_be_empty: "SQL request name cannot be empty",
        dataSource_cannot_be_empty: "SQL request datasource cannot be empty",
        result_variable: "Result variable",
        variable_names: "Variable names",
      },
      tcp: {
        server: "Server Name or IP",
        port: "Port Number",
        connect: "Connect(ms)",
        response: "Response(ms)",
        re_use_connection: "Re-use connection",
        no_delay: "Set NoDelay",
        close_connection: "Close connection",
        so_linger: "SO LINGER",
        eol_byte: "End of line byte value",
        request: "Text to Send",
        username: "Username",
        password: "Password",
        login: "Login Configuration",
        server_cannot_be_empty: "Server name or IP cannot be empty",
      },
1002
    },
C
chenjianxing 已提交
1003 1004 1005 1006 1007 1008 1009
    api_import: {
      label: "Import",
      title: "API test import",
      data_format: "Data format",
      file_size_limit: "The file size does not exceed 20 M",
      tip: "Instructions",
      export_tip: "Export Tip",
Q
q4speed 已提交
1010 1011
      ms_tip: "Support for MeterSphere JSON format",
      ms_export_tip: "Export jSON-formatted files via MeterSphere website or browser plug-ins",
1012
      har_export_tip: "Export HAR files by browser dev-tool",
1013
      esb_export_tip: "Can not export esb files now",
C
chenjianxing 已提交
1014
      swagger_tip: "Swagger 2.0 and 3.0 json files are supported",
1015
      har_tip: "Only HAR files are supported",
1016
      esb_tip: "Only ESB xlsx files are supported",
C
chenjianxing 已提交
1017
      postman_tip: "Only Postman Collection V2.1 json files are supported",
C
chenjianxing 已提交
1018 1019
      postman_export_tip: "Export the test collection by Postman",
      swagger_export_tip: "Export jSON-formatted files via Swagger website",
1020 1021
      jmeter_export_tip: "Generating JMX file through JMeter",
      jmeter_tip: "JMX files supporting JMeter 5.2",
C
chenjianxing 已提交
1022
      suffixFormatErr: "The file format does not meet the requirements",
C
chenjianxing 已提交
1023
      swagger_url_import: "Import using URL",
1024 1025
      timing_synchronization: "Timing synchronization",
      next_synchronization_time: "Next synchronization time",
1026 1027
      ms_env_import_file_limit: "It supports JSON format files exported through metersphere",
      file_exceed_limit: "The number of files exceeds the limit",
1028
    },
C
Captain.B 已提交
1029 1030
    home_page: {
      unit_of_measurement: "",
S
song.tianyang 已提交
1031 1032
      unit_of_count: "",
      unit_of_times: "times",
1033
      formula: {
1034 1035 1036 1037 1038 1039 1040 1041
        completion: "finished api / all api * 100%",
        coverage: "apis whitch have test case / all apis * 100%",
        pass: "scenarios whitch final execute is sucess / all scenarios * 100%",
        success: "execute success count number / all execute count number * 100%",
        interface_coverage: "api whitch in scenario's step / all api * 100%",
        review: "reviewd cases / all cases * 100%",
        testplan_coverage: "relevance function cases / all function cases * 100%",
      },
C
Captain.B 已提交
1042
      api_count_card: {
1043 1044
        title: "API count",
      },
C
Captain.B 已提交
1045
      test_case_count_card: {
1046
        title: "Api test case count",
1047
      },
C
Captain.B 已提交
1048
      test_scene_count_card: {
1049
        title: "Scene test case count",
1050
      },
C
Captain.B 已提交
1051
      schedule_task_count_card: {
1052 1053
        title: "Schedule task count",
      },
C
Captain.B 已提交
1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069
      detail_card: {
        running: "Running",
        not_started: "Not started",
        finished: "Finished",
        uncoverage: "Uncoverage",
        coverage: "Coverage",
        unexecute: "Unexecute",
        execution_failed: "Execution failed",
        execution_pass: "Execution passed",
        failed: "Failure",
        success: "Success",
        rate: {
          completion: "Completion rate",
          coverage: "Coverage rate",
          pass: "Pass rate",
          success: "Success rate",
1070
          interface_coverage: "Interface coverage",
1071 1072
        },
      },
C
Captain.B 已提交
1073
      api_details_card: {
1074
        title: "API",
S
song.tianyang 已提交
1075
        this_week_add: "This week add:",
1076
      },
C
Captain.B 已提交
1077
      test_case_details_card: {
1078
        title: "Test case",
S
song.tianyang 已提交
1079
        this_week_add: "This week add:",
C
Captain.B 已提交
1080 1081
        this_week_execute: "Executed {0} this week",
        executed: "Executed {0} in history",
S
song.tianyang 已提交
1082
        this_week_add_sm: "This week add:",
C
Captain.B 已提交
1083 1084
        this_week_execute_sm: "Executed {0}<br/> this week",
        executed_sm: "Executed {0}<br/> in history",
1085
      },
C
Captain.B 已提交
1086
      test_scene_details_card: {
1087
        title: "Scene",
S
song.tianyang 已提交
1088
        this_week_add: "This week add:",
C
Captain.B 已提交
1089 1090
        this_week_execute: "Executed {0} this week",
        executed: "Executed {0} in history",
S
song.tianyang 已提交
1091
        this_week_add_sm: "This week add:",
C
Captain.B 已提交
1092 1093
        this_week_execute_sm: "Executed {0}<br/> this week",
        executed_sm: "Executed {0}<br/> in history",
1094
      },
C
Captain.B 已提交
1095
      schedule_task_details_card: {
1096
        title: "Schedule task",
C
Captain.B 已提交
1097 1098 1099 1100 1101 1102
        this_week_add: "Added {0} this week",
        this_week_execute: "Executed {0} this week",
        executed: "Executed {0} in history",
        this_week_add_sm: "Added {0}<br/> this week",
        this_week_execute_sm: "Executed {0}<br/> this week",
        executed_sm: "Executed {0}<br/> in history",
1103
      },
C
Captain.B 已提交
1104
      failed_case_list: {
1105
        title: "Top 10 failure cases about test plan in the past 7 days",
C
Captain.B 已提交
1106
        table_coloum: {
1107 1108
          index: "Ranking",
          case_name: "Case name",
1109
          case_type: "Case Type",
1110 1111 1112
          test_plan: "Test plan",
          failure_times: "Failure times",
        },
C
Captain.B 已提交
1113 1114
        table_value: {
          case_type: {
1115 1116
            api: "Api case",
            scene: "Scenario case",
1117
            load: "Load case"
1118 1119
          }
        }
1120
      },
C
Captain.B 已提交
1121
      running_task_list: {
1122
        title: "Running schedule task",
C
Captain.B 已提交
1123
        table_coloum: {
1124 1125
          index: "Index",
          scenario: "Scene",
1126
          task_type: "Task Type",
1127 1128 1129 1130 1131 1132
          run_rule: "Rule",
          task_status: "Status",
          next_execution_time: "Next Execution Time",
          create_user: "Creator",
          update_time: "Update time",
        },
1133 1134
        scenario_schedule: "Scenario",
        test_plan_schedule: "Test plan",
1135
        swagger_schedule: "swagger",
C
Captain.B 已提交
1136
        confirm: {
1137 1138
          close_title: "Do you want to close this scheduled task?",
        }
1139
      }
Q
q4speed 已提交
1140 1141 1142
    }
  },
  api_report: {
Q
q4speed 已提交
1143
    title: "Report",
Q
q4speed 已提交
1144 1145 1146 1147 1148 1149
    request: "Request",
    request_body: "Body",
    request_headers: "Headers",
    request_cookie: "Cookie",
    response: "Response",
    delete_confirm: 'Confirm delete : ',
1150
    delete_batch_confirm: 'Confirm batch delete report',
Q
q4speed 已提交
1151 1152 1153
    scenario_name: "Scenario name",
    response_time: "Response time(ms)",
    latency: "Latency",
1154
    start_time: "Start Time",
Q
q4speed 已提交
1155 1156 1157 1158 1159 1160 1161 1162
    request_size: "Request Size",
    response_size: "Response Size",
    response_code: "Response Code",
    response_message: "Response Message",
    error: "Error",
    assertions: "Assertions",
    assertions_pass: "Passed Assertions",
    assertions_name: "Assertion Name",
Q
q4speed 已提交
1163
    assertions_error_message: "Error Message",
Q
q4speed 已提交
1164 1165 1166 1167
    assertions_is_success: "Fail/Success",
    result: "Result",
    success: "Success",
    fail: "Fail",
Q
q4speed 已提交
1168
    total: "Total",
1169 1170
    test_name: "Test",
    request_result: "Result",
C
chenjianxing 已提交
1171 1172 1173
    sub_result: "Sub Result",
    detail: "Report detail",
    delete: "Delete report",
1174
    batch_delete: "Delete reports in bulk",
C
Captain.B 已提交
1175
    running: "The test is reporting",
1176
    not_exist: "Test report does not exist",
C
chenjianxing 已提交
1177
  },
1178
  api_monitor: {
1179 1180 1181 1182 1183 1184 1185 1186
    to: "to",
    start_time: "Start Time",
    end_time: "End Time",
    today: "Today",
    this_week: "This Week",
    this_mouth: "This Mouth",
    please_search: "Please Search",
    date: "Date"
1187
  },
C
chenjianxing 已提交
1188
  test_track: {
W
wenyann 已提交
1189 1190 1191 1192
    related_requirements: 'Related requirements',
    please_related_requirements: 'Please select the requirements to associate',
    please_select_the_test_to_associate: "Please select the test to associate",
    person_responsible: "Person Responsible",
C
chenjianxing 已提交
1193
    test_track: "Track",
C
chenjianxing 已提交
1194 1195
    confirm: "Confirm",
    cancel: "Cancel",
W
wenyann 已提交
1196
    planning_execution: "Planning&Execution",
C
chenjianxing 已提交
1197 1198 1199
    project: "Project",
    save: "Save",
    return: "Return",
C
chenjianxing 已提交
1200
    length_less_than: "The length less than",
1201 1202
    recent_plan: "My recent plan",
    recent_case: "My recent case",
1203
    recent_review: "My recent review",
C
chenjianxing 已提交
1204
    pass_rate: "Pass rate",
1205 1206
    execution_result: ": Please select the execution result",
    actual_result: ": The actual result is empty",
1207 1208
    cancel_relevance_success: "Unlinked successfully",
    switch_project: "Switch project",
C
chenjianxing 已提交
1209
    case: {
1210
      list: "List",
C
chenjianxing 已提交
1211
      minder: "Minder",
1212
      minder_create_tip: "failed, unable to create its parent module in minder",
C
chenjianxing 已提交
1213
      check_select: "Please check the case",
W
wenyann 已提交
1214
      export_all_cases: 'Are you sure you want to export all use cases?',
1215 1216 1217
      input_test_case: 'Please enter the associated case name',
      test_name: 'TestName',
      other: '--Other--',
C
chenjianxing 已提交
1218
      test_case: "Case",
C
chenjianxing 已提交
1219
      move: "Move case",
C
chenjianxing 已提交
1220 1221 1222 1223
      case_list: "Test case list",
      create_case: "Create case",
      edit_case: "Edit case",
      view_case: "Test case",
C
chenjianxing 已提交
1224 1225 1226
      no_project: "There is no project in this workspace, please create the project first",
      priority: "Priority",
      type: "Type",
C
chenjianxing 已提交
1227
      method: "Method",
C
chenjianxing 已提交
1228 1229 1230 1231 1232
      auto: "Auto",
      manual: "Manual",
      create: "Create test case",
      case_type: "Case Type",
      name: "Test case name",
C
chenjianxing 已提交
1233
      module: "Module",
C
chenjianxing 已提交
1234 1235 1236 1237
      maintainer: "Maintainer",
      steps: "Steps",
      number: "Number",
      prerequisite: "Prerequisite",
1238
      step_desc: "Case step",
C
chenjianxing 已提交
1239 1240 1241 1242 1243 1244 1245 1246
      expected_results: "Expected results",
      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",
1247
      input_demand_name: "Please input demand id or name",
C
chenjianxing 已提交
1248
      delete_confirm: "Confirm delete test case",
C
chenjianxing 已提交
1249
      delete: "Delete case",
C
chenjianxing 已提交
1250
      save_create_continue: "Save and create continue",
C
chenjianxing 已提交
1251
      please_create_project: "No project available, please create the project first",
1252
      create_module_first: "Please create module first",
C
i18n  
chenjianxing 已提交
1253
      relate_test: "Relate test",
1254
      relate_test_not_find: 'The associated test does not exist, please check the test case',
W
wenyann 已提交
1255
      other_relate_test_not_find: 'Associated test name, please go to the third party platform to execute',
1256
      batch_handle: 'Batch processing (select {0} item)',
1257
      batch_update: 'Update the attributes of {0} cases',
S
shiziyuan9527 已提交
1258 1259 1260 1261 1262
      select_catalog: 'Please select use case catalog',
      updated_attr_value: 'The updated attribute value',
      batch_operate: 'Batch operation',
      please_select_attr: 'Please select attributes',
      please_select_attr_value: 'Please select the value corresponding to the attribute',
C
chenjianxing 已提交
1263
      batch_edit_case: 'Batch editing',
S
shiziyuan9527 已提交
1264 1265 1266
      batch_move_case: 'Batch move',
      batch_delete_case: 'Batch delete',
      batch_unlink: 'Batch Unlink',
1267
      project_name: "Project",
1268 1269
      status: 'Review Status',
      status_prepare: 'Not reviewed',
1270 1271
      status_pass: 'Pass',
      status_un_pass: 'UnPass',
1272
      cancel_relevance_project: "Disassociating the project will also cancel the associated test cases under the project",
S
shiziyuan9527 已提交
1273 1274
      img_loading_fail: "Image failed to load",
      pdf_loading_fail: "PDF loading failed",
1275
      upload_tip: "Only jpg, jpeg, png, docx, doc, pdf, xlsx, txt files can be uploaded",
S
shiziyuan9527 已提交
1276
      attachment: "Attachment",
1277
      upload_time: "Upload Time",
C
chenjianxing 已提交
1278 1279 1280 1281 1282
      import: {
        import: "Import test case",
        case_import: "Import test case",
        download_template: "Download template",
        click_upload: "Upload",
1283 1284
        upload_limit: "Only XLS/XLSX/XMIND files can be uploaded, and no more than 20M",
        upload_xmind_format: "Upload files can only be .xmind format",
1285
        upload_xmind: "Only xmind files can be uploaded, and no more than 800",
C
chenjianxing 已提交
1286 1287 1288
        upload_limit_count: "Only one file can be uploaded at a time",
        upload_limit_format: "Upload files can only be XLS, XLSX format!",
        upload_limit_size: "Upload file size cannot exceed 20MB!",
1289
        upload_limit_other_size: "Upload file size cannot exceed",
C
chenjianxing 已提交
1290
        success: "Import success!",
C
chenjianxing 已提交
1291
        importing: "Importing...",
1292 1293 1294 1295
        excel_title: "Excel ",
        xmind_title: "Xmind",
        import_desc: "Import instructions",
        import_file: "upload files",
C
chenjianxing 已提交
1296 1297 1298 1299
      },
      export: {
        export: "Export cases"
      }
C
chenjianxing 已提交
1300
    },
C
chenjianxing 已提交
1301
    plan: {
C
chenjianxing 已提交
1302
      test_plan: "Plan",
C
chenjianxing 已提交
1303
      create_plan: "Create test plan",
C
chenjianxing 已提交
1304
      edit_plan: "Edit test plan",
C
chenjianxing 已提交
1305
      plan_name: "Test plan name",
C
chenjianxing 已提交
1306
      plan_project: "Project",
1307
      related_project: "Related Project",
1308
      related_tip: "After linking the project, you can add test cases under the linking project to the test plan list",
C
chenjianxing 已提交
1309
      plan_stage: "Stage",
C
chenjianxing 已提交
1310 1311 1312
      plan_status: "Status",
      smoke_test: "Smoke test",
      functional_test: "Functional test",
C
chenjianxing 已提交
1313
      integration_testing: "Integration test",
C
chenjianxing 已提交
1314
      system_test: "System test",
C
chenjianxing 已提交
1315
      regression_test: "Regression test",
C
chenjianxing 已提交
1316 1317 1318 1319 1320
      version_validation: "Version validation",
      plan_principal: "Principal",
      input_plan_name: "Please input plan name",
      input_plan_principal: "Please select principal",
      input_plan_project: "Please select project",
1321
      input_related_project: "Please Related project",
C
chenjianxing 已提交
1322 1323 1324
      input_plan_stage: "Please select stage",
      plan_status_prepare: "Not started",
      plan_status_running: "Starting",
1325
      plan_status_finished: "Finished",
C
chenjianxing 已提交
1326
      plan_status_completed: "Completed",
C
Captain.B 已提交
1327
      plan_status_trash: "Trashed",
1328 1329 1330 1331
      planned_start_time: "Scheduled Start Time",
      planned_end_time: "Scheduled End Time",
      actual_start_time: "Actual Start Time",
      actual_end_time: "Actual End Time",
C
chenjianxing 已提交
1332
      plan_delete_confirm: "All use cases under this plan will be deleted,confirm delete test plan: ",
1333
      plan_delete_tip: "The test plan is under way, please confirm and delete it!",
C
chenjianxing 已提交
1334
      plan_delete: "Delete test plan",
1335 1336
      api_case: "Api case",
      scenario_case: "Scenario case",
1337
      load_case: {
1338
        case: "Load Case",
1339 1340 1341 1342 1343 1344 1345 1346 1347
        execution_status: "Execution status",
        report: "report",
        view_report: "View report",
        unlink_in_bulk: "Unlink in bulk",
        batch_exec_cases: "Batch execution use cases",
        exec: "Executing....",
        error: "Use case execution error, please debug this use case separately!",
        report_not_found: "Report does not exist",
      }
C
chenjianxing 已提交
1348
    },
S
shiziyuan9527 已提交
1349 1350 1351 1352 1353 1354 1355 1356 1357
    review: {
      test_review: "Test Review",
      create_review: "Create Review",
      edit_review: "Edit Review",
      review_name: "Name",
      reviewer: "Reviewer",
      review_project: "Project",
      review_creator: "Creator",
      review_status: "Status",
1358 1359
      related_project: "Related Project",
      related_tip: "After the project is associated, you can add test cases under the associated project to the review list",
S
shiziyuan9527 已提交
1360 1361 1362 1363 1364
      end_time: "EndTime",
      delete: "Delete",
      input_review_name: "Please enter the name of the review",
      input_review_project: "Please select the project",
      input_reviewer: "Please select reviewer",
1365 1366 1367 1368
      no_link_case: "No associated use cases!",
      pass: "pass",
      un_pass: "UnPass",
      comment: "Comment",
S
shiziyuan9527 已提交
1369 1370 1371 1372
      my_review: "My Review",
      my_create: "My Create",
      reviewed_by_me: "Review By Me",
      creator: "Creator",
1373 1374
      done: "Commented use cases",
      result_distribution: "Result Distribution"
1375 1376 1377 1378 1379 1380 1381
    },
    comment: {
      no_comment: "No Comment",
      send_comment: "Post a comment (Ctrl + Enter to send)",
      send: "Send",
      description_is_null: "Comment content cannot be empty!",
      send_success: "Comment successful!",
S
shiziyuan9527 已提交
1382 1383 1384
    },
    review_view: {
      review: "Review",
S
shiziyuan9527 已提交
1385
      all_case: "All case",
S
shiziyuan9527 已提交
1386 1387
      start_review: "Start Review",
      relevance_case: "Relevance Case",
1388
      last_page: "It's the end!",
S
shiziyuan9527 已提交
1389
      execute_result: "Result",
1390 1391
      cannot_edit: "Cannot edit this comment!",
      cannot_delete: "Cannot delete this comment!",
S
shiziyuan9527 已提交
1392
    },
C
chenjianxing 已提交
1393 1394 1395 1396 1397
    module: {
      search: "Search module",
      rename: "Rename",
      add_submodule: "Add submodule",
      add_module: "Add module",
C
chenjianxing 已提交
1398
      name: "Name",
C
chenjianxing 已提交
1399 1400
      delete_confirm: "Confirm delete module:",
      delete_all_resource: "and all submodules and test cases under the module",
C
chenjianxing 已提交
1401
      module: "Module",
1402 1403 1404 1405
      title: "Title",
      describe: "Describe",
      status: "Status",
      current_owner: "Current Owner",
1406 1407
      creation_time: "Creation time",
      project_name: "Project"
C
chenjianxing 已提交
1408 1409 1410 1411 1412 1413
    },
    home: {
      recent_test: "Recent test",
      my_plan: "My plan",
      test_rate: "Test rate",
      tested_case: "Tested case",
W
wenyann 已提交
1414
      review_progress: "Review progress"
C
chenjianxing 已提交
1415 1416 1417
    },
    plan_view: {
      plan: "Plan",
C
chenjianxing 已提交
1418
      relevance_test_case: "Relevance case",
1419
      cancel_all_relevance: "Unlink all",
C
chenjianxing 已提交
1420
      executor: "Executor",
C
chenjianxing 已提交
1421
      execute_result: "Result",
C
chenjianxing 已提交
1422
      pass: "Pass",
C
chenjianxing 已提交
1423
      not_pass: "UnPass",
C
chenjianxing 已提交
1424 1425 1426 1427 1428 1429 1430 1431 1432
      failure: "Failure",
      blocking: "Blocking",
      skip: "Skip",
      actual_result: "Actual result",
      step_result: "Step result",
      my_case: "My case",
      all_case: "All case",
      pre_case: "The last case",
      next_case: "The next case",
C
chenjianxing 已提交
1433
      change_execution_results: "Change results",
C
chenjianxing 已提交
1434 1435 1436
      change_executor: "Change executor",
      select_executor: "Select executor",
      select_execute_result: "Select execute result",
C
chenjianxing 已提交
1437
      cancel_relevance: "Cancel relevance",
C
chenjianxing 已提交
1438 1439
      confirm_cancel_relevance: "Confirm cancel relevance",
      select_manipulate: "Select the data you want to manipulate",
C
chenjianxing 已提交
1440 1441
      select_template: "Select template",
      step: "Step",
C
chenjianxing 已提交
1442
      submit_issues: "Commit issues",
C
chenjianxing 已提交
1443 1444 1445
      operate_step: "Operate step",
      edit_component: "Edit component",
      base_info: "Base info",
1446
      mock_info: "Mock info",
C
chenjianxing 已提交
1447 1448
      test_result: "Test result",
      result_distribution: "Result distribution",
C
chenjianxing 已提交
1449
      custom_component: "Custom",
C
chenjianxing 已提交
1450
      create_report: "Create report",
Q
q4speed 已提交
1451
      defect_list: "Defect list",
C
chenjianxing 已提交
1452 1453 1454 1455 1456
      view_report: "View report",
      component_library: "Component library",
      component_library_tip: "Drag and drop the component from the component library, add to the right, preview the report effect, only one can be added per system component.",
      delete_component_tip: "Please reserve at least one component",
      input_template_name: "Input template name",
1457
      template_special_characters: 'Template name does not support special characters',
C
chenjianxing 已提交
1458
      case_count: "Case count",
C
chenjianxing 已提交
1459
      issues_count: "Issues count",
C
chenjianxing 已提交
1460 1461 1462 1463
      result_statistics: "Result statistics",
      result_statistics_chart: "Result statistics chart",
      create_template: "Create template",
      report_template: "Report template",
1464
      test_detail: "Test detail",
1465
      failure_case: "Failure case",
1466 1467
      export_report: "Export Report",
      no_case_relevance: "No related use cases",
S
shiziyuan9527 已提交
1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479
    },
    issue: {
      issue: "Issue",
      platform_tip: "Integrated defect management platform in the system setting-organization-service integration can automatically submit defects to the designated defect management platform",
      input_title: "Please enter title",
      id: "Issue ID",
      title: "Issue Title",
      description: "Issue Description",
      status: "Issue Status",
      platform: "Platform",
      operate: "Operate",
      close: "Close",
1480
      delete: "Delete",
S
shiziyuan9527 已提交
1481 1482
      title_description_required: "Title and description are required",
      close_success: "Closed successfully",
1483 1484
      preview: "Preview",
      please_choose_current_owner: "Please choose current owner",
1485 1486 1487
      tapd_current_owner: "Tapd Current Owner",
      zentao_bug_build: "Zentao Impact version",
      zentao_bug_assigned: "Zentao handler",
1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503
    },
    report: {
      name: "Test Plan Report",
      list: {
        name: "name",
        test_plan: "Test plan",
        creator: "Creator",
        create_time: "Create Time",
        trigger_mode: "Trigger Mode",
        status: "Status",
        operation: "Operation",
      },
      trigger_mode: {
        manual: "Manual",
        automation: "Automation",
      },
C
chenjianxing 已提交
1504
    }
C
chenjianxing 已提交
1505
  },
C
Captain.B 已提交
1506
  test_resource_pool: {
Q
q4speed 已提交
1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519
    type: 'type',
    enable_disable: 'Enable / disable',
    search_by_name: 'Search by name',
    create_resource_pool: 'Create resource pool',
    update_resource_pool: 'Create resource pool',
    select_pool_type: 'Select resource type',
    max_threads: 'Maximum concurrent number',
    input_pool_name: 'Please enter the resource pool name',
    pool_name_valid: 'Resource pool name does not support special characters',
    cannot_remove_all_node: 'Cannot delete all independent nodes',
    cannot_empty: 'Resource pool cannot be empty',
    fill_the_data: 'Please complete the data',
    delete_prompt: 'This operation will permanently delete the resource pool, continue?',
1520
    update_prompt: '{0}  The other tests are using this resource pool. Disabling the monitoring part that may affect the report. Do you want to continue?',
Q
q4speed 已提交
1521 1522 1523
    status_change_success: 'Successfully changed the status!',
    status_change_failed: 'Failed to change the status, resource pool is invalid!',
    check_in: 'Check in',
1524 1525
    node_selector_invalid: 'nodeSelector must be JSON',
    pod_thread_limit: 'Maximum number of threads per POD'
C
Captain.B 已提交
1526
  },
W
wenyann 已提交
1527
  system_parameter_setting: {
Q
q4speed 已提交
1528 1529 1530 1531 1532 1533 1534 1535 1536 1537
    mailbox_service_settings: 'Mailbox Settings',
    ldap_setting: 'LDAP Setting',
    test_connection: 'Test connection',
    SMTP_host: 'SMTP host',
    SMTP_port: 'SMTP port',
    SMTP_account: 'SMTP account',
    SMTP_password: 'SMTP password',
    SSL: 'Turn on SSL (if the SMTP port is 465, you usually need to enable SSL)',
    TLS: 'Turn on TLS (if the SMTP port is 587, you usually need to enable TLS)',
    SMTP: 'Anonymous SMTP or not',
W
wenyann 已提交
1538 1539 1540
    host: 'Host number cannot be empty',
    port: 'Port cannot be empty',
    account: 'Account cannot be empty',
1541 1542
    test_recipients: 'Test recipients',
    tip: 'Tip: use as test mail recipient only',
W
修改  
wenyann 已提交
1543

W
wenyann 已提交
1544
  },
C
Captain.B 已提交
1545
  i18n: {
F
fit2-zhao 已提交
1546
    home: 'Home',
1547 1548
    definition: 'Api Definition',
    automation: 'Api Automation',
1549
    report: 'Test report',
S
i18n  
shiziyuan9527 已提交
1550 1551
  },
  ldap: {
Q
q4speed 已提交
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566
    url: 'LDAP URL',
    dn: 'Bind DN',
    password: 'Password',
    ou: 'User OU',
    filter: 'User Filter',
    mapping: 'LDAP Mapping',
    open: 'Enable LDAP Authentication',
    input_url: 'Please enter LDAP url',
    input_dn: 'Please enter DN',
    input_password: 'Please enter the password',
    input_ou: 'Please enter user OU',
    input_filter: 'Please enter a user filter',
    input_mapping: 'Please enter LDAP attribute mapping',
    input_username: 'please enter user name',
    input_url_placeholder: 'Please enter the LDAP address (eg ldap://localhost:389)',
1567
    input_ou_placeholder: 'Enter user OU (use | to separate each OU)',
Q
q4speed 已提交
1568
    input_filter_placeholder: 'Input filter [Possible options are cn or uid or sAMAccountName={0}, eg: (uid={0})]',
S
shiziyuan9527 已提交
1569
    input_mapping_placeholder: 'eg:{"username":"uid","name":"sn","email":"mail"}, The username mapping option may be cn or uid or sAMAccountName',
Q
q4speed 已提交
1570 1571 1572 1573 1574 1575 1576 1577 1578
    test_connect: 'Test Connection',
    test_login: 'Test Login',
    edit: 'Edit',
    login_success: 'login success',
    url_cannot_be_empty: 'LDAP address cannot be empty',
    dn_cannot_be_empty: 'LDAP DN cannot be empty',
    ou_cannot_be_empty: 'LDAP OU cannot be empty',
    filter_cannot_be_empty: 'LDAP user filter cannot be empty',
    password_cannot_be_empty: 'LDAP password cannot be empty',
S
shiziyuan9527 已提交
1579
    mapping_cannot_be_empty: 'LDAP mapping cannot be empty',
C
i18n  
chenjianxing 已提交
1580 1581
  },
  schedule: {
W
wenyann 已提交
1582 1583
    input_email: "Please input email account",
    event: "event",
C
Captain.B 已提交
1584 1585
    event_success: 'EXECUTE SUCCESSFUL',
    event_failed: 'EXECUTE FAILED',
W
wenyann 已提交
1586
    receiving_mode: "mailbox",
W
wenyann 已提交
1587 1588 1589
    receiver: "Receiver",
    operation: "operation",
    task_notification: "Task notification",
C
i18n  
chenjianxing 已提交
1590 1591 1592
    not_set: "Not Set",
    next_execution_time: "Next Execution Time",
    edit_timer_task: "Edit Timer Task",
1593 1594 1595
    test_name: 'Test Name',
    running_rule: 'Rule',
    job_status: 'Status',
1596
    running_task: 'Running Task',
C
i18n  
chenjianxing 已提交
1597 1598 1599
    please_input_cron_expression: "Please Input Cron Expression",
    generate_expression: "Generate Expression",
    cron_expression_format_error: "Cron Expression Format Error",
1600
    cron_expression_interval_short_error: "Interval time shorter than 3 minutes, please avoid running tests that take too long",
C
i18n  
chenjianxing 已提交
1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633
    cron: {
      seconds: "Seconds",
      minutes: "Minutes",
      hours: "Hours",
      day: "Day",
      month: "Month",
      weeks: "Weeks",
      years: "Years",
      week: "Week",
      time_expression: "Time Expression",
      complete_expression: "Complete Expression",
      allowed_wildcards: "Allowed Wildcards[, - * /]",
      day_allowed_wildcards: "Allowed Wildcards[, - * / L M]",
      weeks_allowed_wildcards: "Allowed Wildcards[, - * / L M]",
      not_specify: "Not Specify",
      specify: "Specify",
      period: "Period",
      from: "From",
      every: "Every",
      day_unit: "Day Unit",
      start: "Start",
      execute_once: "Execute Once",
      last_working_day: "The Last Working Day",
      last_day_of_the_month: "The Last Day Of The Month",
      multi_select: "Multi Select",
      num: "Number",
      week_of_weeks: "Week Of Weeks",
      last_week_of_the_month: "The Last Week Of The Month",
      not_fill: "Not Fill",
      recent_run_time: "Recent 5th Runing Time",
      no_qualifying_results: "No Qualifying Results",
    }
  },
Q
q4speed 已提交
1634 1635 1636 1637 1638 1639 1640 1641 1642
  quota: {
    default: {
      organization: "Organization Default Quota",
      workspace: "Workspace Default Quota",
    },
    api: "Number of interface tests",
    performance: "Number of performance tests",
    resource_pool: "Available test resource pool",
    max_threads: "Maximum Concurrency",
1643
    duration: "Stress test duration(seconds)",
Q
q4speed 已提交
1644 1645 1646 1647 1648 1649 1650 1651
    use_default: "Use default quota",
    yes: "Yes",
    no: "No",
    edit: "Edit",
    list: "Quota List",
    modify: "Modify Quota",
    edit_quota_title: "{0} quota",
    workspace_quota_list: "Workspace quota list of {0}",
1652 1653
    unlimited: "Unlimited",
    clean: "Clean"
1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695
  },
  schema: {
    title: "Title",
    import_json: "Import JSON",
    base_setting: "Base Setting",
    all_setting: "Source Code",
    default: "Default",
    description: "Description",
    "adv_setting": "Advanced Settings",
    "add_child_node": "Add child node",
    add_sibling_node: "Add sibling nodes",
    add_node: "Add sibling/child nodes",
    remove_node: "Remove node",
    child_node: "Child node",
    sibling_node: "Sibling node",
    ok: "OK",
    cancel: "Cancel",
    minLength: "Min length",
    maxLength: "Max length",
    pattern: "MUST be a valid regular expression.",
    exclusiveMinimum: "Value strictly less than",
    exclusiveMaximum: "Value strictly more than",
    minimum: "Min",
    maximum: "Max",
    uniqueItems: "Unique Items",
    minItems: "MinItems",
    maxItems: "MaxItems",
    minProperties: "MinProperties",
    maxProperties: "MaxProperties",
    checked_all: "Checked All",
    valid_json: "Not valid json",
    enum: "Enum",
    enum_msg: "One value per line",
    enum_desc: "desc",
    enum_desc_msg: "enum description",
    required: "Required",
    mock: "mock",
    mockLink: "Help",
    format: "Format",
    nothing: "Nothing",
    preview: "Preview",
    add_custom: "Add Custom Prop"
1696 1697 1698 1699 1700 1701 1702 1703 1704
  },
  loop: {
    loops_title: "loops",
    foreach: "ForEach",
    while: "While",
    loops: "loops",
    interval: "interval",
    proceed: "proceed",
    timeout: "timeout",
1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715
  },
  variables: {
    cvs_info: "Only CSV files can be uploaded",
    end: "end",
    start: "start",
    increment: "increment",
    counter_info: "000 produces at least three digits. user_ 000 in the form of user_ NNN",
    config: "configure",
    add_file: "Add file",
    delimiter: "Delimiter",
    format: "Output format",
C
Captain.B 已提交
1716 1717
  },
  auth_source: {
1718
    delete_prompt: 'This operation will delete the authentication source, do you want to continue? ',
1719 1720
    title: 'Auth Source',
    auth_name_valid: 'Name does not support special characters',
W
wenyann 已提交
1721
  },
1722 1723 1724
  module: {
    title: 'Module Management'
  },
W
wenyann 已提交
1725 1726 1727 1728
  table: {
    header_display_field: 'Header display field',
    fields_to_be_selected: 'Fields to be selected',
    selected_fields: 'Selected fields'
1729 1730 1731 1732 1733 1734 1735 1736 1737
  },
  run_mode: {
    title: "Mode",
    serial: "Serial",
    parallel: "Parallel",
    other_config: "Other config",
    idd_report: "Report",
    set_report: "Set report",
    report_name: "Report name",
Q
q4speed 已提交
1738
  }
C
Captain.B 已提交
1739
};