{
  "statuses": {
    "passed": "geslaagd",
    "failed": "mislukt",
    "broken": "gebroken",
    "skipped": "overgeslagen",
    "unknown": "onbekend",
    "total": "totaal",
    "flakyTests": "onstabiel",
    "newTests": "nieuw",
    "retryTests": "opnieuw proberen"
  },
  "testSummary": {
    "total": "Totaal",
    "flaky": "Onstabiele tests",
    "retries": "Herhaalde tests",
    "new": "Nieuwe tests"
  },
  "tabs": {
    "total": "Alle"
  },
  "search": {
    "search": "Zoeken",
    "search-placeholder": "Naam of ID"
  },
  "filters": {
    "more-filters": "Meer filters",
    "enable-filter": "Filter \"{filter}\" inschakelen",
    "flaky": "Onstabiel",
    "retry": "Opnieuw proberen",
    "new": "Nieuw"
  },
  "sort-by": {
    "sort-by-text": "Sorteren op:",
    "sort-by-category": "Sorteren op",
    "direction-category": "Richting"
  },
  "sort-by.values": {
    "order": "Volgorde",
    "alphabet": "Alfabet",
    "duration": "Duur",
    "status": "Status"
  },
  "sort-by.directions": {
    "order-desc": "Laatste – Eerste",
    "order-asc": "Eerste – Laatste",
    "order-asc-short": "Eerste",
    "order-desc-short": "Laatste",
    "alphabet-asc": "A – Z",
    "alphabet-desc": "Z – A",
    "alphabet-asc-short": "A – Z",
    "alphabet-desc-short": "Z – A",
    "duration-asc": "1 – 9",
    "duration-desc": "9 – 1",
    "duration-asc-short": "1 – 9",
    "duration-desc-short": "9 – 1",
    "status-asc": "Zoals in de filterlijst",
    "status-desc": "Omgekeerd",
    "status-asc-short": "Normaal",
    "status-desc-short": "Omgekeerd"
  },
  "empty": {
    "no-results": "Geen resultaten",
    "no-tests-found": "Geen resultaten gevonden",
    "clear-filters": "Filters wissen",
    "no-attachments-results": "Geen bijlageninformatie beschikbaar",
    "no-history-results": "Geen geschiedenisinformatie beschikbaar",
    "no-retries-results": "Geen herhalingsinformatie beschikbaar",
    "no-test-steps-results": "Geen informatie over teststappen beschikbaar",
    "no-test-case-results": "Geen testresultaten",
    "no-environments-results": "Geen informatie over omgevingen beschikbaar"
  },
  "severity": {
    "blocker": "blokkerend",
    "critical": "kritiek",
    "normal": "normaal",
    "minor": "klein",
    "trivial": "onbeduidend"
  },
  "execution": {
    "name": "Uitvoering",
    "body": "Testinhoud",
    "setup": "Voorbereiding",
    "teardown": "Afsluiten"
  },
  "environments": {
    "environment_one": "Omgeving",
    "environment_other": "Omgevingen",
    "all": "Alle"
  },
  "ui": {
    "labels": "Labels",
    "metadata": "Metadata",
    "parameters": "Parameters",
    "description": "Beschrijving",
    "links": "Links",
    "overview": "Overzicht",
    "history": "Geschiedenis",
    "attachments": "Bijlagen",
    "retries": "Herhalingen",
    "environments": "Omgevingen",
    "error": "Fout",
    "goToStep": "Ga naar stap",
    "showLess": "Minder weergeven",
    "showMore": "Meer weergeven",
    "copy": "Kopiëren",
    "at": "om",
    "variables": "Variabelen",
    "openPwTrace": "Playwright Trace openen"
  },
  "controls": {
    "newTabAttachment": "Bijlage openen in nieuw tabblad",
    "nextTR": "Volgende testresultaat",
    "prevTR": "Vorige testresultaat",
    "downloadAttachment": "Bijlage downloaden",
    "backto": "Terug naar",
    "clipboard": "Kopiëren naar klembord",
    "clipboardError": "Kan waarde niet naar klembord kopiëren. Mogelijk wordt deze functie niet ondersteund door uw browser",
    "clipboardSuccess": "Succesvol gekopieerd",
    "collapse": "Samenvouwen",
    "expand": "Uitvouwen",
    "fullscreen": "Volledig scherm",
    "language": "Taal wijzigen",
    "openInNewTab": "Openen in een nieuw tabblad",
    "openPreview": "Voorbeeld openen",
    "noSelectedTR": "Geen geselecteerd testresultaat",
    "comparison": "Vergelijking",
    "showDiff": "Toon verschil",
    "viewMode": "Weergavemodus",
    "unified": "Gecombineerd",
    "side-by-side": "Naast elkaar",
    "compareBy": "Vergelijken op",
    "chars": "tekens",
    "words": "woorden",
    "lines": "regels",
    "actual": "Actueel",
    "expected": "Verwacht"
  },
  "errors": {
    "missedAttachment": "Bijlage niet gevonden"
  },
  "sections": {
    "report": "Report",
    "charts": "Grafieken"
  },
  "charts": {
    "trend": {
      "title": "Trendgrafiek: {{type}}",
      "type": {
        "status": "Status",
        "severity": "Ernst"
      }
    },
    "pie": {
      "title": "Test slagingspercentage"
    }
  }
}
