@allurereport/web-dashboard 3.0.0-beta.25 → 3.0.0-beta.27
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-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/174.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/252.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/282.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/29.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/416.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/527.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/600.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/605.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/638.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/{672.app-78864f1399f523622aa5.js → 672.app-82435f92ad163abd1e46.js} +1 -1
- package/dist/multi/686.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/725.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/741.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/755.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/894.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/943.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/980.app-82435f92ad163abd1e46.js +1 -0
- package/dist/multi/app-82435f92ad163abd1e46.js +2 -0
- package/dist/multi/manifest.json +20 -20
- package/dist/multi/styles-ec80dc556bacab93baf2.css +8 -0
- package/dist/single/app-d3f94d35fd841a7bb445.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-78864f1399f523622aa5.js +0 -1
- package/dist/multi/174.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/252.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/282.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/29.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/416.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/527.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/600.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/605.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/638.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/686.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/725.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/741.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/755.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/894.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/943.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/980.app-78864f1399f523622aa5.js +0 -1
- package/dist/multi/app-78864f1399f523622aa5.js +0 -2
- package/dist/multi/styles-c0e8f8f67f6b77980a3b.css +0 -8
- package/dist/single/app-7066a80809e7868aa157.js +0 -2
- /package/dist/multi/{app-78864f1399f523622aa5.js.LICENSE.txt → app-82435f92ad163abd1e46.js.LICENSE.txt} +0 -0
- /package/dist/single/{app-7066a80809e7868aa157.js.LICENSE.txt → app-d3f94d35fd841a7bb445.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allurereport/web-dashboard",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.27",
|
|
4
4
|
"description": "The static files for Allure Dashboard Report",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"allure",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"IE 11"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@allurereport/charts-api": "3.0.0-beta.
|
|
35
|
-
"@allurereport/core-api": "3.0.0-beta.
|
|
36
|
-
"@allurereport/web-commons": "3.0.0-beta.
|
|
37
|
-
"@allurereport/web-components": "3.0.0-beta.
|
|
34
|
+
"@allurereport/charts-api": "3.0.0-beta.27",
|
|
35
|
+
"@allurereport/core-api": "3.0.0-beta.27",
|
|
36
|
+
"@allurereport/web-commons": "3.0.0-beta.27",
|
|
37
|
+
"@allurereport/web-components": "3.0.0-beta.27",
|
|
38
38
|
"@preact/signals": "^1.3.0",
|
|
39
39
|
"clsx": "^2.1.1",
|
|
40
40
|
"i18next": "^24.0.2",
|
|
@@ -45,6 +45,12 @@
|
|
|
45
45
|
--on-support-capella: var(--on-support-capella-day);
|
|
46
46
|
--on-support-castor: var(--on-support-castor-day);
|
|
47
47
|
--on-support-sirius: var(--on-support-sirius-day);
|
|
48
|
+
--on-support-rau: var(--rau-day-darken-3);
|
|
49
|
+
--on-support-mirach: var(--mirach-day-darken-3);
|
|
50
|
+
--on-support-rigel: var(--rigel-day-darken-3);
|
|
51
|
+
--on-support-antares: var(--antares-day-darken-3);
|
|
52
|
+
--on-support-betelgeuse: var(--betelgeuse-day-darken-3);
|
|
53
|
+
--on-support-skat: var(--skat-day-darken-3);
|
|
48
54
|
--on-text-hint: var(--on-text-hint-day);
|
|
49
55
|
--on-text-primary: var(--on-text-primary-day);
|
|
50
56
|
--on-text-secondary: var(--on-text-secondary-day);
|
|
@@ -110,6 +116,12 @@
|
|
|
110
116
|
--on-support-castor-medium: var(--on-support-castor-medium-night);
|
|
111
117
|
--on-support-castor: var(--on-support-castor-night);
|
|
112
118
|
--on-support-sirius: var(--on-support-sirius-night);
|
|
119
|
+
--on-support-rau: var(--rau-night-base);
|
|
120
|
+
--on-support-mirach: var(--mirach-night-base);
|
|
121
|
+
--on-support-rigel: var(--rigel-night-base);
|
|
122
|
+
--on-support-antares: var(--antares-night-base);
|
|
123
|
+
--on-support-betelgeuse: var(--betelgeuse-night-base);
|
|
124
|
+
--on-support-skat: var(--skat-night-base);
|
|
113
125
|
--on-text-hint: var(--on-text-hint-night);
|
|
114
126
|
--on-text-primary: var(--on-text-primary-night);
|
|
115
127
|
--on-text-secondary: var(--on-text-secondary-night);
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
Loadable,
|
|
13
13
|
PageLoader,
|
|
14
14
|
StabilityRateDistributionWidget,
|
|
15
|
+
StatusDynamicsChartWidget,
|
|
15
16
|
TestingPyramidWidget,
|
|
16
17
|
TreeMapChartWidget,
|
|
17
18
|
TrendChartWidget,
|
|
@@ -56,6 +57,19 @@ const getChartWidgetByType = (
|
|
|
56
57
|
/>
|
|
57
58
|
);
|
|
58
59
|
}
|
|
60
|
+
case ChartType.StatusDynamics: {
|
|
61
|
+
const title = chartData.title ?? t("statusDynamics.title");
|
|
62
|
+
|
|
63
|
+
return (
|
|
64
|
+
<StatusDynamicsChartWidget
|
|
65
|
+
title={title}
|
|
66
|
+
data={chartData.data}
|
|
67
|
+
limit={chartData.limit}
|
|
68
|
+
statuses={chartData.statuses}
|
|
69
|
+
i18n={(key, props = {}) => t(`statusDynamics.${key}`, props)}
|
|
70
|
+
/>
|
|
71
|
+
);
|
|
72
|
+
}
|
|
59
73
|
case ChartType.Bar: {
|
|
60
74
|
const type = t(`bar.type.${chartData.dataType}`);
|
|
61
75
|
const title = chartData.title ?? t("bar.title", { type: capitalize(type) });
|
package/src/locales/az.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"total": "Cəmi"
|
|
9
9
|
},
|
|
10
10
|
"empty": {
|
|
11
|
-
"no-results": "Nəticə tapılmadı"
|
|
11
|
+
"no-results": "Nəticə tapılmadı",
|
|
12
|
+
"no-history-results": "Tarixçə məlumatı mövcud deyil"
|
|
12
13
|
},
|
|
13
14
|
"severity": {
|
|
14
15
|
"blocker": "Bloklayıcı",
|
|
@@ -53,6 +54,26 @@
|
|
|
53
54
|
"retries_one": "{{count}} yenidən cəhd edilmiş test",
|
|
54
55
|
"retries_other": "{{count}} yenidən cəhd edilmiş test"
|
|
55
56
|
}
|
|
57
|
+
},
|
|
58
|
+
"statusDynamics": {
|
|
59
|
+
"title": "Status dinamikası",
|
|
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 hesabat ({{timestamp, timestamp_long_no_seconds}})",
|
|
71
|
+
"history": "{{timestamp, timestamp_long_no_seconds}} hesabatı"
|
|
72
|
+
},
|
|
73
|
+
"ticks": {
|
|
74
|
+
"current": "Sonuncu",
|
|
75
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
76
|
+
}
|
|
56
77
|
}
|
|
57
78
|
}
|
|
58
79
|
}
|
package/src/locales/de.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"total": "Gesamt"
|
|
9
9
|
},
|
|
10
10
|
"empty": {
|
|
11
|
-
"no-results": "Keine Ergebnisse"
|
|
11
|
+
"no-results": "Keine Ergebnisse",
|
|
12
|
+
"no-history-results": "Keine Verlaufsinformationen verfügbar"
|
|
12
13
|
},
|
|
13
14
|
"severity": {
|
|
14
15
|
"blocker": "Blocker",
|
|
@@ -53,6 +54,26 @@
|
|
|
53
54
|
"retries_one": "{{count}} wiederholter Test",
|
|
54
55
|
"retries_other": "{{count}} wiederholte Tests"
|
|
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": "Neuester Bericht ({{timestamp, timestamp_long_no_seconds}})",
|
|
71
|
+
"history": "Bericht vom {{timestamp, timestamp_long_no_seconds}}"
|
|
72
|
+
},
|
|
73
|
+
"ticks": {
|
|
74
|
+
"current": "Neueste",
|
|
75
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
76
|
+
}
|
|
56
77
|
}
|
|
57
78
|
}
|
|
58
79
|
}
|
package/src/locales/en.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"total": "Total"
|
|
9
9
|
},
|
|
10
10
|
"empty": {
|
|
11
|
-
"no-results": "No results"
|
|
11
|
+
"no-results": "No results",
|
|
12
|
+
"no-history-results": "No history information available"
|
|
12
13
|
},
|
|
13
14
|
"severity": {
|
|
14
15
|
"blocker": "Blocker",
|
|
@@ -53,6 +54,26 @@
|
|
|
53
54
|
"retries_one": "{{count}} retried test",
|
|
54
55
|
"retries_other": "{{count}} retried tests"
|
|
55
56
|
}
|
|
57
|
+
},
|
|
58
|
+
"statusDynamics": {
|
|
59
|
+
"title": "Status dynamics",
|
|
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": "Latest report ({{timestamp, timestamp_long_no_seconds}})",
|
|
71
|
+
"history": "Report from {{timestamp, timestamp_long_no_seconds}}"
|
|
72
|
+
},
|
|
73
|
+
"ticks": {
|
|
74
|
+
"current": "Latest",
|
|
75
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
76
|
+
}
|
|
56
77
|
}
|
|
57
78
|
}
|
|
58
79
|
}
|
package/src/locales/es.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"total": "Total"
|
|
9
9
|
},
|
|
10
10
|
"empty": {
|
|
11
|
-
"no-results": "Sin resultados"
|
|
11
|
+
"no-results": "Sin resultados",
|
|
12
|
+
"no-history-results": "No hay información de historial disponible"
|
|
12
13
|
},
|
|
13
14
|
"severity": {
|
|
14
15
|
"blocker": "Bloqueante",
|
|
@@ -53,6 +54,26 @@
|
|
|
53
54
|
"retries_one": "{{count}} prueba reintentada",
|
|
54
55
|
"retries_other": "{{count}} pruebas reintentadas"
|
|
55
56
|
}
|
|
57
|
+
},
|
|
58
|
+
"statusDynamics": {
|
|
59
|
+
"title": "Dinámica de estado",
|
|
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": "Último informe ({{timestamp, timestamp_long_no_seconds}})",
|
|
71
|
+
"history": "Informe del {{timestamp, timestamp_long_no_seconds}}"
|
|
72
|
+
},
|
|
73
|
+
"ticks": {
|
|
74
|
+
"current": "Reciente",
|
|
75
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
76
|
+
}
|
|
56
77
|
}
|
|
57
78
|
}
|
|
58
79
|
}
|
package/src/locales/fr.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"total": "Total"
|
|
9
9
|
},
|
|
10
10
|
"empty": {
|
|
11
|
-
"no-results": "Aucun résultat"
|
|
11
|
+
"no-results": "Aucun résultat",
|
|
12
|
+
"no-history-results": "Aucune information d'historique disponible"
|
|
12
13
|
},
|
|
13
14
|
"severity": {
|
|
14
15
|
"blocker": "Bloquant",
|
|
@@ -53,6 +54,26 @@
|
|
|
53
54
|
"retries_one": "{{count}} test relancé",
|
|
54
55
|
"retries_other": "{{count}} tests relancés"
|
|
55
56
|
}
|
|
57
|
+
},
|
|
58
|
+
"statusDynamics": {
|
|
59
|
+
"title": "Dynamique des statuts",
|
|
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": "Dernier rapport ({{timestamp, timestamp_long_no_seconds}})",
|
|
71
|
+
"history": "Rapport du {{timestamp, timestamp_long_no_seconds}}"
|
|
72
|
+
},
|
|
73
|
+
"ticks": {
|
|
74
|
+
"current": "Derniers",
|
|
75
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
76
|
+
}
|
|
56
77
|
}
|
|
57
78
|
}
|
|
58
79
|
}
|
package/src/locales/he.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/locales/hy.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/locales/it.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"total": "Totale"
|
|
9
9
|
},
|
|
10
10
|
"empty": {
|
|
11
|
-
"no-results": "Nessun risultato"
|
|
11
|
+
"no-results": "Nessun risultato",
|
|
12
|
+
"no-history-results": "Nessuna informazione storica disponibile"
|
|
12
13
|
},
|
|
13
14
|
"severity": {
|
|
14
15
|
"blocker": "Bloccante",
|
|
@@ -53,6 +54,26 @@
|
|
|
53
54
|
"retries_one": "{{count}} test riprovato",
|
|
54
55
|
"retries_other": "{{count}} test riprovati"
|
|
55
56
|
}
|
|
57
|
+
},
|
|
58
|
+
"statusDynamics": {
|
|
59
|
+
"title": "Dinamica dello stato",
|
|
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": "Ultimo report ({{timestamp, timestamp_long_no_seconds}})",
|
|
71
|
+
"history": "Report del {{timestamp, timestamp_long_no_seconds}}"
|
|
72
|
+
},
|
|
73
|
+
"ticks": {
|
|
74
|
+
"current": "Ultimi",
|
|
75
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
76
|
+
}
|
|
56
77
|
}
|
|
57
78
|
}
|
|
58
79
|
}
|
package/src/locales/ja.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/locales/ka.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/locales/kr.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/locales/nl.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"total": "Totaal"
|
|
9
9
|
},
|
|
10
10
|
"empty": {
|
|
11
|
-
"no-results": "Geen resultaten"
|
|
11
|
+
"no-results": "Geen resultaten",
|
|
12
|
+
"no-history-results": "Geen geschiedenisinformatie beschikbaar"
|
|
12
13
|
},
|
|
13
14
|
"severity": {
|
|
14
15
|
"blocker": "Blokkeerder",
|
|
@@ -53,6 +54,26 @@
|
|
|
53
54
|
"retries_one": "{{count}} herhaalde test",
|
|
54
55
|
"retries_other": "{{count}} herhaalde tests"
|
|
55
56
|
}
|
|
57
|
+
},
|
|
58
|
+
"statusDynamics": {
|
|
59
|
+
"title": "Statusdynamiek",
|
|
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": "Laatste rapport ({{timestamp, timestamp_long_no_seconds}})",
|
|
71
|
+
"history": "Rapport van {{timestamp, timestamp_long_no_seconds}}"
|
|
72
|
+
},
|
|
73
|
+
"ticks": {
|
|
74
|
+
"current": "Laatste",
|
|
75
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
76
|
+
}
|
|
56
77
|
}
|
|
57
78
|
}
|
|
58
79
|
}
|
package/src/locales/pl.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"total": "Razem"
|
|
9
9
|
},
|
|
10
10
|
"empty": {
|
|
11
|
-
"no-results": "Brak wyników"
|
|
11
|
+
"no-results": "Brak wyników",
|
|
12
|
+
"no-history-results": "Brak informacji o historii"
|
|
12
13
|
},
|
|
13
14
|
"severity": {
|
|
14
15
|
"blocker": "Blokujący",
|
|
@@ -59,6 +60,26 @@
|
|
|
59
60
|
"retries_many": "{{count}} powtórzonych testów",
|
|
60
61
|
"retries_other": "{{count}} powtórzonych testów"
|
|
61
62
|
}
|
|
63
|
+
},
|
|
64
|
+
"statusDynamics": {
|
|
65
|
+
"title": "Dynamika statusu",
|
|
66
|
+
"status": {
|
|
67
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
68
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
69
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
70
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
71
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
72
|
+
},
|
|
73
|
+
"no-history": "$t(empty:no-history-results)",
|
|
74
|
+
"no-results": "$t(empty:no-results)",
|
|
75
|
+
"tooltips": {
|
|
76
|
+
"current": "Najnowszy raport ({{timestamp, timestamp_long_no_seconds}})",
|
|
77
|
+
"history": "Raport z {{timestamp, timestamp_long_no_seconds}}"
|
|
78
|
+
},
|
|
79
|
+
"ticks": {
|
|
80
|
+
"current": "Wcześniejsze",
|
|
81
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
82
|
+
}
|
|
62
83
|
}
|
|
63
84
|
}
|
|
64
85
|
}
|
package/src/locales/pt.json
CHANGED
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"total": "Total"
|
|
9
9
|
},
|
|
10
10
|
"empty": {
|
|
11
|
-
"no-results": "Sem resultados"
|
|
11
|
+
"no-results": "Sem resultados",
|
|
12
|
+
"no-history-results": "Nenhuma informação de histórico disponível"
|
|
12
13
|
},
|
|
13
14
|
"severity": {
|
|
14
15
|
"blocker": "Bloqueador",
|
|
@@ -53,6 +54,26 @@
|
|
|
53
54
|
"retries_one": "{{count}} teste repetido",
|
|
54
55
|
"retries_other": "{{count}} testes repetidos"
|
|
55
56
|
}
|
|
57
|
+
},
|
|
58
|
+
"statusDynamics": {
|
|
59
|
+
"title": "Dinâmica de status",
|
|
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": "Relatório mais recente ({{timestamp, timestamp_long_no_seconds}})",
|
|
71
|
+
"history": "Relatório de {{timestamp, timestamp_long_no_seconds}}"
|
|
72
|
+
},
|
|
73
|
+
"ticks": {
|
|
74
|
+
"current": "Recente",
|
|
75
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
76
|
+
}
|
|
56
77
|
}
|
|
57
78
|
}
|
|
58
79
|
}
|
package/src/locales/ru.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": "Блокер",
|
|
@@ -59,6 +60,26 @@
|
|
|
59
60
|
"retries_many": "{{count}} повторных тестов",
|
|
60
61
|
"retries_other": "{{count}} повторных тестов"
|
|
61
62
|
}
|
|
63
|
+
},
|
|
64
|
+
"statusDynamics": {
|
|
65
|
+
"title": "Динамика статусов",
|
|
66
|
+
"status": {
|
|
67
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
68
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
69
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
70
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
71
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
72
|
+
},
|
|
73
|
+
"no-history": "$t(empty:no-history-results)",
|
|
74
|
+
"no-results": "$t(empty:no-results)",
|
|
75
|
+
"tooltips": {
|
|
76
|
+
"current": "Последний отчёт ({{timestamp, timestamp_long_no_seconds}})",
|
|
77
|
+
"history": "Отчёт от {{timestamp, timestamp_long_no_seconds}}"
|
|
78
|
+
},
|
|
79
|
+
"ticks": {
|
|
80
|
+
"current": "Последний",
|
|
81
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
82
|
+
}
|
|
62
83
|
}
|
|
63
84
|
}
|
|
64
85
|
}
|