@allurereport/web-awesome 3.2.0 → 3.3.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.
Files changed (113) hide show
  1. package/dist/multi/173.app-8be6acc0a596a2197dbf.js +1 -0
  2. package/dist/multi/174.app-8be6acc0a596a2197dbf.js +1 -0
  3. package/dist/multi/252.app-8be6acc0a596a2197dbf.js +1 -0
  4. package/dist/multi/282.app-8be6acc0a596a2197dbf.js +1 -0
  5. package/dist/multi/29.app-8be6acc0a596a2197dbf.js +1 -0
  6. package/dist/multi/416.app-8be6acc0a596a2197dbf.js +1 -0
  7. package/dist/multi/527.app-8be6acc0a596a2197dbf.js +1 -0
  8. package/dist/multi/600.app-8be6acc0a596a2197dbf.js +1 -0
  9. package/dist/multi/605.app-8be6acc0a596a2197dbf.js +1 -0
  10. package/dist/multi/638.app-8be6acc0a596a2197dbf.js +1 -0
  11. package/dist/multi/672.app-8be6acc0a596a2197dbf.js +1 -0
  12. package/dist/multi/686.app-8be6acc0a596a2197dbf.js +1 -0
  13. package/dist/multi/725.app-8be6acc0a596a2197dbf.js +1 -0
  14. package/dist/multi/741.app-8be6acc0a596a2197dbf.js +1 -0
  15. package/dist/multi/749.app-8be6acc0a596a2197dbf.js +1 -0
  16. package/dist/multi/755.app-8be6acc0a596a2197dbf.js +1 -0
  17. package/dist/multi/894.app-8be6acc0a596a2197dbf.js +1 -0
  18. package/dist/multi/943.app-8be6acc0a596a2197dbf.js +1 -0
  19. package/dist/multi/980.app-8be6acc0a596a2197dbf.js +1 -0
  20. package/dist/multi/app-8be6acc0a596a2197dbf.js +2 -0
  21. package/dist/multi/manifest.json +21 -21
  22. package/dist/multi/{styles-13107bbe6906beabc50f.css → styles-0b84e1ef76554ad2db9a.css} +15 -6
  23. package/dist/single/app-8221eb856e47b4ef50d6.js +2 -0
  24. package/dist/single/manifest.json +1 -1
  25. package/package.json +6 -6
  26. package/src/components/BaseLayout/index.tsx +5 -4
  27. package/src/components/Categories/CategoriesTree/index.tsx +14 -0
  28. package/src/components/Categories/CategoriesTree/styles.scss +14 -0
  29. package/src/components/Categories/CategoryHeaderItem/index.tsx +50 -0
  30. package/src/components/Categories/CategoryHeaderItem/styles.scss +32 -0
  31. package/src/components/Categories/CategoryTreeItem/index.tsx +309 -0
  32. package/src/components/Categories/CategoryTreeItem/styles.scss +47 -0
  33. package/src/components/Categories/GroupTreeItem/index.tsx +76 -0
  34. package/src/components/Categories/GroupTreeItem/styles.scss +47 -0
  35. package/src/components/Categories/HistoryTreeItem/index.tsx +71 -0
  36. package/src/components/Categories/HistoryTreeItem/styles.scss +53 -0
  37. package/src/components/Categories/LabelTreeItem/index.tsx +150 -0
  38. package/src/components/Categories/LabelTreeItem/styles.scss +102 -0
  39. package/src/components/Categories/MessageTreeItem/index.tsx +107 -0
  40. package/src/components/Categories/MessageTreeItem/styles.scss +178 -0
  41. package/src/components/Categories/SeverityTreeItem/index.tsx +50 -0
  42. package/src/components/Categories/SeverityTreeItem/styles.scss +12 -0
  43. package/src/components/Categories/sticky.ts +12 -0
  44. package/src/components/Header/index.tsx +4 -2
  45. package/src/components/MainReport/index.tsx +106 -10
  46. package/src/components/ReportBody/styles.scss +1 -1
  47. package/src/components/ReportCategories/index.tsx +26 -0
  48. package/src/components/ReportCategories/styles.scss +55 -0
  49. package/src/components/ReportFilters/CategoriesFilter.tsx +41 -0
  50. package/src/components/ReportFilters/index.tsx +12 -1
  51. package/src/components/SplitLayout/index.tsx +4 -2
  52. package/src/components/SplitLayout/styles.scss +1 -0
  53. package/src/components/TestResult/TrInfo/index.tsx +8 -1
  54. package/src/components/TestResult/TrInfo/styles.scss +4 -0
  55. package/src/components/TestResult/TrSeverity/index.tsx +13 -4
  56. package/src/components/TestResult/TrSeverity/styles.scss +1 -0
  57. package/src/components/TestResult/TrTabs/index.tsx +5 -0
  58. package/src/index.tsx +6 -2
  59. package/src/locales/az.json +106 -78
  60. package/src/locales/de.json +23 -3
  61. package/src/locales/en.json +23 -3
  62. package/src/locales/es.json +23 -3
  63. package/src/locales/fr.json +23 -3
  64. package/src/locales/he.json +23 -3
  65. package/src/locales/hy.json +23 -3
  66. package/src/locales/it.json +23 -3
  67. package/src/locales/ja.json +23 -3
  68. package/src/locales/ka.json +23 -3
  69. package/src/locales/kr.json +23 -3
  70. package/src/locales/nl.json +23 -3
  71. package/src/locales/pl.json +23 -3
  72. package/src/locales/pt.json +23 -3
  73. package/src/locales/ru.json +23 -3
  74. package/src/locales/sv.json +23 -3
  75. package/src/locales/tr.json +23 -3
  76. package/src/locales/uk.json +23 -3
  77. package/src/locales/zh.json +23 -3
  78. package/src/stores/categories.ts +44 -0
  79. package/src/stores/router.ts +55 -3
  80. package/src/stores/testResult.ts +14 -3
  81. package/src/stores/treeFilters/actions.ts +10 -1
  82. package/src/stores/treeFilters/constants.ts +1 -0
  83. package/src/stores/treeFilters/model.ts +2 -0
  84. package/src/stores/treeFilters/store.ts +45 -0
  85. package/src/stores/treeFilters/utils.ts +10 -0
  86. package/src/stores/treeSwitcher.ts +9 -0
  87. package/src/utils/treeFilters.ts +16 -9
  88. package/test/utils/treeFilters.test.ts +39 -0
  89. package/types.d.ts +1 -0
  90. package/dist/multi/173.app-d0210ed2e64d38a2ee8e.js +0 -1
  91. package/dist/multi/174.app-d0210ed2e64d38a2ee8e.js +0 -1
  92. package/dist/multi/252.app-d0210ed2e64d38a2ee8e.js +0 -1
  93. package/dist/multi/282.app-d0210ed2e64d38a2ee8e.js +0 -1
  94. package/dist/multi/29.app-d0210ed2e64d38a2ee8e.js +0 -1
  95. package/dist/multi/416.app-d0210ed2e64d38a2ee8e.js +0 -1
  96. package/dist/multi/527.app-d0210ed2e64d38a2ee8e.js +0 -1
  97. package/dist/multi/600.app-d0210ed2e64d38a2ee8e.js +0 -1
  98. package/dist/multi/605.app-d0210ed2e64d38a2ee8e.js +0 -1
  99. package/dist/multi/638.app-d0210ed2e64d38a2ee8e.js +0 -1
  100. package/dist/multi/672.app-d0210ed2e64d38a2ee8e.js +0 -1
  101. package/dist/multi/686.app-d0210ed2e64d38a2ee8e.js +0 -1
  102. package/dist/multi/725.app-d0210ed2e64d38a2ee8e.js +0 -1
  103. package/dist/multi/741.app-d0210ed2e64d38a2ee8e.js +0 -1
  104. package/dist/multi/749.app-d0210ed2e64d38a2ee8e.js +0 -1
  105. package/dist/multi/755.app-d0210ed2e64d38a2ee8e.js +0 -1
  106. package/dist/multi/894.app-d0210ed2e64d38a2ee8e.js +0 -1
  107. package/dist/multi/943.app-d0210ed2e64d38a2ee8e.js +0 -1
  108. package/dist/multi/980.app-d0210ed2e64d38a2ee8e.js +0 -1
  109. package/dist/multi/app-d0210ed2e64d38a2ee8e.js +0 -2
  110. package/dist/single/app-01fed10ad5f9083fd39c.js +0 -2
  111. package/src/components/SectionTabs/index.tsx +0 -0
  112. /package/dist/multi/{app-d0210ed2e64d38a2ee8e.js.LICENSE.txt → app-8be6acc0a596a2197dbf.js.LICENSE.txt} +0 -0
  113. /package/dist/single/{app-01fed10ad5f9083fd39c.js.LICENSE.txt → app-8221eb856e47b4ef50d6.js.LICENSE.txt} +0 -0
@@ -1,59 +1,67 @@
1
1
  {
2
2
  "statuses": {
3
- "passed": "keçdi",
3
+ "passed": "uğurlu",
4
4
  "failed": "uğursuz",
5
5
  "broken": "sınıq",
6
- "skipped": "keçildi",
6
+ "skipped": "buraxılmış",
7
7
  "unknown": "naməlum",
8
8
  "total": "cəmi",
9
- "flakyTests": "etibarsız",
9
+ "flakyTests": "qeyri-sabit",
10
10
  "newTests": "yeni",
11
11
  "retryTests": "təkrar"
12
12
  },
13
13
  "testSummary": {
14
14
  "total": "Cəmi",
15
- "flaky": "Etibarsız testlər",
15
+ "flaky": "Qeyri-sabit testlər",
16
16
  "retries": "Təkrar testlər",
17
17
  "new": "Yeni testlər"
18
18
  },
19
19
  "tabs": {
20
20
  "total": "Hamısı",
21
21
  "results": "Nəticələr",
22
- "globalAttachments": "Qlobal Əlavələr",
23
- "globalErrors": "Qlobal Xətalar",
24
- "qualityGates": "Keyfiyyət Darvazaları"
22
+ "globalAttachments": "Qlobal əlavələr",
23
+ "globalErrors": "Qlobal xətalar",
24
+ "qualityGates": "Keyfiyyət meyarları",
25
+ "categories": "Kateqoriyalar"
25
26
  },
26
27
  "search": {
27
28
  "search": "Axtarış",
28
29
  "search-placeholder": "Ad və ya ID"
29
30
  },
30
31
  "filters": {
31
- "flaky": "Etibarsız",
32
+ "flaky": "Qeyri-sabit",
33
+ "nonFlaky": "Stabil",
32
34
  "retry": "Təkrar",
33
35
  "new": "Yeni",
34
36
  "fixed": "Düzəldilmiş",
35
37
  "regressed": "Reqressiya",
36
38
  "malfunctioned": "Sınıq",
37
39
  "transition": "Keçid",
40
+ "status": "Status",
41
+ "severity": "Vaciblik",
42
+ "owner": "Sahib",
43
+ "layer": "Qat",
38
44
  "tags": "Teqlər",
39
- "goto_filter": "Filtre keç",
45
+ "categories": "Kateqoriyalar",
46
+ "goto_filter": "Filtrə keç",
40
47
  "errors": {
41
48
  "max_values_one": "Filtrasiya üçün yalnız ilk {{count}} dəyər istifadə olunur.\nƏlavə dəyərlər nəzərə alınmır",
42
- "max_values_other": "Filtrasiya üçün yalnız ilk {{count}} dəyərlər istifadə olunur.\nƏlavə dəyərlər nəzərə alınmır"
49
+ "max_values_other": "Filtrasiya üçün yalnız ilk {{count}} dəyər istifadə olunur.\nƏlavə dəyərlər nəzərə alınmır"
43
50
  },
44
51
  "description": {
45
- "flaky": "Qeyri-sabit testləri göstərir",
46
- "retry": "Yenidən işə salınan test nəticələrini göstərir",
47
- "new": "Bu hesabatda ilk dəfə görünən test nəticələrini göstərir",
48
- "fixed": "İndi uğurlu olan, əvvəl \"uğursuz\" və ya \"sınıq\" olan testləri göstərir",
49
- "regressed": "Statusu \"uğursuz\" olan, əvvəl \"uğurlu\" və ya \"sınıq\" olan test nəticələrini göstərir",
50
- "malfunctioned": "Statusu \"sınıq\" olan, əvvəl \"uğurlu\" və ya \"uğursuz\" olan test nəticələrini göstərir",
51
- "tags": "Müəyyən edilmiş teqləri olan test nəticələrini göstərir"
52
+ "flaky": "Qeyri-sabit testləri göstər",
53
+ "retry": "Yenidən işə salınan testlərin nəticələrini göstər",
54
+ "new": "Bu hesabatda ilk dəfə görünən test nəticələrini göstər",
55
+ "fixed": "İndi uğurlu olan, lakin əvvəlki hesabatda \"uğursuz\" və ya \"sınıq\" olan testləri göstər",
56
+ "regressed": "Statusu \"uğurlu\" ya \"sınıq\"dan \"uğursuz\"a dəyişən test nəticələrini göstər",
57
+ "malfunctioned": "Statusu \"uğurlu\" ya \"uğursuz\"dan \"sınıq\"a dəyişən test nəticələrini göstər",
58
+ "tags": "Göstərilən teqləri olan test nəticələrini göstər",
59
+ "categories": "Göstərilən kateqoriyaları olan test nəticələrini göstər"
52
60
  }
53
61
  },
54
62
  "sort-by": {
55
- "sort-by-text": "Sıralamaq üzrə:",
56
- "sort-by-category": "Sıralamaq üzrə",
63
+ "sort-by-text": "Sıralama növü:",
64
+ "sort-by-category": "Sıralama növü",
57
65
  "direction-category": "İstiqamət"
58
66
  },
59
67
  "sort-by.values": {
@@ -63,10 +71,10 @@
63
71
  "status": "Status"
64
72
  },
65
73
  "sort-by.directions": {
66
- "order-desc": "SonuncuBirinci",
67
- "order-asc": "BirinciSonuncu",
68
- "order-asc-short": "Birinci",
69
- "order-desc-short": "Sonuncu",
74
+ "order-desc": "ƏvvəlkiSonrakı",
75
+ "order-asc": "SonrakıƏvvəlki",
76
+ "order-asc-short": "Sonrakı",
77
+ "order-desc-short": "Əvvəlki",
70
78
  "alphabet-asc": "A – Z",
71
79
  "alphabet-desc": "Z – A",
72
80
  "alphabet-asc-short": "A – Z",
@@ -75,35 +83,46 @@
75
83
  "duration-desc": "9 – 1",
76
84
  "duration-asc-short": "1 – 9",
77
85
  "duration-desc-short": "9 – 1",
78
- "status-asc": "Filtr siyahısına uyğun",
79
- "status-desc": "Tərsinə çevrilmiş",
86
+ "status-asc": "Filtr siyahısındakı kimi",
87
+ "status-desc": "Tərs sıralanmış",
80
88
  "status-asc-short": "Adi",
81
89
  "status-desc-short": "Tərs"
82
90
  },
83
91
  "empty": {
84
- "no-results": "Nəticə tapılmadı",
92
+ "no-results": "Nəticə yoxdur",
93
+ "no-value": "Dəyər yoxdur",
94
+ "no-value-for": "Dəyər yoxdur: {{entity}}",
95
+ "no-transition": "Keçid yoxdur",
96
+ "no-layer": "Qat yoxdur",
97
+ "no-owner": "Sahib yoxdur",
98
+ "no-severity": "Vaciblik yoxdur",
99
+ "no-status": "Status yoxdur",
100
+ "no-environment": "Mühit yoxdur",
101
+ "no-flaky": "Qeyri-sabitlik yoxdur",
102
+ "empty-value": "Boş",
85
103
  "no-tests-found": "Nəticə tapılmadı",
86
104
  "no-message-provided": "Mesaj təqdim edilməyib",
87
105
  "clear-filters": "Filtrləri təmizlə",
88
- "no-attachments-results": "Əlavə məlumatı mövcud deyil",
89
- "no-global-errors-results": "Qlobal səhvlər haqqında məlumat mövcud deyil",
90
- "no-quality-gate-results": "Keyfiyyət darvazası nəticələri mövcud deyil",
91
- "no-history-results": "Tarixçə məlumatı mövcud deyil",
92
- "no-retries-results": "Təkrar məlumatı mövcud deyil",
93
- "no-test-steps-results": "Test addımları haqqında məlumat mövcud deyil",
94
- "no-test-case-results": "Test halları haqqında nəticələr yoxdur",
95
- "no-environments-results": "Mühitlər haqqında məlumat mövcud deyil"
106
+ "no-attachments-results": "Əlavələr haqqında məlumat yoxdur",
107
+ "no-global-errors-results": "Qlobal xətalar haqqında məlumat yoxdur",
108
+ "no-quality-gate-results": "Keyfiyyət meyarları haqqında məlumat yoxdur",
109
+ "no-history-results": "Tarixçə ha3qqında məlumat yoxdur",
110
+ "no-retries-results": "Yenidən işə salınmalar haqqında məlumat yoxdur",
111
+ "no-test-steps-results": "Test addımları haqqında məlumat yoxdur",
112
+ "no-test-case-results": "Test halları üzrə nəticə yoxdur",
113
+ "no-environments-results": "Mühitlər haqqında məlumat yoxdur",
114
+ "no-categories-results": "Kateqoriyalar üzrə nəticə yoxdur"
96
115
  },
97
116
  "severity": {
98
117
  "blocker": "bloklayıcı",
99
118
  "critical": "kritik",
100
119
  "normal": "normal",
101
- "minor": "kiçik",
120
+ "minor": "aşağı",
102
121
  "trivial": "əhəmiyyətsiz"
103
122
  },
104
123
  "execution": {
105
124
  "name": "İcra",
106
- "body": "Test məzmunu",
125
+ "body": "Testin məzmunu",
107
126
  "setup": "Hazırlıq",
108
127
  "teardown": "Yekunlaşma"
109
128
  },
@@ -116,48 +135,49 @@
116
135
  "labels": "Etiketlər",
117
136
  "metadata": "Metaməlumat",
118
137
  "parameters": "Parametrlər",
138
+ "category": "Kateqoriya",
119
139
  "description": "Təsvir",
120
140
  "links": "Keçidlər",
121
141
  "overview": "Ümumi baxış",
122
142
  "history": "Tarixçə",
123
143
  "attachments": "Əlavələr",
124
- "retries": "Təkrarlar",
144
+ "retries": "Yenidən işə salınmalar",
125
145
  "environments": "Mühitlər",
126
- "error": "Səhv",
146
+ "error": "Xəta",
127
147
  "goToStep": "Addıma keç",
128
148
  "showLess": "Daha az göstər",
129
149
  "showMore": "Daha çox göstər",
130
150
  "copy": "Kopyala",
131
151
  "copy-email": "E-poçtu kopyala",
132
152
  "attempt": "Cəhd {{attempt}} / {{total}}",
133
- "at": "üçün",
153
+ "at": "saat",
134
154
  "variables": "Dəyişənlər",
135
- "openPwTrace": "Playwright Trace aç",
155
+ "openPwTrace": "Playwright Trace-i aç",
136
156
  "finishedAtOriginal": "{{formattedCreatedAt}}, çıxış kodu {{original}} ilə",
137
- "finishedAtBoth": "{{formattedCreatedAt}}, çıxış kodu {{actual}} ilə (əsas {{original}})"
157
+ "finishedAtBoth": "{{formattedCreatedAt}}, çıxış kodu {{actual}} ilə (ilkin {{original}})"
138
158
  },
139
159
  "controls": {
140
- "newTabAttachment": "Yeni sekmede aç",
141
- "nextTR": "Növbəti test nəticəsi",
142
- "prevTR": "Əvvəlki test nəticəsi",
160
+ "newTabAttachment": "Yeni tabda aç",
161
+ "nextTR": "Növbəti test",
162
+ "prevTR": "Əvvəlki test",
143
163
  "downloadAttachment": "Əlavəni yüklə",
144
- "backto": "Geri dön",
145
- "clipboard": "Panoya kopyala",
146
- "clipboardError": "Səhv. Görünür, bu xüsusiyyət brauzeriniz tərəfindən dəstəklənmir",
147
- "clipboardSuccess": "Uğurla kopyalandı",
148
- "collapse": "Daralt",
164
+ "backto": "Geri dön:",
165
+ "clipboard": "Mübadilə buferinə kopyala",
166
+ "clipboardError": "Xəta. Görünür brauzeriniz bu funksiyanı dəstəkləmir",
167
+ "clipboardSuccess": "Dəyər uğurla kopyalandı",
168
+ "collapse": "Yığ",
149
169
  "expand": "Genişləndir",
150
170
  "fullscreen": "Tam ekran",
151
171
  "language": "Dili dəyiş",
152
172
  "openInNewTab": "Yeni tabda aç",
153
173
  "openPreview": "Önizləməni aç",
154
- "noSelectedTR": "Seçilmiş Test nəticəsi yoxdur",
174
+ "noSelectedTR": "Heç bir test nəticəsi seçilməyib",
155
175
  "comparison": "Müqayisə",
156
176
  "showDiff": "Fərqi göstər",
157
177
  "viewMode": "Baxış rejimi",
158
178
  "unified": "Birləşdirilmiş",
159
179
  "side-by-side": "Yan-yana",
160
- "compareBy": "Müqayisə üsulu",
180
+ "compareBy": "Müqayisə növü:",
161
181
  "chars": "simvollar",
162
182
  "words": "sözlər",
163
183
  "lines": "sətirlər",
@@ -168,15 +188,17 @@
168
188
  "missedAttachment": "Əlavə tapılmadı"
169
189
  },
170
190
  "sections": {
171
- "report": "Report",
191
+ "report": "Hesabat",
172
192
  "charts": "Qrafiklər",
173
193
  "timeline": "Zaman xətti"
174
194
  },
175
195
  "timeline": {
176
196
  "empty": "Məlumat yoxdur",
177
197
  "empty_host": "{{ host }} üçün məlumat yoxdur",
178
- "selected_one": "{{ count }} test ({{ percentage }}%) {{ minDuration }}-dən çox və {{ maxDuration }}-dən az müddətlə seçildi",
179
- "selected_other": "{{ count }} test ({{ percentage }}%) {{ minDuration }}-dən çox və {{ maxDuration }}-dən az müddətlə seçildi",
198
+ "selected_one": "{{ count }} test ({{ percentage }}%) seçildi (müddət: {{ minDuration }} - {{ maxDuration }} arası)",
199
+ "selected_few": "{{ count }} test ({{ percentage }}%) seçildi (müddət: {{ minDuration }} - {{ maxDuration }} arası)",
200
+ "selected_many": "{{ count }} test ({{ percentage }}%) seçildi (müddət: {{ minDuration }} - {{ maxDuration }} arası)",
201
+ "selected_other": "{{ count }} test ({{ percentage }}%) seçildi (müddət: {{ minDuration }} - {{ maxDuration }} arası)",
180
202
  "host": "Host: {{ host }}"
181
203
  },
182
204
  "charts": {
@@ -184,11 +206,11 @@
184
206
  "title": "Trend qrafiki: {{type}}",
185
207
  "type": {
186
208
  "status": "Status",
187
- "severity": "Ciddilik"
209
+ "severity": "Vaciblik"
188
210
  }
189
211
  },
190
212
  "currentStatus": {
191
- "title": "Cari Status",
213
+ "title": "Cari status",
192
214
  "status": {
193
215
  "passed": "$t(statuses:passed, capitalize)",
194
216
  "failed": "$t(statuses:failed, capitalize)",
@@ -197,18 +219,24 @@
197
219
  "unknown": "$t(statuses:unknown, capitalize)"
198
220
  },
199
221
  "percentage": "{{percentage}}%",
200
- "of": "{{total}} dən",
222
+ "of": "/ {{total}}",
201
223
  "total": "cəmi",
202
224
  "tests": {
203
225
  "new_zero": "Yeni test yoxdur",
204
226
  "new_one": "{{count}} yeni test",
227
+ "new_few": "{{count}} yeni test",
228
+ "new_many": "{{count}} yeni test",
205
229
  "new_other": "{{count}} yeni test",
206
230
  "flaky_zero": "Qeyri-sabit test yoxdur",
207
231
  "flaky_one": "{{count}} qeyri-sabit test",
232
+ "flaky_few": "{{count}} qeyri-sabit test",
233
+ "flaky_many": "{{count}} qeyri-sabit test",
208
234
  "flaky_other": "{{count}} qeyri-sabit test",
209
- "retries_zero": "Yenidən cəhd edilmiş test yoxdur",
210
- "retries_one": "{{count}} yenidən cəhd edilmiş test",
211
- "retries_other": "{{count}} yenidən cəhd edilmiş test"
235
+ "retries_zero": "Təkrar test yoxdur",
236
+ "retries_one": "{{count}} təkrar test",
237
+ "retries_few": "{{count}} təkrar test",
238
+ "retries_many": "{{count}} təkrar test",
239
+ "retries_other": "{{count}} təkrar test"
212
240
  }
213
241
  },
214
242
  "statusDynamics": {
@@ -224,7 +252,7 @@
224
252
  "no-results": "$t(empty:no-results)",
225
253
  "tooltips": {
226
254
  "current": "Son hesabat ({{timestamp, timestamp_long_no_seconds}})",
227
- "history": "{{timestamp, timestamp_long_no_seconds}} hesabatı"
255
+ "history": "{{timestamp, timestamp_long_no_seconds}} tarixli hesabat"
228
256
  },
229
257
  "ticks": {
230
258
  "current": "Sonuncu",
@@ -234,7 +262,7 @@
234
262
  "statusTransitions": {
235
263
  "title": "Status keçidləri",
236
264
  "legend": {
237
- "trend": "Düzəltmə dərəcəsi"
265
+ "trend": "Düzəlmə əmsalı"
238
266
  },
239
267
  "transitions": {
240
268
  "new": "$t(transitions:new, capitalize)",
@@ -246,7 +274,7 @@
246
274
  "no-results": "$t(empty:no-results)",
247
275
  "tooltips": {
248
276
  "current": "Son hesabat ({{timestamp, timestamp_long_no_seconds}})",
249
- "history": "{{timestamp, timestamp_long_no_seconds}} hesabatı"
277
+ "history": "{{timestamp, timestamp_long_no_seconds}} tarixli hesabat"
250
278
  },
251
279
  "ticks": {
252
280
  "current": "Sonuncu",
@@ -254,7 +282,7 @@
254
282
  }
255
283
  },
256
284
  "durations": {
257
- "title": "{{groupBy}} görə müddət histogramı",
285
+ "title": "{{groupBy}} üzrə müddət histogramı",
258
286
  "title_none": "Müddət histogramı",
259
287
  "no-results": "$t(empty:no-results)",
260
288
  "groupBy": {
@@ -269,14 +297,14 @@
269
297
  },
270
298
  "legend": {
271
299
  "value": "{{value}}",
272
- "total": "Test sayı"
300
+ "total": "Testlərin sayı"
273
301
  }
274
302
  },
275
303
  "stabilityDistribution": {
276
304
  "title": "Sabitlik paylanması",
277
305
  "no-results": "$t(empty:no-results)",
278
306
  "legend": {
279
- "stabilityRate": "Sabitlik dərəcəsi"
307
+ "stabilityRate": "Sabitlik əmsalı"
280
308
  }
281
309
  },
282
310
  "testBaseGrowthDynamics": {
@@ -303,12 +331,12 @@
303
331
  "history": "{{timestamp, timestamp_long_no_seconds}} tarixli hesabat"
304
332
  },
305
333
  "ticks": {
306
- "current": "Son",
334
+ "current": "Sonuncu",
307
335
  "history": "{{timestamp, timestamp_date}}"
308
336
  }
309
337
  },
310
338
  "statusAgePyramid": {
311
- "title": "Statusa görə yaş piramidası",
339
+ "title": "Status üzrə yaş piramidası",
312
340
  "status": {
313
341
  "passed": "$t(statuses:passed, capitalize)",
314
342
  "failed": "$t(statuses:failed, capitalize)",
@@ -323,12 +351,12 @@
323
351
  "history": "{{timestamp, timestamp_long_no_seconds}} tarixli hesabat"
324
352
  },
325
353
  "ticks": {
326
- "current": "Son",
354
+ "current": "Sonuncu",
327
355
  "history": "{{timestamp, timestamp_date}}"
328
356
  }
329
357
  },
330
358
  "trSeverities": {
331
- "title": "Ciddilik dərəcəsinə görə test nəticələri",
359
+ "title": "Vacibliyə görə test nəticələri",
332
360
  "no-results": "$t(empty:no-results)",
333
361
  "status": {
334
362
  "passed": "$t(statuses:passed, capitalize)",
@@ -343,23 +371,23 @@
343
371
  "normal": "$t(severity:normal, capitalize)",
344
372
  "minor": "$t(severity:minor, capitalize)",
345
373
  "trivial": "$t(severity:trivial, capitalize)",
346
- "unset": "Ciddilik dərəcəsi yoxdur"
374
+ "unset": "Vaciblik təyin edilməyib"
347
375
  }
348
376
  },
349
377
  "durationDynamics": {
350
378
  "title": "Müddət dinamikası",
351
379
  "durations": {
352
380
  "sequential": "Ardıcıl müddət",
353
- "duration": "Test müddəti",
354
- "speedup": "Sürətləndirmə"
381
+ "duration": "Testlərin müddəti",
382
+ "speedup": "Sürətlənmə"
355
383
  },
356
384
  "no-results": "$t(empty:no-results)",
357
385
  "tooltips": {
358
386
  "current": "Son hesabat ({{timestamp, timestamp_long_no_seconds}})",
359
- "history": "{{timestamp, timestamp_long_no_seconds}} hesabatı"
387
+ "history": "{{timestamp, timestamp_long_no_seconds}} tarixli hesabat"
360
388
  },
361
389
  "ticks": {
362
- "current": "Son",
390
+ "current": "Sonuncu",
363
391
  "history": "{{timestamp, timestamp_date}}"
364
392
  },
365
393
  "legend": {
@@ -374,8 +402,8 @@
374
402
  "fixed": "Əvvəl \"uğursuz\" və ya \"sınıq\" olan, indi \"uğurlu\" olan test",
375
403
  "regressed": "Əvvəl \"uğurlu\" və ya \"sınıq\" olan, indi \"uğursuz\" olan test",
376
404
  "malfunctioned": "Əvvəl \"uğurlu\" və ya \"uğursuz\" olan, indi \"sınıq\" olan test",
377
- "retries": "{{count}} yenidən cəhd",
378
- "flaky": "İcra nəticələri qeyri-sabitdir"
405
+ "retries": "{{count}} təkrar",
406
+ "flaky": "İşəsalınmalar arasında qeyri-sabitdir"
379
407
  },
380
408
  "new": "Yeni",
381
409
  "fixed": "Düzəldilmiş",
@@ -395,7 +423,7 @@
395
423
  "overlay": "Üst-üstə"
396
424
  },
397
425
  "empty": {
398
- "failed-to-load": "Şəkil müqayisəsi yüklənə bilmədi"
426
+ "failed-to-load": "Şəkil müqayisəsini yükləmək mümkün olmadı"
399
427
  },
400
428
  "image": {
401
429
  "diff": "Fərq",
@@ -21,7 +21,8 @@
21
21
  "results": "Ergebnisse",
22
22
  "globalAttachments": "Globale Anhänge",
23
23
  "globalErrors": "Globale Fehler",
24
- "qualityGates": "Qualitätstore"
24
+ "qualityGates": "Qualitätstore",
25
+ "categories": "Kategorien"
25
26
  },
26
27
  "search": {
27
28
  "search": "Suchen",
@@ -29,13 +30,19 @@
29
30
  },
30
31
  "filters": {
31
32
  "flaky": "Instabil",
33
+ "nonFlaky": "Stabil",
32
34
  "retry": "Wiederholt",
33
35
  "new": "Neu",
34
36
  "fixed": "Behoben",
35
37
  "regressed": "Regressiert",
36
38
  "malfunctioned": "Defekt",
37
39
  "transition": "Übergang",
40
+ "status": "Status",
41
+ "severity": "Schweregrad",
42
+ "owner": "Besitzer",
43
+ "layer": "Schicht",
38
44
  "tags": "Tags",
45
+ "categories": "Kategorien",
39
46
  "goto_filter": "Zum Filter gehen",
40
47
  "errors": {
41
48
  "max_values_one": "Nur der erste {{count}} Wert wird für die Filterung verwendet.\nZusätzliche Werte werden ignoriert",
@@ -48,7 +55,8 @@
48
55
  "fixed": "Tests anzeigen, die jetzt erfolgreich sind, aber zuvor \"fehlgeschlagen\" oder \"defekt\" waren",
49
56
  "regressed": "Testergebnisse anzeigen, die den Status von \"erfolgreich\" oder \"defekt\" zu \"fehlgeschlagen\" geändert haben",
50
57
  "malfunctioned": "Testergebnisse anzeigen, die den Status von \"erfolgreich\" oder \"fehlgeschlagen\" zu \"defekt\" geändert haben",
51
- "tags": "Testergebnisse anzeigen, die die angegebenen Tags haben"
58
+ "tags": "Testergebnisse anzeigen, die die angegebenen Tags haben",
59
+ "categories": "Testergebnisse anzeigen, die die angegebenen Kategorien haben"
52
60
  }
53
61
  },
54
62
  "sort-by": {
@@ -82,6 +90,16 @@
82
90
  },
83
91
  "empty": {
84
92
  "no-results": "Keine Ergebnisse",
93
+ "no-value": "Kein Wert",
94
+ "no-value-for": "Kein Wert: {{entity}}",
95
+ "no-transition": "Kein Übergang",
96
+ "no-layer": "Keine Schicht",
97
+ "no-owner": "Kein Besitzer",
98
+ "no-severity": "Kein Schweregrad",
99
+ "no-status": "Kein Status",
100
+ "no-environment": "Keine Umgebung",
101
+ "no-flaky": "Keine Instabilität",
102
+ "empty-value": "Leer",
85
103
  "no-tests-found": "Keine Ergebnisse gefunden",
86
104
  "no-message-provided": "Keine Nachricht vorhanden",
87
105
  "clear-filters": "Filter zurücksetzen",
@@ -92,7 +110,8 @@
92
110
  "no-retries-results": "Keine Wiederholungsinformationen verfügbar",
93
111
  "no-test-steps-results": "Keine Informationen zu Testschritten verfügbar",
94
112
  "no-test-case-results": "Keine Testergebnisse verfügbar",
95
- "no-environments-results": "Keine Umgebungsinformationen verfügbar"
113
+ "no-environments-results": "Keine Umgebungsinformationen verfügbar",
114
+ "no-categories-results": "Keine Kategorien verfügbar"
96
115
  },
97
116
  "severity": {
98
117
  "blocker": "Blocker",
@@ -116,6 +135,7 @@
116
135
  "labels": "Labels",
117
136
  "metadata": "Metadaten",
118
137
  "parameters": "Parameter",
138
+ "category": "Kategorie",
119
139
  "description": "Beschreibung",
120
140
  "links": "Links",
121
141
  "overview": "Übersicht",
@@ -21,7 +21,8 @@
21
21
  "results": "Results",
22
22
  "globalAttachments": "Global Attachments",
23
23
  "globalErrors": "Global Errors",
24
- "qualityGates": "Quality Gates"
24
+ "qualityGates": "Quality Gates",
25
+ "categories": "Categories"
25
26
  },
26
27
  "search": {
27
28
  "search": "Search",
@@ -29,13 +30,19 @@
29
30
  },
30
31
  "filters": {
31
32
  "flaky": "Flaky",
33
+ "nonFlaky": "Non-flaky",
32
34
  "retry": "Retry",
33
35
  "new": "New",
34
36
  "fixed": "Fixed",
35
37
  "regressed": "Regressed",
36
38
  "malfunctioned": "Malfunctioned",
37
39
  "transition": "Transition",
40
+ "status": "Status",
41
+ "severity": "Severity",
42
+ "owner": "Owner",
43
+ "layer": "Layer",
38
44
  "tags": "Tags",
45
+ "categories": "Categories",
39
46
  "goto_filter": "Go to filter",
40
47
  "errors": {
41
48
  "max_values_one": "Only the first {{count}} value is used for filtering.\nAdditional values are ignored",
@@ -48,7 +55,8 @@
48
55
  "fixed": "Show tests that are passed now but had been \"failed\" or \"broken\" in a previous report",
49
56
  "regressed": "Show test results that changed to \"failed\" status from \"passed\" or \"broken\" status",
50
57
  "malfunctioned": "Show test results that changed to \"broken\" status from \"passed\" or \"failed\" status",
51
- "tags": "Show test results that have the specified tags"
58
+ "tags": "Show test results that have the specified tags",
59
+ "categories": "Show test results that have the specified categories"
52
60
  }
53
61
  },
54
62
  "sort-by": {
@@ -82,6 +90,16 @@
82
90
  },
83
91
  "empty": {
84
92
  "no-results": "No results",
93
+ "no-value": "No value",
94
+ "no-value-for": "No value: {{entity}}",
95
+ "no-transition": "No transition",
96
+ "no-layer": "No layer",
97
+ "no-owner": "No owner",
98
+ "no-severity": "No severity",
99
+ "no-status": "No status",
100
+ "no-environment": "No environment",
101
+ "no-flaky": "No flaky",
102
+ "empty-value": "Empty",
85
103
  "no-tests-found": "No results found",
86
104
  "no-message-provided": "No message is provided",
87
105
  "clear-filters": "Clear filters",
@@ -92,7 +110,8 @@
92
110
  "no-retries-results": "No retries information available",
93
111
  "no-test-steps-results": "No test steps information available",
94
112
  "no-test-case-results": "No test case results",
95
- "no-environments-results": "No environments information available"
113
+ "no-environments-results": "No environments information available",
114
+ "no-categories-results": "No categories results available"
96
115
  },
97
116
  "severity": {
98
117
  "blocker": "blocker",
@@ -116,6 +135,7 @@
116
135
  "labels": "Labels",
117
136
  "metadata": "Metadata",
118
137
  "parameters": "Parameters",
138
+ "category": "Category",
119
139
  "description": "Description",
120
140
  "links": "Links",
121
141
  "overview": "Overview",
@@ -21,7 +21,8 @@
21
21
  "results": "Resultados",
22
22
  "globalAttachments": "Adjuntos Globales",
23
23
  "globalErrors": "Errores Globales",
24
- "qualityGates": "Puertas de Calidad"
24
+ "qualityGates": "Puertas de Calidad",
25
+ "categories": "Categorías"
25
26
  },
26
27
  "search": {
27
28
  "search": "Buscar",
@@ -29,13 +30,19 @@
29
30
  },
30
31
  "filters": {
31
32
  "flaky": "Inestable",
33
+ "nonFlaky": "Estable",
32
34
  "retry": "Reintento",
33
35
  "new": "Nuevo",
34
36
  "fixed": "Corregido",
35
37
  "regressed": "Regresado",
36
38
  "malfunctioned": "Defectuoso",
37
39
  "transition": "Transición",
40
+ "status": "Estado",
41
+ "severity": "Severidad",
42
+ "owner": "Propietario",
43
+ "layer": "Capa",
38
44
  "tags": "Etiquetas",
45
+ "categories": "Categorías",
39
46
  "goto_filter": "Ir al filtro",
40
47
  "errors": {
41
48
  "max_values_one": "Solo se usa el primer {{count}} valor para el filtrado.\nLos valores adicionales se ignoran",
@@ -48,7 +55,8 @@
48
55
  "fixed": "Mostrar pruebas que ahora están aprobadas pero anteriormente fueron \"fallidas\" o \"rotas\"",
49
56
  "regressed": "Mostrar resultados de pruebas que cambiaron de estado \"aprobado\" o \"roto\" a \"fallido\"",
50
57
  "malfunctioned": "Mostrar resultados de pruebas que cambiaron de estado \"aprobado\" o \"fallido\" a \"roto\"",
51
- "tags": "Mostrar resultados de pruebas que tienen las etiquetas especificadas"
58
+ "tags": "Mostrar resultados de pruebas que tienen las etiquetas especificadas",
59
+ "categories": "Mostrar resultados de pruebas que tienen las categorías especificadas"
52
60
  }
53
61
  },
54
62
  "sort-by": {
@@ -82,6 +90,16 @@
82
90
  },
83
91
  "empty": {
84
92
  "no-results": "Sin resultados",
93
+ "no-value": "Sin valor",
94
+ "no-value-for": "Sin valor: {{entity}}",
95
+ "no-transition": "Sin transición",
96
+ "no-layer": "Sin capa",
97
+ "no-owner": "Sin propietario",
98
+ "no-severity": "Sin severidad",
99
+ "no-status": "Sin estado",
100
+ "no-environment": "Sin entorno",
101
+ "no-flaky": "Sin inestabilidad",
102
+ "empty-value": "Vacío",
85
103
  "no-tests-found": "No se encontraron resultados",
86
104
  "no-message-provided": "No se proporcionó mensaje",
87
105
  "clear-filters": "Limpiar filtros",
@@ -92,7 +110,8 @@
92
110
  "no-retries-results": "No hay información de reintentos disponible",
93
111
  "no-test-steps-results": "No hay información disponible sobre los pasos de prueba",
94
112
  "no-test-case-results": "No hay resultados de casos de prueba",
95
- "no-environments-results": "No hay información de entornos disponible"
113
+ "no-environments-results": "No hay información de entornos disponible",
114
+ "no-categories-results": "No hay categorías disponibles"
96
115
  },
97
116
  "severity": {
98
117
  "blocker": "bloqueante",
@@ -116,6 +135,7 @@
116
135
  "labels": "Etiquetas",
117
136
  "metadata": "Metadatos",
118
137
  "parameters": "Parámetros",
138
+ "category": "Categoría",
119
139
  "description": "Descripción",
120
140
  "links": "Enlaces",
121
141
  "overview": "Resumen",