@allurereport/web-awesome 3.0.0-beta.3

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 (263) hide show
  1. package/.babelrc.js +46 -0
  2. package/.eslintrc.cjs +15 -0
  3. package/README.md +27 -0
  4. package/dist/multi/141.app-b6362ca0.js +1 -0
  5. package/dist/multi/222.app-b6362ca0.js +1 -0
  6. package/dist/multi/335.app-b6362ca0.js +1 -0
  7. package/dist/multi/34.app-b6362ca0.js +1 -0
  8. package/dist/multi/349.app-b6362ca0.js +1 -0
  9. package/dist/multi/378.app-b6362ca0.js +1 -0
  10. package/dist/multi/406.app-b6362ca0.js +1 -0
  11. package/dist/multi/476.app-b6362ca0.js +1 -0
  12. package/dist/multi/53.app-b6362ca0.js +1 -0
  13. package/dist/multi/584.app-b6362ca0.js +1 -0
  14. package/dist/multi/690.app-b6362ca0.js +1 -0
  15. package/dist/multi/747.app-b6362ca0.js +1 -0
  16. package/dist/multi/767.app-b6362ca0.js +1 -0
  17. package/dist/multi/816.app-b6362ca0.js +1 -0
  18. package/dist/multi/83.app-b6362ca0.js +1 -0
  19. package/dist/multi/873.app-b6362ca0.js +1 -0
  20. package/dist/multi/920.app-b6362ca0.js +1 -0
  21. package/dist/multi/991.app-b6362ca0.js +1 -0
  22. package/dist/multi/JetBrainsMono_vf-9e9649b6..woff2 +0 -0
  23. package/dist/multi/JetBrainsMono_vf-b9a9c326..woff +0 -0
  24. package/dist/multi/app-b6362ca0.js +2 -0
  25. package/dist/multi/app-b6362ca0.js.LICENSE.txt +16 -0
  26. package/dist/multi/manifest.json +26 -0
  27. package/dist/multi/pt-root-ui_vf-22fe60ca..woff +0 -0
  28. package/dist/multi/pt-root-ui_vf-9d251e8b..woff2 +0 -0
  29. package/dist/multi/styles-b6362ca0.css +363 -0
  30. package/dist/single/app-57ae0a60.js +2 -0
  31. package/dist/single/app-57ae0a60.js.LICENSE.txt +16 -0
  32. package/dist/single/manifest.json +3 -0
  33. package/package.json +93 -0
  34. package/postcss.config.js +5 -0
  35. package/src/assets/fonts/JetBrainsMono_vf.woff +0 -0
  36. package/src/assets/fonts/JetBrainsMono_vf.woff2 +0 -0
  37. package/src/assets/fonts/pt-root-ui_vf.woff +0 -0
  38. package/src/assets/fonts/pt-root-ui_vf.woff2 +0 -0
  39. package/src/assets/scss/_common.scss +134 -0
  40. package/src/assets/scss/code.css +71 -0
  41. package/src/assets/scss/day.scss +51 -0
  42. package/src/assets/scss/fonts.scss +21 -0
  43. package/src/assets/scss/index.scss +9 -0
  44. package/src/assets/scss/mixins.scss +26 -0
  45. package/src/assets/scss/night.scss +61 -0
  46. package/src/assets/scss/palette.scss +393 -0
  47. package/src/assets/scss/theme.scss +117 -0
  48. package/src/assets/scss/typography.scss +218 -0
  49. package/src/assets/scss/vars.scss +8 -0
  50. package/src/assets/svg/arrows-chevron-down.svg +5 -0
  51. package/src/assets/svg/github.svg +5 -0
  52. package/src/assets/svg/line-alerts-notification-box.svg +3 -0
  53. package/src/assets/svg/line-arrows-chevron-down-double.svg +3 -0
  54. package/src/assets/svg/line-arrows-chevron-down.svg +3 -0
  55. package/src/assets/svg/line-arrows-chevron-right.svg +3 -0
  56. package/src/assets/svg/line-arrows-chevron-up-double.svg +3 -0
  57. package/src/assets/svg/line-arrows-chevron-up.svg +3 -0
  58. package/src/assets/svg/line-arrows-corner-down-right.svg +3 -0
  59. package/src/assets/svg/line-arrows-expand-3.svg +3 -0
  60. package/src/assets/svg/line-arrows-refresh-ccw-1.svg +3 -0
  61. package/src/assets/svg/line-arrows-sort-line-asc.svg +3 -0
  62. package/src/assets/svg/line-arrows-sort-line-desc.svg +3 -0
  63. package/src/assets/svg/line-arrows-switch-vertical-1.svg +3 -0
  64. package/src/assets/svg/line-dev-bug-2.svg +3 -0
  65. package/src/assets/svg/line-dev-code-square.svg +3 -0
  66. package/src/assets/svg/line-files-file-attachment-2.svg +3 -0
  67. package/src/assets/svg/line-general-check.svg +3 -0
  68. package/src/assets/svg/line-general-checklist3.svg +3 -0
  69. package/src/assets/svg/line-general-copy-3.svg +3 -0
  70. package/src/assets/svg/line-general-download-cloud.svg +3 -0
  71. package/src/assets/svg/line-general-equal.svg +3 -0
  72. package/src/assets/svg/line-general-home-line.svg +3 -0
  73. package/src/assets/svg/line-general-link-1.svg +3 -0
  74. package/src/assets/svg/line-general-link-external.svg +3 -0
  75. package/src/assets/svg/line-general-search-md.svg +3 -0
  76. package/src/assets/svg/line-general-settings-1.svg +3 -0
  77. package/src/assets/svg/line-general-x-close.svg +3 -0
  78. package/src/assets/svg/line-general-zap.svg +3 -0
  79. package/src/assets/svg/line-helpers-flag.svg +4 -0
  80. package/src/assets/svg/line-helpers-play-circle.svg +4 -0
  81. package/src/assets/svg/line-images-image.svg +3 -0
  82. package/src/assets/svg/line-security-key.svg +3 -0
  83. package/src/assets/svg/line-shapes-dot-circle.svg +3 -0
  84. package/src/assets/svg/line-shapes-moon.svg +3 -0
  85. package/src/assets/svg/line-shapes-sun.svg +3 -0
  86. package/src/assets/svg/line-time-clock-stopwatch.svg +3 -0
  87. package/src/assets/svg/report-logo.svg +64 -0
  88. package/src/assets/svg/solid-alert-circle.svg +3 -0
  89. package/src/assets/svg/solid-check-circle.svg +3 -0
  90. package/src/assets/svg/solid-help-circle.svg +3 -0
  91. package/src/assets/svg/solid-minus-circle.svg +3 -0
  92. package/src/assets/svg/solid-x-circle.svg +3 -0
  93. package/src/assets/svg/spinner.svg +18 -0
  94. package/src/assets/svg/view-off.svg +12 -0
  95. package/src/assets/svg/view.svg +11 -0
  96. package/src/components/app/ArrowButton/index.tsx +36 -0
  97. package/src/components/app/ArrowButton/styles.scss +32 -0
  98. package/src/components/app/BaseLayout/index.tsx +60 -0
  99. package/src/components/app/BaseLayout/styles.scss +60 -0
  100. package/src/components/app/Footer/FooterLogo.tsx +16 -0
  101. package/src/components/app/Footer/FooterVersion.tsx +27 -0
  102. package/src/components/app/Footer/index.tsx +13 -0
  103. package/src/components/app/Footer/styles.scss +14 -0
  104. package/src/components/app/Header/index.tsx +17 -0
  105. package/src/components/app/Header/styles.scss +26 -0
  106. package/src/components/app/LanguagePicker/index.tsx +41 -0
  107. package/src/components/app/MainReport/index.tsx +19 -0
  108. package/src/components/app/Metadata/index.tsx +114 -0
  109. package/src/components/app/Metadata/styles.scss +146 -0
  110. package/src/components/app/MetadataButton/index.tsx +33 -0
  111. package/src/components/app/MetadataButton/styles.scss +53 -0
  112. package/src/components/app/Modal/index.tsx +184 -0
  113. package/src/components/app/Modal/styles.scss +126 -0
  114. package/src/components/app/ReportBody/Filters.tsx +94 -0
  115. package/src/components/app/ReportBody/HeaderActions.tsx +21 -0
  116. package/src/components/app/ReportBody/SortBy.tsx +134 -0
  117. package/src/components/app/ReportBody/context.tsx +107 -0
  118. package/src/components/app/ReportBody/index.tsx +71 -0
  119. package/src/components/app/ReportBody/styles.scss +64 -0
  120. package/src/components/app/ReportHeader/ReportHeaderLabelList.tsx +12 -0
  121. package/src/components/app/ReportHeader/ReportHeaderLogo.tsx +10 -0
  122. package/src/components/app/ReportHeader/ReportHeaderPie.tsx +14 -0
  123. package/src/components/app/ReportHeader/index.tsx +33 -0
  124. package/src/components/app/ReportHeader/styles.scss +49 -0
  125. package/src/components/app/ReportLogo/index.tsx +17 -0
  126. package/src/components/app/ReportLogo/styles.scss +20 -0
  127. package/src/components/app/ReportLogoFull/index.tsx +21 -0
  128. package/src/components/app/ReportLogoFull/styles.scss +7 -0
  129. package/src/components/app/ReportMetadata/MetadataItem.tsx +45 -0
  130. package/src/components/app/ReportMetadata/MetadataSummary.tsx +79 -0
  131. package/src/components/app/ReportMetadata/MetadataTestType.tsx +16 -0
  132. package/src/components/app/ReportMetadata/MetadataWithIcon.tsx +25 -0
  133. package/src/components/app/ReportMetadata/index.tsx +46 -0
  134. package/src/components/app/ReportMetadata/styles.scss +99 -0
  135. package/src/components/app/Tabs/index.tsx +58 -0
  136. package/src/components/app/Tabs/styles.scss +56 -0
  137. package/src/components/app/TestResult/TestResultAttachmentsView/index.tsx +27 -0
  138. package/src/components/app/TestResult/TestResultAttachmentsView/styles.scss +12 -0
  139. package/src/components/app/TestResult/TestResultDescription/index.tsx +27 -0
  140. package/src/components/app/TestResult/TestResultDescription/styles.scss +12 -0
  141. package/src/components/app/TestResult/TestResultDropdown/index.tsx +19 -0
  142. package/src/components/app/TestResult/TestResultDropdown/styles.scss +34 -0
  143. package/src/components/app/TestResult/TestResultEmpty/index.tsx +34 -0
  144. package/src/components/app/TestResult/TestResultEmpty/styles.scss +25 -0
  145. package/src/components/app/TestResult/TestResultError/index.tsx +51 -0
  146. package/src/components/app/TestResult/TestResultError/styles.scss +40 -0
  147. package/src/components/app/TestResult/TestResultHeader/index.tsx +55 -0
  148. package/src/components/app/TestResult/TestResultHeader/styles.scss +43 -0
  149. package/src/components/app/TestResult/TestResultHistory/TestResultHistoryItem.tsx +57 -0
  150. package/src/components/app/TestResult/TestResultHistory/index.tsx +26 -0
  151. package/src/components/app/TestResult/TestResultHistory/styles.scss +63 -0
  152. package/src/components/app/TestResult/TestResultInfo/index.tsx +79 -0
  153. package/src/components/app/TestResult/TestResultInfo/styles.scss +33 -0
  154. package/src/components/app/TestResult/TestResultLinks/index.tsx +60 -0
  155. package/src/components/app/TestResult/TestResultLinks/styles.scss +30 -0
  156. package/src/components/app/TestResult/TestResultMetadata/index.tsx +27 -0
  157. package/src/components/app/TestResult/TestResultMetadata/styles.scss +8 -0
  158. package/src/components/app/TestResult/TestResultNavigation/index.tsx +89 -0
  159. package/src/components/app/TestResult/TestResultNavigation/styles.scss +48 -0
  160. package/src/components/app/TestResult/TestResultOverview.tsx +40 -0
  161. package/src/components/app/TestResult/TestResultParameters/index.tsx +30 -0
  162. package/src/components/app/TestResult/TestResultParameters/styles.scss +8 -0
  163. package/src/components/app/TestResult/TestResultPrevStatuses/index.tsx +52 -0
  164. package/src/components/app/TestResult/TestResultPrevStatuses/styles.scss +57 -0
  165. package/src/components/app/TestResult/TestResultRetriesView/TestResultRetriesItem.tsx +50 -0
  166. package/src/components/app/TestResult/TestResultRetriesView/index.tsx +24 -0
  167. package/src/components/app/TestResult/TestResultRetriesView/styles.scss +69 -0
  168. package/src/components/app/TestResult/TestResultSetup/index.tsx +50 -0
  169. package/src/components/app/TestResult/TestResultSeverity/index.tsx +34 -0
  170. package/src/components/app/TestResult/TestResultSeverity/styles.scss +29 -0
  171. package/src/components/app/TestResult/TestResultStatus/index.tsx +26 -0
  172. package/src/components/app/TestResult/TestResultStatus/styles.scss +36 -0
  173. package/src/components/app/TestResult/TestResultSteps/HtmlAttachmentPreview.tsx +12 -0
  174. package/src/components/app/TestResult/TestResultSteps/attachment.tsx +70 -0
  175. package/src/components/app/TestResult/TestResultSteps/attachmentCode.tsx +15 -0
  176. package/src/components/app/TestResult/TestResultSteps/attachmentImage.tsx +29 -0
  177. package/src/components/app/TestResult/TestResultSteps/attachmentVideo.tsx +12 -0
  178. package/src/components/app/TestResult/TestResultSteps/index.tsx +49 -0
  179. package/src/components/app/TestResult/TestResultSteps/styles.scss +225 -0
  180. package/src/components/app/TestResult/TestResultSteps/testResultAttachment.tsx +79 -0
  181. package/src/components/app/TestResult/TestResultSteps/testResultAttachmentInfo.tsx +87 -0
  182. package/src/components/app/TestResult/TestResultSteps/testResultStep.tsx +71 -0
  183. package/src/components/app/TestResult/TestResultSteps/testResultStepInfo.tsx +33 -0
  184. package/src/components/app/TestResult/TestResultSteps/wrongAttachment.tsx +8 -0
  185. package/src/components/app/TestResult/TestResultTabs/index.tsx +59 -0
  186. package/src/components/app/TestResult/TestResultTabs/styles.scss +76 -0
  187. package/src/components/app/TestResult/TestResultTeardown/index.tsx +49 -0
  188. package/src/components/app/TestResult/index.tsx +56 -0
  189. package/src/components/app/ThemeButton/ThemeButton.tsx +22 -0
  190. package/src/components/app/Tree/Tree.tsx +122 -0
  191. package/src/components/app/Tree/TreeHeader.tsx +81 -0
  192. package/src/components/app/Tree/TreeItem.tsx +31 -0
  193. package/src/components/app/Tree/TreeItemIcon.tsx +35 -0
  194. package/src/components/app/Tree/index.tsx +40 -0
  195. package/src/components/app/Tree/styles.scss +170 -0
  196. package/src/components/commons/Button/index.tsx +176 -0
  197. package/src/components/commons/Button/styles.scss +558 -0
  198. package/src/components/commons/Counter/index.tsx +29 -0
  199. package/src/components/commons/Counter/styles.scss +21 -0
  200. package/src/components/commons/Label/index.tsx +11 -0
  201. package/src/components/commons/Label/styles.scss +7 -0
  202. package/src/components/commons/Link/index.tsx +20 -0
  203. package/src/components/commons/Link/styles.scss +46 -0
  204. package/src/components/commons/Loadable/index.tsx +32 -0
  205. package/src/components/commons/Menu/index.tsx +173 -0
  206. package/src/components/commons/Menu/styles.scss +94 -0
  207. package/src/components/commons/PageLoader/index.tsx +10 -0
  208. package/src/components/commons/PageLoader/styles.scss +29 -0
  209. package/src/components/commons/SearchBox/index.tsx +61 -0
  210. package/src/components/commons/SearchBox/styles.scss +58 -0
  211. package/src/components/commons/Spinner/index.tsx +8 -0
  212. package/src/components/commons/SuccessRatePieChart/index.tsx +52 -0
  213. package/src/components/commons/SuccessRatePieChart/styles.scss +12 -0
  214. package/src/components/commons/SvgIcon/index.tsx +46 -0
  215. package/src/components/commons/SvgIcon/styles.scss +26 -0
  216. package/src/components/commons/Toggle/index.tsx +29 -0
  217. package/src/components/commons/Toggle/styles.scss +48 -0
  218. package/src/components/commons/Tooltip/index.tsx +123 -0
  219. package/src/components/commons/Tooltip/styles.scss +38 -0
  220. package/src/components/commons/Typography/index.tsx +99 -0
  221. package/src/hooks/useDebouncedCallback.ts +31 -0
  222. package/src/i18n/constants.ts +105 -0
  223. package/src/i18n/locales/am.json +115 -0
  224. package/src/i18n/locales/az.json +115 -0
  225. package/src/i18n/locales/de.json +115 -0
  226. package/src/i18n/locales/en.json +115 -0
  227. package/src/i18n/locales/es.json +114 -0
  228. package/src/i18n/locales/fr.json +115 -0
  229. package/src/i18n/locales/he.json +115 -0
  230. package/src/i18n/locales/it.json +115 -0
  231. package/src/i18n/locales/ja.json +115 -0
  232. package/src/i18n/locales/ka.json +115 -0
  233. package/src/i18n/locales/kr.json +115 -0
  234. package/src/i18n/locales/nl.json +115 -0
  235. package/src/i18n/locales/pl.json +113 -0
  236. package/src/i18n/locales/pt.json +115 -0
  237. package/src/i18n/locales/ru.json +113 -0
  238. package/src/i18n/locales/sv.json +115 -0
  239. package/src/i18n/locales/tr.json +115 -0
  240. package/src/i18n/locales/zh.json +115 -0
  241. package/src/index.html +35 -0
  242. package/src/index.tsx +48 -0
  243. package/src/stores/chart.ts +32 -0
  244. package/src/stores/envInfo.ts +34 -0
  245. package/src/stores/index.ts +4 -0
  246. package/src/stores/locale.ts +79 -0
  247. package/src/stores/stats.ts +36 -0
  248. package/src/stores/testResults.ts +40 -0
  249. package/src/stores/theme.ts +33 -0
  250. package/src/stores/tree.ts +33 -0
  251. package/src/stores/types.ts +5 -0
  252. package/src/types/globals.d.ts +8 -0
  253. package/src/types/window.d.ts +8 -0
  254. package/src/utils/attachments.ts +156 -0
  255. package/src/utils/capitalize.ts +4 -0
  256. package/src/utils/copyToClipboard.ts +3 -0
  257. package/src/utils/isMac.ts +7 -0
  258. package/src/utils/statuses.ts +55 -0
  259. package/src/utils/time.ts +17 -0
  260. package/src/utils/treeFilters.ts +150 -0
  261. package/tsconfig.json +25 -0
  262. package/types.d.ts +53 -0
  263. package/webpack.config.js +108 -0
@@ -0,0 +1,113 @@
1
+ {
2
+ "statuses": {
3
+ "passed": "udany",
4
+ "failed": "nie udany",
5
+ "broken": "uszkodzony",
6
+ "skipped": "pominęty",
7
+ "unknown": "nieznany",
8
+ "total": "wszystkie"
9
+ },
10
+ "testSummary": {
11
+ "all": "Wszystkie testy",
12
+ "flaky": "Flaky testy",
13
+ "retry": "Powtórne testy",
14
+ "new": "Nowe testy"
15
+ },
16
+ "tabs": {
17
+ "total": "Wszytkie"
18
+ },
19
+ "search": {
20
+ "search": "Poszukiwanie",
21
+ "search-placeholder": "Nazwa albo ID"
22
+ },
23
+ "filters": {
24
+ "more-filters": "Filtry",
25
+ "enable-filter": "Filtruj po \"{filter}\"",
26
+ "flaky": "Niestabilne",
27
+ "retry": "Powtórne",
28
+ "new": "Nowe"
29
+ },
30
+ "sort-by": {
31
+ "sort-by-text": "Sortuj po:",
32
+ "sort-by-category": "Sortuj po",
33
+ "direction-category": "Kierunek"
34
+ },
35
+ "sort-by.values": {
36
+ "order": "Kolejność",
37
+ "alphabet": "Nazwa",
38
+ "duration": "Długość",
39
+ "status": "Status"
40
+ },
41
+ "sort-by.directions": {
42
+ "order-asc": "Późnejsze – Wcześniejsze",
43
+ "order-desc": "Wcześniejsze – Późnejsze",
44
+ "order-asc-short": "Późnejsze",
45
+ "order-desc-short": "Wcześniejsze",
46
+ "alphabet-asc": "Z – A",
47
+ "alphabet-desc": "A – Z",
48
+ "alphabet-asc-short": "Z – A",
49
+ "alphabet-desc-short": "Z – A",
50
+ "duration-asc": "9 – 1",
51
+ "duration-desc": "1 – 9",
52
+ "duration-asc-short": "9 – 1",
53
+ "duration-desc-short": "1 – 9",
54
+ "status-asc": "Invertowany",
55
+ "status-desc": "Jak w liście filtrów",
56
+ "status-asc-short": "Invertowany",
57
+ "status-desc-short": "Domyślnie"
58
+ },
59
+ "empty": {
60
+ "no-results": "Nie znaleziono wyników",
61
+ "no-attachments-results": "Brak dostępnych informacji o załącznikach",
62
+ "no-history-results": "Brak dostępnych informacji o historii",
63
+ "no-retries-results": "Brak dostępnych informacji o ponownych próbach"
64
+ },
65
+ "severity": {
66
+ "name": "Ważność",
67
+ "blocker": "bloker",
68
+ "critical": "krytyczna",
69
+ "normal": "zwykła",
70
+ "minor": "niska",
71
+ "trivial": "minimalna"
72
+ },
73
+ "execution": {
74
+ "body": "Ciało testu",
75
+ "name": "Wykonanie",
76
+ "setup": "Przygotowanie",
77
+ "teardown": "Zakończenie"
78
+ },
79
+ "ui": {
80
+ "labels": "Labelki",
81
+ "metadata": "Metadane",
82
+ "parameters": "Parametry",
83
+ "description": "Opis",
84
+ "links": "Linki",
85
+ "overview": "Przegląd",
86
+ "history": "Historia",
87
+ "attachments": "Załączniki",
88
+ "retries": "Próby ponowne",
89
+ "error": "Błąd",
90
+ "goToStep": "Idź do kroku",
91
+ "showLess": "Pokaż mniej",
92
+ "showMore": "Pokaż więcej",
93
+ "copy": "Skopuj",
94
+ "at": "w"
95
+ },
96
+ "controls": {
97
+ "newTabAttachment": "Otwórz w nowej zakładce",
98
+ "downloadAttachment": "Załaduj załącznik",
99
+ "nextTR": "Następny test",
100
+ "prevTR": "Poprzedni test",
101
+ "backto": "Wróć do",
102
+ "clipboard": "Skopuj do schowka",
103
+ "clipboardError": "Błąd. Najprawdopodobniej Twoja przeglądarka nie obsługuje tej funkcji",
104
+ "clipboardSuccess": "Zawartość została skopiowana",
105
+ "collapse": "Skrócić",
106
+ "expand": "Poszerzyć",
107
+ "fullscreen": "Pełny ekran",
108
+ "language": "Zmień język"
109
+ },
110
+ "errors": {
111
+ "missedAttachment": "Nie znaleziono załącznika"
112
+ }
113
+ }
@@ -0,0 +1,115 @@
1
+ {
2
+ "statuses": {
3
+ "passed": "aprovado",
4
+ "failed": "falhou",
5
+ "broken": "quebrado",
6
+ "skipped": "ignorado",
7
+ "unknown": "desconhecido",
8
+ "total": "total",
9
+ "flakyTests": "instável",
10
+ "newTests": "novo",
11
+ "retryTests": "repetir"
12
+ },
13
+ "testSummary": {
14
+ "all": "Todos os testes",
15
+ "flaky": "Testes instáveis",
16
+ "retry": "Testes repetidos",
17
+ "new": "Testes novos"
18
+ },
19
+ "tabs": {
20
+ "total": "Tudo"
21
+ },
22
+ "search": {
23
+ "search": "Pesquisar",
24
+ "search-placeholder": "Nome ou ID"
25
+ },
26
+ "filters": {
27
+ "more-filters": "Mais filtros",
28
+ "enable-filter": "Habilitar filtro para \"{filter}\"",
29
+ "flaky": "Instável",
30
+ "retry": "Repetir",
31
+ "new": "Novo"
32
+ },
33
+ "sort-by": {
34
+ "sort-by-text": "Ordenar por:",
35
+ "sort-by-category": "Ordenar por",
36
+ "direction-category": "Direção"
37
+ },
38
+ "sort-by.values": {
39
+ "order": "Ordem",
40
+ "alphabet": "Alfabeto",
41
+ "duration": "Duração",
42
+ "status": "Estado"
43
+ },
44
+ "sort-by.directions": {
45
+ "order-desc": "Mais recente – Mais antigo",
46
+ "order-asc": "Mais antigo – Mais recente",
47
+ "order-asc-short": "Antigo",
48
+ "order-desc-short": "Recente",
49
+ "alphabet-asc": "A – Z",
50
+ "alphabet-desc": "Z – A",
51
+ "alphabet-asc-short": "A – Z",
52
+ "alphabet-desc-short": "Z – A",
53
+ "duration-asc": "1 – 9",
54
+ "duration-desc": "9 – 1",
55
+ "duration-asc-short": "1 – 9",
56
+ "duration-desc-short": "9 – 1",
57
+ "status-asc": "Como na lista de filtros",
58
+ "status-desc": "Invertido",
59
+ "status-asc-short": "Regular",
60
+ "status-desc-short": "Invertido"
61
+ },
62
+ "empty": {
63
+ "no-results": "Nenhum resultado encontrado",
64
+ "no-attachments-results": "Nenhuma informação de anexos disponível",
65
+ "no-history-results": "Nenhuma informação de histórico disponível",
66
+ "no-retries-results": "Nenhuma informação de repetições disponível"
67
+ },
68
+ "severity": {
69
+ "blocker": "bloqueador",
70
+ "critical": "crítico",
71
+ "normal": "normal",
72
+ "minor": "menor",
73
+ "trivial": "trivial"
74
+ },
75
+ "execution": {
76
+ "name": "Execução",
77
+ "body": "Corpo do teste",
78
+ "setup": "Configuração",
79
+ "teardown": "Desmontagem"
80
+ },
81
+ "ui": {
82
+ "labels": "Etiquetas",
83
+ "metadata": "Metadados",
84
+ "parameters": "Parâmetros",
85
+ "description": "Descrição",
86
+ "links": "Links",
87
+ "overview": "Visão geral",
88
+ "history": "Histórico",
89
+ "attachments": "Anexos",
90
+ "retries": "Repetições",
91
+ "error": "Erro",
92
+ "goToStep": "Ir para o passo",
93
+ "showLess": "Mostrar menos",
94
+ "showMore": "Mostrar mais",
95
+ "copy": "Copiar",
96
+ "at": "em"
97
+ },
98
+ "controls": {
99
+ "newTabAttachment": "Abrir anexo em nova aba",
100
+ "nextTR": "Próximo resultado de teste",
101
+ "prevTR": "Resultado de teste anterior",
102
+ "downloadAttachment": "Baixar anexo",
103
+ "backto": "Voltar para",
104
+ "clipboard": "Copiar para a área de transferência",
105
+ "clipboardError": "Erro. Parece que esta funcionalidade não é suportada pelo seu navegador",
106
+ "clipboardSuccess": "Copiado com sucesso",
107
+ "collapse": "Recolher",
108
+ "expand": "Expandir",
109
+ "fullscreen": "Tela cheia",
110
+ "language": "Alterar idioma"
111
+ },
112
+ "errors": {
113
+ "missedAttachment": "Anexo não encontrado"
114
+ }
115
+ }
@@ -0,0 +1,113 @@
1
+ {
2
+ "statuses": {
3
+ "passed": "успешный",
4
+ "failed": "неуспешный",
5
+ "broken": "сломанный",
6
+ "skipped": "пропущенный",
7
+ "unknown": "неизвестный",
8
+ "total": "все"
9
+ },
10
+ "testSummary": {
11
+ "all": "Все тесты",
12
+ "flaky": "Flaky тесты",
13
+ "retry": "Повторные тесты",
14
+ "new": "Новые тесты"
15
+ },
16
+ "tabs": {
17
+ "total": "Все"
18
+ },
19
+ "search": {
20
+ "search": "Поиск",
21
+ "search-placeholder": "Название или ID"
22
+ },
23
+ "filters": {
24
+ "more-filters": "Фильтры",
25
+ "enable-filter": "Включить фильтр по \"{filter}\"",
26
+ "flaky": "Нестабильные",
27
+ "retry": "Повторенные",
28
+ "new": "Новые"
29
+ },
30
+ "sort-by": {
31
+ "sort-by-text": "Сортировать по:",
32
+ "sort-by-category": "Сортировать по",
33
+ "direction-category": "Направление"
34
+ },
35
+ "sort-by.values": {
36
+ "order": "Порядок",
37
+ "alphabet": "Название",
38
+ "duration": "Длительность",
39
+ "status": "Статус"
40
+ },
41
+ "sort-by.directions": {
42
+ "order-asc": "Поздние – Ранние",
43
+ "order-desc": "Ранние – Поздние",
44
+ "order-asc-short": "Поздние",
45
+ "order-desc-short": "Ранние",
46
+ "alphabet-asc": "Я – А",
47
+ "alphabet-desc": "А – Я",
48
+ "alphabet-asc-short": "Я – А",
49
+ "alphabet-desc-short": "Я – А",
50
+ "duration-asc": "9 – 1",
51
+ "duration-desc": "1 – 9",
52
+ "duration-asc-short": "9 – 1",
53
+ "duration-desc-short": "1 – 9",
54
+ "status-asc": "Инвертировано",
55
+ "status-desc": "Как в списке фильтра",
56
+ "status-asc-short": "Инвертировано",
57
+ "status-desc-short": "По обычному"
58
+ },
59
+ "empty": {
60
+ "no-results": "Результатов не найдено",
61
+ "no-attachments-results": "Информация о вложениях отсутствует",
62
+ "no-history-results": "Информация об истории отсутствует",
63
+ "no-retries-results": "Информация о перезапусках отсутствует"
64
+ },
65
+ "severity": {
66
+ "name": "Важность",
67
+ "blocker": "блокер",
68
+ "critical": "критическая",
69
+ "normal": "обычная",
70
+ "minor": "невысокая",
71
+ "trivial": "минимальная"
72
+ },
73
+ "execution": {
74
+ "body": "Тело теста",
75
+ "name": "Выполнение",
76
+ "setup": "Подготовка",
77
+ "teardown": "Завершение"
78
+ },
79
+ "ui": {
80
+ "labels": "Лейблы",
81
+ "metadata": "Метаданные",
82
+ "parameters": "Параметры",
83
+ "description": "Описание",
84
+ "links": "Ссылки",
85
+ "overview": "Обзор",
86
+ "history": "История",
87
+ "attachments": "Вложения",
88
+ "retries": "Перезапуски",
89
+ "error": "Ошибка",
90
+ "goToStep": "Перейти к шагу",
91
+ "showLess": "Показать меньше",
92
+ "showMore": "Показать больше",
93
+ "copy": "Скопировать",
94
+ "at": "в"
95
+ },
96
+ "controls": {
97
+ "newTabAttachment": "Открыть в новой вкладке",
98
+ "downloadAttachment": "Загрузить вложение",
99
+ "nextTR": "Следующий тест",
100
+ "prevTR": "Предыдущий тест",
101
+ "backto": "Вернуться на",
102
+ "clipboard": "Скопировать в буфер обмена",
103
+ "clipboardError": "Ошибка. Скорее всего ваш браузер не поддерживает данную функциональность",
104
+ "clipboardSuccess": "Значение успешно скопировано",
105
+ "collapse": "Свернуть",
106
+ "expand": "Развернуть",
107
+ "fullscreen": "На весь экран",
108
+ "language": "Сменить язык"
109
+ },
110
+ "errors": {
111
+ "missedAttachment": "Вложение не найдено"
112
+ }
113
+ }
@@ -0,0 +1,115 @@
1
+ {
2
+ "statuses": {
3
+ "passed": "godkänd",
4
+ "failed": "misslyckad",
5
+ "broken": "trasig",
6
+ "skipped": "hoppad över",
7
+ "unknown": "okänd",
8
+ "total": "totalt",
9
+ "flakyTests": "ostadig",
10
+ "newTests": "ny",
11
+ "retryTests": "försök igen"
12
+ },
13
+ "testSummary": {
14
+ "all": "Alla tester",
15
+ "flaky": "Ostadiga tester",
16
+ "retry": "Omtestade tester",
17
+ "new": "Nya tester"
18
+ },
19
+ "tabs": {
20
+ "total": "Alla"
21
+ },
22
+ "search": {
23
+ "search": "Sök",
24
+ "search-placeholder": "Namn eller ID"
25
+ },
26
+ "filters": {
27
+ "more-filters": "Fler filter",
28
+ "enable-filter": "Aktivera filtret \"{filter}\"",
29
+ "flaky": "Ostadig",
30
+ "retry": "Försök igen",
31
+ "new": "Ny"
32
+ },
33
+ "sort-by": {
34
+ "sort-by-text": "Sortera efter:",
35
+ "sort-by-category": "Sortera efter",
36
+ "direction-category": "Riktning"
37
+ },
38
+ "sort-by.values": {
39
+ "order": "Ordning",
40
+ "alphabet": "Alfabet",
41
+ "duration": "Varaktighet",
42
+ "status": "Status"
43
+ },
44
+ "sort-by.directions": {
45
+ "order-desc": "Senast – Tidigare",
46
+ "order-asc": "Tidigare – Senast",
47
+ "order-asc-short": "Tidigare",
48
+ "order-desc-short": "Senast",
49
+ "alphabet-asc": "A – Ö",
50
+ "alphabet-desc": "Ö – A",
51
+ "alphabet-asc-short": "A – Ö",
52
+ "alphabet-desc-short": "Ö – A",
53
+ "duration-asc": "1 – 9",
54
+ "duration-desc": "9 – 1",
55
+ "duration-asc-short": "1 – 9",
56
+ "duration-desc-short": "9 – 1",
57
+ "status-asc": "Som i filterlistan",
58
+ "status-desc": "Omvänd",
59
+ "status-asc-short": "Vanlig",
60
+ "status-desc-short": "Omvänd"
61
+ },
62
+ "empty": {
63
+ "no-results": "Inga resultat hittades",
64
+ "no-attachments-results": "Ingen bilaga information tillgänglig",
65
+ "no-history-results": "Ingen historik information tillgänglig",
66
+ "no-retries-results": "Ingen omtagningar information tillgänglig"
67
+ },
68
+ "severity": {
69
+ "blocker": "blockerare",
70
+ "critical": "kritisk",
71
+ "normal": "normal",
72
+ "minor": "mindre",
73
+ "trivial": "obetydlig"
74
+ },
75
+ "execution": {
76
+ "name": "Utförande",
77
+ "body": "Testkropp",
78
+ "setup": "Förberedelse",
79
+ "teardown": "Avslutning"
80
+ },
81
+ "ui": {
82
+ "labels": "Etiketter",
83
+ "metadata": "Metadata",
84
+ "parameters": "Parametrar",
85
+ "description": "Beskrivning",
86
+ "links": "Länkar",
87
+ "overview": "Översikt",
88
+ "history": "Historik",
89
+ "attachments": "Bilagor",
90
+ "retries": "Omtagningar",
91
+ "error": "Fel",
92
+ "goToStep": "Gå till steg",
93
+ "showLess": "Visa mindre",
94
+ "showMore": "Visa mer",
95
+ "copy": "Kopiera",
96
+ "at": "vid"
97
+ },
98
+ "controls": {
99
+ "newTabAttachment": "Öppna bilaga i ny flik",
100
+ "nextTR": "Nästa testresultat",
101
+ "prevTR": "Föregående testresultat",
102
+ "downloadAttachment": "Ladda ner bilaga",
103
+ "backto": "Tillbaka till",
104
+ "clipboard": "Kopiera till urklipp",
105
+ "clipboardError": "Kan inte kopiera värde till urklipp. Det verkar som om den här funktionen inte stöds av din webbläsare",
106
+ "clipboardSuccess": "Kopierat framgångsrikt",
107
+ "collapse": "Minimera",
108
+ "expand": "Expandera",
109
+ "fullscreen": "Helskärm",
110
+ "language": "Byt språk"
111
+ },
112
+ "errors": {
113
+ "missedAttachment": "Bilaga hittades inte"
114
+ }
115
+ }
@@ -0,0 +1,115 @@
1
+ {
2
+ "statuses": {
3
+ "passed": "başarılı",
4
+ "failed": "başarısız",
5
+ "broken": "bozuk",
6
+ "skipped": "atlandı",
7
+ "unknown": "bilinmeyen",
8
+ "total": "toplam",
9
+ "flakyTests": "istikrarsız",
10
+ "newTests": "yeni",
11
+ "retryTests": "tekrar dene"
12
+ },
13
+ "testSummary": {
14
+ "all": "Tüm Testler",
15
+ "flaky": "İstikrarsız Testler",
16
+ "retry": "Tekrarlanan Testler",
17
+ "new": "Yeni Testler"
18
+ },
19
+ "tabs": {
20
+ "total": "Tümü"
21
+ },
22
+ "search": {
23
+ "search": "Ara",
24
+ "search-placeholder": "Ad veya ID"
25
+ },
26
+ "filters": {
27
+ "more-filters": "Daha fazla filtre",
28
+ "enable-filter": "\"{filter}\" filtresini etkinleştir",
29
+ "flaky": "İstikrarsız",
30
+ "retry": "Tekrar",
31
+ "new": "Yeni"
32
+ },
33
+ "sort-by": {
34
+ "sort-by-text": "Sıralama ölçütü:",
35
+ "sort-by-category": "Sıralama",
36
+ "direction-category": "Yön"
37
+ },
38
+ "sort-by.values": {
39
+ "order": "Sıra",
40
+ "alphabet": "Alfabe",
41
+ "duration": "Süre",
42
+ "status": "Durum"
43
+ },
44
+ "sort-by.directions": {
45
+ "order-desc": "Son – İlk",
46
+ "order-asc": "İlk – Son",
47
+ "order-asc-short": "İlk",
48
+ "order-desc-short": "Son",
49
+ "alphabet-asc": "A – Z",
50
+ "alphabet-desc": "Z – A",
51
+ "alphabet-asc-short": "A – Z",
52
+ "alphabet-desc-short": "Z – A",
53
+ "duration-asc": "1 – 9",
54
+ "duration-desc": "9 – 1",
55
+ "duration-asc-short": "1 – 9",
56
+ "duration-desc-short": "9 – 1",
57
+ "status-asc": "Filtre listesi gibi",
58
+ "status-desc": "Ters",
59
+ "status-asc-short": "Normal",
60
+ "status-desc-short": "Ters"
61
+ },
62
+ "empty": {
63
+ "no-results": "Sonuç bulunamadı",
64
+ "no-attachments-results": "Ek bilgisi mevcut değil",
65
+ "no-history-results": "Geçmiş bilgisi mevcut değil",
66
+ "no-retries-results": "Tekrar deneme bilgisi mevcut değil"
67
+ },
68
+ "severity": {
69
+ "blocker": "engelleyici",
70
+ "critical": "kritik",
71
+ "normal": "normal",
72
+ "minor": "küçük",
73
+ "trivial": "önemsiz"
74
+ },
75
+ "execution": {
76
+ "name": "Yürütme",
77
+ "body": "Test içeriği",
78
+ "setup": "Kurulum",
79
+ "teardown": "Kapatma"
80
+ },
81
+ "ui": {
82
+ "labels": "Etiketler",
83
+ "metadata": "Meta Veriler",
84
+ "parameters": "Parametreler",
85
+ "description": "Açıklama",
86
+ "links": "Bağlantılar",
87
+ "overview": "Genel Bakış",
88
+ "history": "Geçmiş",
89
+ "attachments": "Ekler",
90
+ "retries": "Tekrar Denemeler",
91
+ "error": "Hata",
92
+ "goToStep": "Adıma git",
93
+ "showLess": "Daha az göster",
94
+ "showMore": "Daha fazla göster",
95
+ "copy": "Kopyala",
96
+ "at": "tarihinde"
97
+ },
98
+ "controls": {
99
+ "newTabAttachment": "Eki yeni sekmede aç",
100
+ "nextTR": "Sonraki test sonucu",
101
+ "prevTR": "Önceki test sonucu",
102
+ "downloadAttachment": "Eki indir",
103
+ "backto": "Geri dön",
104
+ "clipboard": "Panoya kopyala",
105
+ "clipboardError": "Değer panoya kopyalanamıyor. Bu özellik tarayıcınız tarafından desteklenmiyor olabilir",
106
+ "clipboardSuccess": "Başarıyla kopyalandı",
107
+ "collapse": "Daralt",
108
+ "expand": "Genişlet",
109
+ "fullscreen": "Tam ekran",
110
+ "language": "Dili değiştir"
111
+ },
112
+ "errors": {
113
+ "missedAttachment": "Ek bulunamadı"
114
+ }
115
+ }
@@ -0,0 +1,115 @@
1
+ {
2
+ "statuses": {
3
+ "passed": "通过",
4
+ "failed": "失败",
5
+ "broken": "损坏",
6
+ "skipped": "跳过",
7
+ "unknown": "未知",
8
+ "total": "总计",
9
+ "flakyTests": "不稳定",
10
+ "newTests": "新的",
11
+ "retryTests": "重试"
12
+ },
13
+ "testSummary": {
14
+ "all": "所有测试",
15
+ "flaky": "不稳定的测试",
16
+ "retry": "重试的测试",
17
+ "new": "新的测试"
18
+ },
19
+ "tabs": {
20
+ "total": "所有"
21
+ },
22
+ "search": {
23
+ "search": "搜索",
24
+ "search-placeholder": "名称或ID"
25
+ },
26
+ "filters": {
27
+ "more-filters": "更多过滤器",
28
+ "enable-filter": "启用 \"{filter}\" 过滤器",
29
+ "flaky": "不稳定",
30
+ "retry": "重试",
31
+ "new": "新的"
32
+ },
33
+ "sort-by": {
34
+ "sort-by-text": "排序依据:",
35
+ "sort-by-category": "排序类别",
36
+ "direction-category": "方向"
37
+ },
38
+ "sort-by.values": {
39
+ "order": "顺序",
40
+ "alphabet": "字母",
41
+ "duration": "持续时间",
42
+ "status": "状态"
43
+ },
44
+ "sort-by.directions": {
45
+ "order-desc": "最新 – 最早",
46
+ "order-asc": "最早 – 最新",
47
+ "order-asc-short": "最早",
48
+ "order-desc-short": "最新",
49
+ "alphabet-asc": "A – Z",
50
+ "alphabet-desc": "Z – A",
51
+ "alphabet-asc-short": "A – Z",
52
+ "alphabet-desc-short": "Z – A",
53
+ "duration-asc": "1 – 9",
54
+ "duration-desc": "9 – 1",
55
+ "duration-asc-short": "1 – 9",
56
+ "duration-desc-short": "9 – 1",
57
+ "status-asc": "按照过滤列表",
58
+ "status-desc": "反转",
59
+ "status-asc-short": "正常",
60
+ "status-desc-short": "反转"
61
+ },
62
+ "empty": {
63
+ "no-results": "未找到结果",
64
+ "no-attachments-results": "没有附件信息",
65
+ "no-history-results": "没有历史信息",
66
+ "no-retries-results": "没有重试信息"
67
+ },
68
+ "severity": {
69
+ "blocker": "阻断",
70
+ "critical": "严重",
71
+ "normal": "正常",
72
+ "minor": "次要",
73
+ "trivial": "轻微"
74
+ },
75
+ "execution": {
76
+ "name": "执行",
77
+ "body": "测试内容",
78
+ "setup": "设置",
79
+ "teardown": "拆解"
80
+ },
81
+ "ui": {
82
+ "labels": "标签",
83
+ "metadata": "元数据",
84
+ "parameters": "参数",
85
+ "description": "描述",
86
+ "links": "链接",
87
+ "overview": "概览",
88
+ "history": "历史",
89
+ "attachments": "附件",
90
+ "retries": "重试",
91
+ "error": "错误",
92
+ "goToStep": "跳转到步骤",
93
+ "showLess": "显示更少",
94
+ "showMore": "显示更多",
95
+ "copy": "复制",
96
+ "at": "在"
97
+ },
98
+ "controls": {
99
+ "newTabAttachment": "在新标签页中打开附件",
100
+ "nextTR": "下一个测试结果",
101
+ "prevTR": "上一个测试结果",
102
+ "downloadAttachment": "下载附件",
103
+ "backto": "返回",
104
+ "clipboard": "复制到剪贴板",
105
+ "clipboardError": "无法复制到剪贴板。可能是浏览器不支持此功能",
106
+ "clipboardSuccess": "复制成功",
107
+ "collapse": "折叠",
108
+ "expand": "展开",
109
+ "fullscreen": "全屏",
110
+ "language": "更改语言"
111
+ },
112
+ "errors": {
113
+ "missedAttachment": "未找到附件"
114
+ }
115
+ }