@allurereport/web-dashboard
Version:
The static files for Allure Dashboard Report
38 lines (37 loc) • 693 B
JSON
{
"statuses": {
"passed": "通过",
"failed": "失败",
"broken": "损坏",
"skipped": "跳过",
"unknown": "未知",
"total": "总计"
},
"empty": {
"no-results": "无结果"
},
"severity": {
"blocker": "阻塞",
"critical": "严重",
"normal": "普通",
"minor": "次要",
"trivial": "轻微"
},
"environments": {
"environment_one": "环境",
"environment_other": "环境",
"all": "所有"
},
"charts": {
"trend": {
"title": "趋势图表: {{type}}",
"type": {
"status": "状态",
"severity": "严重程度"
}
},
"pie": {
"title": "测试成功率"
}
}
}