@allurereport/web-awesome 3.0.0-beta.25 → 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-c2ae6c823c3af799e2d4.js → 173.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{174.app-c2ae6c823c3af799e2d4.js → 174.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{252.app-c2ae6c823c3af799e2d4.js → 252.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{282.app-c2ae6c823c3af799e2d4.js → 282.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{29.app-c2ae6c823c3af799e2d4.js → 29.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{416.app-c2ae6c823c3af799e2d4.js → 416.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{527.app-c2ae6c823c3af799e2d4.js → 527.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{600.app-c2ae6c823c3af799e2d4.js → 600.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{605.app-c2ae6c823c3af799e2d4.js → 605.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{638.app-c2ae6c823c3af799e2d4.js → 638.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{672.app-c2ae6c823c3af799e2d4.js → 672.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{686.app-c2ae6c823c3af799e2d4.js → 686.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{725.app-c2ae6c823c3af799e2d4.js → 725.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{741.app-c2ae6c823c3af799e2d4.js → 741.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{755.app-c2ae6c823c3af799e2d4.js → 755.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{894.app-c2ae6c823c3af799e2d4.js → 894.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/91.app-d8d1617ad8c331f5c884.js +1 -0
- package/dist/multi/{943.app-c2ae6c823c3af799e2d4.js → 943.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/{980.app-c2ae6c823c3af799e2d4.js → 980.app-d8d1617ad8c331f5c884.js} +1 -1
- package/dist/multi/app-d8d1617ad8c331f5c884.js +2 -0
- package/dist/multi/manifest.json +21 -20
- package/dist/multi/styles-0917135a308a02ad5441.css +48 -0
- package/dist/single/app-f003cc8085004a9dbc06.js +2 -0
- package/dist/single/manifest.json +1 -1
- package/package.json +6 -6
- package/src/assets/scss/theme.scss +12 -0
- package/src/components/Charts/index.tsx +14 -0
- package/src/components/Charts/styles.scss +12 -2
- package/src/locales/az.json +20 -0
- package/src/locales/de.json +20 -0
- package/src/locales/en.json +20 -0
- package/src/locales/es.json +20 -0
- package/src/locales/fr.json +20 -0
- package/src/locales/he.json +20 -0
- package/src/locales/hy.json +20 -0
- package/src/locales/it.json +20 -0
- package/src/locales/ja.json +20 -0
- package/src/locales/ka.json +20 -0
- package/src/locales/kr.json +20 -0
- package/src/locales/nl.json +20 -0
- package/src/locales/pl.json +20 -0
- package/src/locales/pt.json +20 -0
- package/src/locales/ru.json +20 -0
- package/src/locales/sv.json +20 -0
- package/src/locales/tr.json +20 -0
- package/src/locales/ua.json +185 -0
- package/src/locales/zh.json +20 -0
- package/src/stores/locale.ts +34 -0
- package/dist/multi/app-c2ae6c823c3af799e2d4.js +0 -2
- package/dist/multi/styles-016f0a9ec6cfcb83a8b3.css +0 -48
- package/dist/single/app-0c8570034ae48c739e8e.js +0 -2
- /package/dist/multi/{app-c2ae6c823c3af799e2d4.js.LICENSE.txt → app-d8d1617ad8c331f5c884.js.LICENSE.txt} +0 -0
- /package/dist/single/{app-0c8570034ae48c739e8e.js.LICENSE.txt → app-f003cc8085004a9dbc06.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allurereport/web-awesome",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.26",
|
|
4
4
|
"description": "The static files for Allure Awesome Report",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"allure",
|
|
@@ -31,11 +31,11 @@
|
|
|
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/plugin-api": "3.0.0-beta.
|
|
37
|
-
"@allurereport/web-commons": "3.0.0-beta.
|
|
38
|
-
"@allurereport/web-components": "3.0.0-beta.
|
|
34
|
+
"@allurereport/charts-api": "3.0.0-beta.26",
|
|
35
|
+
"@allurereport/core-api": "3.0.0-beta.26",
|
|
36
|
+
"@allurereport/plugin-api": "3.0.0-beta.26",
|
|
37
|
+
"@allurereport/web-commons": "3.0.0-beta.26",
|
|
38
|
+
"@allurereport/web-components": "3.0.0-beta.26",
|
|
39
39
|
"@preact/signals": "^1.3.0",
|
|
40
40
|
"clsx": "^2.1.1",
|
|
41
41
|
"d3-shape": "^3.2.0",
|
|
@@ -46,6 +46,12 @@
|
|
|
46
46
|
--on-support-capella: var(--on-support-capella-day);
|
|
47
47
|
--on-support-castor: var(--on-support-castor-day);
|
|
48
48
|
--on-support-sirius: var(--on-support-sirius-day);
|
|
49
|
+
--on-support-rau: var(--rau-day-darken-3);
|
|
50
|
+
--on-support-mirach: var(--mirach-day-darken-3);
|
|
51
|
+
--on-support-rigel: var(--rigel-day-darken-3);
|
|
52
|
+
--on-support-antares: var(--antares-day-darken-3);
|
|
53
|
+
--on-support-betelgeuse: var(--betelgeuse-day-darken-3);
|
|
54
|
+
--on-support-skat: var(--skat-day-darken-3);
|
|
49
55
|
--on-text-hint: var(--on-text-hint-day);
|
|
50
56
|
--on-text-primary: var(--on-text-primary-day);
|
|
51
57
|
--on-text-secondary: var(--on-text-secondary-day);
|
|
@@ -121,6 +127,12 @@
|
|
|
121
127
|
--on-support-castor-medium: var(--on-support-castor-medium-night);
|
|
122
128
|
--on-support-castor: var(--on-support-castor-night);
|
|
123
129
|
--on-support-sirius: var(--on-support-sirius-night);
|
|
130
|
+
--on-support-rau: var(--rau-night-base);
|
|
131
|
+
--on-support-mirach: var(--mirach-night-base);
|
|
132
|
+
--on-support-rigel: var(--rigel-night-base);
|
|
133
|
+
--on-support-antares: var(--antares-night-base);
|
|
134
|
+
--on-support-betelgeuse: var(--betelgeuse-night-base);
|
|
135
|
+
--on-support-skat: var(--skat-night-base);
|
|
124
136
|
--on-text-hint: var(--on-text-hint-night);
|
|
125
137
|
--on-text-primary: var(--on-text-primary-night);
|
|
126
138
|
--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,
|
|
@@ -61,6 +62,19 @@ const getChartWidgetByType = (
|
|
|
61
62
|
/>
|
|
62
63
|
);
|
|
63
64
|
}
|
|
65
|
+
case ChartType.StatusDynamics: {
|
|
66
|
+
const title = chartData.title ?? t("statusDynamics.title");
|
|
67
|
+
|
|
68
|
+
return (
|
|
69
|
+
<StatusDynamicsChartWidget
|
|
70
|
+
title={title}
|
|
71
|
+
data={chartData.data}
|
|
72
|
+
limit={chartData.limit}
|
|
73
|
+
statuses={chartData.statuses}
|
|
74
|
+
i18n={(key, props = {}) => t(`statusDynamics.${key}`, props)}
|
|
75
|
+
/>
|
|
76
|
+
);
|
|
77
|
+
}
|
|
64
78
|
case ChartType.Bar: {
|
|
65
79
|
const type = t(`bar.type.${chartData.dataType}`);
|
|
66
80
|
const title = chartData.title ?? t("bar.title", { type: capitalize(type) });
|
|
@@ -3,15 +3,25 @@
|
|
|
3
3
|
width: 100%;
|
|
4
4
|
height: 100%;
|
|
5
5
|
overflow-y: auto;
|
|
6
|
+
overflow-x: hidden;
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
.overview-grid {
|
|
9
10
|
display: grid;
|
|
10
11
|
gap: 12px;
|
|
11
|
-
grid-template-columns:
|
|
12
|
+
grid-template-columns: 1fr;
|
|
13
|
+
|
|
14
|
+
@media (min-width: 1024px) {
|
|
15
|
+
grid-template-columns: repeat(auto-fit, minmax(min(100%, calc(50% - 12px)), 1fr));
|
|
16
|
+
}
|
|
12
17
|
}
|
|
13
18
|
|
|
14
19
|
.overview-grid-item {
|
|
15
20
|
padding: 4px;
|
|
16
21
|
width: 100%;
|
|
17
|
-
|
|
22
|
+
box-shadow: var(--shadow-small);
|
|
23
|
+
|
|
24
|
+
& *[data-drop-shadow="true"] {
|
|
25
|
+
box-shadow: none;
|
|
26
|
+
}
|
|
27
|
+
}
|
package/src/locales/az.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} yenidən cəhd edilmiş test",
|
|
204
204
|
"retries_other": "{{count}} yenidən cəhd edilmiş test"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "Status dinamikası",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "Son hesabat ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "{{timestamp, timestamp_long_no_seconds}} hesabatı"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "Sonuncu",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/de.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} wiederholter Test",
|
|
204
204
|
"retries_other": "{{count}} wiederholte Tests"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "Statusdynamik",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "Neuester Bericht ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "Bericht vom {{timestamp, timestamp_long_no_seconds}}"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "Neueste",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/en.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} retried test",
|
|
204
204
|
"retries_other": "{{count}} retried tests"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "Status dynamics",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "Latest report ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "Report from {{timestamp, timestamp_long_no_seconds}}"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "Latest",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/es.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} prueba reintentada",
|
|
204
204
|
"retries_other": "{{count}} pruebas reintentadas"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "Dinámica de estado",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "Último informe ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "Informe del {{timestamp, timestamp_long_no_seconds}}"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "Reciente",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/fr.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} test relancé",
|
|
204
204
|
"retries_other": "{{count}} tests relancés"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "Dynamique des statuts",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "Dernier rapport ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "Rapport du {{timestamp, timestamp_long_no_seconds}}"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "Derniers",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/he.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} בדיקה שנוסתה שוב",
|
|
204
204
|
"retries_other": "{{count}} בדיקות שנוסו שוב"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "דינמיקת סטטוס",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "דוח אחרון ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "דוח מ-{{timestamp, timestamp_long_no_seconds}}"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "מהאחרון",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/hy.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} կրկնակի թեստ",
|
|
204
204
|
"retries_other": "{{count}} կրկնակի թեստ"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "Կարգավիճակի դինամիկա",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "Վերջին հաշվետվություն ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "{{timestamp, timestamp_long_no_seconds}} հաշվետվություն"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "Վերջինը",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/it.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} test riprovato",
|
|
204
204
|
"retries_other": "{{count}} test riprovati"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "Dinamica dello stato",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "Ultimo report ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "Report del {{timestamp, timestamp_long_no_seconds}}"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "Ultimi",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/ja.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} 件の再試行テスト",
|
|
204
204
|
"retries_other": "{{count}} 件の再試行テスト"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "ステータス動態",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "最新レポート ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "{{timestamp, timestamp_long_no_seconds}} のレポート"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "最新",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/ka.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} განმეორებითი ტესტი",
|
|
204
204
|
"retries_other": "{{count}} განმეორებითი ტესტი"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "სტატუსის დინამიკა",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "ბოლო ანგარიში ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "{{timestamp, timestamp_long_no_seconds}} ანგარიში"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "ბოლო",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/kr.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} 개의 재시도 테스트",
|
|
204
204
|
"retries_other": "{{count}} 개의 재시도 테스트"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "상태 동적",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "최신 보고서 ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "{{timestamp, timestamp_long_no_seconds}} 보고서"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "최신",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/nl.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} herhaalde test",
|
|
204
204
|
"retries_other": "{{count}} herhaalde tests"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "Statusdynamiek",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "Laatste rapport ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "Rapport van {{timestamp, timestamp_long_no_seconds}}"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "Laatste",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/pl.json
CHANGED
|
@@ -211,6 +211,26 @@
|
|
|
211
211
|
"retries_many": "{{count}} powtórzonych testów",
|
|
212
212
|
"retries_other": "{{count}} powtórzonych testów"
|
|
213
213
|
}
|
|
214
|
+
},
|
|
215
|
+
"statusDynamics": {
|
|
216
|
+
"title": "Dynamika statusu",
|
|
217
|
+
"status": {
|
|
218
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
219
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
220
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
221
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
222
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
223
|
+
},
|
|
224
|
+
"no-history": "$t(empty:no-history-results)",
|
|
225
|
+
"no-results": "$t(empty:no-results)",
|
|
226
|
+
"tooltips": {
|
|
227
|
+
"current": "Najnowszy raport ({{timestamp, timestamp_long_no_seconds}})",
|
|
228
|
+
"history": "Raport z {{timestamp, timestamp_long_no_seconds}}"
|
|
229
|
+
},
|
|
230
|
+
"ticks": {
|
|
231
|
+
"current": "Wcześniejsze",
|
|
232
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
233
|
+
}
|
|
214
234
|
}
|
|
215
235
|
},
|
|
216
236
|
"transitions.description": {
|
package/src/locales/pt.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} teste repetido",
|
|
204
204
|
"retries_other": "{{count}} testes repetidos"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "Dinâmica de status",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "Relatório mais recente ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "Relatório de {{timestamp, timestamp_long_no_seconds}}"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "Recente",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/ru.json
CHANGED
|
@@ -211,6 +211,26 @@
|
|
|
211
211
|
"retries_many": "{{count}} повторных тестов",
|
|
212
212
|
"retries_other": "{{count}} повторных тестов"
|
|
213
213
|
}
|
|
214
|
+
},
|
|
215
|
+
"statusDynamics": {
|
|
216
|
+
"title": "Динамика статусов",
|
|
217
|
+
"status": {
|
|
218
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
219
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
220
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
221
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
222
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
223
|
+
},
|
|
224
|
+
"no-history": "$t(empty:no-history-results)",
|
|
225
|
+
"no-results": "$t(empty:no-results)",
|
|
226
|
+
"tooltips": {
|
|
227
|
+
"current": "Последний отчёт ({{timestamp, timestamp_long_no_seconds}})",
|
|
228
|
+
"history": "Отчёт от {{timestamp, timestamp_long_no_seconds}}"
|
|
229
|
+
},
|
|
230
|
+
"ticks": {
|
|
231
|
+
"current": "Последний",
|
|
232
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
233
|
+
}
|
|
214
234
|
}
|
|
215
235
|
},
|
|
216
236
|
"transitions.description": {
|
package/src/locales/sv.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} försökt test",
|
|
204
204
|
"retries_other": "{{count}} försökta tester"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "Statusdynamik",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "Senaste rapporten ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "Rapport från {{timestamp, timestamp_long_no_seconds}}"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "Senast",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|
package/src/locales/tr.json
CHANGED
|
@@ -203,6 +203,26 @@
|
|
|
203
203
|
"retries_one": "{{count}} yeniden denenmiş test",
|
|
204
204
|
"retries_other": "{{count}} yeniden denenmiş test"
|
|
205
205
|
}
|
|
206
|
+
},
|
|
207
|
+
"statusDynamics": {
|
|
208
|
+
"title": "Durum dinamikleri",
|
|
209
|
+
"status": {
|
|
210
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
211
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
212
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
213
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
214
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
215
|
+
},
|
|
216
|
+
"no-history": "$t(empty:no-history-results)",
|
|
217
|
+
"no-results": "$t(empty:no-results)",
|
|
218
|
+
"tooltips": {
|
|
219
|
+
"current": "Son rapor ({{timestamp, timestamp_long_no_seconds}})",
|
|
220
|
+
"history": "{{timestamp, timestamp_long_no_seconds}} tarihli rapor"
|
|
221
|
+
},
|
|
222
|
+
"ticks": {
|
|
223
|
+
"current": "Son",
|
|
224
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
225
|
+
}
|
|
206
226
|
}
|
|
207
227
|
},
|
|
208
228
|
"transitions.description": {
|