@allurereport/web-dashboard
Version:
The static files for Allure Dashboard Report
228 lines (227 loc) • 7.82 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": "고장"
}
}