@allurereport/web-dashboard 3.0.0-beta.23 → 3.0.0-beta.24
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-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/174.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/252.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/282.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/29.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/416.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/527.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/600.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/605.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/{638.app-2274f04cc54c8fb93ebd.js → 638.app-ca4424a1ed8bbbee632e.js} +1 -1
- package/dist/multi/672.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/686.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/725.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/741.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/755.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/894.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/943.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/980.app-ca4424a1ed8bbbee632e.js +1 -0
- package/dist/multi/app-ca4424a1ed8bbbee632e.js +2 -0
- package/dist/multi/manifest.json +20 -20
- package/dist/multi/styles-b87d6e917a69aa17a689.css +8 -0
- package/dist/single/app-e590fd269dafbf748be4.js +2 -0
- package/dist/single/manifest.json +1 -1
- package/package.json +5 -5
- package/src/components/Dashboard/index.tsx +10 -11
- package/src/locales/az.json +23 -2
- package/src/locales/de.json +23 -2
- package/src/locales/en.json +23 -2
- package/src/locales/es.json +23 -2
- package/src/locales/fr.json +23 -2
- package/src/locales/he.json +23 -2
- package/src/locales/hy.json +23 -2
- package/src/locales/it.json +23 -2
- package/src/locales/ja.json +23 -2
- package/src/locales/ka.json +23 -2
- package/src/locales/kr.json +23 -2
- package/src/locales/nl.json +23 -2
- package/src/locales/pl.json +29 -2
- package/src/locales/pt.json +23 -2
- package/src/locales/ru.json +29 -2
- package/src/locales/sv.json +23 -2
- package/src/locales/tr.json +23 -2
- package/src/locales/zh.json +23 -2
- package/src/stores/locale.ts +5 -0
- package/dist/multi/173.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/174.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/252.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/282.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/29.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/416.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/527.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/600.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/605.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/672.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/686.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/725.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/741.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/755.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/894.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/943.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/980.app-2274f04cc54c8fb93ebd.js +0 -1
- package/dist/multi/app-2274f04cc54c8fb93ebd.js +0 -2
- package/dist/multi/styles-1969c7350c6d5e3cd569.css +0 -8
- package/dist/single/app-3f101cff1656180ec9e1.js +0 -2
- /package/dist/multi/{app-2274f04cc54c8fb93ebd.js.LICENSE.txt → app-ca4424a1ed8bbbee632e.js.LICENSE.txt} +0 -0
- /package/dist/single/{app-3f101cff1656180ec9e1.js.LICENSE.txt → app-e590fd269dafbf748be4.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.24",
|
|
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.24",
|
|
35
|
+
"@allurereport/core-api": "3.0.0-beta.24",
|
|
36
|
+
"@allurereport/web-commons": "3.0.0-beta.24",
|
|
37
|
+
"@allurereport/web-components": "3.0.0-beta.24",
|
|
38
38
|
"@preact/signals": "^1.3.0",
|
|
39
39
|
"clsx": "^2.1.1",
|
|
40
40
|
"i18next": "^24.0.2",
|
|
@@ -5,17 +5,16 @@ import { type UIChartData } from "@allurereport/web-commons";
|
|
|
5
5
|
import {
|
|
6
6
|
BarChartWidget,
|
|
7
7
|
ComingSoonChartWidget,
|
|
8
|
+
CurrentStatusChartWidget,
|
|
8
9
|
Grid,
|
|
9
10
|
GridItem,
|
|
10
11
|
HeatMapWidget,
|
|
11
12
|
Loadable,
|
|
12
13
|
PageLoader,
|
|
13
14
|
StabilityRateDistributionWidget,
|
|
14
|
-
SuccessRatePieChart,
|
|
15
15
|
TestingPyramidWidget,
|
|
16
16
|
TreeMapChartWidget,
|
|
17
17
|
TrendChartWidget,
|
|
18
|
-
Widget,
|
|
19
18
|
} from "@allurereport/web-components";
|
|
20
19
|
import { useEffect } from "preact/hooks";
|
|
21
20
|
import { dashboardStore, fetchDashboardData } from "@/stores/dashboard";
|
|
@@ -44,17 +43,17 @@ const getChartWidgetByType = (
|
|
|
44
43
|
/>
|
|
45
44
|
);
|
|
46
45
|
}
|
|
47
|
-
case ChartType.
|
|
48
|
-
const title = chartData.title ?? t("
|
|
46
|
+
case ChartType.CurrentStatus: {
|
|
47
|
+
const title = chartData.title ?? t("currentStatus.title");
|
|
49
48
|
|
|
50
49
|
return (
|
|
51
|
-
<
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
50
|
+
<CurrentStatusChartWidget
|
|
51
|
+
title={title}
|
|
52
|
+
data={chartData.data}
|
|
53
|
+
statuses={chartData.statuses}
|
|
54
|
+
metric={chartData.metric}
|
|
55
|
+
i18n={(key, props = {}) => t(`currentStatus.${key}`, props)}
|
|
56
|
+
/>
|
|
58
57
|
);
|
|
59
58
|
}
|
|
60
59
|
case ChartType.Bar: {
|
package/src/locales/az.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "Ciddilik"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "Cari Status",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "{{total}} dən",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "Yeni test yoxdur",
|
|
47
|
+
"new_one": "{{count}} yeni test",
|
|
48
|
+
"new_other": "{{count}} yeni test",
|
|
49
|
+
"flaky_zero": "Qeyri-sabit test yoxdur",
|
|
50
|
+
"flaky_one": "{{count}} qeyri-sabit test",
|
|
51
|
+
"flaky_other": "{{count}} qeyri-sabit test",
|
|
52
|
+
"retries_zero": "Yenidən cəhd edilmiş test yoxdur",
|
|
53
|
+
"retries_one": "{{count}} yenidən cəhd edilmiş test",
|
|
54
|
+
"retries_other": "{{count}} yenidən cəhd edilmiş test"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/de.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "Schweregrad"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "Aktueller Status",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "von {{total}}",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "Keine neuen Tests",
|
|
47
|
+
"new_one": "{{count}} neuer Test",
|
|
48
|
+
"new_other": "{{count}} neue Tests",
|
|
49
|
+
"flaky_zero": "Keine instabilen Tests",
|
|
50
|
+
"flaky_one": "{{count}} instabiler Test",
|
|
51
|
+
"flaky_other": "{{count}} instabile Tests",
|
|
52
|
+
"retries_zero": "Keine wiederholten Tests",
|
|
53
|
+
"retries_one": "{{count}} wiederholter Test",
|
|
54
|
+
"retries_other": "{{count}} wiederholte Tests"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/en.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "Severity"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "Current Status",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "of {{total}}",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "No new tests",
|
|
47
|
+
"new_one": "{{count}} new test",
|
|
48
|
+
"new_other": "{{count}} new tests",
|
|
49
|
+
"flaky_zero": "No flaky tests",
|
|
50
|
+
"flaky_one": "{{count}} flaky test",
|
|
51
|
+
"flaky_other": "{{count}} flaky tests",
|
|
52
|
+
"retries_zero": "No retried tests",
|
|
53
|
+
"retries_one": "{{count}} retried test",
|
|
54
|
+
"retries_other": "{{count}} retried tests"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/es.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "Severidad"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "Estado actual",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "de {{total}}",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "No hay pruebas nuevas",
|
|
47
|
+
"new_one": "{{count}} prueba nueva",
|
|
48
|
+
"new_other": "{{count}} pruebas nuevas",
|
|
49
|
+
"flaky_zero": "No hay pruebas inestables",
|
|
50
|
+
"flaky_one": "{{count}} prueba inestable",
|
|
51
|
+
"flaky_other": "{{count}} pruebas inestables",
|
|
52
|
+
"retries_zero": "No hay pruebas reintentadas",
|
|
53
|
+
"retries_one": "{{count}} prueba reintentada",
|
|
54
|
+
"retries_other": "{{count}} pruebas reintentadas"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/fr.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "Sévérité"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "Statut actuel",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "sur {{total}}",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "Aucun nouveau test",
|
|
47
|
+
"new_one": "{{count}} nouveau test",
|
|
48
|
+
"new_other": "{{count}} nouveaux tests",
|
|
49
|
+
"flaky_zero": "Aucun test instable",
|
|
50
|
+
"flaky_one": "{{count}} test instable",
|
|
51
|
+
"flaky_other": "{{count}} tests instables",
|
|
52
|
+
"retries_zero": "Aucun test relancé",
|
|
53
|
+
"retries_one": "{{count}} test relancé",
|
|
54
|
+
"retries_other": "{{count}} tests relancés"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/he.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "חומרה"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "סטטוס נוכחי",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "מתוך {{total}}",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "אין בדיקות חדשות",
|
|
47
|
+
"new_one": "{{count}} בדיקה חדשה",
|
|
48
|
+
"new_other": "{{count}} בדיקות חדשות",
|
|
49
|
+
"flaky_zero": "אין בדיקות לא יציבות",
|
|
50
|
+
"flaky_one": "{{count}} בדיקה לא יציבה",
|
|
51
|
+
"flaky_other": "{{count}} בדיקות לא יציבות",
|
|
52
|
+
"retries_zero": "אין בדיקות שנוסו שוב",
|
|
53
|
+
"retries_one": "{{count}} בדיקה שנוסתה שוב",
|
|
54
|
+
"retries_other": "{{count}} בדיקות שנוסו שוב"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/hy.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "Ծանրություն"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "Ընթացիկ կարգավիճակ",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "{{total}}-ից",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "Նոր թեստեր չկան",
|
|
47
|
+
"new_one": "{{count}} նոր թեստ",
|
|
48
|
+
"new_other": "{{count}} նոր թեստ",
|
|
49
|
+
"flaky_zero": "Անկայուն թեստեր չկան",
|
|
50
|
+
"flaky_one": "{{count}} անկայուն թեստ",
|
|
51
|
+
"flaky_other": "{{count}} անկայուն թեստ",
|
|
52
|
+
"retries_zero": "Կրկնակի թեստեր չկան",
|
|
53
|
+
"retries_one": "{{count}} կրկնակի թեստ",
|
|
54
|
+
"retries_other": "{{count}} կրկնակի թեստ"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/it.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "Gravità"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "Stato attuale",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "di {{total}}",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "Nessun nuovo test",
|
|
47
|
+
"new_one": "{{count}} nuovo test",
|
|
48
|
+
"new_other": "{{count}} nuovi test",
|
|
49
|
+
"flaky_zero": "Nessun test instabile",
|
|
50
|
+
"flaky_one": "{{count}} test instabile",
|
|
51
|
+
"flaky_other": "{{count}} test instabili",
|
|
52
|
+
"retries_zero": "Nessun test riprovato",
|
|
53
|
+
"retries_one": "{{count}} test riprovato",
|
|
54
|
+
"retries_other": "{{count}} test riprovati"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/ja.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "重要度"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "現在のステータス",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "{{total}} のうち",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "新しいテストなし",
|
|
47
|
+
"new_one": "{{count}} 件の新しいテスト",
|
|
48
|
+
"new_other": "{{count}} 件の新しいテスト",
|
|
49
|
+
"flaky_zero": "不安定なテストなし",
|
|
50
|
+
"flaky_one": "{{count}} 件の不安定なテスト",
|
|
51
|
+
"flaky_other": "{{count}} 件の不安定なテスト",
|
|
52
|
+
"retries_zero": "再試行テストなし",
|
|
53
|
+
"retries_one": "{{count}} 件の再試行テスト",
|
|
54
|
+
"retries_other": "{{count}} 件の再試行テスト"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/ka.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "სიმძიმე"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "მიმდინარე სტატუსი",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "{{total}}-დან",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "ახალი ტესტები არ არის",
|
|
47
|
+
"new_one": "{{count}} ახალი ტესტი",
|
|
48
|
+
"new_other": "{{count}} ახალი ტესტი",
|
|
49
|
+
"flaky_zero": "არასტაბილური ტესტები არ არის",
|
|
50
|
+
"flaky_one": "{{count}} არასტაბილური ტესტი",
|
|
51
|
+
"flaky_other": "{{count}} არასტაბილური ტესტი",
|
|
52
|
+
"retries_zero": "განმეორებითი ტესტები არ არის",
|
|
53
|
+
"retries_one": "{{count}} განმეორებითი ტესტი",
|
|
54
|
+
"retries_other": "{{count}} განმეორებითი ტესტი"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/kr.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "심각도"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "현재 상태",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "{{total}} 중",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "새로운 테스트 없음",
|
|
47
|
+
"new_one": "{{count}} 개의 새로운 테스트",
|
|
48
|
+
"new_other": "{{count}} 개의 새로운 테스트",
|
|
49
|
+
"flaky_zero": "불안정한 테스트 없음",
|
|
50
|
+
"flaky_one": "{{count}} 개의 불안정한 테스트",
|
|
51
|
+
"flaky_other": "{{count}} 개의 불안정한 테스트",
|
|
52
|
+
"retries_zero": "재시도 테스트 없음",
|
|
53
|
+
"retries_one": "{{count}} 개의 재시도 테스트",
|
|
54
|
+
"retries_other": "{{count}} 개의 재시도 테스트"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/nl.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "Ernst"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "Huidige status",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "van {{total}}",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "Geen nieuwe tests",
|
|
47
|
+
"new_one": "{{count}} nieuwe test",
|
|
48
|
+
"new_other": "{{count}} nieuwe tests",
|
|
49
|
+
"flaky_zero": "Geen instabiele tests",
|
|
50
|
+
"flaky_one": "{{count}} instabiele test",
|
|
51
|
+
"flaky_other": "{{count}} instabiele tests",
|
|
52
|
+
"retries_zero": "Geen herhaalde tests",
|
|
53
|
+
"retries_one": "{{count}} herhaalde test",
|
|
54
|
+
"retries_other": "{{count}} herhaalde tests"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/pl.json
CHANGED
|
@@ -30,8 +30,35 @@
|
|
|
30
30
|
"severity": "Ważność"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "Aktualny status",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "z {{total}}",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "Brak nowych testów",
|
|
47
|
+
"new_one": "{{count}} nowy test",
|
|
48
|
+
"new_few": "{{count}} nowe testy",
|
|
49
|
+
"new_many": "{{count}} nowych testów",
|
|
50
|
+
"new_other": "{{count}} nowych testów",
|
|
51
|
+
"flaky_zero": "Brak niestabilnych testów",
|
|
52
|
+
"flaky_one": "{{count}} niestabilny test",
|
|
53
|
+
"flaky_few": "{{count}} niestabilne testy",
|
|
54
|
+
"flaky_many": "{{count}} niestabilnych testów",
|
|
55
|
+
"flaky_other": "{{count}} niestabilnych testów",
|
|
56
|
+
"retries_zero": "Brak powtórzonych testów",
|
|
57
|
+
"retries_one": "{{count}} powtórzony test",
|
|
58
|
+
"retries_few": "{{count}} powtórzone testy",
|
|
59
|
+
"retries_many": "{{count}} powtórzonych testów",
|
|
60
|
+
"retries_other": "{{count}} powtórzonych testów"
|
|
61
|
+
}
|
|
35
62
|
}
|
|
36
63
|
}
|
|
37
64
|
}
|
package/src/locales/pt.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "Severidade"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "Status atual",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "de {{total}}",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "Nenhum novo teste",
|
|
47
|
+
"new_one": "{{count}} novo teste",
|
|
48
|
+
"new_other": "{{count}} novos testes",
|
|
49
|
+
"flaky_zero": "Nenhum teste instável",
|
|
50
|
+
"flaky_one": "{{count}} teste instável",
|
|
51
|
+
"flaky_other": "{{count}} testes instáveis",
|
|
52
|
+
"retries_zero": "Nenhum teste repetido",
|
|
53
|
+
"retries_one": "{{count}} teste repetido",
|
|
54
|
+
"retries_other": "{{count}} testes repetidos"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/ru.json
CHANGED
|
@@ -30,8 +30,35 @@
|
|
|
30
30
|
"severity": "Важность"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "Текущий статус",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "из {{total}}",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "Нет новых тестов",
|
|
47
|
+
"new_one": "{{count}} новый тест",
|
|
48
|
+
"new_few": "{{count}} новых теста",
|
|
49
|
+
"new_many": "{{count}} новых тестов",
|
|
50
|
+
"new_other": "{{count}} новых тестов",
|
|
51
|
+
"flaky_zero": "Нет нестабильных тестов",
|
|
52
|
+
"flaky_one": "{{count}} нестабильный тест",
|
|
53
|
+
"flaky_few": "{{count}} нестабильных теста",
|
|
54
|
+
"flaky_many": "{{count}} нестабильных тестов",
|
|
55
|
+
"flaky_other": "{{count}} нестабильных тестов",
|
|
56
|
+
"retries_zero": "Нет повторных тестов",
|
|
57
|
+
"retries_one": "{{count}} повторный тест",
|
|
58
|
+
"retries_few": "{{count}} повторных теста",
|
|
59
|
+
"retries_many": "{{count}} повторных тестов",
|
|
60
|
+
"retries_other": "{{count}} повторных тестов"
|
|
61
|
+
}
|
|
35
62
|
}
|
|
36
63
|
}
|
|
37
64
|
}
|
package/src/locales/sv.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "Allvarlighetsgrad"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "Nuvarande status",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "av {{total}}",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "Inga nya tester",
|
|
47
|
+
"new_one": "{{count}} nytt test",
|
|
48
|
+
"new_other": "{{count}} nya tester",
|
|
49
|
+
"flaky_zero": "Inga instabila tester",
|
|
50
|
+
"flaky_one": "{{count}} instabilt test",
|
|
51
|
+
"flaky_other": "{{count}} instabila tester",
|
|
52
|
+
"retries_zero": "Inga försökta tester",
|
|
53
|
+
"retries_one": "{{count}} försökt test",
|
|
54
|
+
"retries_other": "{{count}} försökta tester"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|
package/src/locales/tr.json
CHANGED
|
@@ -30,8 +30,29 @@
|
|
|
30
30
|
"severity": "Önem Derecesi"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"
|
|
34
|
-
"title": "
|
|
33
|
+
"currentStatus": {
|
|
34
|
+
"title": "Mevcut Durum",
|
|
35
|
+
"status": {
|
|
36
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
37
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
38
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
39
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
40
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
41
|
+
},
|
|
42
|
+
"percentage": "{{percentage}}%",
|
|
43
|
+
"of": "{{total}} içinden",
|
|
44
|
+
"total": "{{total}}",
|
|
45
|
+
"tests": {
|
|
46
|
+
"new_zero": "Yeni test yok",
|
|
47
|
+
"new_one": "{{count}} yeni test",
|
|
48
|
+
"new_other": "{{count}} yeni test",
|
|
49
|
+
"flaky_zero": "Kararsız test yok",
|
|
50
|
+
"flaky_one": "{{count}} kararsız test",
|
|
51
|
+
"flaky_other": "{{count}} kararsız test",
|
|
52
|
+
"retries_zero": "Yeniden denenmiş test yok",
|
|
53
|
+
"retries_one": "{{count}} yeniden denenmiş test",
|
|
54
|
+
"retries_other": "{{count}} yeniden denenmiş test"
|
|
55
|
+
}
|
|
35
56
|
}
|
|
36
57
|
}
|
|
37
58
|
}
|