@allurereport/web-dashboard
Version:
The static files for Allure Dashboard Report
228 lines (227 loc) • 7.72 kB
JSON
{
"statuses": {
"passed": "Godkänd",
"failed": "Misslyckad",
"broken": "Trasig",
"skipped": "Överhoppad",
"unknown": "Okänd",
"total": "Totalt"
},
"empty": {
"no-results": "Inga resultat",
"no-history-results": "Ingen historikinformation tillgänglig"
},
"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"
}
},
"currentStatus": {
"title": "Nuvarande 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": "av {{total}}",
"total": "{{total}}",
"tests": {
"new_zero": "Inga nya tester",
"new_one": "{{count}} nytt test",
"new_other": "{{count}} nya tester",
"flaky_zero": "Inga instabila tester",
"flaky_one": "{{count}} instabilt test",
"flaky_other": "{{count}} instabila tester",
"retries_zero": "Inga försökta tester",
"retries_one": "{{count}} försökt test",
"retries_other": "{{count}} försökta tester"
}
},
"statusDynamics": {
"title": "Statusdynamik",
"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": "Senaste rapporten ({{timestamp, timestamp_long_no_seconds}})",
"history": "Rapport från {{timestamp, timestamp_long_no_seconds}}"
},
"ticks": {
"current": "Senast",
"history": "{{timestamp, timestamp_date}}"
}
},
"statusTransitions": {
"title": "Statusövergångar",
"legend": {
"trend": "Korrigeringsgrad"
},
"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": "Senaste rapporten ({{timestamp, timestamp_long_no_seconds}})",
"history": "Rapport från {{timestamp, timestamp_long_no_seconds}}"
},
"ticks": {
"current": "Senast",
"history": "{{timestamp, timestamp_date}}"
}
},
"durations": {
"title": "Varaktighetshistogram efter {{groupBy}}",
"title_none": "Varaktighetshistogram",
"no-results": "$t(empty:no-results)",
"groupBy": {
"none": "Ingen",
"layer": "Lager"
},
"ticks": {
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
},
"tooltips": {
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
},
"legend": {
"value": "{{value}}",
"total": "Antal tester"
}
},
"stabilityDistribution": {
"title": "Stabilitetsfördelning",
"no-results": "$t(empty:no-results)",
"legend": {
"stabilityRate": "Stabilitetsgrad"
}
},
"testBaseGrowthDynamics": {
"title": "Tillväxtdynamik för testbas",
"status": {
"newpassed": "Ny $t(statuses:passed)",
"newfailed": "Ny $t(statuses:failed)",
"newbroken": "Ny $t(statuses:broken)",
"newskipped": "Ny $t(statuses:skipped)",
"newunknown": "Ny $t(statuses:unknown)",
"removedpassed": "Borttagen $t(statuses:passed)",
"removedfailed": "Borttagen $t(statuses:failed)",
"removedbroken": "Borttagen $t(statuses:broken)",
"removedskipped": "Borttagen $t(statuses:skipped)",
"removedunknown": "Borttagen $t(statuses:unknown)"
},
"legend": {
"trend": "Tillväxttrend"
},
"no-history": "$t(empty:no-history-results)",
"no-results": "$t(empty:no-results)",
"tooltips": {
"current": "Senaste rapport ({{timestamp, timestamp_long_no_seconds}})",
"history": "Rapport från {{timestamp, timestamp_long_no_seconds}}"
},
"ticks": {
"current": "Senaste",
"history": "{{timestamp, timestamp_date}}"
}
},
"statusAgePyramid": {
"title": "Ålderspyramid 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": "Senaste rapport ({{timestamp, timestamp_long_no_seconds}})",
"history": "Rapport från {{timestamp, timestamp_long_no_seconds}}"
},
"ticks": {
"current": "Senaste",
"history": "{{timestamp, timestamp_date}}"
}
},
"trSeverities": {
"title": "Testresultat per allvarlighetsgrad",
"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": "Ingen allvarlighetsgrad"
}
},
"durationDynamics": {
"title": "Varaktighetsdynamik",
"durations": {
"sequential": "Sekventiell varaktighet",
"duration": "Testvaraktighet",
"speedup": "Snabbhet"
},
"no-results": "$t(empty:no-results)",
"tooltips": {
"current": "Senaste rapporten ({{timestamp, timestamp_long_no_seconds}})",
"history": "Rapport från {{timestamp, timestamp_long_no_seconds}}"
},
"ticks": {
"current": "Senast",
"history": "{{timestamp, timestamp_date}}"
},
"legend": {
"duration": "{{duration, format_duration}}",
"speedup": "{{speedup}}x"
}
}
},
"transitions": {
"description": {
"new": "Första förekomsten av detta testresultat i rapporten",
"fixed": "Tidigare \"misslyckad\" eller \"trasig\" test som nu är \"godkänd\"",
"regressed": "Tidigare \"godkänd\" eller \"trasig\" test som nu är \"misslyckad\"",
"malfunctioned": "Tidigare \"godkänd\" eller \"misslyckad\" test som nu är \"trasig\""
},
"new": "Ny",
"fixed": "Åtgärdad",
"regressed": "Regresserad",
"malfunctioned": "Felaktig"
}
}