UNPKG

@allurereport/web-dashboard

Version:

The static files for Allure Dashboard Report

228 lines (227 loc) 7.54 kB
{ "statuses": { "passed": "通过", "failed": "失败", "broken": "损坏", "skipped": "跳过", "unknown": "未知", "total": "总计" }, "empty": { "no-results": "无结果", "no-history-results": "无历史信息" }, "severity": { "blocker": "阻塞", "critical": "严重", "normal": "普通", "minor": "次要", "trivial": "轻微" }, "environments": { "environment_one": "环境", "environment_other": "环境", "all": "所有" }, "charts": { "trend": { "title": "趋势图表: {{type}}", "type": { "status": "状态", "severity": "严重程度" } }, "currentStatus": { "title": "当前状态", "status": { "passed": "$t(statuses:passed, capitalize)", "failed": "$t(statuses:failed, capitalize)", "broken": "$t(statuses:broken, capitalize)", "skipped": "$t(statuses:skipped, capitalize)", "unknown": "$t(statuses:unknown, capitalize)" }, "percentage": "{{percentage}}%", "of": "共 {{total}}", "total": "{{total}}", "tests": { "new_zero": "没有新测试", "new_one": "{{count}} 个新测试", "new_other": "{{count}} 个新测试", "flaky_zero": "没有不稳定测试", "flaky_one": "{{count}} 个不稳定测试", "flaky_other": "{{count}} 个不稳定测试", "retries_zero": "没有重试测试", "retries_one": "{{count}} 个重试测试", "retries_other": "{{count}} 个重试测试" } }, "statusDynamics": { "title": "状态动态", "status": { "passed": "$t(statuses:passed, capitalize)", "failed": "$t(statuses:failed, capitalize)", "broken": "$t(statuses:broken, capitalize)", "skipped": "$t(statuses:skipped, capitalize)", "unknown": "$t(statuses:unknown, capitalize)" }, "no-history": "$t(empty:no-history-results)", "no-results": "$t(empty:no-results)", "tooltips": { "current": "最新报告 ({{timestamp, timestamp_long_no_seconds}})", "history": "{{timestamp, timestamp_long_no_seconds}} 的报告" }, "ticks": { "current": "最新", "history": "{{timestamp, timestamp_date}}" } }, "statusTransitions": { "title": "状态转换", "legend": { "trend": "修复率" }, "transitions": { "new": "$t(transitions:new, capitalize)", "fixed": "$t(transitions:fixed, capitalize)", "regressed": "$t(transitions:regressed, capitalize)", "malfunctioned": "$t(transitions:malfunctioned, capitalize)" }, "no-history": "$t(empty:no-history-results)", "no-results": "$t(empty:no-results)", "tooltips": { "current": "最新报告 ({{timestamp, timestamp_long_no_seconds}})", "history": "{{timestamp, timestamp_long_no_seconds}} 的报告" }, "ticks": { "current": "最新", "history": "{{timestamp, timestamp_date}}" } }, "durations": { "title": "按{{groupBy}}的持续时间直方图", "title_none": "持续时间直方图", "no-results": "$t(empty:no-results)", "groupBy": { "none": "无", "layer": "层" }, "ticks": { "durationRange": "{{from, format_duration}} - {{to, format_duration}}" }, "tooltips": { "durationRange": "{{from, format_duration}} - {{to, format_duration}}" }, "legend": { "value": "{{value}}", "total": "测试数量" } }, "stabilityDistribution": { "title": "稳定性分布", "no-results": "$t(empty:no-results)", "legend": { "stabilityRate": "稳定性率" } }, "testBaseGrowthDynamics": { "title": "测试基础增长动态", "status": { "newpassed": "新增 $t(statuses:passed)", "newfailed": "新增 $t(statuses:failed)", "newbroken": "新增 $t(statuses:broken)", "newskipped": "新增 $t(statuses:skipped)", "newunknown": "新增 $t(statuses:unknown)", "removedpassed": "移除 $t(statuses:passed)", "removedfailed": "移除 $t(statuses:failed)", "removedbroken": "移除 $t(statuses:broken)", "removedskipped": "移除 $t(statuses:skipped)", "removedunknown": "移除 $t(statuses:unknown)" }, "legend": { "trend": "增长趋势" }, "no-history": "$t(empty:no-history-results)", "no-results": "$t(empty:no-results)", "tooltips": { "current": "最新报告 ({{timestamp, timestamp_long_no_seconds}})", "history": "报告来自 {{timestamp, timestamp_long_no_seconds}}" }, "ticks": { "current": "最新", "history": "{{timestamp, timestamp_date}}" } }, "statusAgePyramid": { "title": "状态年龄金字塔", "status": { "passed": "$t(statuses:passed, capitalize)", "failed": "$t(statuses:failed, capitalize)", "broken": "$t(statuses:broken, capitalize)", "skipped": "$t(statuses:skipped, capitalize)", "unknown": "$t(statuses:unknown, capitalize)" }, "no-history": "$t(empty:no-history-results)", "no-results": "$t(empty:no-results)", "tooltips": { "current": "最新报告 ({{timestamp, timestamp_long_no_seconds}})", "history": "报告来自 {{timestamp, timestamp_long_no_seconds}}" }, "ticks": { "current": "最新", "history": "{{timestamp, timestamp_date}}" } }, "trSeverities": { "title": "按严重程度的测试结果", "no-results": "$t(empty:no-results)", "status": { "passed": "$t(statuses:passed, capitalize)", "failed": "$t(statuses:failed, capitalize)", "broken": "$t(statuses:broken, capitalize)", "skipped": "$t(statuses:skipped, capitalize)", "unknown": "$t(statuses:unknown, capitalize)" }, "severity": { "blocker": "$t(severity:blocker, capitalize)", "critical": "$t(severity:critical, capitalize)", "normal": "$t(severity:normal, capitalize)", "minor": "$t(severity:minor, capitalize)", "trivial": "$t(severity:trivial, capitalize)", "unset": "无严重程度" } }, "durationDynamics": { "title": "持续时间动态", "durations": { "sequential": "顺序持续时间", "duration": "测试持续时间", "speedup": "加速" }, "no-results": "$t(empty:no-results)", "tooltips": { "current": "最新报告 ({{timestamp, timestamp_long_no_seconds}})", "history": "{{timestamp, timestamp_long_no_seconds}} 的报告" }, "ticks": { "current": "最新", "history": "{{timestamp, timestamp_date}}" }, "legend": { "duration": "{{duration, format_duration}}", "speedup": "{{speedup}}x" } } }, "transitions": { "description": { "new": "此测试结果在报告中的首次出现", "fixed": "之前\"失败\"或\"损坏\"的测试现在\"通过\"了", "regressed": "之前\"通过\"或\"损坏\"的测试现在\"失败\"了", "malfunctioned": "之前\"通过\"或\"失败\"的测试现在\"损坏\"了" }, "new": "新的", "fixed": "已修复", "regressed": "已回归", "malfunctioned": "已损坏" } }