@allurereport/web-dashboard
Version:
The static files for Allure Dashboard Report
38 lines (37 loc) • 753 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": "テスト成功率"
}
}
}