@allurereport/web-dashboard
Version:
The static files for Allure Dashboard Report
38 lines (37 loc) • 727 B
JSON
{
"statuses": {
"passed": "Godkänd",
"failed": "Misslyckad",
"broken": "Trasig",
"skipped": "Överhoppad",
"unknown": "Okänd",
"total": "Totalt"
},
"empty": {
"no-results": "Inga resultat"
},
"severity": {
"blocker": "Blockerande",
"critical": "Kritisk",
"normal": "Normal",
"minor": "Mindre",
"trivial": "Trivial"
},
"environments": {
"environment_one": "Miljö",
"environment_other": "Miljöer",
"all": "Alla"
},
"charts": {
"trend": {
"title": "Trenddiagram: {{type}}",
"type": {
"status": "Status",
"severity": "Allvarlighetsgrad"
}
},
"pie": {
"title": "Testframgångsfrekvens"
}
}
}