|
161 | 161 | quality_score_tip--coco_score_formula: 计算公式:最近一次代码覆盖率(不区分环境) * 100
|
162 | 162 | quality_score_tip--total: 总分
|
163 | 163 | quality_score_tip--total_score_formula: 计算公式:(手动测试计划 + 自动化测试计划 + 缺陷 DI + 缺陷重开率 + 代码覆盖率) / 5
|
| 164 | + forced-cancel: 强制取消 |
| 165 | + cancel-confirm: 强制取消将会导致明细和报告都不会生成! |
| 166 | + project-code-coverage-trend: 项目代码覆盖率趋势 |
| 167 | + line-coverage: 行覆盖率 |
| 168 | + statistics-object-configuration: 统计对象配置 |
| 169 | + contain: 包含 |
| 170 | + enter-contain-expression: 请输入包含表达式 |
| 171 | + enter-not-contain-expression: 请输入不包含表达式 |
| 172 | + enter-maven-expression: 请输入maven设置表达式 |
| 173 | + code-coverage-statistics-range: 代码覆盖率统计范围设置 |
| 174 | + download-report: 下载报告 |
| 175 | + end: 结束 |
| 176 | + dev-env: 开发环境 |
| 177 | + test-env: 测试环境 |
| 178 | + feature-env: 预发环境 |
| 179 | + prod-env: 生产环境 |
| 180 | + coverage-plugin-not-enable-tip: 当前环境未启用覆盖率插件,请参考 |
| 181 | + coverage-processing-tip: 代码覆盖率统计进行中,开始和结束按钮不可用, 请等待(耗时取决于应用多少和大小),手动刷新后查看结果 |
| 182 | + coverage-generating-tip: 代码覆盖率统计明细生成中,开始和结束按钮不可用, 请等待(耗时取决于应用多少和大小),手动刷新后查看结果 |
| 183 | + enable-coverage-docs: 如何启用集成测试代码覆盖率统计 |
| 184 | + report-generating: 报告生成中 |
| 185 | + stop-by-user: 用户取消 |
| 186 | + coverage-processing: 进行中 |
| 187 | + coverage-ready: 进行中 |
| 188 | + coverage-ending: 明细生成中 |
| 189 | + coverage-success: 成功 |
| 190 | + coverage-fail: 失败 |
| 191 | + coverage-cancel: 用户取消 |
| 192 | + current-line-coverage: 当前行覆盖率 |
| 193 | + log: 日志 |
| 194 | + statistics-starter: 统计开始者 |
| 195 | + start-time: 开始时间 |
| 196 | + statistics-finisher: 统计结束者 |
| 197 | + statistics-end-time: 统计结束时间 |
| 198 | + operate: 操作 |
| 199 | + statistics-start: 开始 |
| 200 | + within-a-week: 一周内 |
| 201 | + within-a-month: 一个月内 |
| 202 | + report-details: 报告详情 |
| 203 | + coverage-statistics-record: 项目代码覆盖率统计执行记录 |
| 204 | + execute-record: 执行记录 |
| 205 | + tip-message: '说明: 代码覆盖率趋势主要反映测试用例覆盖项目(非单个或部分应用)的代码行数' |
| 206 | + config-tip-message: '说明:可以通过在包括和不包括中输入表达式来确定统计范围;多个表达式可以使用冒号 ( : ) 分隔, 且支持 * 通配符。\n 例子:org/apache* 将匹配所有以 org/apache 开头的源码目录, */model 将匹配所有以 model 结尾的目录, foo/*:bar/* 匹配所有以 foo 或者 bar 开头的目录' |
164 | 207 | en:
|
165 | 208 | issue-manage: issue manage
|
166 | 209 | issue: issue
|
|
321 | 364 | quality_score_tip--bug_reopen_score_formula: Formula:100 - Bug-Reopen-Rate * 100
|
322 | 365 | quality_score_tip--total: Total Score
|
323 | 366 | quality_score_tip--total_score_formula: Formula:(Score(Manual Test Plan) + Score(Auto Test Plan) + Score(Bug) + Score(Bug Reopen Rate) + Score(Code Coverage)) / 5
|
| 367 | + forced-cancel: Force Cancel |
| 368 | + cancel-confirm: Forced cancellation will result in neither the details nor the report being generated! |
| 369 | + project-code-coverage-trend: Project code coverage trends |
| 370 | + line-coverage: Line coverage |
| 371 | + statistics-object-configuration: Statistics object configuration |
| 372 | + contain: Contain |
| 373 | + enter-contain-expression: Please enter an expression containing |
| 374 | + enter-not-contain-expression: Please enter an expression non-containing |
| 375 | + enter-maven-expression: Please enter maven setting expression |
| 376 | + code-coverage-statistics-range: Code coverage statistics range setting |
| 377 | + download-report: Download Report |
| 378 | + end: End |
| 379 | + dev-env: Development Environment |
| 380 | + test-env: Test Environment |
| 381 | + feature-env: Pre-release Environment |
| 382 | + prod-env: Production Environment |
| 383 | + coverage-plugin-not-enable-tip: The coverage plugin is not enabled in the current environment, please refer to |
| 384 | + coverage-processing-tip: Code coverage statistics are in progress, start and end buttons are unavailable, please wait (time-consuming depends on the number and size of the application), and check the results after manual refresh |
| 385 | + coverage-generating-tip: During code coverage statistics generation, the start and end buttons are unavailable, please wait (time-consuming depends on the number and size of the application), and check the results after manual refresh |
| 386 | + enable-coverage-docs: How to enable integration test code coverage statistics |
| 387 | + report-generating: Report generating |
| 388 | + stop-by-user: Stop By User |
| 389 | + coverage-processing: Processing |
| 390 | + coverage-ready: Processing |
| 391 | + coverage-ending: Detail generation |
| 392 | + coverage-success: Successfully |
| 393 | + coverage-fail: Failed |
| 394 | + coverage-cancel: User canceled |
| 395 | + current-line-coverage: Current line coverage |
| 396 | + log: Log |
| 397 | + statistics-starter: Statistics Starter |
| 398 | + start-time: Start Time |
| 399 | + statistics-finisher: Statistics Finisher |
| 400 | + statistics-end-time: Statistics End Time |
| 401 | + operate: Operate |
| 402 | + statistics-start: Start |
| 403 | + within-a-week: Within a week |
| 404 | + within-a-month: Within a month |
| 405 | + report-details: Report details |
| 406 | + coverage-statistics-record: Project code coverage statistics execution record |
| 407 | + execute-record: Execution record |
| 408 | + tip-message: 'Note: The trend of code coverage mainly reflects the number of lines of code of a project (not a single or partial application) covered by test cases' |
| 409 | + config-tip-message: 'Note: The statistical range can be determined by entering expressions in include and exclude; multiple expressions can be separated by colons (: ), and * wildcards are supported. \n Example: org/apache* will match all source directories starting with org/apache, */model will match all directories ending with model, and foo/*:bar/* will match all directories starting with foo or bar' |
0 commit comments