@allurereport/web-dashboard 3.0.0-beta.24 → 3.0.0-beta.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/multi/173.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/174.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/252.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/282.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/29.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/416.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/527.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/600.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/605.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/638.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/{672.app-ca4424a1ed8bbbee632e.js → 672.app-d197e17e8c70875836e5.js} +1 -1
- package/dist/multi/686.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/725.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/741.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/755.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/894.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/943.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/980.app-d197e17e8c70875836e5.js +1 -0
- package/dist/multi/app-d197e17e8c70875836e5.js +2 -0
- package/dist/multi/manifest.json +20 -20
- package/dist/multi/styles-ec80dc556bacab93baf2.css +8 -0
- package/dist/single/app-d2b07817bd9233c723c2.js +2 -0
- package/dist/single/manifest.json +1 -1
- package/package.json +5 -5
- package/src/assets/scss/theme.scss +12 -0
- package/src/components/Dashboard/index.tsx +14 -0
- package/src/locales/az.json +22 -1
- package/src/locales/de.json +22 -1
- package/src/locales/en.json +22 -1
- package/src/locales/es.json +22 -1
- package/src/locales/fr.json +22 -1
- package/src/locales/he.json +22 -1
- package/src/locales/hy.json +22 -1
- package/src/locales/it.json +22 -1
- package/src/locales/ja.json +22 -1
- package/src/locales/ka.json +22 -1
- package/src/locales/kr.json +22 -1
- package/src/locales/nl.json +22 -1
- package/src/locales/pl.json +22 -1
- package/src/locales/pt.json +22 -1
- package/src/locales/ru.json +22 -1
- package/src/locales/sv.json +22 -1
- package/src/locales/tr.json +22 -1
- package/src/locales/zh.json +22 -1
- package/src/stores/locale.ts +34 -0
- package/dist/multi/173.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/174.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/252.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/282.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/29.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/416.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/527.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/600.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/605.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/638.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/686.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/725.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/741.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/755.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/894.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/943.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/980.app-ca4424a1ed8bbbee632e.js +0 -1
- package/dist/multi/app-ca4424a1ed8bbbee632e.js +0 -2
- package/dist/multi/styles-b87d6e917a69aa17a689.css +0 -8
- package/dist/single/app-e590fd269dafbf748be4.js +0 -2
- /package/dist/multi/{app-ca4424a1ed8bbbee632e.js.LICENSE.txt → app-d197e17e8c70875836e5.js.LICENSE.txt} +0 -0
- /package/dist/single/{app-e590fd269dafbf748be4.js.LICENSE.txt → app-d2b07817bd9233c723c2.js.LICENSE.txt} +0 -0
package/src/locales/sv.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"total": "Totalt"
|
|
9
9
|
},
|
|
10
10
|
"empty": {
|
|
11
|
-
"no-results": "Inga resultat"
|
|
11
|
+
"no-results": "Inga resultat",
|
|
12
|
+
"no-history-results": "Ingen historikinformation tillgänglig"
|
|
12
13
|
},
|
|
13
14
|
"severity": {
|
|
14
15
|
"blocker": "Blockerande",
|
|
@@ -53,6 +54,26 @@
|
|
|
53
54
|
"retries_one": "{{count}} försökt test",
|
|
54
55
|
"retries_other": "{{count}} försökta tester"
|
|
55
56
|
}
|
|
57
|
+
},
|
|
58
|
+
"statusDynamics": {
|
|
59
|
+
"title": "Statusdynamik",
|
|
60
|
+
"status": {
|
|
61
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
62
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
63
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
64
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
65
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
66
|
+
},
|
|
67
|
+
"no-history": "$t(empty:no-history-results)",
|
|
68
|
+
"no-results": "$t(empty:no-results)",
|
|
69
|
+
"tooltips": {
|
|
70
|
+
"current": "Senaste rapporten ({{timestamp, timestamp_long_no_seconds}})",
|
|
71
|
+
"history": "Rapport från {{timestamp, timestamp_long_no_seconds}}"
|
|
72
|
+
},
|
|
73
|
+
"ticks": {
|
|
74
|
+
"current": "Senast",
|
|
75
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
76
|
+
}
|
|
56
77
|
}
|
|
57
78
|
}
|
|
58
79
|
}
|
package/src/locales/tr.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"total": "Toplam"
|
|
9
9
|
},
|
|
10
10
|
"empty": {
|
|
11
|
-
"no-results": "Sonuç yok"
|
|
11
|
+
"no-results": "Sonuç yok",
|
|
12
|
+
"no-history-results": "Geçmiş bilgisi mevcut değil"
|
|
12
13
|
},
|
|
13
14
|
"severity": {
|
|
14
15
|
"blocker": "Engelleyici",
|
|
@@ -53,6 +54,26 @@
|
|
|
53
54
|
"retries_one": "{{count}} yeniden denenmiş test",
|
|
54
55
|
"retries_other": "{{count}} yeniden denenmiş test"
|
|
55
56
|
}
|
|
57
|
+
},
|
|
58
|
+
"statusDynamics": {
|
|
59
|
+
"title": "Durum dinamikleri",
|
|
60
|
+
"status": {
|
|
61
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
62
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
63
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
64
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
65
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
66
|
+
},
|
|
67
|
+
"no-history": "$t(empty:no-history-results)",
|
|
68
|
+
"no-results": "$t(empty:no-results)",
|
|
69
|
+
"tooltips": {
|
|
70
|
+
"current": "Son rapor ({{timestamp, timestamp_long_no_seconds}})",
|
|
71
|
+
"history": "{{timestamp, timestamp_long_no_seconds}} tarihli rapor"
|
|
72
|
+
},
|
|
73
|
+
"ticks": {
|
|
74
|
+
"current": "Son",
|
|
75
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
76
|
+
}
|
|
56
77
|
}
|
|
57
78
|
}
|
|
58
79
|
}
|
package/src/locales/zh.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"total": "总计"
|
|
9
9
|
},
|
|
10
10
|
"empty": {
|
|
11
|
-
"no-results": "无结果"
|
|
11
|
+
"no-results": "无结果",
|
|
12
|
+
"no-history-results": "无历史信息"
|
|
12
13
|
},
|
|
13
14
|
"severity": {
|
|
14
15
|
"blocker": "阻塞",
|
|
@@ -53,6 +54,26 @@
|
|
|
53
54
|
"retries_one": "{{count}} 个重试测试",
|
|
54
55
|
"retries_other": "{{count}} 个重试测试"
|
|
55
56
|
}
|
|
57
|
+
},
|
|
58
|
+
"statusDynamics": {
|
|
59
|
+
"title": "状态动态",
|
|
60
|
+
"status": {
|
|
61
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
62
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
63
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
64
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
65
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
66
|
+
},
|
|
67
|
+
"no-history": "$t(empty:no-history-results)",
|
|
68
|
+
"no-results": "$t(empty:no-results)",
|
|
69
|
+
"tooltips": {
|
|
70
|
+
"current": "最新报告 ({{timestamp, timestamp_long_no_seconds}})",
|
|
71
|
+
"history": "{{timestamp, timestamp_long_no_seconds}} 的报告"
|
|
72
|
+
},
|
|
73
|
+
"ticks": {
|
|
74
|
+
"current": "最新",
|
|
75
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
76
|
+
}
|
|
56
77
|
}
|
|
57
78
|
}
|
|
58
79
|
}
|
package/src/stores/locale.ts
CHANGED
|
@@ -62,6 +62,40 @@ export const waitForI18next = i18next
|
|
|
62
62
|
i18next.services.formatter.add("capitalize", (value) => {
|
|
63
63
|
return value.charAt(0).toLocaleUpperCase() + value.slice(1);
|
|
64
64
|
});
|
|
65
|
+
i18next.services.formatter.add("timestamp_date", (value: number, lng, options) => {
|
|
66
|
+
const formatter = new Intl.DateTimeFormat(lng, {
|
|
67
|
+
...options,
|
|
68
|
+
month: "numeric",
|
|
69
|
+
day: "numeric",
|
|
70
|
+
year: "numeric",
|
|
71
|
+
});
|
|
72
|
+
return formatter.format(value);
|
|
73
|
+
});
|
|
74
|
+
i18next.services.formatter.add("timestamp_long", (value: number, lng, options) => {
|
|
75
|
+
const formatter = new Intl.DateTimeFormat(lng, {
|
|
76
|
+
...options,
|
|
77
|
+
month: "numeric",
|
|
78
|
+
day: "numeric",
|
|
79
|
+
year: "numeric",
|
|
80
|
+
hour: "numeric",
|
|
81
|
+
minute: "numeric",
|
|
82
|
+
second: "numeric",
|
|
83
|
+
hour12: false,
|
|
84
|
+
});
|
|
85
|
+
return formatter.format(value).replace(",", ` ${i18next.t("ui:at")}`);
|
|
86
|
+
});
|
|
87
|
+
i18next.services.formatter.add("timestamp_long_no_seconds", (value: number, lng, options) => {
|
|
88
|
+
const formatter = new Intl.DateTimeFormat(lng, {
|
|
89
|
+
...options,
|
|
90
|
+
month: "numeric",
|
|
91
|
+
day: "numeric",
|
|
92
|
+
year: "numeric",
|
|
93
|
+
hour: "numeric",
|
|
94
|
+
minute: "numeric",
|
|
95
|
+
hour12: false,
|
|
96
|
+
});
|
|
97
|
+
return formatter.format(value).replace(",", ` ${i18next.t("ui:at")}`);
|
|
98
|
+
});
|
|
65
99
|
});
|
|
66
100
|
|
|
67
101
|
export const useI18n = (namespace?: string) => {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[173],{9173:function(e){e.exports=JSON.parse('{"statuses":{"passed":"გავლილი","failed":"ჩაჭრილი","broken":"გაფუჭებული","skipped":"გამოტოვებული","unknown":"უცნობი","total":"სულ"},"empty":{"no-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}} განმეორებითი ტესტი"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[174],{4174:function(e){e.exports=JSON.parse('{"statuses":{"passed":"Passed","failed":"Failed","broken":"Broken","skipped":"Skipped","unknown":"Unknown","total":"Total"},"empty":{"no-results":"No results"},"severity":{"blocker":"Blocker","critical":"Critical","normal":"Normal","minor":"Minor","trivial":"Trivial"},"environments":{"environment_one":"Environment","environment_other":"Environments","all":"All"},"charts":{"trend":{"title":"Trend Chart: {{type}}","type":{"status":"Status","severity":"Severity"}},"currentStatus":{"title":"Current 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":"of {{total}}","total":"{{total}}","tests":{"new_zero":"No new tests","new_one":"{{count}} new test","new_other":"{{count}} new tests","flaky_zero":"No flaky tests","flaky_one":"{{count}} flaky test","flaky_other":"{{count}} flaky tests","retries_zero":"No retried tests","retries_one":"{{count}} retried test","retries_other":"{{count}} retried tests"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[252],{8252:function(t){t.exports=JSON.parse('{"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"}},"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"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[282],{6282:function(e){e.exports=JSON.parse('{"statuses":{"passed":"עבר","failed":"נכשל","broken":"שבור","skipped":"דולג","unknown":"לא ידוע","total":"סך הכל"},"empty":{"no-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}} בדיקות שנוסו שוב"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[29],{1029:function(t){t.exports=JSON.parse('{"statuses":{"passed":"Zaliczone","failed":"Niezaliczone","broken":"Uszkodzone","skipped":"Pominięte","unknown":"Nieznane","total":"Razem"},"empty":{"no-results":"Brak wyników"},"severity":{"blocker":"Blokujący","critical":"Krytyczny","normal":"Normalny","minor":"Pomniejszy","trivial":"Trywialny"},"environments":{"environment_one":"Środowisko","environment_other":"Środowiska","all":"Wszystkie"},"charts":{"trend":{"title":"Wykres trendu: {{type}}","type":{"status":"Status","severity":"Ważność"}},"currentStatus":{"title":"Aktualny 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":"z {{total}}","total":"{{total}}","tests":{"new_zero":"Brak nowych testów","new_one":"{{count}} nowy test","new_few":"{{count}} nowe testy","new_many":"{{count}} nowych testów","new_other":"{{count}} nowych testów","flaky_zero":"Brak niestabilnych testów","flaky_one":"{{count}} niestabilny test","flaky_few":"{{count}} niestabilne testy","flaky_many":"{{count}} niestabilnych testów","flaky_other":"{{count}} niestabilnych testów","retries_zero":"Brak powtórzonych testów","retries_one":"{{count}} powtórzony test","retries_few":"{{count}} powtórzone testy","retries_many":"{{count}} powtórzonych testów","retries_other":"{{count}} powtórzonych testów"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[416],{7416:function(e){e.exports=JSON.parse('{"statuses":{"passed":"통과","failed":"실패","broken":"손상됨","skipped":"건너뜀","unknown":"알수없음","total":"전체"},"empty":{"no-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}} 개의 재시도 테스트"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[527],{9527:function(e){e.exports=JSON.parse('{"statuses":{"passed":"通过","failed":"失败","broken":"损坏","skipped":"跳过","unknown":"未知","total":"总计"},"empty":{"no-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}} 个重试测试"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[600],{4600:function(e){e.exports=JSON.parse('{"statuses":{"passed":"Успешный","failed":"Неуспешный","broken":"Сломанный","skipped":"Пропущенный","unknown":"Неизвестный","total":"Все"},"empty":{"no-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_few":"{{count}} новых теста","new_many":"{{count}} новых тестов","new_other":"{{count}} новых тестов","flaky_zero":"Нет нестабильных тестов","flaky_one":"{{count}} нестабильный тест","flaky_few":"{{count}} нестабильных теста","flaky_many":"{{count}} нестабильных тестов","flaky_other":"{{count}} нестабильных тестов","retries_zero":"Нет повторных тестов","retries_one":"{{count}} повторный тест","retries_few":"{{count}} повторных теста","retries_many":"{{count}} повторных тестов","retries_other":"{{count}} повторных тестов"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[605],{4605:function(t){t.exports=JSON.parse('{"statuses":{"passed":"Réussi","failed":"Échoué","broken":"Cassé","skipped":"Ignoré","unknown":"Inconnu","total":"Total"},"empty":{"no-results":"Aucun résultat"},"severity":{"blocker":"Bloquant","critical":"Critique","normal":"Normal","minor":"Mineur","trivial":"Trivial"},"environments":{"environment_one":"Environnement","environment_other":"Environnements","all":"Tous"},"charts":{"trend":{"title":"Graphique de tendance: {{type}}","type":{"status":"Statut","severity":"Sévérité"}},"currentStatus":{"title":"Statut actuel","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":"sur {{total}}","total":"{{total}}","tests":{"new_zero":"Aucun nouveau test","new_one":"{{count}} nouveau test","new_other":"{{count}} nouveaux tests","flaky_zero":"Aucun test instable","flaky_one":"{{count}} test instable","flaky_other":"{{count}} tests instables","retries_zero":"Aucun test relancé","retries_one":"{{count}} test relancé","retries_other":"{{count}} tests relancés"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[638],{4638:function(e){e.exports=JSON.parse('{"statuses":{"passed":"Անցած","failed":"Ձախողված","broken":"Կոտրված","skipped":"Բաց թողնված","unknown":"Անհայտ","total":"Ընդհանուր"},"empty":{"no-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}} կրկնակի թեստ"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[686],{9686:function(t){t.exports=JSON.parse('{"statuses":{"passed":"Keçdi","failed":"Uğursuz","broken":"Sınıq","skipped":"Keçildi","unknown":"Naməlum","total":"Cəmi"},"empty":{"no-results":"Nəticə tapılmadı"},"severity":{"blocker":"Bloklayıcı","critical":"Kritik","normal":"Normal","minor":"Kiçik","trivial":"Əhəmiyyətsiz"},"environments":{"environment_one":"Mühit","environment_other":"Mühitlər","all":"Hamısı"},"charts":{"trend":{"title":"Trend qrafiki: {{type}}","type":{"status":"Status","severity":"Ciddilik"}},"currentStatus":{"title":"Cari 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":"{{total}} dən","total":"{{total}}","tests":{"new_zero":"Yeni test yoxdur","new_one":"{{count}} yeni test","new_other":"{{count}} yeni test","flaky_zero":"Qeyri-sabit test yoxdur","flaky_one":"{{count}} qeyri-sabit test","flaky_other":"{{count}} qeyri-sabit test","retries_zero":"Yenidən cəhd edilmiş test yoxdur","retries_one":"{{count}} yenidən cəhd edilmiş test","retries_other":"{{count}} yenidən cəhd edilmiş test"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[725],{6725:function(e){e.exports=JSON.parse('{"statuses":{"passed":"Aprobado","failed":"Fallido","broken":"Roto","skipped":"Omitido","unknown":"Desconocido","total":"Total"},"empty":{"no-results":"Sin resultados"},"severity":{"blocker":"Bloqueante","critical":"Crítico","normal":"Normal","minor":"Menor","trivial":"Trivial"},"environments":{"environment_one":"Entorno","environment_other":"Entornos","all":"Todo"},"charts":{"trend":{"title":"Gráfico de tendencia: {{type}}","type":{"status":"Estado","severity":"Severidad"}},"currentStatus":{"title":"Estado actual","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":"de {{total}}","total":"{{total}}","tests":{"new_zero":"No hay pruebas nuevas","new_one":"{{count}} prueba nueva","new_other":"{{count}} pruebas nuevas","flaky_zero":"No hay pruebas inestables","flaky_one":"{{count}} prueba inestable","flaky_other":"{{count}} pruebas inestables","retries_zero":"No hay pruebas reintentadas","retries_one":"{{count}} prueba reintentada","retries_other":"{{count}} pruebas reintentadas"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[741],{7741:function(e){e.exports=JSON.parse('{"statuses":{"passed":"Aprovado","failed":"Falhou","broken":"Quebrado","skipped":"Ignorado","unknown":"Desconhecido","total":"Total"},"empty":{"no-results":"Sem resultados"},"severity":{"blocker":"Bloqueador","critical":"Crítico","normal":"Normal","minor":"Menor","trivial":"Trivial"},"environments":{"environment_one":"Ambiente","environment_other":"Ambientes","all":"Todos"},"charts":{"trend":{"title":"Gráfico de tendência: {{type}}","type":{"status":"Estado","severity":"Severidade"}},"currentStatus":{"title":"Status atual","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":"de {{total}}","total":"{{total}}","tests":{"new_zero":"Nenhum novo teste","new_one":"{{count}} novo teste","new_other":"{{count}} novos testes","flaky_zero":"Nenhum teste instável","flaky_one":"{{count}} teste instável","flaky_other":"{{count}} testes instáveis","retries_zero":"Nenhum teste repetido","retries_one":"{{count}} teste repetido","retries_other":"{{count}} testes repetidos"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[755],{9755:function(e){e.exports=JSON.parse('{"statuses":{"passed":"Başarılı","failed":"Başarısız","broken":"Bozuk","skipped":"Atlanmış","unknown":"Bilinmeyen","total":"Toplam"},"empty":{"no-results":"Sonuç yok"},"severity":{"blocker":"Engelleyici","critical":"Kritik","normal":"Normal","minor":"Küçük","trivial":"Önemsiz"},"environments":{"environment_one":"Ortam","environment_other":"Ortamlar","all":"Tümü"},"charts":{"trend":{"title":"Trend Grafiği: {{type}}","type":{"status":"Durum","severity":"Önem Derecesi"}},"currentStatus":{"title":"Mevcut Durum","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}} içinden","total":"{{total}}","tests":{"new_zero":"Yeni test yok","new_one":"{{count}} yeni test","new_other":"{{count}} yeni test","flaky_zero":"Kararsız test yok","flaky_one":"{{count}} kararsız test","flaky_other":"{{count}} kararsız test","retries_zero":"Yeniden denenmiş test yok","retries_one":"{{count}} yeniden denenmiş test","retries_other":"{{count}} yeniden denenmiş test"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[894],{5894:function(e){e.exports=JSON.parse('{"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"}},"currentStatus":{"title":"Aktueller 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":"von {{total}}","total":"{{total}}","tests":{"new_zero":"Keine neuen Tests","new_one":"{{count}} neuer Test","new_other":"{{count}} neue Tests","flaky_zero":"Keine instabilen Tests","flaky_one":"{{count}} instabiler Test","flaky_other":"{{count}} instabile Tests","retries_zero":"Keine wiederholten Tests","retries_one":"{{count}} wiederholter Test","retries_other":"{{count}} wiederholte Tests"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[943],{4943:function(e){e.exports=JSON.parse('{"statuses":{"passed":"Geslaagd","failed":"Mislukt","broken":"Defect","skipped":"Overgeslagen","unknown":"Onbekend","total":"Totaal"},"empty":{"no-results":"Geen resultaten"},"severity":{"blocker":"Blokkeerder","critical":"Kritiek","normal":"Normaal","minor":"Klein","trivial":"Triviaal"},"environments":{"environment_one":"Omgeving","environment_other":"Omgevingen","all":"Alle"},"charts":{"trend":{"title":"Trendgrafiek: {{type}}","type":{"status":"Status","severity":"Ernst"}},"currentStatus":{"title":"Huidige 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":"van {{total}}","total":"{{total}}","tests":{"new_zero":"Geen nieuwe tests","new_one":"{{count}} nieuwe test","new_other":"{{count}} nieuwe tests","flaky_zero":"Geen instabiele tests","flaky_one":"{{count}} instabiele test","flaky_other":"{{count}} instabiele tests","retries_zero":"Geen herhaalde tests","retries_one":"{{count}} herhaalde test","retries_other":"{{count}} herhaalde tests"}}}}')}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_allurereport_web_dashboard=self.webpackChunk_allurereport_web_dashboard||[]).push([[980],{7980:function(e){e.exports=JSON.parse('{"statuses":{"passed":"成功","failed":"失敗","broken":"壊れた","skipped":"スキップ","unknown":"不明","total":"合計"},"empty":{"no-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}} 件の再試行テスト"}}}}')}}]);
|