{
  "statuses": {
    "passed": "成功",
    "failed": "失敗",
    "broken": "壊れた",
    "skipped": "スキップ",
    "unknown": "不明",
    "total": "合計"
  },
  "empty": {
    "no-results": "結果がありません"
  },
  "severity": {
    "blocker": "ブロッカー",
    "critical": "重大",
    "normal": "通常",
    "minor": "小規模",
    "trivial": "些細"
  },
  "charts": {
    "trend": {
      "title": "トレンドチャート: {{type}}",
      "type": {
        "status": "ステータス",
        "severity": "重要度"
      }
    },
    "pie": {
      "title": "テスト成功率"
    }
  }
}
