@allurereport/web-dashboard 3.0.0-beta.26 → 3.0.0
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-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/174.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/252.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/282.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/29.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/416.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/527.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/600.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/605.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/638.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/672.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/686.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/725.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/741.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/755.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/894.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/91.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/943.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/980.app-f127796d4bf148c47fcc.js +1 -0
- package/dist/multi/app-f127796d4bf148c47fcc.js +2 -0
- package/dist/multi/manifest.json +21 -20
- package/dist/multi/styles-dce86bbf4d1dcaa5b42b.css +8 -0
- package/dist/single/app-1766f8faf3972520c61c.js +2 -0
- package/dist/single/manifest.json +1 -1
- package/package.json +5 -5
- package/src/assets/scss/theme.scss +189 -33
- package/src/components/Dashboard/index.tsx +134 -83
- package/src/components/EnvironmentPicker/index.tsx +12 -3
- package/src/locales/az.json +148 -0
- package/src/locales/de.json +148 -0
- package/src/locales/en.json +148 -0
- package/src/locales/es.json +148 -0
- package/src/locales/fr.json +148 -0
- package/src/locales/he.json +148 -0
- package/src/locales/hy.json +148 -0
- package/src/locales/it.json +148 -0
- package/src/locales/ja.json +148 -0
- package/src/locales/ka.json +148 -0
- package/src/locales/kr.json +148 -0
- package/src/locales/nl.json +148 -0
- package/src/locales/pl.json +148 -0
- package/src/locales/pt.json +148 -0
- package/src/locales/ru.json +148 -0
- package/src/locales/sv.json +148 -0
- package/src/locales/tr.json +148 -0
- package/src/locales/ua.json +234 -0
- package/src/locales/zh.json +148 -0
- package/src/stores/locale.ts +5 -0
- package/dist/multi/173.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/174.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/252.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/282.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/29.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/416.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/527.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/600.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/605.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/638.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/672.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/686.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/725.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/741.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/755.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/894.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/943.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/980.app-d197e17e8c70875836e5.js +0 -1
- package/dist/multi/app-d197e17e8c70875836e5.js +0 -2
- package/dist/multi/styles-ec80dc556bacab93baf2.css +0 -8
- package/dist/single/app-d2b07817bd9233c723c2.js +0 -2
- /package/dist/multi/{app-d197e17e8c70875836e5.js.LICENSE.txt → app-f127796d4bf148c47fcc.js.LICENSE.txt} +0 -0
- /package/dist/single/{app-d2b07817bd9233c723c2.js.LICENSE.txt → app-1766f8faf3972520c61c.js.LICENSE.txt} +0 -0
package/src/locales/pl.json
CHANGED
|
@@ -80,6 +80,154 @@
|
|
|
80
80
|
"current": "Wcześniejsze",
|
|
81
81
|
"history": "{{timestamp, timestamp_date}}"
|
|
82
82
|
}
|
|
83
|
+
},
|
|
84
|
+
"statusTransitions": {
|
|
85
|
+
"title": "Przejścia statusu",
|
|
86
|
+
"legend": {
|
|
87
|
+
"trend": "Wskaźnik napraw"
|
|
88
|
+
},
|
|
89
|
+
"transitions": {
|
|
90
|
+
"new": "$t(transitions:new, capitalize)",
|
|
91
|
+
"fixed": "$t(transitions:fixed, capitalize)",
|
|
92
|
+
"regressed": "$t(transitions:regressed, capitalize)",
|
|
93
|
+
"malfunctioned": "$t(transitions:malfunctioned, capitalize)"
|
|
94
|
+
},
|
|
95
|
+
"no-history": "$t(empty:no-history-results)",
|
|
96
|
+
"no-results": "$t(empty:no-results)",
|
|
97
|
+
"tooltips": {
|
|
98
|
+
"current": "Najnowszy raport ({{timestamp, timestamp_long_no_seconds}})",
|
|
99
|
+
"history": "Raport z {{timestamp, timestamp_long_no_seconds}}"
|
|
100
|
+
},
|
|
101
|
+
"ticks": {
|
|
102
|
+
"current": "Wcześniejsze",
|
|
103
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"durations": {
|
|
107
|
+
"title": "Histogram czasu trwania według {{groupBy}}",
|
|
108
|
+
"title_none": "Histogram czasu trwania",
|
|
109
|
+
"no-results": "$t(empty:no-results)",
|
|
110
|
+
"groupBy": {
|
|
111
|
+
"none": "Brak",
|
|
112
|
+
"layer": "Warstwa"
|
|
113
|
+
},
|
|
114
|
+
"ticks": {
|
|
115
|
+
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
|
|
116
|
+
},
|
|
117
|
+
"tooltips": {
|
|
118
|
+
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
|
|
119
|
+
},
|
|
120
|
+
"legend": {
|
|
121
|
+
"value": "{{value}}",
|
|
122
|
+
"total": "Liczba testów"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"stabilityDistribution": {
|
|
126
|
+
"title": "Rozkład stabilności",
|
|
127
|
+
"no-results": "$t(empty:no-results)",
|
|
128
|
+
"legend": {
|
|
129
|
+
"stabilityRate": "Wskaźnik stabilności"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"testBaseGrowthDynamics": {
|
|
133
|
+
"title": "Dynamika wzrostu bazy testów",
|
|
134
|
+
"status": {
|
|
135
|
+
"newpassed": "Nowy $t(statuses:passed)",
|
|
136
|
+
"newfailed": "Nowy $t(statuses:failed)",
|
|
137
|
+
"newbroken": "Nowy $t(statuses:broken)",
|
|
138
|
+
"newskipped": "Nowy $t(statuses:skipped)",
|
|
139
|
+
"newunknown": "Nowy $t(statuses:unknown)",
|
|
140
|
+
"removedpassed": "Usunięty $t(statuses:passed)",
|
|
141
|
+
"removedfailed": "Usunięty $t(statuses:failed)",
|
|
142
|
+
"removedbroken": "Usunięty $t(statuses:broken)",
|
|
143
|
+
"removedskipped": "Usunięty $t(statuses:skipped)",
|
|
144
|
+
"removedunknown": "Usunięty $t(statuses:unknown)"
|
|
145
|
+
},
|
|
146
|
+
"legend": {
|
|
147
|
+
"trend": "Trend wzrostu"
|
|
148
|
+
},
|
|
149
|
+
"no-history": "$t(empty:no-history-results)",
|
|
150
|
+
"no-results": "$t(empty:no-results)",
|
|
151
|
+
"tooltips": {
|
|
152
|
+
"current": "Najnowszy raport ({{timestamp, timestamp_long_no_seconds}})",
|
|
153
|
+
"history": "Raport z {{timestamp, timestamp_long_no_seconds}}"
|
|
154
|
+
},
|
|
155
|
+
"ticks": {
|
|
156
|
+
"current": "Najnowszy",
|
|
157
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"fbsuAgePyramid": {
|
|
161
|
+
"title": "Piramida wiekowa FBSU",
|
|
162
|
+
"status": {
|
|
163
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
164
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
165
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
166
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
167
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
168
|
+
},
|
|
169
|
+
"no-history": "$t(empty:no-history-results)",
|
|
170
|
+
"no-results": "$t(empty:no-results)",
|
|
171
|
+
"tooltips": {
|
|
172
|
+
"current": "Najnowszy raport ({{timestamp, timestamp_long_no_seconds}})",
|
|
173
|
+
"history": "Raport z {{timestamp, timestamp_long_no_seconds}}"
|
|
174
|
+
},
|
|
175
|
+
"ticks": {
|
|
176
|
+
"current": "Najnowszy",
|
|
177
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"trSeverities": {
|
|
181
|
+
"title": "Wyniki testów według ważności",
|
|
182
|
+
"no-results": "$t(empty:no-results)",
|
|
183
|
+
"status": {
|
|
184
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
185
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
186
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
187
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
188
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
189
|
+
},
|
|
190
|
+
"severity": {
|
|
191
|
+
"blocker": "$t(severity:blocker, capitalize)",
|
|
192
|
+
"critical": "$t(severity:critical, capitalize)",
|
|
193
|
+
"normal": "$t(severity:normal, capitalize)",
|
|
194
|
+
"minor": "$t(severity:minor, capitalize)",
|
|
195
|
+
"trivial": "$t(severity:trivial, capitalize)",
|
|
196
|
+
"unset": "Brak ważności"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"durationDynamics": {
|
|
200
|
+
"title": "Dynamika czasu trwania",
|
|
201
|
+
"durations": {
|
|
202
|
+
"sequential": "Czas sekwencyjny",
|
|
203
|
+
"duration": "Czas trwania testów",
|
|
204
|
+
"speedup": "Przyspieszenie"
|
|
205
|
+
},
|
|
206
|
+
"no-results": "$t(empty:no-results)",
|
|
207
|
+
"tooltips": {
|
|
208
|
+
"current": "Najnowszy raport ({{timestamp, timestamp_long_no_seconds}})",
|
|
209
|
+
"history": "Raport z {{timestamp, timestamp_long_no_seconds}}"
|
|
210
|
+
},
|
|
211
|
+
"ticks": {
|
|
212
|
+
"current": "Najnowszy",
|
|
213
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
214
|
+
},
|
|
215
|
+
"legend": {
|
|
216
|
+
"duration": "{{duration, format_duration}}",
|
|
217
|
+
"speedup": "{{speedup}}x"
|
|
218
|
+
}
|
|
83
219
|
}
|
|
220
|
+
},
|
|
221
|
+
"transitions": {
|
|
222
|
+
"description": {
|
|
223
|
+
"new": "Pierwsze wystąpienie tego wyniku testu w raporcie",
|
|
224
|
+
"fixed": "Wcześniej \"nieudany\" lub \"uszkodzony\" test, który teraz jest \"udany\"",
|
|
225
|
+
"regressed": "Wcześniej \"udany\" lub \"uszkodzony\" test, który teraz jest \"nieudany\"",
|
|
226
|
+
"malfunctioned": "Wcześniej \"udany\" lub \"nieudany\" test, który teraz jest \"uszkodzony\""
|
|
227
|
+
},
|
|
228
|
+
"new": "Nowe",
|
|
229
|
+
"fixed": "Naprawione",
|
|
230
|
+
"regressed": "Zaregresowane",
|
|
231
|
+
"malfunctioned": "Uszkodzone"
|
|
84
232
|
}
|
|
85
233
|
}
|
package/src/locales/pt.json
CHANGED
|
@@ -74,6 +74,154 @@
|
|
|
74
74
|
"current": "Recente",
|
|
75
75
|
"history": "{{timestamp, timestamp_date}}"
|
|
76
76
|
}
|
|
77
|
+
},
|
|
78
|
+
"statusTransitions": {
|
|
79
|
+
"title": "Transições de status",
|
|
80
|
+
"legend": {
|
|
81
|
+
"trend": "Taxa de correção"
|
|
82
|
+
},
|
|
83
|
+
"transitions": {
|
|
84
|
+
"new": "$t(transitions:new, capitalize)",
|
|
85
|
+
"fixed": "$t(transitions:fixed, capitalize)",
|
|
86
|
+
"regressed": "$t(transitions:regressed, capitalize)",
|
|
87
|
+
"malfunctioned": "$t(transitions:malfunctioned, capitalize)"
|
|
88
|
+
},
|
|
89
|
+
"no-history": "$t(empty:no-history-results)",
|
|
90
|
+
"no-results": "$t(empty:no-results)",
|
|
91
|
+
"tooltips": {
|
|
92
|
+
"current": "Relatório mais recente ({{timestamp, timestamp_long_no_seconds}})",
|
|
93
|
+
"history": "Relatório de {{timestamp, timestamp_long_no_seconds}}"
|
|
94
|
+
},
|
|
95
|
+
"ticks": {
|
|
96
|
+
"current": "Recente",
|
|
97
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"durations": {
|
|
101
|
+
"title": "Histograma de durações por {{groupBy}}",
|
|
102
|
+
"title_none": "Histograma de durações",
|
|
103
|
+
"no-results": "$t(empty:no-results)",
|
|
104
|
+
"groupBy": {
|
|
105
|
+
"none": "Nenhum",
|
|
106
|
+
"layer": "Camada"
|
|
107
|
+
},
|
|
108
|
+
"ticks": {
|
|
109
|
+
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
|
|
110
|
+
},
|
|
111
|
+
"tooltips": {
|
|
112
|
+
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
|
|
113
|
+
},
|
|
114
|
+
"legend": {
|
|
115
|
+
"value": "{{value}}",
|
|
116
|
+
"total": "Quantidade de testes"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"stabilityDistribution": {
|
|
120
|
+
"title": "Distribuição de estabilidade",
|
|
121
|
+
"no-results": "$t(empty:no-results)",
|
|
122
|
+
"legend": {
|
|
123
|
+
"stabilityRate": "Taxa de estabilidade"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"testBaseGrowthDynamics": {
|
|
127
|
+
"title": "Dinâmica de crescimento da base de testes",
|
|
128
|
+
"status": {
|
|
129
|
+
"newpassed": "Novo $t(statuses:passed)",
|
|
130
|
+
"newfailed": "Novo $t(statuses:failed)",
|
|
131
|
+
"newbroken": "Novo $t(statuses:broken)",
|
|
132
|
+
"newskipped": "Novo $t(statuses:skipped)",
|
|
133
|
+
"newunknown": "Novo $t(statuses:unknown)",
|
|
134
|
+
"removedpassed": "Removido $t(statuses:passed)",
|
|
135
|
+
"removedfailed": "Removido $t(statuses:failed)",
|
|
136
|
+
"removedbroken": "Removido $t(statuses:broken)",
|
|
137
|
+
"removedskipped": "Removido $t(statuses:skipped)",
|
|
138
|
+
"removedunknown": "Removido $t(statuses:unknown)"
|
|
139
|
+
},
|
|
140
|
+
"legend": {
|
|
141
|
+
"trend": "Tendência de crescimento"
|
|
142
|
+
},
|
|
143
|
+
"no-history": "$t(empty:no-history-results)",
|
|
144
|
+
"no-results": "$t(empty:no-results)",
|
|
145
|
+
"tooltips": {
|
|
146
|
+
"current": "Último relatório ({{timestamp, timestamp_long_no_seconds}})",
|
|
147
|
+
"history": "Relatório de {{timestamp, timestamp_long_no_seconds}}"
|
|
148
|
+
},
|
|
149
|
+
"ticks": {
|
|
150
|
+
"current": "Último",
|
|
151
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"fbsuAgePyramid": {
|
|
155
|
+
"title": "Pirâmide etária FBSU",
|
|
156
|
+
"status": {
|
|
157
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
158
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
159
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
160
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
161
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
162
|
+
},
|
|
163
|
+
"no-history": "$t(empty:no-history-results)",
|
|
164
|
+
"no-results": "$t(empty:no-results)",
|
|
165
|
+
"tooltips": {
|
|
166
|
+
"current": "Último relatório ({{timestamp, timestamp_long_no_seconds}})",
|
|
167
|
+
"history": "Relatório de {{timestamp, timestamp_long_no_seconds}}"
|
|
168
|
+
},
|
|
169
|
+
"ticks": {
|
|
170
|
+
"current": "Último",
|
|
171
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"trSeverities": {
|
|
175
|
+
"title": "Resultados de testes por severidade",
|
|
176
|
+
"no-results": "$t(empty:no-results)",
|
|
177
|
+
"status": {
|
|
178
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
179
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
180
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
181
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
182
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
183
|
+
},
|
|
184
|
+
"severity": {
|
|
185
|
+
"blocker": "$t(severity:blocker, capitalize)",
|
|
186
|
+
"critical": "$t(severity:critical, capitalize)",
|
|
187
|
+
"normal": "$t(severity:normal, capitalize)",
|
|
188
|
+
"minor": "$t(severity:minor, capitalize)",
|
|
189
|
+
"trivial": "$t(severity:trivial, capitalize)",
|
|
190
|
+
"unset": "Sem severidade"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"durationDynamics": {
|
|
194
|
+
"title": "Dinâmica de duração",
|
|
195
|
+
"durations": {
|
|
196
|
+
"sequential": "Duração sequencial",
|
|
197
|
+
"duration": "Duração dos testes",
|
|
198
|
+
"speedup": "Aceleração"
|
|
199
|
+
},
|
|
200
|
+
"no-results": "$t(empty:no-results)",
|
|
201
|
+
"tooltips": {
|
|
202
|
+
"current": "Último relatório ({{timestamp, timestamp_long_no_seconds}})",
|
|
203
|
+
"history": "Relatório de {{timestamp, timestamp_long_no_seconds}}"
|
|
204
|
+
},
|
|
205
|
+
"ticks": {
|
|
206
|
+
"current": "Último",
|
|
207
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
208
|
+
},
|
|
209
|
+
"legend": {
|
|
210
|
+
"duration": "{{duration, format_duration}}",
|
|
211
|
+
"speedup": "{{speedup}}x"
|
|
212
|
+
}
|
|
77
213
|
}
|
|
214
|
+
},
|
|
215
|
+
"transitions": {
|
|
216
|
+
"description": {
|
|
217
|
+
"new": "Primeira ocorrência deste resultado de teste no relatório",
|
|
218
|
+
"fixed": "Teste anteriormente \"falhou\" ou \"quebrado\" que agora está \"aprovado\"",
|
|
219
|
+
"regressed": "Teste anteriormente \"aprovado\" ou \"quebrado\" que agora está \"falhou\"",
|
|
220
|
+
"malfunctioned": "Teste anteriormente \"aprovado\" ou \"falhou\" que agora está \"quebrado\""
|
|
221
|
+
},
|
|
222
|
+
"new": "Novo",
|
|
223
|
+
"fixed": "Corrigido",
|
|
224
|
+
"regressed": "Regredido",
|
|
225
|
+
"malfunctioned": "Defeituoso"
|
|
78
226
|
}
|
|
79
227
|
}
|
package/src/locales/ru.json
CHANGED
|
@@ -80,6 +80,154 @@
|
|
|
80
80
|
"current": "Последний",
|
|
81
81
|
"history": "{{timestamp, timestamp_date}}"
|
|
82
82
|
}
|
|
83
|
+
},
|
|
84
|
+
"statusTransitions": {
|
|
85
|
+
"title": "Переходы статусов",
|
|
86
|
+
"legend": {
|
|
87
|
+
"trend": "Коэффициент исправлений"
|
|
88
|
+
},
|
|
89
|
+
"transitions": {
|
|
90
|
+
"new": "$t(transitions:new, capitalize)",
|
|
91
|
+
"fixed": "$t(transitions:fixed, capitalize)",
|
|
92
|
+
"regressed": "$t(transitions:regressed, capitalize)",
|
|
93
|
+
"malfunctioned": "$t(transitions:malfunctioned, capitalize)"
|
|
94
|
+
},
|
|
95
|
+
"no-history": "$t(empty:no-history-results)",
|
|
96
|
+
"no-results": "$t(empty:no-results)",
|
|
97
|
+
"tooltips": {
|
|
98
|
+
"current": "Последний отчёт ({{timestamp, timestamp_long_no_seconds}})",
|
|
99
|
+
"history": "Отчёт от {{timestamp, timestamp_long_no_seconds}}"
|
|
100
|
+
},
|
|
101
|
+
"ticks": {
|
|
102
|
+
"current": "Последний",
|
|
103
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"durations": {
|
|
107
|
+
"title": "Гистограмма длительностей по {{groupBy}}",
|
|
108
|
+
"title_none": "Гистограмма длительностей",
|
|
109
|
+
"no-results": "$t(empty:no-results)",
|
|
110
|
+
"groupBy": {
|
|
111
|
+
"none": "Нет",
|
|
112
|
+
"layer": "Слой"
|
|
113
|
+
},
|
|
114
|
+
"ticks": {
|
|
115
|
+
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
|
|
116
|
+
},
|
|
117
|
+
"tooltips": {
|
|
118
|
+
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
|
|
119
|
+
},
|
|
120
|
+
"legend": {
|
|
121
|
+
"value": "{{value}}",
|
|
122
|
+
"total": "Количество тестов"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"stabilityDistribution": {
|
|
126
|
+
"title": "Распределение стабильности",
|
|
127
|
+
"no-results": "$t(empty:no-results)",
|
|
128
|
+
"legend": {
|
|
129
|
+
"stabilityRate": "Коэффициент стабильности"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"testBaseGrowthDynamics": {
|
|
133
|
+
"title": "Динамика роста базы тестов",
|
|
134
|
+
"status": {
|
|
135
|
+
"newpassed": "Новый $t(statuses:passed)",
|
|
136
|
+
"newfailed": "Новый $t(statuses:failed)",
|
|
137
|
+
"newbroken": "Новый $t(statuses:broken)",
|
|
138
|
+
"newskipped": "Новый $t(statuses:skipped)",
|
|
139
|
+
"newunknown": "Новый $t(statuses:unknown)",
|
|
140
|
+
"removedpassed": "Удалённый $t(statuses:passed)",
|
|
141
|
+
"removedfailed": "Удалённый $t(statuses:failed)",
|
|
142
|
+
"removedbroken": "Удалённый $t(statuses:broken)",
|
|
143
|
+
"removedskipped": "Удалённый $t(statuses:skipped)",
|
|
144
|
+
"removedunknown": "Удалённый $t(statuses:unknown)"
|
|
145
|
+
},
|
|
146
|
+
"legend": {
|
|
147
|
+
"trend": "Тренд роста"
|
|
148
|
+
},
|
|
149
|
+
"no-history": "$t(empty:no-history-results)",
|
|
150
|
+
"no-results": "$t(empty:no-results)",
|
|
151
|
+
"tooltips": {
|
|
152
|
+
"current": "Последний отчёт ({{timestamp, timestamp_long_no_seconds}})",
|
|
153
|
+
"history": "Отчёт от {{timestamp, timestamp_long_no_seconds}}"
|
|
154
|
+
},
|
|
155
|
+
"ticks": {
|
|
156
|
+
"current": "Последний",
|
|
157
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"fbsuAgePyramid": {
|
|
161
|
+
"title": "FBSU пирамида возраста",
|
|
162
|
+
"status": {
|
|
163
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
164
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
165
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
166
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
167
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
168
|
+
},
|
|
169
|
+
"no-history": "$t(empty:no-history-results)",
|
|
170
|
+
"no-results": "$t(empty:no-results)",
|
|
171
|
+
"tooltips": {
|
|
172
|
+
"current": "Последний отчёт ({{timestamp, timestamp_long_no_seconds}})",
|
|
173
|
+
"history": "Отчёт от {{timestamp, timestamp_long_no_seconds}}"
|
|
174
|
+
},
|
|
175
|
+
"ticks": {
|
|
176
|
+
"current": "Последний",
|
|
177
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"trSeverities": {
|
|
181
|
+
"title": "Результаты тестов по важности",
|
|
182
|
+
"no-results": "$t(empty:no-results)",
|
|
183
|
+
"status": {
|
|
184
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
185
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
186
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
187
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
188
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
189
|
+
},
|
|
190
|
+
"severity": {
|
|
191
|
+
"blocker": "$t(severity:blocker, capitalize)",
|
|
192
|
+
"critical": "$t(severity:critical, capitalize)",
|
|
193
|
+
"normal": "$t(severity:normal, capitalize)",
|
|
194
|
+
"minor": "$t(severity:minor, capitalize)",
|
|
195
|
+
"trivial": "$t(severity:trivial, capitalize)",
|
|
196
|
+
"unset": "Нет важности"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"durationDynamics": {
|
|
200
|
+
"title": "Динамика длительности",
|
|
201
|
+
"durations": {
|
|
202
|
+
"sequential": "Последовательная длительность",
|
|
203
|
+
"duration": "Длительность тестов",
|
|
204
|
+
"speedup": "Ускорение"
|
|
205
|
+
},
|
|
206
|
+
"no-results": "$t(empty:no-results)",
|
|
207
|
+
"tooltips": {
|
|
208
|
+
"current": "Последний отчёт ({{timestamp, timestamp_long_no_seconds}})",
|
|
209
|
+
"history": "Отчёт от {{timestamp, timestamp_long_no_seconds}}"
|
|
210
|
+
},
|
|
211
|
+
"ticks": {
|
|
212
|
+
"current": "Последний",
|
|
213
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
214
|
+
},
|
|
215
|
+
"legend": {
|
|
216
|
+
"duration": "{{duration, format_duration}}",
|
|
217
|
+
"speedup": "{{speedup}}x"
|
|
218
|
+
}
|
|
83
219
|
}
|
|
220
|
+
},
|
|
221
|
+
"transitions": {
|
|
222
|
+
"description": {
|
|
223
|
+
"new": "Первое появление этого результата теста в отчёте",
|
|
224
|
+
"fixed": "Ранее \"неуспешный\" или \"сломанный\" тест, который теперь \"успешный\"",
|
|
225
|
+
"regressed": "Ранее \"успешный\" или \"сломанный\" тест, который теперь \"неуспешный\"",
|
|
226
|
+
"malfunctioned": "Ранее \"успешный\" или \"неуспешный\" тест, который теперь \"сломанный\""
|
|
227
|
+
},
|
|
228
|
+
"new": "Новые",
|
|
229
|
+
"fixed": "Исправленные",
|
|
230
|
+
"regressed": "Регрессированные",
|
|
231
|
+
"malfunctioned": "Сломанные"
|
|
84
232
|
}
|
|
85
233
|
}
|
package/src/locales/sv.json
CHANGED
|
@@ -74,6 +74,154 @@
|
|
|
74
74
|
"current": "Senast",
|
|
75
75
|
"history": "{{timestamp, timestamp_date}}"
|
|
76
76
|
}
|
|
77
|
+
},
|
|
78
|
+
"statusTransitions": {
|
|
79
|
+
"title": "Statusövergångar",
|
|
80
|
+
"legend": {
|
|
81
|
+
"trend": "Korrigeringsgrad"
|
|
82
|
+
},
|
|
83
|
+
"transitions": {
|
|
84
|
+
"new": "$t(transitions:new, capitalize)",
|
|
85
|
+
"fixed": "$t(transitions:fixed, capitalize)",
|
|
86
|
+
"regressed": "$t(transitions:regressed, capitalize)",
|
|
87
|
+
"malfunctioned": "$t(transitions:malfunctioned, capitalize)"
|
|
88
|
+
},
|
|
89
|
+
"no-history": "$t(empty:no-history-results)",
|
|
90
|
+
"no-results": "$t(empty:no-results)",
|
|
91
|
+
"tooltips": {
|
|
92
|
+
"current": "Senaste rapporten ({{timestamp, timestamp_long_no_seconds}})",
|
|
93
|
+
"history": "Rapport från {{timestamp, timestamp_long_no_seconds}}"
|
|
94
|
+
},
|
|
95
|
+
"ticks": {
|
|
96
|
+
"current": "Senast",
|
|
97
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"durations": {
|
|
101
|
+
"title": "Varaktighetshistogram efter {{groupBy}}",
|
|
102
|
+
"title_none": "Varaktighetshistogram",
|
|
103
|
+
"no-results": "$t(empty:no-results)",
|
|
104
|
+
"groupBy": {
|
|
105
|
+
"none": "Ingen",
|
|
106
|
+
"layer": "Lager"
|
|
107
|
+
},
|
|
108
|
+
"ticks": {
|
|
109
|
+
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
|
|
110
|
+
},
|
|
111
|
+
"tooltips": {
|
|
112
|
+
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
|
|
113
|
+
},
|
|
114
|
+
"legend": {
|
|
115
|
+
"value": "{{value}}",
|
|
116
|
+
"total": "Antal tester"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"stabilityDistribution": {
|
|
120
|
+
"title": "Stabilitetsfördelning",
|
|
121
|
+
"no-results": "$t(empty:no-results)",
|
|
122
|
+
"legend": {
|
|
123
|
+
"stabilityRate": "Stabilitetsgrad"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"testBaseGrowthDynamics": {
|
|
127
|
+
"title": "Tillväxtdynamik för testbas",
|
|
128
|
+
"status": {
|
|
129
|
+
"newpassed": "Ny $t(statuses:passed)",
|
|
130
|
+
"newfailed": "Ny $t(statuses:failed)",
|
|
131
|
+
"newbroken": "Ny $t(statuses:broken)",
|
|
132
|
+
"newskipped": "Ny $t(statuses:skipped)",
|
|
133
|
+
"newunknown": "Ny $t(statuses:unknown)",
|
|
134
|
+
"removedpassed": "Borttagen $t(statuses:passed)",
|
|
135
|
+
"removedfailed": "Borttagen $t(statuses:failed)",
|
|
136
|
+
"removedbroken": "Borttagen $t(statuses:broken)",
|
|
137
|
+
"removedskipped": "Borttagen $t(statuses:skipped)",
|
|
138
|
+
"removedunknown": "Borttagen $t(statuses:unknown)"
|
|
139
|
+
},
|
|
140
|
+
"legend": {
|
|
141
|
+
"trend": "Tillväxttrend"
|
|
142
|
+
},
|
|
143
|
+
"no-history": "$t(empty:no-history-results)",
|
|
144
|
+
"no-results": "$t(empty:no-results)",
|
|
145
|
+
"tooltips": {
|
|
146
|
+
"current": "Senaste rapport ({{timestamp, timestamp_long_no_seconds}})",
|
|
147
|
+
"history": "Rapport från {{timestamp, timestamp_long_no_seconds}}"
|
|
148
|
+
},
|
|
149
|
+
"ticks": {
|
|
150
|
+
"current": "Senaste",
|
|
151
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"fbsuAgePyramid": {
|
|
155
|
+
"title": "FBSU ålderspyramid",
|
|
156
|
+
"status": {
|
|
157
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
158
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
159
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
160
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
161
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
162
|
+
},
|
|
163
|
+
"no-history": "$t(empty:no-history-results)",
|
|
164
|
+
"no-results": "$t(empty:no-results)",
|
|
165
|
+
"tooltips": {
|
|
166
|
+
"current": "Senaste rapport ({{timestamp, timestamp_long_no_seconds}})",
|
|
167
|
+
"history": "Rapport från {{timestamp, timestamp_long_no_seconds}}"
|
|
168
|
+
},
|
|
169
|
+
"ticks": {
|
|
170
|
+
"current": "Senaste",
|
|
171
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"trSeverities": {
|
|
175
|
+
"title": "Testresultat per allvarlighetsgrad",
|
|
176
|
+
"no-results": "$t(empty:no-results)",
|
|
177
|
+
"status": {
|
|
178
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
179
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
180
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
181
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
182
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
183
|
+
},
|
|
184
|
+
"severity": {
|
|
185
|
+
"blocker": "$t(severity:blocker, capitalize)",
|
|
186
|
+
"critical": "$t(severity:critical, capitalize)",
|
|
187
|
+
"normal": "$t(severity:normal, capitalize)",
|
|
188
|
+
"minor": "$t(severity:minor, capitalize)",
|
|
189
|
+
"trivial": "$t(severity:trivial, capitalize)",
|
|
190
|
+
"unset": "Ingen allvarlighetsgrad"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"durationDynamics": {
|
|
194
|
+
"title": "Varaktighetsdynamik",
|
|
195
|
+
"durations": {
|
|
196
|
+
"sequential": "Sekventiell varaktighet",
|
|
197
|
+
"duration": "Testvaraktighet",
|
|
198
|
+
"speedup": "Snabbhet"
|
|
199
|
+
},
|
|
200
|
+
"no-results": "$t(empty:no-results)",
|
|
201
|
+
"tooltips": {
|
|
202
|
+
"current": "Senaste rapporten ({{timestamp, timestamp_long_no_seconds}})",
|
|
203
|
+
"history": "Rapport från {{timestamp, timestamp_long_no_seconds}}"
|
|
204
|
+
},
|
|
205
|
+
"ticks": {
|
|
206
|
+
"current": "Senast",
|
|
207
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
208
|
+
},
|
|
209
|
+
"legend": {
|
|
210
|
+
"duration": "{{duration, format_duration}}",
|
|
211
|
+
"speedup": "{{speedup}}x"
|
|
212
|
+
}
|
|
77
213
|
}
|
|
214
|
+
},
|
|
215
|
+
"transitions": {
|
|
216
|
+
"description": {
|
|
217
|
+
"new": "Första förekomsten av detta testresultat i rapporten",
|
|
218
|
+
"fixed": "Tidigare \"misslyckad\" eller \"trasig\" test som nu är \"godkänd\"",
|
|
219
|
+
"regressed": "Tidigare \"godkänd\" eller \"trasig\" test som nu är \"misslyckad\"",
|
|
220
|
+
"malfunctioned": "Tidigare \"godkänd\" eller \"misslyckad\" test som nu är \"trasig\""
|
|
221
|
+
},
|
|
222
|
+
"new": "Ny",
|
|
223
|
+
"fixed": "Åtgärdad",
|
|
224
|
+
"regressed": "Regresserad",
|
|
225
|
+
"malfunctioned": "Felaktig"
|
|
78
226
|
}
|
|
79
227
|
}
|