@allurereport/web-allure2 3.0.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.babelrc.cjs +18 -0
- package/.eslintrc.cjs +125 -0
- package/README.md +27 -0
- package/dist/multi/154.app-9ac9d027.js +1 -0
- package/dist/multi/216.app-9ac9d027.js +1 -0
- package/dist/multi/232.app-9ac9d027.js +1 -0
- package/dist/multi/250.app-9ac9d027.js +1 -0
- package/dist/multi/256.app-9ac9d027.js +1 -0
- package/dist/multi/301.app-9ac9d027.js +1 -0
- package/dist/multi/323.app-9ac9d027.js +1 -0
- package/dist/multi/353.app-9ac9d027.js +1 -0
- package/dist/multi/411d15fc5bb62472eea6ead4fb276ca9.ico +0 -0
- package/dist/multi/564.app-9ac9d027.js +1 -0
- package/dist/multi/594.app-9ac9d027.js +1 -0
- package/dist/multi/623.app-9ac9d027.js +1 -0
- package/dist/multi/7.app-9ac9d027.js +1 -0
- package/dist/multi/729.app-9ac9d027.js +1 -0
- package/dist/multi/783.app-9ac9d027.js +1 -0
- package/dist/multi/826.app-9ac9d027.js +1 -0
- package/dist/multi/925.app-9ac9d027.js +1 -0
- package/dist/multi/app-9ac9d027.js +2 -0
- package/dist/multi/app-9ac9d027.js.LICENSE.txt +29 -0
- package/dist/multi/checkmark-c1a9ce12.svg +8 -0
- package/dist/multi/manifest.json +27 -0
- package/dist/multi/sort-down-icon-41195b0d.svg +8 -0
- package/dist/multi/sort-icon-fddc6c81.svg +8 -0
- package/dist/multi/sort-up-icon-d5bc65f6.svg +8 -0
- package/dist/multi/sprite.svg +4 -0
- package/dist/multi/styles-9ac9d027.css +558 -0
- package/dist/multi/vertical-5e6d1df4.png +0 -0
- package/dist/single/411d15fc5bb62472eea6ead4fb276ca9.ico +0 -0
- package/dist/single/app-f726ff87.js +2 -0
- package/dist/single/app-f726ff87.js.LICENSE.txt +29 -0
- package/dist/single/checkmark-c1a9ce12.svg +8 -0
- package/dist/single/manifest.json +10 -0
- package/dist/single/sort-down-icon-41195b0d.svg +8 -0
- package/dist/single/sort-icon-fddc6c81.svg +8 -0
- package/dist/single/sort-up-icon-d5bc65f6.svg +8 -0
- package/dist/single/sprite.svg +4 -0
- package/dist/single/styles-f726ff87.css +558 -0
- package/package.json +107 -0
- package/src/app.js +69 -0
- package/src/assets/icons/allure-logo.svg +45 -0
- package/src/assets/icons/bamboo.svg +31 -0
- package/src/assets/icons/bitbucket.svg +10 -0
- package/src/assets/icons/bomb.svg +7 -0
- package/src/assets/icons/broken.svg +10 -0
- package/src/assets/icons/bug.svg +10 -0
- package/src/assets/icons/chevron-down.svg +10 -0
- package/src/assets/icons/chevron-left.svg +10 -0
- package/src/assets/icons/chevron-right-fat.svg +10 -0
- package/src/assets/icons/chevron-right.svg +10 -0
- package/src/assets/icons/chevron-up.svg +10 -0
- package/src/assets/icons/circleci.svg +1 -0
- package/src/assets/icons/close.svg +10 -0
- package/src/assets/icons/collapse.svg +5 -0
- package/src/assets/icons/compare.svg +10 -0
- package/src/assets/icons/copy.svg +11 -0
- package/src/assets/icons/csv.svg +13 -0
- package/src/assets/icons/download.svg +11 -0
- package/src/assets/icons/draggable.svg +15 -0
- package/src/assets/icons/expand.svg +5 -0
- package/src/assets/icons/failed.svg +10 -0
- package/src/assets/icons/file.svg +3 -0
- package/src/assets/icons/folder.svg +10 -0
- package/src/assets/icons/github.svg +4 -0
- package/src/assets/icons/gitlab.svg +12 -0
- package/src/assets/icons/graphs.svg +11 -0
- package/src/assets/icons/history.svg +11 -0
- package/src/assets/icons/image.svg +3 -0
- package/src/assets/icons/info.svg +12 -0
- package/src/assets/icons/jenkins.svg +327 -0
- package/src/assets/icons/jobs.svg +12 -0
- package/src/assets/icons/link.svg +11 -0
- package/src/assets/icons/list.svg +13 -0
- package/src/assets/icons/maximize.svg +11 -0
- package/src/assets/icons/new-broken.svg +6 -0
- package/src/assets/icons/new-failed.svg +6 -0
- package/src/assets/icons/new-passed.svg +5 -0
- package/src/assets/icons/overview.svg +5 -0
- package/src/assets/icons/passed.svg +10 -0
- package/src/assets/icons/pdf.svg +13 -0
- package/src/assets/icons/refresh.svg +4 -0
- package/src/assets/icons/retries.svg +11 -0
- package/src/assets/icons/save.svg +10 -0
- package/src/assets/icons/skipped.svg +3 -0
- package/src/assets/icons/sort-down.svg +10 -0
- package/src/assets/icons/sort-up.svg +10 -0
- package/src/assets/icons/sort.svg +11 -0
- package/src/assets/icons/table.svg +10 -0
- package/src/assets/icons/task.svg +11 -0
- package/src/assets/icons/teamcity.svg +40 -0
- package/src/assets/icons/timeline.svg +12 -0
- package/src/assets/icons/tree.svg +10 -0
- package/src/assets/icons/txt.svg +11 -0
- package/src/assets/icons/unknown.svg +10 -0
- package/src/behaviors/ClipboardBehavior.js +34 -0
- package/src/behaviors/DownloadBehavior.js +42 -0
- package/src/behaviors/GaBehavior.js +27 -0
- package/src/behaviors/LoadBehavior.js +18 -0
- package/src/behaviors/TooltipBehavior.js +25 -0
- package/src/behaviors/index.js +7 -0
- package/src/blocks/alert/styles.scss +8 -0
- package/src/blocks/arrow/styles.scss +21 -0
- package/src/blocks/attachment-row/attachment-row.hbs +34 -0
- package/src/blocks/attachment-row/styles.scss +71 -0
- package/src/blocks/bar/styles.scss +22 -0
- package/src/blocks/button/styles.scss +60 -0
- package/src/blocks/clipboard-copy/clipboard-copy.hbs +5 -0
- package/src/blocks/executor-icon/bamboo.svg +31 -0
- package/src/blocks/executor-icon/bitbucket.svg +10 -0
- package/src/blocks/executor-icon/circleci.svg +1 -0
- package/src/blocks/executor-icon/default-icon.png +0 -0
- package/src/blocks/executor-icon/github.svg +4 -0
- package/src/blocks/executor-icon/gitlab.svg +12 -0
- package/src/blocks/executor-icon/jenkins.svg +327 -0
- package/src/blocks/executor-icon/styles.scss +15 -0
- package/src/blocks/executor-icon/teamcity.svg +40 -0
- package/src/blocks/island/styles.scss +7 -0
- package/src/blocks/label/styles.scss +15 -0
- package/src/blocks/link/styles.scss +10 -0
- package/src/blocks/pane/styles.scss +52 -0
- package/src/blocks/pane-header/pane-header.hbs +15 -0
- package/src/blocks/parameters-table/parameters-table.hbs +10 -0
- package/src/blocks/parameters-table/styles.scss +22 -0
- package/src/blocks/spinner/styles.scss +30 -0
- package/src/blocks/splash/styles.scss +13 -0
- package/src/blocks/status-details/status-details.hbs +13 -0
- package/src/blocks/status-details/styles.scss +32 -0
- package/src/blocks/step-stats/step-stats.hbs +15 -0
- package/src/blocks/step-stats/styles.scss +19 -0
- package/src/blocks/table/sort-down-icon.svg +1 -0
- package/src/blocks/table/sort-icon.svg +1 -0
- package/src/blocks/table/sort-up-icon.svg +1 -0
- package/src/blocks/table/sortable-col.hbs +4 -0
- package/src/blocks/table/styles.scss +64 -0
- package/src/blocks/tabs/styles.scss +29 -0
- package/src/blocks/tabs/tabs.hbs +5 -0
- package/src/blocks/text/styles.scss +5 -0
- package/src/blocks/widget/draggable.svg +1 -0
- package/src/blocks/widget/styles.scss +76 -0
- package/src/components/attachment/AttachmentView.hbs +58 -0
- package/src/components/attachment/AttachmentView.js +90 -0
- package/src/components/attachment/styles.scss +78 -0
- package/src/components/empty/EmptyView.hbs +3 -0
- package/src/components/empty/EmptyView.js +18 -0
- package/src/components/empty/styles.scss +4 -0
- package/src/components/error-splash/ErrorSplashView.hbs +4 -0
- package/src/components/error-splash/ErrorSplashView.js +19 -0
- package/src/components/error-splash/styles.scss +4 -0
- package/src/components/graph-base/BaseChartView.hbs +5 -0
- package/src/components/graph-base/BaseChartView.js +78 -0
- package/src/components/graph-base/styles.scss +66 -0
- package/src/components/graph-duration-chart/DurationChartView.js +100 -0
- package/src/components/graph-pie-chart/PieChartView.js +155 -0
- package/src/components/graph-severity-chart/SeverityChartView.js +100 -0
- package/src/components/graph-trend-chart/TrendChartView.js +202 -0
- package/src/components/graph-trend-chart/styles.scss +16 -0
- package/src/components/graph-trend-chart/trend-tooltip.hbs +9 -0
- package/src/components/language-select/LanguageSelectView.hbs +5 -0
- package/src/components/language-select/LanguageSelectView.js +42 -0
- package/src/components/language-select/checkmark.svg +1 -0
- package/src/components/language-select/styles.scss +34 -0
- package/src/components/loader/LoaderView.hbs +6 -0
- package/src/components/loader/LoaderView.js +21 -0
- package/src/components/loader/styles.scss +26 -0
- package/src/components/marks-toggle/MarksToggleView.hbs +14 -0
- package/src/components/marks-toggle/MarksToggleView.js +41 -0
- package/src/components/marks-toggle/styles.scss +38 -0
- package/src/components/modal/ModalView.hbs +13 -0
- package/src/components/modal/ModalView.js +43 -0
- package/src/components/modal/styles.scss +31 -0
- package/src/components/node-search/NodeSearchView.hbs +4 -0
- package/src/components/node-search/NodeSearchView.js +32 -0
- package/src/components/node-search/styles.scss +29 -0
- package/src/components/node-sorter/NodeSorterView.hbs +22 -0
- package/src/components/node-sorter/NodeSorterView.js +43 -0
- package/src/components/node-sorter/styles.scss +26 -0
- package/src/components/popover/PopoverView.js +8 -0
- package/src/components/popover/styles.scss +32 -0
- package/src/components/side-by-side/SideBySideView.hbs +2 -0
- package/src/components/side-by-side/SideBySideView.js +42 -0
- package/src/components/side-by-side/styles.scss +59 -0
- package/src/components/side-by-side/vertical.png +0 -0
- package/src/components/side-nav/SideNavView.hbs +39 -0
- package/src/components/side-nav/SideNavView.js +81 -0
- package/src/components/side-nav/styles.scss +118 -0
- package/src/components/status-toggle/StatusToggleView.hbs +16 -0
- package/src/components/status-toggle/StatusToggleView.js +42 -0
- package/src/components/status-toggle/styles.scss +35 -0
- package/src/components/testresult/TestResultView.hbs +32 -0
- package/src/components/testresult/TestResultView.js +90 -0
- package/src/components/testresult/styles.scss +29 -0
- package/src/components/testresult-execution/TestResultExecutionView.hbs +13 -0
- package/src/components/testresult-execution/TestResultExecutionView.js +85 -0
- package/src/components/testresult-execution/stages-block.hbs +47 -0
- package/src/components/testresult-execution/steps-list.hbs +31 -0
- package/src/components/testresult-execution/styles.scss +70 -0
- package/src/components/testresult-overview/TestResultOverviewView.hbs +8 -0
- package/src/components/testresult-overview/TestResultOverviewView.js +46 -0
- package/src/components/testresult-overview/styles.scss +22 -0
- package/src/components/testresult-tree/TestResultTreeView.js +60 -0
- package/src/components/tooltip/TooltipView.js +111 -0
- package/src/components/tooltip/styles.scss +43 -0
- package/src/components/tree/TreeView.hbs +9 -0
- package/src/components/tree/TreeView.js +200 -0
- package/src/components/tree/styles.scss +141 -0
- package/src/components/tree/tree-group.hbs +36 -0
- package/src/components/tree/tree-leaf.hbs +53 -0
- package/src/components/tree/tree-time.hbs +6 -0
- package/src/components/tree-view-container/TreeViewContainer.hbs +34 -0
- package/src/components/tree-view-container/TreeViewContainer.js +103 -0
- package/src/components/tree-view-container/styles.scss +38 -0
- package/src/components/widget-status/WidgetStatusView.hbs +21 -0
- package/src/components/widget-status/WidgetStatusView.js +17 -0
- package/src/components/widgets-grid/WidgetsGridView.js +90 -0
- package/src/components/widgets-grid/styles.scss +34 -0
- package/src/data/localstorage/LocalStorageModel.js +23 -0
- package/src/data/testresult/TestResultModel.js +36 -0
- package/src/data/tree/TreeCollection.js +153 -0
- package/src/data/tree/comparator.js +63 -0
- package/src/data/tree/filter.js +66 -0
- package/src/data/trend/TrendCollection.js +36 -0
- package/src/data/widgets/WidgetsModel.js +25 -0
- package/src/decorators/index.js +53 -0
- package/src/favicon.ico +0 -0
- package/src/helpers/allure-icon.js +228 -0
- package/src/helpers/and.js +3 -0
- package/src/helpers/angle.js +15 -0
- package/src/helpers/arrow.js +17 -0
- package/src/helpers/b.js +6 -0
- package/src/helpers/concat.js +3 -0
- package/src/helpers/date.js +11 -0
- package/src/helpers/default.js +8 -0
- package/src/helpers/duration.js +60 -0
- package/src/helpers/eq.js +3 -0
- package/src/helpers/fileicon.js +5 -0
- package/src/helpers/filesize.js +8 -0
- package/src/helpers/gt.js +3 -0
- package/src/helpers/inc.js +3 -0
- package/src/helpers/is-def.js +3 -0
- package/src/helpers/job-icon.js +8 -0
- package/src/helpers/linky.js +7 -0
- package/src/helpers/not.js +3 -0
- package/src/helpers/or.js +3 -0
- package/src/helpers/sort-class.js +6 -0
- package/src/helpers/statistic-bar.js +12 -0
- package/src/helpers/status-bar.js +14 -0
- package/src/helpers/t.js +5 -0
- package/src/helpers/text-with-links.js +18 -0
- package/src/helpers/time.js +18 -0
- package/src/helpers/timeago.js +10 -0
- package/src/index.html +17 -0
- package/src/index.js +52 -0
- package/src/layouts/application/AppLayout.hbs +2 -0
- package/src/layouts/application/AppLayout.js +50 -0
- package/src/layouts/application/styles.scss +17 -0
- package/src/layouts/error/ErrorLayout.js +11 -0
- package/src/layouts/overview/OverviewLayout.js +8 -0
- package/src/layouts/testresult/TestResultLayout.js +43 -0
- package/src/layouts/tree/TreeLayout.js +45 -0
- package/src/mixins.scss +128 -0
- package/src/pluginApi.js +26 -0
- package/src/plugins/.eslintrc +5 -0
- package/src/plugins/default/index.js +11 -0
- package/src/plugins/screen-diff/index.js +186 -0
- package/src/plugins/screen-diff/styles.css +30 -0
- package/src/plugins/tab-behaviors/index.js +239 -0
- package/src/plugins/tab-category/index.js +15 -0
- package/src/plugins/tab-graph/GraphCollection.js +12 -0
- package/src/plugins/tab-graph/GraphLayout.js +17 -0
- package/src/plugins/tab-graph/index.js +8 -0
- package/src/plugins/tab-packages/index.js +137 -0
- package/src/plugins/tab-suites/index.js +15 -0
- package/src/plugins/tab-timeline/TimelineLayout.js +18 -0
- package/src/plugins/tab-timeline/TimelineView.hbs +17 -0
- package/src/plugins/tab-timeline/TimelineView.js +250 -0
- package/src/plugins/tab-timeline/index.js +12 -0
- package/src/plugins/tab-timeline/styles.scss +76 -0
- package/src/plugins/testresult-category/CategoryView.hbs +6 -0
- package/src/plugins/testresult-category/CategoryView.js +17 -0
- package/src/plugins/testresult-category/index.js +3 -0
- package/src/plugins/testresult-description/DescriptionView.hbs +4 -0
- package/src/plugins/testresult-description/DescriptionView.js +16 -0
- package/src/plugins/testresult-description/index.js +3 -0
- package/src/plugins/testresult-duration/DurationView.hbs +7 -0
- package/src/plugins/testresult-duration/DurationView.js +16 -0
- package/src/plugins/testresult-duration/index.js +3 -0
- package/src/plugins/testresult-history/HistoryView.hbs +27 -0
- package/src/plugins/testresult-history/HistoryView.js +33 -0
- package/src/plugins/testresult-history/index.js +3 -0
- package/src/plugins/testresult-history/styles.scss +10 -0
- package/src/plugins/testresult-links/LinksView.hbs +17 -0
- package/src/plugins/testresult-links/LinksView.js +17 -0
- package/src/plugins/testresult-links/index.js +3 -0
- package/src/plugins/testresult-links/styles.scss +19 -0
- package/src/plugins/testresult-owner/OwnerView.hbs +4 -0
- package/src/plugins/testresult-owner/OwnerView.js +17 -0
- package/src/plugins/testresult-owner/index.js +3 -0
- package/src/plugins/testresult-parameters/ParametersView.hbs +13 -0
- package/src/plugins/testresult-parameters/ParametersView.js +22 -0
- package/src/plugins/testresult-parameters/index.js +3 -0
- package/src/plugins/testresult-parameters/styles.scss +8 -0
- package/src/plugins/testresult-retries/RetriesView.hbs +13 -0
- package/src/plugins/testresult-retries/RetriesView.js +28 -0
- package/src/plugins/testresult-retries/index.js +3 -0
- package/src/plugins/testresult-retries/styles.scss +11 -0
- package/src/plugins/testresult-severity/SeverityView.hbs +4 -0
- package/src/plugins/testresult-severity/SeverityView.js +17 -0
- package/src/plugins/testresult-severity/index.js +3 -0
- package/src/plugins/testresult-tags/TagsView.hbs +5 -0
- package/src/plugins/testresult-tags/TagsView.js +17 -0
- package/src/plugins/testresult-tags/index.js +3 -0
- package/src/plugins/widget-categories/index.js +12 -0
- package/src/plugins/widget-categories-trend/CategoriesTrendWidgetView.hbs +4 -0
- package/src/plugins/widget-categories-trend/CategoriesTrendWidgetView.js +33 -0
- package/src/plugins/widget-categories-trend/index.js +4 -0
- package/src/plugins/widget-categories-trend/styles.scss +6 -0
- package/src/plugins/widget-duration/DurationWidgetView.hbs +4 -0
- package/src/plugins/widget-duration/DurationWidgetView.js +23 -0
- package/src/plugins/widget-duration/index.js +3 -0
- package/src/plugins/widget-duration-trend/DurationTrendWidgetView.hbs +4 -0
- package/src/plugins/widget-duration-trend/DurationTrendWidgetView.js +49 -0
- package/src/plugins/widget-duration-trend/index.js +4 -0
- package/src/plugins/widget-duration-trend/styles.scss +6 -0
- package/src/plugins/widget-environment/EnvironmentWidget.hbs +27 -0
- package/src/plugins/widget-environment/EnvironmentWidget.js +25 -0
- package/src/plugins/widget-environment/index.js +3 -0
- package/src/plugins/widget-executor/ExecutorsWidgetView.hbs +40 -0
- package/src/plugins/widget-executor/ExecutorsWidgetView.js +8 -0
- package/src/plugins/widget-executor/index.js +3 -0
- package/src/plugins/widget-history-trend/HistoryTrendWidgetView.hbs +4 -0
- package/src/plugins/widget-history-trend/HistoryTrendWidgetView.js +30 -0
- package/src/plugins/widget-history-trend/index.js +6 -0
- package/src/plugins/widget-history-trend/styles.scss +6 -0
- package/src/plugins/widget-launch/LaunchesWidgetView.hbs +23 -0
- package/src/plugins/widget-launch/LaunchesWidgetView.js +8 -0
- package/src/plugins/widget-launch/index.js +3 -0
- package/src/plugins/widget-retry-trend/RetryTrendWidgetView.hbs +4 -0
- package/src/plugins/widget-retry-trend/RetryTrendWidgetView.js +33 -0
- package/src/plugins/widget-retry-trend/index.js +4 -0
- package/src/plugins/widget-retry-trend/styles.scss +6 -0
- package/src/plugins/widget-severity/SeverityWidgetView.hbs +4 -0
- package/src/plugins/widget-severity/SeverityWidgetView.js +23 -0
- package/src/plugins/widget-severity/index.js +3 -0
- package/src/plugins/widget-status/StatusWidgetView.hbs +4 -0
- package/src/plugins/widget-status/StatusWidgetView.js +44 -0
- package/src/plugins/widget-status/index.js +3 -0
- package/src/plugins/widget-suites/index.js +12 -0
- package/src/plugins/widget-summary/SummaryWidgetView.hbs +20 -0
- package/src/plugins/widget-summary/SummaryWidgetView.js +33 -0
- package/src/plugins/widget-summary/index.js +3 -0
- package/src/plugins/widget-summary/styles.scss +14 -0
- package/src/router.js +52 -0
- package/src/rtl.scss +19 -0
- package/src/styles.scss +91 -0
- package/src/translations/az.json +217 -0
- package/src/translations/br.json +205 -0
- package/src/translations/de.json +205 -0
- package/src/translations/en.json +222 -0
- package/src/translations/es.json +209 -0
- package/src/translations/fr.json +217 -0
- package/src/translations/he.json +205 -0
- package/src/translations/isv.json +216 -0
- package/src/translations/ja.json +210 -0
- package/src/translations/kr.json +210 -0
- package/src/translations/nl.json +217 -0
- package/src/translations/pl.json +220 -0
- package/src/translations/ru.json +215 -0
- package/src/translations/sv.json +222 -0
- package/src/translations/tr.json +217 -0
- package/src/translations/zh.json +191 -0
- package/src/utils/arrays.js +3 -0
- package/src/utils/attachmentType.js +101 -0
- package/src/utils/clipboard.js +38 -0
- package/src/utils/escape.js +5 -0
- package/src/utils/gtag.js +8 -0
- package/src/utils/highlight.js +14 -0
- package/src/utils/hotkeys.js +25 -0
- package/src/utils/loading.js +9 -0
- package/src/utils/marks.js +1 -0
- package/src/utils/pluginsRegistry.js +56 -0
- package/src/utils/settings.js +4 -0
- package/src/utils/settingsFactory.js +149 -0
- package/src/utils/sorting.js +21 -0
- package/src/utils/statuses.js +1 -0
- package/src/utils/translation.js +63 -0
- package/src/variables.scss +71 -0
- package/types.d.ts +5 -0
- package/webpack/utils.js +10 -0
- package/webpack.config.js +127 -0
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chart": {
|
|
3
|
+
"duration": {
|
|
4
|
+
"empty": "Il n'y a rien à montrer",
|
|
5
|
+
"name": "Durée"
|
|
6
|
+
},
|
|
7
|
+
"severity": {
|
|
8
|
+
"name": "Sévérité"
|
|
9
|
+
},
|
|
10
|
+
"status": {
|
|
11
|
+
"name": "Statut"
|
|
12
|
+
},
|
|
13
|
+
"trend": {
|
|
14
|
+
"empty": "Il n'y a rien à montrer"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"component": {
|
|
18
|
+
"markToggle": {
|
|
19
|
+
"hideCases": "Cacher les résultats de test marqués {{mark}}",
|
|
20
|
+
"showCases": "Montrer les résultats de test marqués {{mark}}"
|
|
21
|
+
},
|
|
22
|
+
"statusToggle": {
|
|
23
|
+
"hideCases": "Cacher les résultats de test avec le statut {{status}}",
|
|
24
|
+
"showCases": "Montrer les résultats de test avec le statut {{status}}"
|
|
25
|
+
},
|
|
26
|
+
"tree": {
|
|
27
|
+
"download": "Télécharger le fichier CSV",
|
|
28
|
+
"empty": "Il n'y a aucun article",
|
|
29
|
+
"filter": "Statut",
|
|
30
|
+
"filter-marks": "Marques",
|
|
31
|
+
"filtered": {
|
|
32
|
+
"shown": "{{count}} montré",
|
|
33
|
+
"total": "{{count}} résultat de test",
|
|
34
|
+
"total_plural": "{{count}} résultats de test"
|
|
35
|
+
},
|
|
36
|
+
"groups": "Basculer les informations des groupes",
|
|
37
|
+
"time": {
|
|
38
|
+
"max": {
|
|
39
|
+
"name": "Maximum",
|
|
40
|
+
"tooltip": "Durée la plus longue"
|
|
41
|
+
},
|
|
42
|
+
"sum": {
|
|
43
|
+
"name": "Somme",
|
|
44
|
+
"tooltip": "Somme de toutes les durées"
|
|
45
|
+
},
|
|
46
|
+
"total": {
|
|
47
|
+
"name": "Total",
|
|
48
|
+
"tooltip": "Durée depuis le premier test démarré jusqu'au dernier test terminé"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"unknown": "<Vide>"
|
|
52
|
+
},
|
|
53
|
+
"widgetStatus": {
|
|
54
|
+
"showAll": "Montrer tout",
|
|
55
|
+
"total": "{{count}} article au total",
|
|
56
|
+
"total_plural": "{{count}} articles au total"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"controls": {
|
|
60
|
+
"backto": "Retour vers",
|
|
61
|
+
"clipboard": "Copier dans le presse-papier",
|
|
62
|
+
"clipboardError": "Impossible de copier vers le presse-papier. Cette fonction ne semble pas être supportée par votre navigateur",
|
|
63
|
+
"clipboardSuccess": "Copié avec succès",
|
|
64
|
+
"collapse": "Plier",
|
|
65
|
+
"expand": "Déplier",
|
|
66
|
+
"fullscreen": "Plein écran",
|
|
67
|
+
"language": "Changer de langue"
|
|
68
|
+
},
|
|
69
|
+
"errors": {
|
|
70
|
+
"missedAttachment": "Pièce jointe non trouvée",
|
|
71
|
+
"notFound": "Non trouvé"
|
|
72
|
+
},
|
|
73
|
+
"marks": {
|
|
74
|
+
"flaky": "Instable",
|
|
75
|
+
"newBroken": "Cassé (nouveau)",
|
|
76
|
+
"newFailed": "Échoué (nouveau)",
|
|
77
|
+
"newPassed": "Réussi (nouveau)",
|
|
78
|
+
"retriesStatusChange": "L'état a changé après une nouvelle tentative"
|
|
79
|
+
},
|
|
80
|
+
"sorter": {
|
|
81
|
+
"duration": "durée",
|
|
82
|
+
"name": "nom",
|
|
83
|
+
"order": "ordre",
|
|
84
|
+
"status": "statut"
|
|
85
|
+
},
|
|
86
|
+
"status": {
|
|
87
|
+
"broken": "Cassé",
|
|
88
|
+
"failed": "Échoué",
|
|
89
|
+
"passed": "Passé",
|
|
90
|
+
"skipped": "Ignoré",
|
|
91
|
+
"unknown": "Inconnu"
|
|
92
|
+
},
|
|
93
|
+
"tab": {
|
|
94
|
+
"categories": {
|
|
95
|
+
"name": "Catégories"
|
|
96
|
+
},
|
|
97
|
+
"graph": {
|
|
98
|
+
"name": "Graphiques"
|
|
99
|
+
},
|
|
100
|
+
"overview": {
|
|
101
|
+
"name": "Aperçu"
|
|
102
|
+
},
|
|
103
|
+
"suites": {
|
|
104
|
+
"name": "Suites"
|
|
105
|
+
},
|
|
106
|
+
"timeline": {
|
|
107
|
+
"name": "Chronologie",
|
|
108
|
+
"selected": "{{count}} test sélectionné ({{percent}}%) avec une durée supérieure à {{duration}}",
|
|
109
|
+
"selected_plural": "{{count}} tests sélectionnés ({{percent}}%) avec une durée supérieure à {{duration}}"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"testResult": {
|
|
113
|
+
"categories": {
|
|
114
|
+
"name": "Catégories"
|
|
115
|
+
},
|
|
116
|
+
"description": {
|
|
117
|
+
"name": "Description"
|
|
118
|
+
},
|
|
119
|
+
"duration": {
|
|
120
|
+
"name": "Durée"
|
|
121
|
+
},
|
|
122
|
+
"execution": {
|
|
123
|
+
"body": "Contenu du test",
|
|
124
|
+
"downloadAttachment": {
|
|
125
|
+
"tooltip": "Ouvrir la pièce jointe dans un nouvel onglet"
|
|
126
|
+
},
|
|
127
|
+
"name": "Exécution",
|
|
128
|
+
"setup": "Pré exécution",
|
|
129
|
+
"teardown": "Post exécution"
|
|
130
|
+
},
|
|
131
|
+
"history": {
|
|
132
|
+
"empty": "Aucune information à propos de l'historique.",
|
|
133
|
+
"name": "Historique",
|
|
134
|
+
"statistic": "{{passed}} sur {{total}}",
|
|
135
|
+
"successRate": "Taux de succès",
|
|
136
|
+
"time": "{{date}} à {{time}}"
|
|
137
|
+
},
|
|
138
|
+
"links": {
|
|
139
|
+
"name": "Liens"
|
|
140
|
+
},
|
|
141
|
+
"overview": {
|
|
142
|
+
"name": "Aperçu"
|
|
143
|
+
},
|
|
144
|
+
"owner": {
|
|
145
|
+
"name": "Propriétaire"
|
|
146
|
+
},
|
|
147
|
+
"parameters": {
|
|
148
|
+
"name": "Paramètres"
|
|
149
|
+
},
|
|
150
|
+
"retries": {
|
|
151
|
+
"empty": "Aucune information à propos des tentatives",
|
|
152
|
+
"name": "Tentatives",
|
|
153
|
+
"time": "{{date}} à {{time}}"
|
|
154
|
+
},
|
|
155
|
+
"severity": {
|
|
156
|
+
"name": "Sévérité"
|
|
157
|
+
},
|
|
158
|
+
"stats": {
|
|
159
|
+
"count": {
|
|
160
|
+
"attachments": "{{count}} pièce jointe",
|
|
161
|
+
"attachments_plural": "{{count}} pièces jointes",
|
|
162
|
+
"parameters": "{{count}} paramètre",
|
|
163
|
+
"parameters_plural": "{{count}} paramètres",
|
|
164
|
+
"steps": "{{count}} sous-étape",
|
|
165
|
+
"steps_plural": "{{count}} sous-étapes"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"status": {
|
|
169
|
+
"empty": "Détails du statut vide",
|
|
170
|
+
"trace": "Afficher la trace"
|
|
171
|
+
},
|
|
172
|
+
"tags": {
|
|
173
|
+
"name": "Tags"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"widget": {
|
|
177
|
+
"categories": {
|
|
178
|
+
"name": "Catégories"
|
|
179
|
+
},
|
|
180
|
+
"categoriesTrend": {
|
|
181
|
+
"name": "Tendance des catégories"
|
|
182
|
+
},
|
|
183
|
+
"durationTrend": {
|
|
184
|
+
"name": "Tendance de la durée"
|
|
185
|
+
},
|
|
186
|
+
"environment": {
|
|
187
|
+
"empty": "Aucune variable d'environnement",
|
|
188
|
+
"name": "Environnement",
|
|
189
|
+
"showAll": "Afficher tout"
|
|
190
|
+
},
|
|
191
|
+
"executors": {
|
|
192
|
+
"empty": "Aucune information à propos des exécuteurs des tests",
|
|
193
|
+
"name": "Exécuteurs",
|
|
194
|
+
"unknown": "Inconnu"
|
|
195
|
+
},
|
|
196
|
+
"launches": {
|
|
197
|
+
"empty": "Aucune information à propos des lancements",
|
|
198
|
+
"name": "Lancements"
|
|
199
|
+
},
|
|
200
|
+
"retryTrend": {
|
|
201
|
+
"name": "Tendance des tentatives"
|
|
202
|
+
},
|
|
203
|
+
"suites": {
|
|
204
|
+
"name": "Suites"
|
|
205
|
+
},
|
|
206
|
+
"summary": {
|
|
207
|
+
"aggregatedName": "Rapport agrégé",
|
|
208
|
+
"launches": "lancement",
|
|
209
|
+
"launches_plural": "lancements",
|
|
210
|
+
"testResults": "cas de test",
|
|
211
|
+
"testResults_plural": "cas de test"
|
|
212
|
+
},
|
|
213
|
+
"trend": {
|
|
214
|
+
"name": "Tendance"
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chart": {
|
|
3
|
+
"duration": {
|
|
4
|
+
"empty": "אין דבר להציג",
|
|
5
|
+
"name": "זמן ריצה"
|
|
6
|
+
},
|
|
7
|
+
"severity": {
|
|
8
|
+
"name": "חומרה"
|
|
9
|
+
},
|
|
10
|
+
"status": {
|
|
11
|
+
"name": "סטטוס"
|
|
12
|
+
},
|
|
13
|
+
"trend": {
|
|
14
|
+
"empty": "אין דבר להציג"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"component": {
|
|
18
|
+
"statusToggle": {
|
|
19
|
+
"hideCases": "הסתר תוצאות ריצה עם הסטטוס {{status}}",
|
|
20
|
+
"showCases": "הצג תוצאות ריצה עם הסטטוס {{status}}"
|
|
21
|
+
},
|
|
22
|
+
"tree": {
|
|
23
|
+
"download": "הורד קובץ CSV",
|
|
24
|
+
"empty": "לא קיימים פריטים",
|
|
25
|
+
"filter": "מיין מקרי בדיקה על ידי סטטוס",
|
|
26
|
+
"filtered": {
|
|
27
|
+
"shown": "מופיעים {{count}}",
|
|
28
|
+
"total": "תוצאת ריצה {{count}}",
|
|
29
|
+
"total_plural": "{{count}} תוצאות ריצה"
|
|
30
|
+
},
|
|
31
|
+
"groups": "הצג/הסתר את המידע על הקבוצות",
|
|
32
|
+
"time": {
|
|
33
|
+
"max": {
|
|
34
|
+
"name": "מקסימלי",
|
|
35
|
+
"tooltip": "זמן הריצה הכי ארוך"
|
|
36
|
+
},
|
|
37
|
+
"sum": {
|
|
38
|
+
"name": "סכום",
|
|
39
|
+
"tooltip": "סכום כל זמני תוצאות הריצה"
|
|
40
|
+
},
|
|
41
|
+
"total": {
|
|
42
|
+
"name": "סך הכול",
|
|
43
|
+
"tooltip": "משך זמן הריצה מתחילת ריצת מקרה הבדיקה הראשון עד סיום ריצת מקרה הבדיקה האחרון"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"unknown": "רֵיק"
|
|
47
|
+
},
|
|
48
|
+
"widgetStatus": {
|
|
49
|
+
"showAll": "הצג את כל הפריטים",
|
|
50
|
+
"total": "סך הכול פריט {{count}}",
|
|
51
|
+
"total_plural": "סך הכול {{count}} פריטים"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"controls": {
|
|
55
|
+
"backto": "חזור ל",
|
|
56
|
+
"clipboard": "העתק אל מגש המערכת",
|
|
57
|
+
"clipboardError": "לא ניתן להעתיק את הערך אל מגש המערכת. נראה שהתכונה הזאת לא נתמכת על ידי הדפדפן שלך",
|
|
58
|
+
"clipboardSuccess": "הועתק בהצלחה",
|
|
59
|
+
"collapse": "כווץ",
|
|
60
|
+
"expand": "הרחב",
|
|
61
|
+
"fullscreen": "מסך מלא",
|
|
62
|
+
"language": "שנה שפה"
|
|
63
|
+
},
|
|
64
|
+
"errors": {
|
|
65
|
+
"missedAttachment": "התוכן המצורף לא נמצא",
|
|
66
|
+
"notFound": "לא נמצא"
|
|
67
|
+
},
|
|
68
|
+
"marks": {
|
|
69
|
+
"flaky": "לא יציב",
|
|
70
|
+
"newBroken": "חדש שבור",
|
|
71
|
+
"newFailed": "חדש נכשל",
|
|
72
|
+
"newPassed": "חדש עבר",
|
|
73
|
+
"retriesStatusChange": "הסטטוס השתנה לאחר ניסיון חוזר"
|
|
74
|
+
},
|
|
75
|
+
"sorter": {
|
|
76
|
+
"duration": "זמן ריצה",
|
|
77
|
+
"name": "שם מקרה הבדיקה",
|
|
78
|
+
"order": "סדר",
|
|
79
|
+
"status": "סטטוס"
|
|
80
|
+
},
|
|
81
|
+
"status": {
|
|
82
|
+
"broken": "שבור",
|
|
83
|
+
"failed": "נכשל",
|
|
84
|
+
"passed": "עבר",
|
|
85
|
+
"skipped": "דולג",
|
|
86
|
+
"unknown": "לא ידוע"
|
|
87
|
+
},
|
|
88
|
+
"tab": {
|
|
89
|
+
"categories": {
|
|
90
|
+
"name": "קטגוריות"
|
|
91
|
+
},
|
|
92
|
+
"graph": {
|
|
93
|
+
"name": "גרפים"
|
|
94
|
+
},
|
|
95
|
+
"overview": {
|
|
96
|
+
"name": "סקירה כללית"
|
|
97
|
+
},
|
|
98
|
+
"suites": {
|
|
99
|
+
"name": "קבוצות מקרי בדיקה"
|
|
100
|
+
},
|
|
101
|
+
"timeline": {
|
|
102
|
+
"name": "ציר זמן",
|
|
103
|
+
"selected": "נבחר מקרה בדיקה {{count}} ({{percent}}%) עם זמן ריצה מעל {{duration}}",
|
|
104
|
+
"selected_plural": "נבחרו {{count}} מקרי בדיקה ({{percent}}%) עם זמן ריצה מעל {{duration}}"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"testResult": {
|
|
108
|
+
"categories": {
|
|
109
|
+
"name": "קטגוריות"
|
|
110
|
+
},
|
|
111
|
+
"description": {
|
|
112
|
+
"name": "תיאור"
|
|
113
|
+
},
|
|
114
|
+
"duration": {
|
|
115
|
+
"name": "זמן ריצה"
|
|
116
|
+
},
|
|
117
|
+
"execution": {
|
|
118
|
+
"body": "תוכן מקרה הבדיקה",
|
|
119
|
+
"name": "הרצה",
|
|
120
|
+
"setup": "הכנת הריצה",
|
|
121
|
+
"teardown": "סיום הריצה"
|
|
122
|
+
},
|
|
123
|
+
"history": {
|
|
124
|
+
"name": "היסטוריה",
|
|
125
|
+
"successRate": "שיעור הצלחה"
|
|
126
|
+
},
|
|
127
|
+
"links": {
|
|
128
|
+
"name": "קישורים"
|
|
129
|
+
},
|
|
130
|
+
"overview": {
|
|
131
|
+
"name": "סקירה כללית"
|
|
132
|
+
},
|
|
133
|
+
"owner": {
|
|
134
|
+
"name": "האחראי למקרה הבדיקה"
|
|
135
|
+
},
|
|
136
|
+
"parameters": {
|
|
137
|
+
"name": "פרמטרים"
|
|
138
|
+
},
|
|
139
|
+
"retries": {
|
|
140
|
+
"empty": "אין מידע זמין על ניסיונות ריצה חוזרים",
|
|
141
|
+
"name": "ניסיונות ריצה חוזרים"
|
|
142
|
+
},
|
|
143
|
+
"severity": {
|
|
144
|
+
"name": "חומרה"
|
|
145
|
+
},
|
|
146
|
+
"stats": {
|
|
147
|
+
"count": {
|
|
148
|
+
"attachments": "תוכן מצורף {{count}}",
|
|
149
|
+
"attachments_plural": "{{count}} תכנים מצורפים",
|
|
150
|
+
"parameters": "פרמטר {{count}}",
|
|
151
|
+
"parameters_plural": "{{count}} פרמטרים",
|
|
152
|
+
"steps": "צעד משנה {{count}}",
|
|
153
|
+
"steps_plural": "{{count}} צעדי משנה"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"status": {
|
|
157
|
+
"empty": "לא קיימים פרטים על מצב מקרה הבדיקה",
|
|
158
|
+
"trace": "הצג מידע נוסף"
|
|
159
|
+
},
|
|
160
|
+
"tags": {
|
|
161
|
+
"name": "תגים"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"widget": {
|
|
165
|
+
"categories": {
|
|
166
|
+
"name": "קטגוריות"
|
|
167
|
+
},
|
|
168
|
+
"categoriesTrend": {
|
|
169
|
+
"name": "מגמת ריצה על קטגוריות"
|
|
170
|
+
},
|
|
171
|
+
"durationTrend": {
|
|
172
|
+
"name": "מגמת זמן ריצה"
|
|
173
|
+
},
|
|
174
|
+
"environment": {
|
|
175
|
+
"empty": "לא קיימים משתני סביבה",
|
|
176
|
+
"name": "משתני סביבה",
|
|
177
|
+
"showAll": "הצג את כל משתני הסביבה"
|
|
178
|
+
},
|
|
179
|
+
"executors": {
|
|
180
|
+
"empty": "לא קיים מידע על כלי הרצת מקרי הבדיקה",
|
|
181
|
+
"name": "כלי הרצה",
|
|
182
|
+
"unknown": "לא ידוע"
|
|
183
|
+
},
|
|
184
|
+
"launches": {
|
|
185
|
+
"empty": "לא קיים מידע על חבילות הרצה",
|
|
186
|
+
"name": "חבילות הרצה"
|
|
187
|
+
},
|
|
188
|
+
"retryTrend": {
|
|
189
|
+
"name": "מגמת חזרות על ריצה"
|
|
190
|
+
},
|
|
191
|
+
"suites": {
|
|
192
|
+
"name": "קבוצות מקרי בדיקה"
|
|
193
|
+
},
|
|
194
|
+
"summary": {
|
|
195
|
+
"aggregatedName": "דוח",
|
|
196
|
+
"launches": "חבילת הרצה",
|
|
197
|
+
"launches_plural": "חבילות הרצה",
|
|
198
|
+
"testResults": "תוצאת בדיקה",
|
|
199
|
+
"testResults_plural": "תוצאות בדיקה"
|
|
200
|
+
},
|
|
201
|
+
"trend": {
|
|
202
|
+
"name": "מגמת ריצות"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
{
|
|
2
|
+
"chart": {
|
|
3
|
+
"duration": {
|
|
4
|
+
"empty": "Nema informacije",
|
|
5
|
+
"name": "Trvanje testov"
|
|
6
|
+
},
|
|
7
|
+
"severity": {
|
|
8
|
+
"name": "Važnost testov"
|
|
9
|
+
},
|
|
10
|
+
"status": {
|
|
11
|
+
"name": "Statusy testov"
|
|
12
|
+
},
|
|
13
|
+
"trend": {
|
|
14
|
+
"empty": "Nema informacije"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"component": {
|
|
18
|
+
"markToggle": {
|
|
19
|
+
"hideCases": "Skryj rezultaty označene kako \"{{mark}}\"",
|
|
20
|
+
"showCases": "Pokaži rezultaty označene kako \"{{mark}}\""
|
|
21
|
+
},
|
|
22
|
+
"statusToggle": {
|
|
23
|
+
"hideCases": "Skryj rezultaty so statusom \"{{status}}\"",
|
|
24
|
+
"showCases": "Pokaži rezultaty so statusom \"{{status}}\""
|
|
25
|
+
},
|
|
26
|
+
"tree": {
|
|
27
|
+
"download": "Daunloduj CSV",
|
|
28
|
+
"empty": "Nema informacije",
|
|
29
|
+
"filter": "Statusy",
|
|
30
|
+
"filter-marks": "Označenja",
|
|
31
|
+
"filtered": {
|
|
32
|
+
"shown_0": "{{count}} pokazany",
|
|
33
|
+
"shown_1": "{{count}} pokazane",
|
|
34
|
+
"shown_2": "{{count}} pokazane",
|
|
35
|
+
"total_0": "{{count}} test vsěgo",
|
|
36
|
+
"total_1": "{{count}} testy vsěgo",
|
|
37
|
+
"total_2": "{{count}} testov vsěgo"
|
|
38
|
+
},
|
|
39
|
+
"groups": "Pokaži informaciju o grupah",
|
|
40
|
+
"time": {
|
|
41
|
+
"max": {
|
|
42
|
+
"name": "Najvyše dolgy",
|
|
43
|
+
"tooltip": "Koliko časa trval najvyše dolgy test v grupě"
|
|
44
|
+
},
|
|
45
|
+
"sum": {
|
|
46
|
+
"name": "V sumě",
|
|
47
|
+
"tooltip": "Suma trvanij vsih testov v grupě"
|
|
48
|
+
},
|
|
49
|
+
"total": {
|
|
50
|
+
"name": "Cělo",
|
|
51
|
+
"tooltip": "Čas od početka prvogo testa do konca poslědnogo"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"unknown": "<Nema>"
|
|
55
|
+
},
|
|
56
|
+
"widgetStatus": {
|
|
57
|
+
"showAll": "Pokaži vsečto",
|
|
58
|
+
"total_0": "{{count}} element vsěgo",
|
|
59
|
+
"total_1": "{{count}} elementa vsěgo",
|
|
60
|
+
"total_2": "{{count}} elementov vsěgo"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"controls": {
|
|
64
|
+
"backto": "Vzad do",
|
|
65
|
+
"clipboard": "Kopiruj do klipborda",
|
|
66
|
+
"clipboardError": "Pogrěška. Věrojetno, vaša prěgledka (brauzer) ne podpira kopirovanje do klipborda.",
|
|
67
|
+
"clipboardSuccess": "Tekst byl skopirovany",
|
|
68
|
+
"collapse": "Minimizuj",
|
|
69
|
+
"expand": "Razširi",
|
|
70
|
+
"fullscreen": "Na cěly ekran",
|
|
71
|
+
"language": "Izměni jezyk"
|
|
72
|
+
},
|
|
73
|
+
"errors": {
|
|
74
|
+
"missedAttachment": "Priloga ne najdena",
|
|
75
|
+
"notFound": "Ne najdeno"
|
|
76
|
+
},
|
|
77
|
+
"marks": {
|
|
78
|
+
"flaky": "Nestabilny",
|
|
79
|
+
"newBroken": "Iznova slomjeny",
|
|
80
|
+
"newFailed": "Iznova neuspěšny",
|
|
81
|
+
"newPassed": "Iznova uspěšny",
|
|
82
|
+
"retriesStatusChange": "Status měnjal se od proby do proby"
|
|
83
|
+
},
|
|
84
|
+
"sorter": {
|
|
85
|
+
"duration": "trvanje",
|
|
86
|
+
"name": "nazva",
|
|
87
|
+
"order": "poredok",
|
|
88
|
+
"status": "status"
|
|
89
|
+
},
|
|
90
|
+
"status": {
|
|
91
|
+
"broken": "Slomjeny",
|
|
92
|
+
"failed": "Neuspěšny",
|
|
93
|
+
"passed": "Uspěšny",
|
|
94
|
+
"skipped": "Propuščeny",
|
|
95
|
+
"unknown": "Neznany"
|
|
96
|
+
},
|
|
97
|
+
"tab": {
|
|
98
|
+
"categories": {
|
|
99
|
+
"name": "Kategorije"
|
|
100
|
+
},
|
|
101
|
+
"graph": {
|
|
102
|
+
"name": "Diagramy"
|
|
103
|
+
},
|
|
104
|
+
"overview": {
|
|
105
|
+
"name": "Prěgled"
|
|
106
|
+
},
|
|
107
|
+
"suites": {
|
|
108
|
+
"name": "Komplety testov"
|
|
109
|
+
},
|
|
110
|
+
"timeline": {
|
|
111
|
+
"name": "Hronologija",
|
|
112
|
+
"selected_0": "Izbrany {{count}} test ({{percent}}%) s trvanjem vyše od {{duration}}",
|
|
113
|
+
"selected_1": "Izbrane {{count}} testy ({{percent}}%) s trvanjem vyše od {{duration}}",
|
|
114
|
+
"selected_2": "Izbrane {{count}} testov ({{percent}}%) s trvanjem vyše od {{duration}}"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"testResult": {
|
|
118
|
+
"categories": {
|
|
119
|
+
"name": "Kategorije"
|
|
120
|
+
},
|
|
121
|
+
"description": {
|
|
122
|
+
"name": "Opis"
|
|
123
|
+
},
|
|
124
|
+
"duration": {
|
|
125
|
+
"name": "Trvanje"
|
|
126
|
+
},
|
|
127
|
+
"execution": {
|
|
128
|
+
"body": "Tělo testa",
|
|
129
|
+
"name": "Izpolnjenje",
|
|
130
|
+
"setup": "Prigotovjenje",
|
|
131
|
+
"teardown": "Zaključenje"
|
|
132
|
+
},
|
|
133
|
+
"history": {
|
|
134
|
+
"name": "Historija",
|
|
135
|
+
"successRate": "Procent uspěha"
|
|
136
|
+
},
|
|
137
|
+
"links": {
|
|
138
|
+
"name": "Linky"
|
|
139
|
+
},
|
|
140
|
+
"overview": {
|
|
141
|
+
"name": "Prěgled"
|
|
142
|
+
},
|
|
143
|
+
"owner": {
|
|
144
|
+
"name": "Vlastnik"
|
|
145
|
+
},
|
|
146
|
+
"parameters": {
|
|
147
|
+
"name": "Parametry"
|
|
148
|
+
},
|
|
149
|
+
"retries": {
|
|
150
|
+
"empty": "Nema informacije o minulyh probah testa",
|
|
151
|
+
"name": "Minule proby"
|
|
152
|
+
},
|
|
153
|
+
"severity": {
|
|
154
|
+
"name": "Važnost",
|
|
155
|
+
"blocker": "bloker",
|
|
156
|
+
"critical": "kritična",
|
|
157
|
+
"normal": "obyčajna",
|
|
158
|
+
"minor": "mala",
|
|
159
|
+
"trivial": "kosmetična"
|
|
160
|
+
},
|
|
161
|
+
"stats": {
|
|
162
|
+
"count": {
|
|
163
|
+
"attachments_0": "{{count}} priloga",
|
|
164
|
+
"attachments_1": "{{count}} prilogy",
|
|
165
|
+
"attachments_2": "{{count}} prilog",
|
|
166
|
+
"parameters_0": "{{count}} parametr",
|
|
167
|
+
"parameters_1": "{{count}} parametry",
|
|
168
|
+
"parameters_2": "{{count}} parametrov",
|
|
169
|
+
"steps_0": "{{count}} vloženy krok",
|
|
170
|
+
"steps_1": "{{count}} vložene kroky",
|
|
171
|
+
"steps_2": "{{count}} vloženyh krokov"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"status": {
|
|
175
|
+
"empty": "Nema dodatnoj informacije o statusu",
|
|
176
|
+
"trace": "Pokaži dodatnu informaciju"
|
|
177
|
+
},
|
|
178
|
+
"tags": {
|
|
179
|
+
"name": "Označenja"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"widget": {
|
|
183
|
+
"categories": {
|
|
184
|
+
"name": "Kategorije"
|
|
185
|
+
},
|
|
186
|
+
"environment": {
|
|
187
|
+
"empty": "Nema informacije o obsrědině",
|
|
188
|
+
"name": "Obsrědina",
|
|
189
|
+
"showAll": "Pokaži vsečto"
|
|
190
|
+
},
|
|
191
|
+
"executors": {
|
|
192
|
+
"empty": "Nema informacije o izpolniteljah",
|
|
193
|
+
"name": "Sistemy izpolnjenja testov",
|
|
194
|
+
"unknown": "Neznano"
|
|
195
|
+
},
|
|
196
|
+
"launches": {
|
|
197
|
+
"empty": "Nema informacije o puščenjah",
|
|
198
|
+
"name": "Puščenja testov"
|
|
199
|
+
},
|
|
200
|
+
"suites": {
|
|
201
|
+
"name": "Komplety testov"
|
|
202
|
+
},
|
|
203
|
+
"summary": {
|
|
204
|
+
"aggregatedName": "Agregovany raport",
|
|
205
|
+
"launches_0": "puščenje testov",
|
|
206
|
+
"launches_1": "puščenja testov",
|
|
207
|
+
"launches_2": "puščenij testov",
|
|
208
|
+
"testResults_0": "testovy scenarij",
|
|
209
|
+
"testResults_1": "testove scenarije",
|
|
210
|
+
"testResults_2": "testovyh scenarijev"
|
|
211
|
+
},
|
|
212
|
+
"trend": {
|
|
213
|
+
"name": "Trend"
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
}
|