@allurereport/web-dashboard
Version:
The static files for Allure Dashboard Report
228 lines (227 loc) • 7.95 kB
JSON
{
"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": "破損"
}
}