{
  "statuses": {
    "passed": "Geslaagd",
    "failed": "Mislukt",
    "broken": "Defect",
    "skipped": "Overgeslagen",
    "unknown": "Onbekend",
    "total": "Totaal"
  },
  "empty": {
    "no-results": "Geen resultaten",
    "no-history-results": "Geen geschiedenisinformatie beschikbaar"
  },
  "severity": {
    "blocker": "Blokkeerder",
    "critical": "Kritiek",
    "normal": "Normaal",
    "minor": "Klein",
    "trivial": "Triviaal"
  },
  "environments": {
    "environment_one": "Omgeving",
    "environment_other": "Omgevingen",
    "all": "Alle"
  },
  "charts": {
    "trend": {
      "title": "Trendgrafiek: {{type}}",
      "type": {
        "status": "Status",
        "severity": "Ernst"
      }
    },
    "currentStatus": {
      "title": "Huidige status",
      "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": "van {{total}}",
      "total": "{{total}}",
      "tests": {
        "new_zero": "Geen nieuwe tests",
        "new_one": "{{count}} nieuwe test",
        "new_other": "{{count}} nieuwe tests",
        "flaky_zero": "Geen instabiele tests",
        "flaky_one": "{{count}} instabiele test",
        "flaky_other": "{{count}} instabiele tests",
        "retries_zero": "Geen herhaalde tests",
        "retries_one": "{{count}} herhaalde test",
        "retries_other": "{{count}} herhaalde tests"
      }
    },
    "statusDynamics": {
      "title": "Statusdynamiek",
      "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": "Laatste rapport ({{timestamp, timestamp_long_no_seconds}})",
        "history": "Rapport van {{timestamp, timestamp_long_no_seconds}}"
      },
      "ticks": {
        "current": "Laatste",
        "history": "{{timestamp, timestamp_date}}"
      }
    },
    "statusTransitions": {
      "title": "Statusovergangen",
      "legend": {
        "trend": "Correctieratio"
      },
      "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": "Laatste rapport ({{timestamp, timestamp_long_no_seconds}})",
        "history": "Rapport van {{timestamp, timestamp_long_no_seconds}}"
      },
      "ticks": {
        "current": "Laatste",
        "history": "{{timestamp, timestamp_date}}"
      }
    },
    "durations": {
      "title": "Histogram van duur per {{groupBy}}",
      "title_none": "Histogram van duur",
      "no-results": "$t(empty:no-results)",
      "groupBy": {
        "none": "Geen",
        "layer": "Laag"
      },
      "ticks": {
        "durationRange": "{{from, format_duration}} - {{to, format_duration}}"
      },
      "tooltips": {
        "durationRange": "{{from, format_duration}} - {{to, format_duration}}"
      },
      "legend": {
        "value": "{{value}}",
        "total": "Aantal tests"
      }
    },
    "stabilityDistribution": {
      "title": "Stabiliteitsverdeling",
      "no-results": "$t(empty:no-results)",
      "legend": {
        "stabilityRate": "Stabiliteitspercentage"
      }
    },
    "testBaseGrowthDynamics": {
      "title": "Groeodynamiek van testbasis",
      "status": {
        "newpassed": "Nieuw $t(statuses:passed)",
        "newfailed": "Nieuw $t(statuses:failed)",
        "newbroken": "Nieuw $t(statuses:broken)",
        "newskipped": "Nieuw $t(statuses:skipped)",
        "newunknown": "Nieuw $t(statuses:unknown)",
        "removedpassed": "Verwijderd $t(statuses:passed)",
        "removedfailed": "Verwijderd $t(statuses:failed)",
        "removedbroken": "Verwijderd $t(statuses:broken)",
        "removedskipped": "Verwijderd $t(statuses:skipped)",
        "removedunknown": "Verwijderd $t(statuses:unknown)"
      },
      "legend": {
        "trend": "Groeitrend"
      },
      "no-history": "$t(empty:no-history-results)",
      "no-results": "$t(empty:no-results)",
      "tooltips": {
        "current": "Laatste rapport ({{timestamp, timestamp_long_no_seconds}})",
        "history": "Rapport van {{timestamp, timestamp_long_no_seconds}}"
      },
      "ticks": {
        "current": "Laatste",
        "history": "{{timestamp, timestamp_date}}"
      }
    },
    "statusAgePyramid": {
      "title": "Leeftijdspiramide per status",
      "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": "Laatste rapport ({{timestamp, timestamp_long_no_seconds}})",
        "history": "Rapport van {{timestamp, timestamp_long_no_seconds}}"
      },
      "ticks": {
        "current": "Laatste",
        "history": "{{timestamp, timestamp_date}}"
      }
    },
    "trSeverities": {
      "title": "Testresultaten per ernst",
      "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": "Geen ernst"
      }
    },
    "durationDynamics": {
      "title": "Duurdynamiek",
      "durations": {
        "sequential": "Sequentiële duur",
        "duration": "Testduur",
        "speedup": "Versnelling"
      },
      "no-results": "$t(empty:no-results)",
      "tooltips": {
        "current": "Laatste rapport ({{timestamp, timestamp_long_no_seconds}})",
        "history": "Rapport van {{timestamp, timestamp_long_no_seconds}}"
      },
      "ticks": {
        "current": "Laatste",
        "history": "{{timestamp, timestamp_date}}"
      },
      "legend": {
        "duration": "{{duration, format_duration}}",
        "speedup": "{{speedup}}x"
      }
    }
  },
  "transitions": {
    "description": {
      "new": "Eerste keer dat dit testresultaat in het rapport verschijnt",
      "fixed": "Eerder \"mislukt\" of \"gebroken\" test die nu \"geslaagd\" is",
      "regressed": "Eerder \"geslaagd\" of \"gebroken\" test die nu \"mislukt\" is",
      "malfunctioned": "Eerder \"geslaagd\" of \"mislukt\" test die nu \"gebroken\" is"
    },
    "new": "Nieuw",
    "fixed": "Opgelost",
    "regressed": "Teruggevallen",
    "malfunctioned": "Defect"
  }
}
