@allurereport/web-dashboard
Version:
The static files for Allure Dashboard Report
38 lines (37 loc) • 723 B
JSON
{
"statuses": {
"passed": "Geslaagd",
"failed": "Mislukt",
"broken": "Defect",
"skipped": "Overgeslagen",
"unknown": "Onbekend",
"total": "Totaal"
},
"empty": {
"no-results": "Geen resultaten"
},
"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"
}
},
"pie": {
"title": "Test slagingspercentage"
}
}
}