en-US.js 33.3 KB
Newer Older
Q
q4speed 已提交
1
export default {
C
Captain.B 已提交
2
  commons: {
Q
q4speed 已提交
3 4 5 6 7 8
    delete_cancelled: 'Delete cancelled',
    workspace: 'Workspace',
    organization: 'Organization',
    setting: 'Setting',
    project: 'Project',
    about_us: 'About Us',
9
    current_project: 'Current Project',
Q
q4speed 已提交
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
    name: 'Name',
    description: 'Description',
    clear: 'Clear',
    save: 'Save',
    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',
    welcome: 'Welcome back, please enter username and password to log in to MeterSphere',
    username: 'Username',
    password: 'Password',
    input_username: 'Please enter username',
    input_password: 'Please enter password',
    test: 'Test',
    create_time: 'Created Time',
    update_time: 'Updated Time',
    add: 'Add',
    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 已提交
46 47
    api_keys: 'API Keys',
    quota: 'Quota',
Q
q4speed 已提交
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
    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',
    not_filled: 'Not filled',
    please_select: 'Please select',
    search_by_name: 'Search by name',
    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',
    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 已提交
107
    please_save: 'Please save first',
Q
q4speed 已提交
108
    formatErr: 'Format Error',
109
    id: 'ID',
110
    millisecond: 'ms',
111
    please_upload: 'Please upload file',
112
    reference_documentation: "Reference documentation",
Q
q4speed 已提交
113
    date: {
Q
q4speed 已提交
114 115 116 117 118 119
      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 已提交
120
      range_separator: "To",
121
      data_time_error: "Start date cannot be later than the end date",
Q
q4speed 已提交
122 123 124
    },
    trigger_mode: {
      name: "Trigger Mode",
125
      manual: "Manual trigger",
Q
q4speed 已提交
126 127 128 129
      schedule: "Scheduled Task",
      api: "API call"
    },
    adv_search: {
Q
q4speed 已提交
130 131 132 133
      title: 'Advanced Search',
      combine: 'Combined query',
      test: "Test",
      project: "Project",
Q
q4speed 已提交
134
      search: "Query",
Q
q4speed 已提交
135
      reset: "Reset",
Q
q4speed 已提交
136 137
      and: 'All',
      or: 'any one',
Q
q4speed 已提交
138 139 140 141 142
      operators: {
        like: "Contains",
        not_like: "Not included",
        in: "Belong to",
        not_in: "Not belonging",
Q
q4speed 已提交
143 144 145 146 147
        gt: ">",
        ge: ">=",
        lt: "<",
        le: "<=",
        equals: "=",
Q
q4speed 已提交
148
        between: "Between",
Q
q4speed 已提交
149
        current_user: "Current user"
Q
q4speed 已提交
150 151
      }
    }
C
Captain.B 已提交
152 153
  },
  workspace: {
Q
q4speed 已提交
154 155 156 157 158 159 160 161 162 163 164 165 166
    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',
    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 已提交
167

C
Captain.B 已提交
168
  },
S
shiziyuan9527 已提交
169
  organization: {
Q
q4speed 已提交
170 171 172 173 174 175 176 177 178 179
    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 已提交
180 181
    service_integration: 'Service integration',
    defect_manage: 'Defect management platform',
S
shiziyuan9527 已提交
182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
    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',
      jira_url: 'JIRA url',
      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/',
      use_tip: 'Usage guidelines:',
      use_tip_one: 'Basic Auth account information is queried in "Company Management-Security and Integration-Open Platform"',
      use_tip_two: 'After saving the Basic Auth account information, you need to manually associate the ID/key in the Metersphere project',
      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 已提交
203
  },
C
Captain.B 已提交
204
  project: {
Q
q4speed 已提交
205 206 207 208 209 210 211 212 213 214 215 216
    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?',
    search_by_name: 'Search by name',
    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 已提交
217 218
    tapd_id: 'TAPD Project ID',
    jira_key: 'JIRA Project key',
C
Captain.B 已提交
219
  },
220
  member: {
Q
q4speed 已提交
221 222 223 224 225 226 227 228 229 230 231 232 233
    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 已提交
234
    password_format_is_incorrect: 'Valid password: 8-30 digits, English upper and lower case letters + numbers + special characters (optional)',
Q
q4speed 已提交
235 236
    old_password: 'Old Password',
    new_password: 'New Password',
237 238
    repeat_password: 'Repeat',
    inconsistent_passwords: 'The two passwords entered are inconsistent',
Q
q4speed 已提交
239 240 241
    remove_member: 'Are you sure you want to remove this member',
    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 已提交
242 243
  },
  user: {
Q
q4speed 已提交
244 245 246 247 248 249 250 251 252 253 254 255
    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 已提交
256 257
    input_id_placeholder: 'Please enter ID (only supports numbers and English letters)',
    source: 'Source'
258 259
  },
  role: {
Q
q4speed 已提交
260 261 262 263 264
    please_choose_role: 'Please Choose Role',
    admin: 'Admin',
    org_admin: 'Org_Admin',
    test_manager: 'Test Manager',
    test_user: 'Test User',
265
    test_viewer: 'Read-only User',
Q
q4speed 已提交
266
    add: 'Add Role',
267
  },
S
shiziyuan9527 已提交
268
  report: {
Q
q4speed 已提交
269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
    recent: 'Recent Report',
    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',
    test_details: 'Test Details',
    test_duration: 'Test Duration:{0} minutes {1} seconds',
    test_start_time: 'Test Start Time',
    test_end_time: 'Test End Time',
    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',
    test_execute_again: 'Test Execute Again',
    export: 'Export',
    compare: 'Compare',
    generation_error: 'Report generation error, cannot be viewed!',
    being_generated: 'Report is being generated...',
    delete_confirm: 'Confirm delete: ',
290
    start_status: 'The test is in the beginning state, we will automatically display it on the page after we generate the report!',
Q
q4speed 已提交
291 292
    run_status: 'The test is running, please check the report later!',
    user_name: 'Creator',
293 294 295 296 297
    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',
298
    not_exist: "Test report does not exist",
S
shiziyuan9527 已提交
299
  },
C
i18n  
Captain.B 已提交
300
  load_test: {
301 302
    same_project_test: 'Only tests within the same project can be run',
    run: 'One click operation',
Q
q4speed 已提交
303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360
    operating: 'Operating',
    pressure_prediction_chart: 'Pressure Prediction Chart',
    recent: 'Recent Tests',
    search_by_name: 'Search by name',
    project_name: 'Project',
    delete_confirm: 'Are you sure want to delete test: ',
    input_name: 'Please enter name',
    select_project: 'Please select project',
    save_and_run: 'Save and execute',
    basic_config: 'Scene Configuration',
    pressure_config: 'Pressure configuration',
    advanced_config: 'Advanced Configuration',
    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>',
    upload_type: 'Only JMX/CSV files can be uploaded',
    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',
    duration: 'Duration time (minutes):',
    input_duration: 'Please enter a duration',
    rps_limit: 'RPS Limit:',
    input_rps_limit: 'Please enter a limit',
    ramp_up_time_within: 'In',
    ramp_up_time_minutes: 'minutes, separate',
    ramp_up_time_times: 'add concurrent users',
    advanced_config_error: 'Advanced configuration verification failed',
    domain_bind: 'Domain bind',
    domain: 'Domain',
    enable: 'Enable',
    ip: 'IP',
    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',
    custom_http_code: 'Custom HTTP response success status code',
    separated_by_commas: 'Separated by commas',
    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 已提交
361 362
    pressure_config_params_is_empty: 'Pressure configuration parameters cannot be empty!',
    schedule_tip: 'The interval must not be less than the pressure measuring time'
C
i18n  
Captain.B 已提交
363
  },
C
chenjianxing 已提交
364
  api_test: {
Q
q4speed 已提交
365
    creator: "Creator",
Q
q4speed 已提交
366 367 368 369 370
    save_and_run: "Save and Run",
    run: "Run",
    running: "Running",
    reset: "Rest",
    input_name: "Please enter the test name",
371
    select_project: "Please select project",
Q
q4speed 已提交
372
    variable_name: "Variable name",
373
    variable: "Variable",
Q
q4speed 已提交
374 375 376
    copied: "copied",
    key: "Key",
    value: "Value",
Q
q4speed 已提交
377
    create_performance_test: "Create Performance Test",
378
    export_config: "Export",
C
i18n  
chenjianxing 已提交
379 380 381 382 383 384
    environment: {
      name: "Environment Name",
      socket: "Socket",
      globalVariable: "Global Variable",
      environment_list: "Environment List",
      environment_config: "Environment Config",
385
      config_environment: "Config Environment",
C
i18n  
chenjianxing 已提交
386
      environment: "Environment",
387
      select_environment: "Please select environment",
C
i18n  
chenjianxing 已提交
388 389
      please_save_test: "Please Save Test First",
    },
Q
q4speed 已提交
390
    scenario: {
C
Captain.B 已提交
391
      scenario: "Scenario",
Q
q4speed 已提交
392
      dubbo: "Dubbo Config",
Q
q4speed 已提交
393 394 395 396 397
      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 已提交
398
      url_invalid: "Invalid URL",
Q
q4speed 已提交
399
      variables: "Variables",
Q
q4speed 已提交
400
      headers: "Headers",
Q
q4speed 已提交
401
      kv_description: "Variables are available for all requests",
402
      copy: "Copy scenario",
403 404 405
      delete: "Delete scenario",
      disable: "Disable",
      enable: "Enable"
Q
q4speed 已提交
406 407
    },
    request: {
408 409
      copy: "Copy request",
      delete: "Delete request",
Q
q4speed 已提交
410
      input_name: "Please enter the request name",
A
AgAngle 已提交
411 412
      input_url: "Please enter the request URL",
      input_path: "Please enter the request path",
413
      name: "Name",
Q
q4speed 已提交
414
      method: "Method",
415
      url: "URL",
C
i18n  
chenjianxing 已提交
416 417 418 419 420
      path: "Path",
      address: "Address",
      refer_to_environment: "Use Environment",
      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 已提交
421
      url_description: "etc: https://fit2cloud.com",
C
i18n  
chenjianxing 已提交
422
      path_description: "etc:/login",
Q
q4speed 已提交
423
      parameters: "Query parameters",
424
      jmeter_func: "Jmeter Functions",
C
Captain.B 已提交
425
      parameters_filter_example: "Example",
426
      parameters_filter_tips: "Only support MockJs function result preview",
C
Captain.B 已提交
427 428
      parameters_advance: "Advanced parameter settings",
      parameters_preview: "Preview",
C
Captain.B 已提交
429 430
      parameters_mock_filter_tips: "Please enter keywords to filter",
      parameters_pre_request: "Pre-request extraction",
C
Captain.B 已提交
431 432 433 434 435
      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 已提交
436 437 438 439 440
      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",
441 442 443
      timeout_config: "Timeout Config",
      connect_timeout: "Connect Timeout",
      response_timeout: "Response Timeout",
Q
q4speed 已提交
444 445 446 447 448
      assertions: {
        label: "Assertion",
        text: "Text",
        regex: "Regex",
        response_time: "Response Time",
Q
q4speed 已提交
449 450 451
        select_type: "Choose type",
        select_subject: "Subject",
        select_condition: "Condition",
Q
q4speed 已提交
452 453 454 455 456 457
        contains: "Contains",
        not_contains: "Not contains",
        equals: "Equals",
        start_with: "Start with",
        end_with: "End With",
        value: "Value",
C
chenjianxing 已提交
458
        expect: "Expect Value",
Q
q4speed 已提交
459
        expression: "Expression",
Q
q4speed 已提交
460
        response_in_time: "Response in time",
Q
q4speed 已提交
461
      },
Q
q4speed 已提交
462 463 464 465 466 467 468 469
      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",
        regex_expression: "Regular expression",
        json_path_expression: "JSONPath expression",
        xpath_expression: "XPath expression",
Q
q4speed 已提交
470
      },
471 472 473 474 475 476 477 478 479 480 481
      processor: {
        pre_exec_script : "PreProcessor",
        post_exec_script: "PostProcessor",
        code_template: "Code template",
        bean_shell_processor_tip: "Currently only BeanShell scripts are supported",
        code_template_get_variable: "Get variable",
        code_template_set_variable: "Set variable",
        code_template_get_response_header: "Get response header",
        code_template_get_response_code: "Get response code",
        code_template_get_response_result: "Get response result"
      },
Q
q4speed 已提交
482
      dubbo: {
Q
q4speed 已提交
483 484 485 486
        protocol: "protocol",
        input_interface: "Please enter the interface",
        input_method: "Please enter the method",
        input_config_center: "Please enter the config center",
487
        get_provider_success: "get provider list to finish",
Q
q4speed 已提交
488 489 490
        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",
Q
q4speed 已提交
491
      }
C
chenjianxing 已提交
492 493 494 495 496 497 498 499
    },
    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 已提交
500 501
      ms_tip: "Support for MeterSphere JSON format",
      ms_export_tip: "Export jSON-formatted files via MeterSphere website or browser plug-ins",
C
chenjianxing 已提交
502
      swagger_tip: "Only Swagger2.x json files are supported",
C
chenjianxing 已提交
503
      postman_tip: "Only Postman Collection V2.1 json files are supported",
C
chenjianxing 已提交
504 505
      postman_export_tip: "Export the test collection by Postman",
      swagger_export_tip: "Export jSON-formatted files via Swagger website",
C
chenjianxing 已提交
506
      suffixFormatErr: "The file format does not meet the requirements",
C
chenjianxing 已提交
507
      swagger_url_import: "Import using URL",
Q
q4speed 已提交
508 509 510
    }
  },
  api_report: {
Q
q4speed 已提交
511
    title: "Report",
Q
q4speed 已提交
512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528
    request: "Request",
    request_body: "Body",
    request_headers: "Headers",
    request_cookie: "Cookie",
    response: "Response",
    delete_confirm: 'Confirm delete : ',
    scenario_name: "Scenario name",
    response_time: "Response time(ms)",
    latency: "Latency",
    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 已提交
529
    assertions_error_message: "Error Message",
Q
q4speed 已提交
530 531 532 533
    assertions_is_success: "Fail/Success",
    result: "Result",
    success: "Success",
    fail: "Fail",
Q
q4speed 已提交
534
    total: "Total",
535 536
    test_name: "Test",
    request_result: "Result",
C
chenjianxing 已提交
537 538 539
    sub_result: "Sub Result",
    detail: "Report detail",
    delete: "Delete report",
540
    running: "The test is running",
541
    not_exist: "Test report does not exist",
C
chenjianxing 已提交
542
  },
C
chenjianxing 已提交
543
  test_track: {
C
chenjianxing 已提交
544
    test_track: "Track",
C
chenjianxing 已提交
545 546 547 548 549
    confirm: "Confirm",
    cancel: "Cancel",
    project: "Project",
    save: "Save",
    return: "Return",
C
chenjianxing 已提交
550
    length_less_than: "The length less than",
C
chenjianxing 已提交
551 552
    recent_plan: "Recent plan",
    recent_case: "Recent case",
C
chenjianxing 已提交
553
    pass_rate: "Pass rate",
554 555
    execution_result: ": Please select the execution result",
    actual_result: ": The actual result is empty",
C
chenjianxing 已提交
556
    case: {
557 558 559
      input_test_case: 'Please enter the associated case name',
      test_name: 'TestName',
      other: '--Other--',
C
chenjianxing 已提交
560
      test_case: "Case",
C
chenjianxing 已提交
561
      move: "Move case",
C
chenjianxing 已提交
562 563 564 565
      case_list: "Test case list",
      create_case: "Create case",
      edit_case: "Edit case",
      view_case: "Test case",
C
chenjianxing 已提交
566 567 568
      no_project: "There is no project in this workspace, please create the project first",
      priority: "Priority",
      type: "Type",
C
chenjianxing 已提交
569
      method: "Method",
C
chenjianxing 已提交
570 571 572 573 574
      auto: "Auto",
      manual: "Manual",
      create: "Create test case",
      case_type: "Case Type",
      name: "Test case name",
C
chenjianxing 已提交
575
      module: "Module",
C
chenjianxing 已提交
576 577 578 579 580 581 582 583 584 585 586 587 588
      maintainer: "Maintainer",
      steps: "Steps",
      number: "Number",
      prerequisite: "Prerequisite",
      step_desc: "Step describe",
      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",
C
chenjianxing 已提交
589
      delete_confirm: "Confirm delete test case",
C
chenjianxing 已提交
590
      delete: "Delete case",
C
chenjianxing 已提交
591
      save_create_continue: "Save and create continue",
C
chenjianxing 已提交
592
      please_create_project: "No project available, please create the project first",
593
      create_module_first: "Please create module first",
C
i18n  
chenjianxing 已提交
594
      relate_test: "Relate test",
595
      relate_test_not_find: 'The associated test does not exist, please check the test case',
596
      batch_handle: 'Batch processing (select {0} item)',
597
      batch_update: 'Update the attributes of {0} cases',
S
shiziyuan9527 已提交
598 599 600 601 602 603 604 605 606 607
      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',
      batch_edit_plan: 'Batch change test plan',
      batch_edit_case: 'Batch editing test cases',
      batch_move_case: 'Batch move',
      batch_delete_case: 'Batch delete',
      batch_unlink: 'Batch Unlink',
C
chenjianxing 已提交
608 609 610 611 612 613 614 615 616 617
      import: {
        import: "Import test case",
        case_import: "Import test case",
        download_template: "Download template",
        click_upload: "Upload",
        upload_limit: "Only XLS/XLSX files can be uploaded, and no more than 20M",
        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!",
        success: "Import success!",
C
chenjianxing 已提交
618
        importing: "Importing...",
C
chenjianxing 已提交
619 620 621 622
      },
      export: {
        export: "Export cases"
      }
C
chenjianxing 已提交
623
    },
C
chenjianxing 已提交
624
    plan: {
C
chenjianxing 已提交
625
      test_plan: "Plan",
C
chenjianxing 已提交
626
      create_plan: "Create test plan",
C
chenjianxing 已提交
627
      edit_plan: "Edit test plan",
C
chenjianxing 已提交
628
      plan_name: "Test plan name",
C
chenjianxing 已提交
629 630
      plan_project: "Project",
      plan_stage: "Stage",
C
chenjianxing 已提交
631 632 633
      plan_status: "Status",
      smoke_test: "Smoke test",
      functional_test: "Functional test",
C
chenjianxing 已提交
634
      integration_testing: "Integration test",
C
chenjianxing 已提交
635
      system_test: "System test",
C
chenjianxing 已提交
636
      regression_test: "Regression test",
C
chenjianxing 已提交
637 638 639 640 641 642 643 644 645
      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",
      input_plan_stage: "Please select stage",
      plan_status_prepare: "Not started",
      plan_status_running: "Starting",
      plan_status_completed: "Completed",
C
chenjianxing 已提交
646
      plan_delete_confirm: "All use cases under this plan will be deleted,confirm delete test plan: ",
C
chenjianxing 已提交
647
      plan_delete: "Delete test plan",
C
chenjianxing 已提交
648 649 650 651 652 653
    },
    module: {
      search: "Search module",
      rename: "Rename",
      add_submodule: "Add submodule",
      add_module: "Add module",
C
chenjianxing 已提交
654
      name: "Name",
C
chenjianxing 已提交
655 656
      delete_confirm: "Confirm delete module:",
      delete_all_resource: "and all submodules and test cases under the module",
C
chenjianxing 已提交
657
      module: "Module",
658 659 660 661 662
      title: "Title",
      describe: "Describe",
      status: "Status",
      current_owner: "Current Owner",
      creation_time: "Creation time"
C
chenjianxing 已提交
663 664 665 666 667 668
    },
    home: {
      recent_test: "Recent test",
      my_plan: "My plan",
      test_rate: "Test rate",
      tested_case: "Tested case",
C
chenjianxing 已提交
669 670 671
    },
    plan_view: {
      plan: "Plan",
C
chenjianxing 已提交
672
      relevance_test_case: "Relevance case",
C
chenjianxing 已提交
673
      executor: "Executor",
C
chenjianxing 已提交
674
      execute_result: "Result",
C
chenjianxing 已提交
675 676 677 678 679 680 681 682 683 684
      pass: "Pass",
      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 已提交
685
      change_execution_results: "Change results",
C
chenjianxing 已提交
686 687 688
      change_executor: "Change executor",
      select_executor: "Select executor",
      select_execute_result: "Select execute result",
C
chenjianxing 已提交
689
      cancel_relevance: "Cancel relevance",
C
chenjianxing 已提交
690 691
      confirm_cancel_relevance: "Confirm cancel relevance",
      select_manipulate: "Select the data you want to manipulate",
C
chenjianxing 已提交
692 693
      select_template: "Select template",
      step: "Step",
C
chenjianxing 已提交
694
      submit_issues: "Commit issues",
C
chenjianxing 已提交
695 696 697 698 699
      operate_step: "Operate step",
      edit_component: "Edit component",
      base_info: "Base info",
      test_result: "Test result",
      result_distribution: "Result distribution",
C
chenjianxing 已提交
700
      custom_component: "Custom",
C
chenjianxing 已提交
701
      create_report: "Create report",
W
wenyann 已提交
702
      defect_list:"Defect list",
C
chenjianxing 已提交
703 704 705 706 707
      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",
708
      template_special_characters: 'Template name does not support special characters',
C
chenjianxing 已提交
709
      case_count: "Case count",
C
chenjianxing 已提交
710
      issues_count: "Issues count",
C
chenjianxing 已提交
711 712 713 714
      result_statistics: "Result statistics",
      result_statistics_chart: "Result statistics chart",
      create_template: "Create template",
      report_template: "Report template",
715
      test_detail: "Test detail",
716
      failure_case: "Failure case",
W
wenyann 已提交
717
      export_report: "Export Report"
S
shiziyuan9527 已提交
718 719 720 721 722 723 724 725 726 727 728 729 730 731
    },
    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",
      title_description_required: "Title and description are required",
      close_success: "Closed successfully",
C
chenjianxing 已提交
732
    }
C
chenjianxing 已提交
733
  },
C
Captain.B 已提交
734
  test_resource_pool: {
Q
q4speed 已提交
735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750
    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?',
    status_change_success: 'Successfully changed the status!',
    status_change_failed: 'Failed to change the status, resource pool is invalid!',
    check_in: 'Check in',
C
Captain.B 已提交
751
  },
W
wenyann 已提交
752
  system_parameter_setting: {
Q
q4speed 已提交
753 754 755 756 757 758 759 760 761 762
    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 已提交
763 764 765
    host: 'Host number cannot be empty',
    port: 'Port cannot be empty',
    account: 'Account cannot be empty',
W
修改  
wenyann 已提交
766

W
wenyann 已提交
767
  },
C
Captain.B 已提交
768
  i18n: {
Q
q4speed 已提交
769
    home: 'Home'
S
i18n  
shiziyuan9527 已提交
770 771
  },
  ldap: {
Q
q4speed 已提交
772 773 774 775 776 777 778 779 780 781 782 783 784 785 786
    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)',
787
    input_ou_placeholder: 'Enter user OU (use | to separate each OU)',
Q
q4speed 已提交
788
    input_filter_placeholder: 'Input filter [Possible options are cn or uid or sAMAccountName={0}, eg: (uid={0})]',
S
shiziyuan9527 已提交
789
    input_mapping_placeholder: 'eg:{"username":"uid","name":"sn","email":"mail"}, The username mapping option may be cn or uid or sAMAccountName',
Q
q4speed 已提交
790 791 792 793 794 795 796 797 798
    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 已提交
799
    mapping_cannot_be_empty: 'LDAP mapping cannot be empty',
C
i18n  
chenjianxing 已提交
800 801 802 803 804
  },
  schedule: {
    not_set: "Not Set",
    next_execution_time: "Next Execution Time",
    edit_timer_task: "Edit Timer Task",
805 806 807
    test_name: 'Test Name',
    running_rule: 'Rule',
    job_status: 'Status',
808
    running_task: 'Running Task',
C
i18n  
chenjianxing 已提交
809 810 811
    please_input_cron_expression: "Please Input Cron Expression",
    generate_expression: "Generate Expression",
    cron_expression_format_error: "Cron Expression Format Error",
812
    cron_expression_interval_short_error: "Interval time shorter than 3 minutes, please avoid running tests that take too long",
C
i18n  
chenjianxing 已提交
813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845
    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 已提交
846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863
  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",
    duration: "Stress test duration",
    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}",
864 865
    unlimited: "Unlimited",
    clean: "Clean"
Q
q4speed 已提交
866
  }
C
Captain.B 已提交
867
};