@allurereport/web-awesome 3.0.1 → 3.2.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 (155) hide show
  1. package/dist/multi/173.app-d0210ed2e64d38a2ee8e.js +1 -0
  2. package/dist/multi/174.app-d0210ed2e64d38a2ee8e.js +1 -0
  3. package/dist/multi/252.app-d0210ed2e64d38a2ee8e.js +1 -0
  4. package/dist/multi/282.app-d0210ed2e64d38a2ee8e.js +1 -0
  5. package/dist/multi/29.app-d0210ed2e64d38a2ee8e.js +1 -0
  6. package/dist/multi/416.app-d0210ed2e64d38a2ee8e.js +1 -0
  7. package/dist/multi/527.app-d0210ed2e64d38a2ee8e.js +1 -0
  8. package/dist/multi/600.app-d0210ed2e64d38a2ee8e.js +1 -0
  9. package/dist/multi/605.app-d0210ed2e64d38a2ee8e.js +1 -0
  10. package/dist/multi/638.app-d0210ed2e64d38a2ee8e.js +1 -0
  11. package/dist/multi/672.app-d0210ed2e64d38a2ee8e.js +1 -0
  12. package/dist/multi/686.app-d0210ed2e64d38a2ee8e.js +1 -0
  13. package/dist/multi/725.app-d0210ed2e64d38a2ee8e.js +1 -0
  14. package/dist/multi/741.app-d0210ed2e64d38a2ee8e.js +1 -0
  15. package/dist/multi/749.app-d0210ed2e64d38a2ee8e.js +1 -0
  16. package/dist/multi/755.app-d0210ed2e64d38a2ee8e.js +1 -0
  17. package/dist/multi/894.app-d0210ed2e64d38a2ee8e.js +1 -0
  18. package/dist/multi/943.app-d0210ed2e64d38a2ee8e.js +1 -0
  19. package/dist/multi/980.app-d0210ed2e64d38a2ee8e.js +1 -0
  20. package/dist/multi/app-d0210ed2e64d38a2ee8e.js +2 -0
  21. package/dist/multi/{app-bae2a0fe5738d77cd976.js.LICENSE.txt → app-d0210ed2e64d38a2ee8e.js.LICENSE.txt} +7 -0
  22. package/dist/multi/manifest.json +21 -21
  23. package/dist/multi/styles-13107bbe6906beabc50f.css +49 -0
  24. package/dist/single/app-01fed10ad5f9083fd39c.js +2 -0
  25. package/dist/single/{app-996d3b5869f8fc942b66.js.LICENSE.txt → app-01fed10ad5f9083fd39c.js.LICENSE.txt} +7 -0
  26. package/dist/single/manifest.json +1 -1
  27. package/package.json +9 -11
  28. package/src/assets/scss/vars.scss +3 -0
  29. package/src/components/BaseLayout/index.tsx +25 -21
  30. package/src/components/BaseLayout/styles.scss +1 -0
  31. package/src/components/Charts/index.tsx +10 -7
  32. package/src/components/Footer/FooterVersion.tsx +14 -8
  33. package/src/components/Header/index.tsx +9 -7
  34. package/src/components/HeaderControls/index.tsx +5 -2
  35. package/src/components/MainReport/index.tsx +52 -47
  36. package/src/components/MainReport/styles.scss +1 -0
  37. package/src/components/Metadata/index.tsx +98 -7
  38. package/src/components/Metadata/styles.scss +10 -0
  39. package/src/components/ReportBody/HeaderActions.tsx +4 -13
  40. package/src/components/ReportBody/SortBy.tsx +27 -13
  41. package/src/components/ReportBody/index.tsx +1 -1
  42. package/src/components/ReportBody/styles.scss +4 -1
  43. package/src/components/ReportFilters/BaseFilters.tsx +345 -0
  44. package/src/components/ReportFilters/RetryFlaky.tsx +29 -0
  45. package/src/components/ReportFilters/TagsFilter.tsx +41 -0
  46. package/src/components/ReportFilters/TransitionFilter.tsx +49 -0
  47. package/src/components/ReportFilters/index.tsx +44 -0
  48. package/src/components/ReportFilters/styles.scss +55 -0
  49. package/src/components/ReportQualityGateResults/index.tsx +77 -19
  50. package/src/components/ReportQualityGateResults/styles.scss +13 -0
  51. package/src/components/ReportSearch/index.tsx +29 -0
  52. package/src/components/ReportTabs/index.tsx +1 -1
  53. package/src/components/SectionPicker/index.tsx +1 -1
  54. package/src/components/SplitLayout/index.tsx +7 -3
  55. package/src/components/TestResult/TrDescription/index.tsx +60 -10
  56. package/src/components/TestResult/TrDescription/styles.scss +4 -0
  57. package/src/components/TestResult/TrEnvironmentItem/index.tsx +2 -2
  58. package/src/components/TestResult/TrError/TrDiff.tsx +2 -6
  59. package/src/components/TestResult/TrError/styles.scss +4 -0
  60. package/src/components/TestResult/TrHeader/TrBreadcrumbs.tsx +2 -2
  61. package/src/components/TestResult/TrHistory/TrHistoryItem.tsx +38 -7
  62. package/src/components/TestResult/TrHistory/index.tsx +18 -8
  63. package/src/components/TestResult/TrHistory/styles.scss +4 -7
  64. package/src/components/TestResult/TrInfo/styles.scss +1 -0
  65. package/src/components/TestResult/TrLinks/index.tsx +4 -4
  66. package/src/components/TestResult/TrNavigation/index.tsx +109 -68
  67. package/src/components/TestResult/TrNavigation/styles.scss +15 -25
  68. package/src/components/TestResult/TrOverview.tsx +3 -2
  69. package/src/components/TestResult/TrPwTraces/PwTraceButton.tsx +1 -8
  70. package/src/components/TestResult/TrRetriesView/TrRetriesItem.tsx +2 -3
  71. package/src/components/TestResult/TrRetriesView/index.tsx +4 -3
  72. package/src/components/TestResult/TrSteps/TrAttachment.tsx +5 -3
  73. package/src/components/TestResult/TrSteps/TrAttachmentInfo.tsx +10 -3
  74. package/src/components/TestResult/TrTabs/index.tsx +7 -23
  75. package/src/components/TestResult/index.tsx +9 -4
  76. package/src/components/TestResult/styles.scss +1 -0
  77. package/src/components/Timeline/index.tsx +2 -5
  78. package/src/components/Tree/index.tsx +14 -9
  79. package/src/index.html +19 -18
  80. package/src/index.tsx +20 -27
  81. package/src/locales/az.json +42 -13
  82. package/src/locales/de.json +42 -13
  83. package/src/locales/en.json +42 -13
  84. package/src/locales/es.json +42 -13
  85. package/src/locales/fr.json +42 -13
  86. package/src/locales/he.json +42 -13
  87. package/src/locales/hy.json +42 -13
  88. package/src/locales/it.json +42 -13
  89. package/src/locales/ja.json +42 -13
  90. package/src/locales/ka.json +42 -13
  91. package/src/locales/kr.json +42 -13
  92. package/src/locales/nl.json +42 -13
  93. package/src/locales/pl.json +42 -13
  94. package/src/locales/pt.json +42 -13
  95. package/src/locales/ru.json +42 -13
  96. package/src/locales/sv.json +42 -13
  97. package/src/locales/tr.json +42 -13
  98. package/src/locales/{ua.json → uk.json} +42 -13
  99. package/src/locales/zh.json +42 -13
  100. package/src/stores/chart.ts +2 -2
  101. package/src/stores/env.ts +6 -6
  102. package/src/stores/envInfo.ts +2 -2
  103. package/src/stores/globals.ts +1 -1
  104. package/src/stores/index.ts +0 -1
  105. package/src/stores/layout.ts +20 -11
  106. package/src/stores/locale.ts +71 -38
  107. package/src/stores/qualityGate.ts +4 -4
  108. package/src/stores/router.ts +25 -91
  109. package/src/stores/sections.ts +32 -45
  110. package/src/stores/stats.ts +4 -4
  111. package/src/stores/testResult.ts +5 -0
  112. package/src/stores/testResults.ts +7 -5
  113. package/src/stores/timeline.ts +5 -2
  114. package/src/stores/tree.ts +20 -13
  115. package/src/stores/treeFilters/actions.ts +48 -52
  116. package/src/stores/treeFilters/constants.ts +11 -5
  117. package/src/stores/treeFilters/model.ts +51 -0
  118. package/src/stores/treeFilters/store.ts +260 -60
  119. package/src/stores/treeFilters/utils.ts +132 -0
  120. package/src/stores/treeSort.ts +71 -0
  121. package/src/stores/variables.ts +3 -3
  122. package/src/utils/ownerAddress.ts +92 -0
  123. package/src/utils/time.ts +16 -2
  124. package/src/utils/treeFilters.ts +48 -66
  125. package/test/components/Header.test.tsx +49 -58
  126. package/test/utils/ownerAddress.test.ts +89 -0
  127. package/test/utils/treeFilters.test.ts +18 -321
  128. package/types.d.ts +3 -2
  129. package/dist/multi/173.app-bae2a0fe5738d77cd976.js +0 -1
  130. package/dist/multi/174.app-bae2a0fe5738d77cd976.js +0 -1
  131. package/dist/multi/252.app-bae2a0fe5738d77cd976.js +0 -1
  132. package/dist/multi/282.app-bae2a0fe5738d77cd976.js +0 -1
  133. package/dist/multi/29.app-bae2a0fe5738d77cd976.js +0 -1
  134. package/dist/multi/416.app-bae2a0fe5738d77cd976.js +0 -1
  135. package/dist/multi/527.app-bae2a0fe5738d77cd976.js +0 -1
  136. package/dist/multi/600.app-bae2a0fe5738d77cd976.js +0 -1
  137. package/dist/multi/605.app-bae2a0fe5738d77cd976.js +0 -1
  138. package/dist/multi/638.app-bae2a0fe5738d77cd976.js +0 -1
  139. package/dist/multi/672.app-bae2a0fe5738d77cd976.js +0 -1
  140. package/dist/multi/686.app-bae2a0fe5738d77cd976.js +0 -1
  141. package/dist/multi/725.app-bae2a0fe5738d77cd976.js +0 -1
  142. package/dist/multi/741.app-bae2a0fe5738d77cd976.js +0 -1
  143. package/dist/multi/755.app-bae2a0fe5738d77cd976.js +0 -1
  144. package/dist/multi/894.app-bae2a0fe5738d77cd976.js +0 -1
  145. package/dist/multi/91.app-bae2a0fe5738d77cd976.js +0 -1
  146. package/dist/multi/943.app-bae2a0fe5738d77cd976.js +0 -1
  147. package/dist/multi/980.app-bae2a0fe5738d77cd976.js +0 -1
  148. package/dist/multi/app-bae2a0fe5738d77cd976.js +0 -2
  149. package/dist/multi/styles-bbf68b2ba63c38b53c38.css +0 -48
  150. package/dist/single/app-996d3b5869f8fc942b66.js +0 -2
  151. package/src/components/ReportBody/Filters.tsx +0 -122
  152. package/src/stores/theme.ts +0 -30
  153. package/src/stores/treeFilters/index.ts +0 -3
  154. package/src/stores/treeFilters/types.ts +0 -12
  155. package/test/stores/treeFilters.test.ts +0 -302
@@ -28,22 +28,28 @@
28
28
  "search-placeholder": "Անվանում կամ ID"
29
29
  },
30
30
  "filters": {
31
- "more-filters": "Լրացուցիչ ֆիլտրեր",
32
- "enable-filter": "Միացնել \"{{filter}}\" ֆիլտրը",
33
31
  "flaky": "Անհուսալի",
34
32
  "retry": "Կրկնություն",
35
33
  "new": "Նոր",
36
34
  "fixed": "Ուղղված",
37
35
  "regressed": "Ռեգրեսիա",
38
- "malfunctioned": "Կոտրված"
39
- },
40
- "filters.description": {
41
- "flaky": "Ցուցադրել անկայուն թեստեր",
42
- "retry": "Ցուցադրել կրկնված թեստերի արդյունքները",
43
- "new": "Ցուցադրում է թեստերի արդյունքները, որոնք առաջին անգամ են հայտնվում այս հաշվետվությունում",
44
- "fixed": "Ցուցադրել թեստեր, որոնք այժմ անցել են, բայց նախկինում \"ձախողվել\" կամ \"կոտրվել\" են",
45
- "regressed": "Ցուցադրում է թեստերի արդյունքները, որոնք փոխել են կարգավիճակը \"անցած\" կամ \"կոտրված\"-ից \"ձախողված\"-ի",
46
- "malfunctioned": "Ցուցադրում է թեստերի արդյունքները, որոնք փոխել են կարգավիճակը \"անցած\" կամ \"ձախողված\"-ից \"կոտրված\"-ի"
36
+ "malfunctioned": "Կոտրված",
37
+ "transition": "Անցում",
38
+ "tags": "Պիտակներ",
39
+ "goto_filter": "Անցնել ֆիլտրին",
40
+ "errors": {
41
+ "max_values_one": "Ֆիլտրման համար օգտագործվում է միայն առաջին {{count}} արժեքը:\nԼրացուցիչ արժեքները անտեսվում են",
42
+ "max_values_other": "Ֆիլտրման համար օգտագործվում են միայն առաջին {{count}} արժեքները:\nԼրացուցիչ արժեքները անտեսվում են"
43
+ },
44
+ "description": {
45
+ "flaky": "Ցուցադրել անկայուն թեստեր",
46
+ "retry": "Ցուցադրել կրկնված թեստերի արդյունքները",
47
+ "new": "Ցուցադրում է թեստերի արդյունքները, որոնք առաջին անգամ են հայտնվում այս հաշվետվությունում",
48
+ "fixed": "Ցուցադրել թեստեր, որոնք այժմ անցել են, բայց նախկինում \"ձախողվել\" կամ \"կոտրվել\" են",
49
+ "regressed": "Ցուցադրում է թեստերի արդյունքները, որոնք փոխել են կարգավիճակը \"անցած\" կամ \"կոտրված\"-ից \"ձախողված\"-ի",
50
+ "malfunctioned": "Ցուցադրում է թեստերի արդյունքները, որոնք փոխել են կարգավիճակը \"անցած\" կամ \"ձախողված\"-ից \"կոտրված\"-ի",
51
+ "tags": "Ցուցադրում է թեստերի արդյունքները, որոնք ունեն նշված պիտակները"
52
+ }
47
53
  },
48
54
  "sort-by": {
49
55
  "sort-by-text": "Դասավորել ըստ:",
@@ -122,6 +128,7 @@
122
128
  "showLess": "Ցուցադրել պակաս",
123
129
  "showMore": "Ցուցադրել ավելին",
124
130
  "copy": "Պատճենել",
131
+ "copy-email": "Պատճենել էլ. փոստը",
125
132
  "attempt": "Փորձ {{attempt}}-ից {{total}}-ը",
126
133
  "at": "է",
127
134
  "variables": "Փոփոխականներ",
@@ -300,8 +307,8 @@
300
307
  "history": "{{timestamp, timestamp_date}}"
301
308
  }
302
309
  },
303
- "fbsuAgePyramid": {
304
- "title": "FBSU տdelays delaysdelays",
310
+ "statusAgePyramid": {
311
+ "title": "Կարգավիճակի տարիքային պիրամիդ",
305
312
  "status": {
306
313
  "passed": "$t(statuses:passed, capitalize)",
307
314
  "failed": "$t(statuses:failed, capitalize)",
@@ -374,5 +381,27 @@
374
381
  "fixed": "Ուղղված",
375
382
  "regressed": "Ռեգրեսիա",
376
383
  "malfunctioned": "Կոտրված"
384
+ },
385
+ "trHistory": {
386
+ "unknown-date": "Անհայտ ամսաթիվ"
387
+ },
388
+ "attachments": {
389
+ "imageDiff": {
390
+ "mode": {
391
+ "diff": "Տարբերություն",
392
+ "actual": "Իրական",
393
+ "expected": "Ակնկալվող",
394
+ "side-by-side": "Կողք կողքի",
395
+ "overlay": "Ծածկույթ"
396
+ },
397
+ "empty": {
398
+ "failed-to-load": "Չհաջողվեց բեռնել պատկերների համեմատությունը"
399
+ },
400
+ "image": {
401
+ "diff": "Տարբերություն",
402
+ "actual": "Իրական",
403
+ "expected": "Ակնկալվող"
404
+ }
405
+ }
377
406
  }
378
407
  }
@@ -28,22 +28,28 @@
28
28
  "search-placeholder": "Nome o ID"
29
29
  },
30
30
  "filters": {
31
- "more-filters": "Filtri",
32
- "enable-filter": "Attiva filtro \"{{filter}}\"",
33
31
  "flaky": "Instabili",
34
32
  "retry": "Ripetuti",
35
33
  "new": "Nuovi",
36
34
  "fixed": "Corretti",
37
35
  "regressed": "Regrediti",
38
- "malfunctioned": "Danneggiati"
39
- },
40
- "filters.description": {
41
- "flaky": "Mostra test instabili",
42
- "retry": "Mostra i risultati dei test che sono stati rieseguiti",
43
- "new": "Mostra i risultati dei test che appaiono per la prima volta in questo report",
44
- "fixed": "Mostra test che ora sono superati ma che erano precedentemente \"falliti\" o \"danneggiati\"",
45
- "regressed": "Mostra i risultati dei test che sono passati dallo stato \"superato\" o \"danneggiato\" a \"fallito\"",
46
- "malfunctioned": "Mostra i risultati dei test che sono passati dallo stato \"superato\" o \"fallito\" a \"danneggiato\""
36
+ "malfunctioned": "Danneggiati",
37
+ "transition": "Transizione",
38
+ "tags": "Tag",
39
+ "goto_filter": "Vai al filtro",
40
+ "errors": {
41
+ "max_values_one": "Solo il primo {{count}} valore viene utilizzato per il filtraggio.\nI valori aggiuntivi vengono ignorati",
42
+ "max_values_other": "Solo i primi {{count}} valori vengono utilizzati per il filtraggio.\nI valori aggiuntivi vengono ignorati"
43
+ },
44
+ "description": {
45
+ "flaky": "Mostra test instabili",
46
+ "retry": "Mostra i risultati dei test che sono stati rieseguiti",
47
+ "new": "Mostra i risultati dei test che appaiono per la prima volta in questo report",
48
+ "fixed": "Mostra test che ora sono superati ma che erano precedentemente \"falliti\" o \"danneggiati\"",
49
+ "regressed": "Mostra i risultati dei test che sono passati dallo stato \"superato\" o \"danneggiato\" a \"fallito\"",
50
+ "malfunctioned": "Mostra i risultati dei test che sono passati dallo stato \"superato\" o \"fallito\" a \"danneggiato\"",
51
+ "tags": "Mostra i risultati dei test che hanno i tag specificati"
52
+ }
47
53
  },
48
54
  "sort-by": {
49
55
  "sort-by-text": "Ordina per:",
@@ -122,6 +128,7 @@
122
128
  "showLess": "Mostra meno",
123
129
  "showMore": "Mostra di più",
124
130
  "copy": "Copia",
131
+ "copy-email": "Copia email",
125
132
  "attempt": "Tentativo {{attempt}} di {{total}}",
126
133
  "at": "a",
127
134
  "variables": "Variabili",
@@ -300,8 +307,8 @@
300
307
  "history": "{{timestamp, timestamp_date}}"
301
308
  }
302
309
  },
303
- "fbsuAgePyramid": {
304
- "title": "Piramide delle età FBSU",
310
+ "statusAgePyramid": {
311
+ "title": "Piramide delle età per stato",
305
312
  "status": {
306
313
  "passed": "$t(statuses:passed, capitalize)",
307
314
  "failed": "$t(statuses:failed, capitalize)",
@@ -374,5 +381,27 @@
374
381
  "fixed": "Corretti",
375
382
  "regressed": "Regrediti",
376
383
  "malfunctioned": "Danneggiati"
384
+ },
385
+ "trHistory": {
386
+ "unknown-date": "Data sconosciuta"
387
+ },
388
+ "attachments": {
389
+ "imageDiff": {
390
+ "mode": {
391
+ "diff": "Diff",
392
+ "actual": "Attuale",
393
+ "expected": "Previsto",
394
+ "side-by-side": "Affiancato",
395
+ "overlay": "Sovrapposizione"
396
+ },
397
+ "empty": {
398
+ "failed-to-load": "Impossibile caricare il confronto delle immagini"
399
+ },
400
+ "image": {
401
+ "diff": "Diff",
402
+ "actual": "Attuale",
403
+ "expected": "Previsto"
404
+ }
405
+ }
377
406
  }
378
407
  }
@@ -28,22 +28,28 @@
28
28
  "search-placeholder": "名前またはID"
29
29
  },
30
30
  "filters": {
31
- "more-filters": "フィルター",
32
- "enable-filter": "\"{{filter}}\"フィルターを有効にする",
33
31
  "flaky": "不安定",
34
32
  "retry": "再実行",
35
33
  "new": "新規",
36
34
  "fixed": "修正済み",
37
35
  "regressed": "退行",
38
- "malfunctioned": "破損"
39
- },
40
- "filters.description": {
41
- "flaky": "不安定なテストを表示",
42
- "retry": "再実行されたテスト結果を表示します",
43
- "new": "このレポートで初めて表示されるテスト結果を表示します",
44
- "fixed": "現在「成功」しているが、以前「失敗」または「破損」していたテストを表示します",
45
- "regressed": "ステータスが「成功」または「破損」から「失敗」に変更されたテスト結果を表示します",
46
- "malfunctioned": "ステータスが「成功」または「失敗」から「破損」に変更されたテスト結果を表示します"
36
+ "malfunctioned": "破損",
37
+ "transition": "遷移",
38
+ "tags": "タグ",
39
+ "goto_filter": "フィルターに移動",
40
+ "errors": {
41
+ "max_values_one": "フィルタリングには最初の{{count}}値のみが使用されます。\n追加の値は無視されます",
42
+ "max_values_other": "フィルタリングには最初の{{count}}値のみが使用されます。\n追加の値は無視されます"
43
+ },
44
+ "description": {
45
+ "flaky": "不安定なテストを表示",
46
+ "retry": "再実行されたテスト結果を表示します",
47
+ "new": "このレポートで初めて表示されるテスト結果を表示します",
48
+ "fixed": "現在「成功」しているが、以前「失敗」または「破損」していたテストを表示します",
49
+ "regressed": "ステータスが「成功」または「破損」から「失敗」に変更されたテスト結果を表示します",
50
+ "malfunctioned": "ステータスが「成功」または「失敗」から「破損」に変更されたテスト結果を表示します",
51
+ "tags": "指定されたタグを持つテスト結果を表示します"
52
+ }
47
53
  },
48
54
  "sort-by": {
49
55
  "sort-by-text": "並べ替え:",
@@ -122,6 +128,7 @@
122
128
  "showLess": "表示を減らす",
123
129
  "showMore": "もっと見る",
124
130
  "copy": "コピー",
131
+ "copy-email": "メールをコピー",
125
132
  "attempt": "試行 {{attempt}} 回目(全 {{total}} 回)",
126
133
  "at": "時",
127
134
  "variables": "変数",
@@ -300,8 +307,8 @@
300
307
  "history": "{{timestamp, timestamp_date}}"
301
308
  }
302
309
  },
303
- "fbsuAgePyramid": {
304
- "title": "FBSU年齢ピラミッド",
310
+ "statusAgePyramid": {
311
+ "title": "ステータス年齢ピラミッド",
305
312
  "status": {
306
313
  "passed": "$t(statuses:passed, capitalize)",
307
314
  "failed": "$t(statuses:failed, capitalize)",
@@ -374,5 +381,27 @@
374
381
  "fixed": "修正済み",
375
382
  "regressed": "退行",
376
383
  "malfunctioned": "破損"
384
+ },
385
+ "trHistory": {
386
+ "unknown-date": "不明な日付"
387
+ },
388
+ "attachments": {
389
+ "imageDiff": {
390
+ "mode": {
391
+ "diff": "差分",
392
+ "actual": "実際",
393
+ "expected": "期待値",
394
+ "side-by-side": "並列",
395
+ "overlay": "オーバーレイ"
396
+ },
397
+ "empty": {
398
+ "failed-to-load": "画像比較の読み込みに失敗しました"
399
+ },
400
+ "image": {
401
+ "diff": "差分",
402
+ "actual": "実際",
403
+ "expected": "期待値"
404
+ }
405
+ }
377
406
  }
378
407
  }
@@ -28,22 +28,28 @@
28
28
  "search-placeholder": "სახელი ან ID"
29
29
  },
30
30
  "filters": {
31
- "more-filters": "დამატებითი ფილტრები",
32
- "enable-filter": "ჩართეთ ფილტრი \"{{filter}}\"",
33
31
  "flaky": "არასტაბილური",
34
32
  "retry": "ხელახალი",
35
33
  "new": "ახალი",
36
34
  "fixed": "გასწორებული",
37
35
  "regressed": "რეგრესია",
38
- "malfunctioned": "დაზიანებული"
39
- },
40
- "filters.description": {
41
- "flaky": "არასტაბილური ტესტების ჩვენება",
42
- "retry": "განმეორებით გაშვებული ტესტების შედეგების ჩვენება",
43
- "new": "აჩვენებს ტესტების შედეგებს, რომლებიც პირველად ჩანს ამ ანგარიშში",
44
- "fixed": "აჩვენებს ტესტებს, რომლებიც ახლა წარმატებულია, მაგრამ ადრე იყო \"წარუმატებელი\" ან \"დამტვრეული\"",
45
- "regressed": "აჩვენებს ტესტების შედეგებს, რომლებმაც შეცვალეს სტატუსი \"წარმატებული\" ან \"დამტვრეული\"-დან \"წარუმატებელი\"-ზე",
46
- "malfunctioned": "აჩვენებს ტესტების შედეგებს, რომლებმაც შეცვალეს სტატუსი \"წარმატებული\" ან \"წარუმატებელი\"-დან \"დამტვრეული\"-ზე"
36
+ "malfunctioned": "დაზიანებული",
37
+ "transition": "გადასვლა",
38
+ "tags": "ტეგები",
39
+ "goto_filter": "ფილტრზე გადასვლა",
40
+ "errors": {
41
+ "max_values_one": "ფილტრაციისთვის გამოიყენება მხოლოდ პირველი {{count}} მნიშვნელობა.\nდამატებითი მნიშვნელობები იგნორირდება",
42
+ "max_values_other": "ფილტრაციისთვის გამოიყენება მხოლოდ პირველი {{count}} მნიშვნელობა.\nდამატებითი მნიშვნელობები იგნორირდება"
43
+ },
44
+ "description": {
45
+ "flaky": "არასტაბილური ტესტების ჩვენება",
46
+ "retry": "განმეორებით გაშვებული ტესტების შედეგების ჩვენება",
47
+ "new": "აჩვენებს ტესტების შედეგებს, რომლებიც პირველად ჩანს ამ ანგარიშში",
48
+ "fixed": "აჩვენებს ტესტებს, რომლებიც ახლა წარმატებულია, მაგრამ ადრე იყო \"წარუმატებელი\" ან \"დამტვრეული\"",
49
+ "regressed": "აჩვენებს ტესტების შედეგებს, რომლებმაც შეცვალეს სტატუსი \"წარმატებული\" ან \"დამტვრეული\"-დან \"წარუმატებელი\"-ზე",
50
+ "malfunctioned": "აჩვენებს ტესტების შედეგებს, რომლებმაც შეცვალეს სტატუსი \"წარმატებული\" ან \"წარუმატებელი\"-დან \"დამტვრეული\"-ზე",
51
+ "tags": "აჩვენებს ტესტების შედეგებს, რომლებსაც აქვთ მითითებული ტეგები"
52
+ }
47
53
  },
48
54
  "sort-by": {
49
55
  "sort-by-text": "დალაგება:",
@@ -122,6 +128,7 @@
122
128
  "showLess": "ნაკლების ჩვენება",
123
129
  "showMore": "მეტის ჩვენება",
124
130
  "copy": "კოპირება",
131
+ "copy-email": "ელფოსტის კოპირება",
125
132
  "attempt": "მცდელობა {{attempt}} {{total}}-დან",
126
133
  "at": "ზე",
127
134
  "variables": "ცვლადები",
@@ -300,8 +307,8 @@
300
307
  "history": "{{timestamp, timestamp_date}}"
301
308
  }
302
309
  },
303
- "fbsuAgePyramid": {
304
- "title": "FBSU ასაკობრივი პირამიდა",
310
+ "statusAgePyramid": {
311
+ "title": "ასაკობრივი პირამიდა სტატუსის მიხედვით",
305
312
  "status": {
306
313
  "passed": "$t(statuses:passed, capitalize)",
307
314
  "failed": "$t(statuses:failed, capitalize)",
@@ -374,5 +381,27 @@
374
381
  "fixed": "გასწორებული",
375
382
  "regressed": "რეგრესია",
376
383
  "malfunctioned": "დაზიანებული"
384
+ },
385
+ "trHistory": {
386
+ "unknown-date": "უცნობი თარიღი"
387
+ },
388
+ "attachments": {
389
+ "imageDiff": {
390
+ "mode": {
391
+ "diff": "სხვაობა",
392
+ "actual": "ფაქტობრივი",
393
+ "expected": "მოსალოდნელი",
394
+ "side-by-side": "გვერდიგვერდ",
395
+ "overlay": "ფენა"
396
+ },
397
+ "empty": {
398
+ "failed-to-load": "სურათების შედარების ჩატვირთვა ვერ მოხერხდა"
399
+ },
400
+ "image": {
401
+ "diff": "სხვაობა",
402
+ "actual": "ფაქტობრივი",
403
+ "expected": "მოსალოდნელი"
404
+ }
405
+ }
377
406
  }
378
407
  }
@@ -28,22 +28,28 @@
28
28
  "search-placeholder": "이름 또는 ID"
29
29
  },
30
30
  "filters": {
31
- "more-filters": "추가 필터",
32
- "enable-filter": "\"{{filter}}\" 필터 활성화",
33
31
  "flaky": "불안정함",
34
32
  "retry": "재시도",
35
33
  "new": "새로운",
36
34
  "fixed": "수정됨",
37
35
  "regressed": "퇴행",
38
- "malfunctioned": "고장"
39
- },
40
- "filters.description": {
41
- "flaky": "불안정한 테스트 표시",
42
- "retry": "재실행된 테스트 결과를 표시합니다",
43
- "new": " 보고서에서 처음 나타나는 테스트 결과를 표시합니다",
44
- "fixed": "현재 \"통과\"하지만 이전에 \"실패\" 또는 \"손상됨\"이었던 테스트를 표시합니다",
45
- "regressed": "\"통과\" 또는 \"손상됨\" 상태에서 \"실패\" 상태로 변경된 테스트 결과를 표시합니다",
46
- "malfunctioned": "\"통과\" 또는 \"실패\" 상태에서 \"손상됨\" 상태로 변경된 테스트 결과를 표시합니다"
36
+ "malfunctioned": "고장",
37
+ "transition": "전환",
38
+ "tags": "태그",
39
+ "goto_filter": "필터로 이동",
40
+ "errors": {
41
+ "max_values_one": "필터링에는 번째 {{count}} 값만 사용됩니다.\n추가 값은 무시됩니다",
42
+ "max_values_other": "필터링에는 {{count}} 값만 사용됩니다.\n추가 값은 무시됩니다"
43
+ },
44
+ "description": {
45
+ "flaky": "불안정한 테스트 표시",
46
+ "retry": "재실행된 테스트 결과를 표시합니다",
47
+ "new": "이 보고서에서 처음 나타나는 테스트 결과를 표시합니다",
48
+ "fixed": "현재 \"통과\"하지만 이전에 \"실패\" 또는 \"손상됨\"이었던 테스트를 표시합니다",
49
+ "regressed": "\"통과\" 또는 \"손상됨\" 상태에서 \"실패\" 상태로 변경된 테스트 결과를 표시합니다",
50
+ "malfunctioned": "\"통과\" 또는 \"실패\" 상태에서 \"손상됨\" 상태로 변경된 테스트 결과를 표시합니다",
51
+ "tags": "지정된 태그가 있는 테스트 결과를 표시합니다"
52
+ }
47
53
  },
48
54
  "sort-by": {
49
55
  "sort-by-text": "정렬 기준:",
@@ -122,6 +128,7 @@
122
128
  "showLess": "덜 보기",
123
129
  "showMore": "더 보기",
124
130
  "copy": "복사",
131
+ "copy-email": "이메일 복사",
125
132
  "attempt": "시도 {{attempt}}/{{total}}",
126
133
  "at": "에서",
127
134
  "variables": "변수",
@@ -300,8 +307,8 @@
300
307
  "history": "{{timestamp, timestamp_date}}"
301
308
  }
302
309
  },
303
- "fbsuAgePyramid": {
304
- "title": "FBSU 연령 피라미드",
310
+ "statusAgePyramid": {
311
+ "title": "상태 연령 피라미드",
305
312
  "status": {
306
313
  "passed": "$t(statuses:passed, capitalize)",
307
314
  "failed": "$t(statuses:failed, capitalize)",
@@ -374,5 +381,27 @@
374
381
  "fixed": "수정됨",
375
382
  "regressed": "퇴행",
376
383
  "malfunctioned": "고장"
384
+ },
385
+ "trHistory": {
386
+ "unknown-date": "알 수 없는 날짜"
387
+ },
388
+ "attachments": {
389
+ "imageDiff": {
390
+ "mode": {
391
+ "diff": "차이",
392
+ "actual": "실제",
393
+ "expected": "예상",
394
+ "side-by-side": "나란히",
395
+ "overlay": "오버레이"
396
+ },
397
+ "empty": {
398
+ "failed-to-load": "이미지 비교를 불러올 수 없습니다"
399
+ },
400
+ "image": {
401
+ "diff": "차이",
402
+ "actual": "실제",
403
+ "expected": "예상"
404
+ }
405
+ }
377
406
  }
378
407
  }
@@ -28,22 +28,28 @@
28
28
  "search-placeholder": "Naam of ID"
29
29
  },
30
30
  "filters": {
31
- "more-filters": "Meer filters",
32
- "enable-filter": "Filter \"{{filter}}\" inschakelen",
33
31
  "flaky": "Onstabiel",
34
32
  "retry": "Opnieuw proberen",
35
33
  "new": "Nieuw",
36
34
  "fixed": "Opgelost",
37
35
  "regressed": "Teruggevallen",
38
- "malfunctioned": "Defect"
39
- },
40
- "filters.description": {
41
- "flaky": "Onstabiele tests weergeven",
42
- "retry": "Testresultaten weergeven die opnieuw zijn uitgevoerd",
43
- "new": "Toont testresultaten die voor het eerst in dit rapport verschijnen",
44
- "fixed": "Toont tests die nu geslaagd zijn maar eerder \"mislukt\" of \"gebroken\" waren",
45
- "regressed": "Toont testresultaten die zijn gewijzigd van \"geslaagd\" of \"gebroken\" naar \"mislukt\" status",
46
- "malfunctioned": "Toont testresultaten die zijn gewijzigd van \"geslaagd\" of \"mislukt\" naar \"gebroken\" status"
36
+ "malfunctioned": "Defect",
37
+ "transition": "Overgang",
38
+ "tags": "Tags",
39
+ "goto_filter": "Ga naar filter",
40
+ "errors": {
41
+ "max_values_one": "Alleen de eerste {{count}} waarde wordt gebruikt voor filtering.\nAanvullende waarden worden genegeerd",
42
+ "max_values_other": "Alleen de eerste {{count}} waarden worden gebruikt voor filtering.\nAanvullende waarden worden genegeerd"
43
+ },
44
+ "description": {
45
+ "flaky": "Onstabiele tests weergeven",
46
+ "retry": "Testresultaten weergeven die opnieuw zijn uitgevoerd",
47
+ "new": "Toont testresultaten die voor het eerst in dit rapport verschijnen",
48
+ "fixed": "Toont tests die nu geslaagd zijn maar eerder \"mislukt\" of \"gebroken\" waren",
49
+ "regressed": "Toont testresultaten die zijn gewijzigd van \"geslaagd\" of \"gebroken\" naar \"mislukt\" status",
50
+ "malfunctioned": "Toont testresultaten die zijn gewijzigd van \"geslaagd\" of \"mislukt\" naar \"gebroken\" status",
51
+ "tags": "Toont testresultaten die de opgegeven tags hebben"
52
+ }
47
53
  },
48
54
  "sort-by": {
49
55
  "sort-by-text": "Sorteren op:",
@@ -122,6 +128,7 @@
122
128
  "showLess": "Minder weergeven",
123
129
  "showMore": "Meer weergeven",
124
130
  "copy": "Kopiëren",
131
+ "copy-email": "E-mail kopiëren",
125
132
  "attempt": "Poging {{attempt}} van {{total}}",
126
133
  "at": "om",
127
134
  "variables": "Variabelen",
@@ -300,8 +307,8 @@
300
307
  "history": "{{timestamp, timestamp_date}}"
301
308
  }
302
309
  },
303
- "fbsuAgePyramid": {
304
- "title": "FBSU leeftijdspiramide",
310
+ "statusAgePyramid": {
311
+ "title": "Leeftijdspiramide per status",
305
312
  "status": {
306
313
  "passed": "$t(statuses:passed, capitalize)",
307
314
  "failed": "$t(statuses:failed, capitalize)",
@@ -374,5 +381,27 @@
374
381
  "fixed": "Opgelost",
375
382
  "regressed": "Teruggevallen",
376
383
  "malfunctioned": "Defect"
384
+ },
385
+ "trHistory": {
386
+ "unknown-date": "Onbekende datum"
387
+ },
388
+ "attachments": {
389
+ "imageDiff": {
390
+ "mode": {
391
+ "diff": "Diff",
392
+ "actual": "Werkelijk",
393
+ "expected": "Verwacht",
394
+ "side-by-side": "Naast elkaar",
395
+ "overlay": "Overlay"
396
+ },
397
+ "empty": {
398
+ "failed-to-load": "Kan afbeeldingsvergelijking niet laden"
399
+ },
400
+ "image": {
401
+ "diff": "Diff",
402
+ "actual": "Werkelijk",
403
+ "expected": "Verwacht"
404
+ }
405
+ }
377
406
  }
378
407
  }
@@ -28,22 +28,28 @@
28
28
  "search-placeholder": "Nazwa albo ID"
29
29
  },
30
30
  "filters": {
31
- "more-filters": "Filtry",
32
- "enable-filter": "Filtruj po \"{{filter}}\"",
33
31
  "flaky": "Niestabilne",
34
32
  "retry": "Powtórne",
35
33
  "new": "Nowe",
36
34
  "fixed": "Naprawione",
37
35
  "regressed": "Zaregresowane",
38
- "malfunctioned": "Uszkodzone"
39
- },
40
- "filters.description": {
41
- "flaky": "Pokaż niestabilne testy",
42
- "retry": "Pokaż wyniki testów, które zostały uruchomione ponownie",
43
- "new": "Pokaż wyniki testów, które po raz pierwszy pojawiają się w tym raporcie",
44
- "fixed": "Pokaż testy, które terazudane, ale wcześniej były \"nieudane\" lub \"uszkodzone\"",
45
- "regressed": "Pokaż wyniki testów, które zmieniły status z \"udany\" lub \"uszkodzony\" na \"nieudany\"",
46
- "malfunctioned": "Pokaż wyniki testów, które zmieniły status z \"udany\" lub \"nieudany\" na \"uszkodzony\""
36
+ "malfunctioned": "Uszkodzone",
37
+ "transition": "Przejście",
38
+ "tags": "Tagi",
39
+ "goto_filter": "Przejdź do filtra",
40
+ "errors": {
41
+ "max_values_one": "Tylko pierwsza {{count}} wartość jest używana do filtrowania.\nDodatkowe wartości ignorowane",
42
+ "max_values_other": "Tylko pierwsze {{count}} wartościużywane do filtrowania.\nDodatkowe wartości ignorowane"
43
+ },
44
+ "description": {
45
+ "flaky": "Pokaż niestabilne testy",
46
+ "retry": "Pokaż wyniki testów, które zostały uruchomione ponownie",
47
+ "new": "Pokaż wyniki testów, które po raz pierwszy pojawiają się w tym raporcie",
48
+ "fixed": "Pokaż testy, które teraz są udane, ale wcześniej były \"nieudane\" lub \"uszkodzone\"",
49
+ "regressed": "Pokaż wyniki testów, które zmieniły status z \"udany\" lub \"uszkodzony\" na \"nieudany\"",
50
+ "malfunctioned": "Pokaż wyniki testów, które zmieniły status z \"udany\" lub \"nieudany\" na \"uszkodzony\"",
51
+ "tags": "Pokaż wyniki testów, które mają określone tagi"
52
+ }
47
53
  },
48
54
  "sort-by": {
49
55
  "sort-by-text": "Sortuj po:",
@@ -122,6 +128,7 @@
122
128
  "showLess": "Pokaż mniej",
123
129
  "showMore": "Pokaż więcej",
124
130
  "copy": "Skopuj",
131
+ "copy-email": "Kopiuj e-mail",
125
132
  "attempt": "Próba {{attempt}} z {{total}}",
126
133
  "at": "w",
127
134
  "variables": "Zmienne",
@@ -308,8 +315,8 @@
308
315
  "history": "{{timestamp, timestamp_date}}"
309
316
  }
310
317
  },
311
- "fbsuAgePyramid": {
312
- "title": "Piramida wiekowa FBSU",
318
+ "statusAgePyramid": {
319
+ "title": "Piramida wieku według statusu",
313
320
  "status": {
314
321
  "passed": "$t(statuses:passed, capitalize)",
315
322
  "failed": "$t(statuses:failed, capitalize)",
@@ -382,5 +389,27 @@
382
389
  "fixed": "Naprawione",
383
390
  "regressed": "Zaregresowane",
384
391
  "malfunctioned": "Uszkodzone"
392
+ },
393
+ "trHistory": {
394
+ "unknown-date": "Nieznana data"
395
+ },
396
+ "attachments": {
397
+ "imageDiff": {
398
+ "mode": {
399
+ "diff": "Różnica",
400
+ "actual": "Aktualny",
401
+ "expected": "Oczekiwany",
402
+ "side-by-side": "Obok siebie",
403
+ "overlay": "Nakładka"
404
+ },
405
+ "empty": {
406
+ "failed-to-load": "Nie udało się załadować porównania obrazów"
407
+ },
408
+ "image": {
409
+ "diff": "Różnica",
410
+ "actual": "Aktualny",
411
+ "expected": "Oczekiwany"
412
+ }
413
+ }
385
414
  }
386
415
  }