@allurereport/web-dashboard
Version:
The static files for Allure Dashboard Report
38 lines (37 loc) • 735 B
JSON
{
"statuses": {
"passed": "Bestanden",
"failed": "Fehlgeschlagen",
"broken": "Defekt",
"skipped": "Übersprungen",
"unknown": "Unbekannt",
"total": "Gesamt"
},
"empty": {
"no-results": "Keine Ergebnisse"
},
"severity": {
"blocker": "Blocker",
"critical": "Kritisch",
"normal": "Normal",
"minor": "Geringfügig",
"trivial": "Trivial"
},
"environments": {
"environment_one": "Umgebung",
"environment_other": "Umgebungen",
"all": "Alle"
},
"charts": {
"trend": {
"title": "Trenddiagramm: {{type}}",
"type": {
"status": "Status",
"severity": "Schweregrad"
}
},
"pie": {
"title": "Testerfolgsrate"
}
}
}