zh-TW.js 15.0 KB
Newer Older
Q
q4speed 已提交
1
export default {
Q
q4speed 已提交
2
  commons: {
C
zh-tw  
Captain.B 已提交
3 4 5 6 7
    'workspace': '工作空間',
    'organization': '組織',
    'setting': '設置',
    'project': '項目',
    'name': '名稱',
Q
q4speed 已提交
8
    'description': '描述',
C
zh-tw  
Captain.B 已提交
9
    'clear': '清空',
Q
q4speed 已提交
10 11
    'save': '保存',
    'save_success': '保存成功',
C
zh-tw  
Captain.B 已提交
12 13 14 15
    'delete_success': '刪除成功',
    'modify_success': '修改成功',
    'delete_cancel': '已取消刪除',
    'confirm': '確定',
Q
q4speed 已提交
16 17
    'cancel': '取消',
    'prompt': '提示',
S
shiziyuan9527 已提交
18
    'operating': '操作',
C
zh-tw  
Captain.B 已提交
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 46 47 48 49 50 51 52 53 54 55 56 57 58 59
    'input_limit': '長度在 {0} 到 {1} 個字符',
    'login': '登錄',
    'welcome': '歡迎回來,請輸入用戶名和密碼登錄MeterSphere',
    'username': '用戶名',
    'password': '密碼',
    'input_username': '請輸入用戶名',
    'input_password': '請輸入密碼',
    'test': '測試',
    'create_time': '創建時間',
    'update_time': '更新時間',
    'add': '添加',
    'member': '成員',
    'email': '郵箱',
    'phone': '電話',
    'role': '角色',
    'personal_info': '個人信息',
    'status': '狀態',
    'show_all': '顯示全部',
    'report': '報告',
    'user': '用戶',
    'system': '系統',
    'personal_setting': '個人設置',
    'test_resource_pool': '測試資源池',
    'system_setting': '系統設置',
    'api': '接口測試',
    'performance': '性能測試',
    'functional': '功能測試',
    'input_content': '請輸入內容',
    'create': '新建',
    'edit': '編輯',
    'copy': '複製',
    'refresh': '刷新',
    'remark': '備註',
    'delete': '刪除',
    'not_filled': '未填寫',
    'please_select': '請選擇',
    'search_by_name': '根據名稱搜索',
    'personal_information': '個人信息',
    'exit_system': '退出系統',
    'verification': '驗證',
    'set_admin': '設置為管理員',
Q
q4speed 已提交
60 61
  },
  workspace: {
C
zh-tw  
Captain.B 已提交
62 63 64 65 66 67 68 69 70 71 72
    'create': '創建工作空間',
    'update': '修改工作空間',
    'delete_confirm': '刪除工作空間會關聯刪除該工作空間下的資源,確定要刪除嗎?',
    'add': '添加工作空間',
    'input_name': '請輸入工作空間名稱',
    'search_by_name': '根據名稱搜索',
    'organization_name': '所屬組織',
    'please_choose_organization': '請選擇組織',
    'please_select_a_workspace_first': '請先選擇工作空間! ',
    'none': '無工作空間',
    'select': '選擇工作空間',
Q
q4speed 已提交
73
  },
S
shiziyuan9527 已提交
74
  organization: {
C
zh-tw  
Captain.B 已提交
75 76 77 78 79 80 81 82 83
    'create': '創建組織',
    'modify': '修改組織',
    'delete_confirm': '刪除組織會關聯刪除該組織下的資源,確定要刪除嗎?',
    'input_name': '請輸入組織名稱',
    'select_organization': '請選擇組織',
    'search_by_name': '根據名稱搜索',
    'special_characters_are_not_supported': '不支持特殊字符',
    'none': '無組織',
    'select': '選擇組織',
S
shiziyuan9527 已提交
84
  },
Q
q4speed 已提交
85
  project: {
C
zh-tw  
Captain.B 已提交
86 87 88 89 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 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 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 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423
    'recent': '最近的項目',
    'create': '創建項目',
    'edit': '編輯項目',
    'delete_confirm': '這個項目確定要刪除嗎?',
    'search_by_name': '根據名稱搜索',
    'input_name': '請輸入項目名稱',
    'owning_workspace': '所屬工作空間',
    'please_choose_workspace': '請選擇工作空間',
  },
  member: {
    'create': '添加成員',
    'modify': '修改成員',
    'delete_confirm': '這個用戶確定要刪除嗎?',
    'please_choose_member': '請選擇成員',
    'search_by_name': '根據名稱搜索',
    'modify_personal_info': '修改個人信息',
    'edit_password': '修改密碼',
    'edit_information': '編輯信息',
    'input_name': '請輸入名稱',
    'input_email': '請輸入郵箱',
    'special_characters_are_not_supported': '不支持特殊字符',
    'mobile_number_format_is_incorrect': '手機號碼格式不正確',
    'email_format_is_incorrect': '郵箱格式不正確',
    'password_format_is_incorrect': '密碼格式不正確(至少8-16個字符,至少1個大寫字母,1個小寫字母和1個數字)',
    'old_password': '舊密碼',
    'new_password': '新密碼',
  },
  user: {
    'create': '創建用戶',
    'modify': '修改用戶',
    'input_name': '請輸入用戶名',
    'input_id': '請輸入ID',
    'input_email': '請輸入郵箱',
    'input_password': '請輸入密碼',
    'special_characters_are_not_supported': '不支持特殊字符',
    'mobile_number_format_is_incorrect': '手機號碼格式不正確',
    'email_format_is_incorrect': '郵箱格式不正確',
    'delete_confirm': '這個用戶確定要刪除嗎?',
  },
  role: {
    'please_choose_role': '請選擇角色',
    'admin': '系統管理員',
    'org_admin': '組織管理員',
    'test_manager': '測試經理',
    'test_user': '測試人員',
    'test_viewer': 'Viewer'
  },
  report: {
    'recent': '最近的報告',
    'search_by_name': '根據名稱搜索',
    'test_name': '所屬測試',
    'test_overview': '測試概覽',
    'test_request_statistics': '請求統計',
    'test_error_log': '錯誤記錄',
    'test_log_details': '日誌詳情',
    'test_details': '測試詳情',
    'test_duration': '持續時間:{0} 分鐘 {1} 秒',
    'test_start_time': '開始時間',
    'test_end_time': '結束時間',
    'test_stop_now': '立即停止',
    'test_execute_again': '再次執行',
    'export': '導出',
    'compare': '比較',
    'generation_error': '報告生成錯誤,無法查看!',
    'being_generated': '報告正在生成中...',
    'delete_confirm': '確認刪除報告: ',
  },
  load_test: {
    'operating': '操作',
    'recent': '最近的測試',
    'search_by_name': '根據名稱搜索',
    'project_name': '所屬項目',
    'delete_confirm': '確認刪除測試: ',
    'input_name': '請輸入名稱',
    'select_project': '請選擇項目',
    'save_and_run': '保存並執行',
    'basic_config': '場景配置',
    'pressure_config': '壓力配置',
    'advanced_config': '高級配置',
    'runtime_config': '運行配置',
    'is_running': '正在運行! ',
    'test_name_is_null': '測試名稱不能為空! ',
    'project_is_null': '項目不能為空! ',
    'jmx_is_null': '只能包含一個JMX文件! ',
    'file_name': '文件名',
    'file_size': '文件大小',
    'file_type': '文件類型',
    'file_status': '文件狀態',
    'last_modify_time': '修改時間',
    'upload_tips': '將文件拖到此處,或<em>點擊上傳</em>',
    'upload_type': '只能上傳JMX/CSV文件',
    'related_file_not_found': "未找到關聯的測試文件!",
    'delete_file_confirm': '確認刪除文件: ',
    'delete_file': "請先刪除已存在的文件!",
    'thread_num': '並髮用戶數:',
    'input_thread_num': '請輸入線程數',
    'duration': '壓測時長(分鐘):',
    'input_duration': '請輸入時長',
    'rps_limit': 'RPS上限:',
    'input_rps_limit': '請輸入限制',
    'ramp_up_time_within': '',
    'ramp_up_time_minutes': '分鐘內,分',
    'ramp_up_time_times': '次增加並髮用戶',
    'advanced_config_error': '高級配置校驗失敗',
    'domain_bind': '域名綁定',
    'domain': '域名',
    'enable': '是否啟用',
    'ip': 'IP地址',
    'params': '自定義屬性',
    'param_name': '屬性名',
    'param_value': '屬性值',
    'domain_is_duplicate': '域名不能重複',
    'param_is_duplicate': '參數名不能重複',
    'domain_ip_is_empty': '域名和IP不能為空',
    'param_name_value_is_empty': '參數名和參數值不能為空',
    'connect_timeout': '建立連接超時時間',
    'custom_http_code': '自定義 HTTP 響應成功狀態碼',
    'separated_by_commas': '按逗號分隔',
    'create': '創建測試',
    'select_resource_pool': '請選擇資源池',
    'resource_pool_is_null': '資源池為空',
    'download_log_file': '下載完整日誌文件',
    'pressure_prediction_chart': '壓力預估圖',
  },
  api_test: {
    save_and_run: "保存並執行",
    run: "執行",
    running: "正在執行",
    reset: "重置",
    input_name: "請輸入測試名稱",
    select_project: "請選擇項目",
    variable_name: "變量名",
    copied: "已拷貝",
    key: "",
    value: "",
    scenario: {
      config: "場景配置",
      input_name: "請輸入場景名稱",
      name: "場景名稱",
      base_url: "基礎URL",
      base_url_description: "基礎URL作為所有請求的URL前綴",
      variables: "自定義變量",
      headers: "請求頭",
      kv_description: "所有請求可以使用自定義變量",
    },
    request: {
      input_name: "請輸入請求名稱",
      name: "請求名稱",
      method: "請求方法",
      url: "請求URL",
      url_description: "例如: https://fit2cloud.com",
      parameters: "請求參數",
      parameters_desc: "參數追加到URL,例如https://fit2cloud.com/entries?key1=Value1&Key2=Value2",
      headers: "請求頭",
      body: "請求內容",
      body_kv: "鍵值對",
      body_text: "文本",
      assertions: {
        label: "斷言",
        text: "文本",
        regex: "正則",
        response_time: "響應時間",
        select_type: "請選擇類型",
        select_subject: "請選擇對象",
        select_condition: "請選擇條件",
        contains: "包含",
        not_contains: "不包含",
        equals: "等於",
        start_with: "以...開始",
        end_with: "以...結束",
        value: "",
        expression: "Perl型正則表達式",
        response_in_time: "響應時間在...毫秒以內",
      },
      extract: {
        label: "提取",
        select_type: "請選擇類型",
        description: "從響應結果中提取數據並將其存儲在變量中,在後續請求中使用變量。",
        regex: "正則",
        regex_expression: "Perl型正則表達式",
        json_path_expression: "JSONPath表達式",
        xpath_expression: "XPath表達式",
      }
    }
  },
  api_report: {
    request: "請求",
    request_body: "請求內容",
    request_headers: "請求頭",
    request_cookie: "Cookie",
    response: "響應",
    delete_confirm: '確認刪除報告: ',
    scenario_name: "場景名稱",
    response_time: "響應時間(ms)",
    latency: "網絡延遲",
    request_size: "請求大小",
    response_size: "響應大小",
    response_code: "狀態碼",
    response_message: "響應報文",
    error: "錯誤",
    assertions: "斷言",
    assertions_pass: "成功斷言",
    assertions_name: "斷言名稱",
    assertions_message: "斷言信息",
    assertions_is_success: "是否成功",
    result: "結果",
    success: "成功",
    fail: "失敗",
  },
  test_track: {
    test_track: "測試跟踪",
    confirm: "確 定",
    cancel: "取 消",
    project: "項目",
    save: "保 存",
    return: "返 回",
    length_less_than: "長度必須小於",
    recent_plan: "最近的計劃",
    recent_case: "最近的用例",
    case: {
      test_case: "測試用例",
      move: "移動用例",
      case_list: "用例列表",
      create_case: "創建用例",
      edit_case: "編輯用例",
      view_case: "查看用例",
      no_project: "該工作空間下無項目,請先創建項目",
      priority: "優先級",
      type: "類型",
      method: "測試方式",
      auto: "自動",
      manual: "手動",
      create: "新建用例",
      case_type: "用例類型",
      name: "用例名稱",
      module: "所屬模塊",
      maintainer: "維護人",
      steps: "執行步驟",
      number: "編號",
      prerequisite: "前置條件",
      step_desc: "步驟描述",
      expected_results: "預期結果",
      input_name: "請輸入名稱",
      input_module: "請選擇模塊",
      input_maintainer: "請選擇維護人",
      input_priority: "請選擇優先級",
      input_type: "請選擇用例類型",
      input_method: "請選擇測試方式",
      input_prerequisite: "請輸入前置條件",
      delete_confirm: "確認刪除測試用例: ",
      import: {
        import: "導入用例",
        case_import: "導入測試用例",
        download_template: "下載模版",
        click_upload: "點擊上傳",
        upload_limit: "只能上傳xls/xlsx文件,且不超過20M",
        upload_limit_count: "一次只能上傳一個文件",
        upload_limit_format: "上傳文件只能是 xls、xlsx格式!",
        upload_limit_size: "上傳文件大小不能超過 20MB!",
        success: "導入成功!",
      },
      export: {
        export: "導出用例"
      }
    },
    plan: {
      test_plan: "測試計劃",
      create_plan: "創建測試計劃",
      edit_plan: "編輯測試計劃",
      plan_name: "計劃名稱",
      plan_project: "所屬項目",
      plan_stage: "測試階段",
      plan_status: "當前狀態",
      smoke_test: "冒煙測試",
      functional_test: "功能測試",
      regression_test: "回歸測試",
      integration_testing: "集成測試",
      system_test: "系統測試",
      version_validation: "版本驗證",
      plan_principal: "負責人",
      input_plan_name: "請輸入測試計劃名稱",
      input_plan_principal: "請選擇負責人",
      input_plan_project: "請選擇所屬項目",
      input_plan_stage: "請選擇測試階段",
      plan_status_prepare: "未開始",
      plan_status_running: "進行中",
      plan_status_completed: "已完成",
      plan_delete_confirm: "確認刪除測試計劃: ",
    },
    module: {
      search: "搜索模塊",
      rename: "重命名",
      add_submodule: "添加子模塊",
      add_module: "添加模塊",
      name: "模塊名稱",
      delete_confirm: "確認刪除模塊: ",
      delete_all_resource: "以及模塊下所有子模塊和測試用例",
    },
    plan_view: {
      plan: "計劃",
      relevance_test_case: "關聯測試用例",
      executor: "執行人",
      execute_result: "執行結果",
      pass: "通過",
      failure: "失敗",
      blocking: "阻塞",
      skip: "跳過",
      actual_result: "實際結果",
      step_result: "步驟執行結果",
      my_case: "我的用例",
      all_case: "全部用例",
      pre_case: "上一條用例",
      next_case: "下一條用例",
      change_execution_results: "更改執行結果",
      change_executor: "更改執行人",
      select_executor: "請選擇執行人",
      select_execute_result: "選擇執行結果",
      cancel_relevance: "取消關聯",
      confirm_cancel_relevance: "確認取消關聯",
      select_manipulate: "請選擇需要操作的數據",
    }
  },
  test_resource_pool: {
    'type': '類型',
    'enable_disable': '啟用/禁用',
    'search_by_name': '根據名稱搜索',
    'create_resource_pool': '創建資源池',
    'update_resource_pool': '修改資源池',
    'select_pool_type': '選擇資源類型',
    'max_threads': '最大並發數',
    'input_pool_name': '請輸入資源池名稱',
    'pool_name_valid': '資源池名稱不支持特殊字符',
    'cannot_remove_all_node': '不能刪除所有獨立節點',
    'cannot_empty': '資源池不能為空',
    'fill_the_data': '請完善數據',
    'delete_prompt': '此操作將永久刪除該資源池, 是否繼續?',
    'status_change_success': '狀態修改成功!',
    'status_change_failed': '狀態修改失敗, 校驗不通過!',
Q
q4speed 已提交
424 425
  },
  i18n: {
C
zh-tw  
Captain.B 已提交
426
    'home': '首頁'
Q
q4speed 已提交
427 428
  }
};