@allurereport/web-dashboard
Version:
The static files for Allure Dashboard Report
228 lines (227 loc) • 8.11 kB
JSON
{
"statuses": {
"passed": "עבר",
"failed": "נכשל",
"broken": "שבור",
"skipped": "דולג",
"unknown": "לא ידוע",
"total": "סך הכל"
},
"empty": {
"no-results": "אין תוצאות",
"no-history-results": "אין מידע היסטורי זמין"
},
"severity": {
"blocker": "חוסם",
"critical": "קריטי",
"normal": "רגיל",
"minor": "משני",
"trivial": "שולי"
},
"environments": {
"environment_one": "סביבה",
"environment_other": "סביבות",
"all": "הכל"
},
"charts": {
"trend": {
"title": "תרשים מגמה: {{type}}",
"type": {
"status": "סטטוס",
"severity": "חומרה"
}
},
"currentStatus": {
"title": "סטטוס נוכחי",
"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": "מתוך {{total}}",
"total": "{{total}}",
"tests": {
"new_zero": "אין בדיקות חדשות",
"new_one": "{{count}} בדיקה חדשה",
"new_other": "{{count}} בדיקות חדשות",
"flaky_zero": "אין בדיקות לא יציבות",
"flaky_one": "{{count}} בדיקה לא יציבה",
"flaky_other": "{{count}} בדיקות לא יציבות",
"retries_zero": "אין בדיקות שנוסו שוב",
"retries_one": "{{count}} בדיקה שנוסתה שוב",
"retries_other": "{{count}} בדיקות שנוסו שוב"
}
},
"statusDynamics": {
"title": "דינמיקת סטטוס",
"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": "דוח אחרון ({{timestamp, timestamp_long_no_seconds}})",
"history": "דוח מ-{{timestamp, timestamp_long_no_seconds}}"
},
"ticks": {
"current": "מהאחרון",
"history": "{{timestamp, timestamp_date}}"
}
},
"statusTransitions": {
"title": "מעברי סטטוס",
"legend": {
"trend": "שיעור תיקון"
},
"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": "דוח אחרון ({{timestamp, timestamp_long_no_seconds}})",
"history": "דוח מ-{{timestamp, timestamp_long_no_seconds}}"
},
"ticks": {
"current": "מהאחרון",
"history": "{{timestamp, timestamp_date}}"
}
},
"durations": {
"title": "היסטוגרמת משכי זמן לפי {{groupBy}}",
"title_none": "היסטוגרמת משכי זמן",
"no-results": "$t(empty:no-results)",
"groupBy": {
"none": "ללא",
"layer": "שכבה"
},
"ticks": {
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
},
"tooltips": {
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
},
"legend": {
"value": "{{value}}",
"total": "מספר בדיקות"
}
},
"stabilityDistribution": {
"title": "התפלגות יציבות",
"no-results": "$t(empty:no-results)",
"legend": {
"stabilityRate": "שיעור יציבות"
}
},
"testBaseGrowthDynamics": {
"title": "דינמיקת צמיחת בסיס הבדיקות",
"status": {
"newpassed": "חדש $t(statuses:passed)",
"newfailed": "חדש $t(statuses:failed)",
"newbroken": "חדש $t(statuses:broken)",
"newskipped": "חדש $t(statuses:skipped)",
"newunknown": "חדש $t(statuses:unknown)",
"removedpassed": "הוסר $t(statuses:passed)",
"removedfailed": "הוסר $t(statuses:failed)",
"removedbroken": "הוסר $t(statuses:broken)",
"removedskipped": "הוסר $t(statuses:skipped)",
"removedunknown": "הוסר $t(statuses:unknown)"
},
"legend": {
"trend": "מגמת צמיחה"
},
"no-history": "$t(empty:no-history-results)",
"no-results": "$t(empty:no-results)",
"tooltips": {
"current": "דוח אחרון ({{timestamp, timestamp_long_no_seconds}})",
"history": "דוח מ-{{timestamp, timestamp_long_no_seconds}}"
},
"ticks": {
"current": "אחרון",
"history": "{{timestamp, timestamp_date}}"
}
},
"statusAgePyramid": {
"title": "פירמידת גילאים לפי סטטוס",
"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": "דוח אחרון ({{timestamp, timestamp_long_no_seconds}})",
"history": "דוח מ-{{timestamp, timestamp_long_no_seconds}}"
},
"ticks": {
"current": "אחרון",
"history": "{{timestamp, timestamp_date}}"
}
},
"trSeverities": {
"title": "תוצאות בדיקות לפי חומרה",
"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": "ללא חומרה"
}
},
"durationDynamics": {
"title": "דינמיקת משך",
"durations": {
"sequential": "משך רציף",
"duration": "משך בדיקה",
"speedup": "האצה"
},
"no-results": "$t(empty:no-results)",
"tooltips": {
"current": "דוח אחרון ({{timestamp, timestamp_long_no_seconds}})",
"history": "דוח מ-{{timestamp, timestamp_long_no_seconds}}"
},
"ticks": {
"current": "אחרון",
"history": "{{timestamp, timestamp_date}}"
},
"legend": {
"duration": "{{duration, format_duration}}",
"speedup": "{{speedup}}x"
}
}
},
"transitions": {
"description": {
"new": "הופעה ראשונה של תוצאת בדיקה זו בדוח",
"fixed": "בדיקה שהייתה קודם \"נכשלה\" או \"שבורה\" ועכשיו \"עברה\"",
"regressed": "בדיקה שהייתה קודם \"עברה\" או \"שבורה\" ועכשיו \"נכשלה\"",
"malfunctioned": "בדיקה שהייתה קודם \"עברה\" או \"נכשלה\" ועכשיו \"שבורה\""
},
"new": "חדש",
"fixed": "מתוקן",
"regressed": "נסוג",
"malfunctioned": "פגום"
}
}