@allurereport/web-awesome 3.3.1 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/multi/173.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/174.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/252.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/282.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/29.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/310.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/416.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/507.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/527.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/600.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/605.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/638.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/672.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/686.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/725.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/741.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/749.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/755.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/{894.app-8be6acc0a596a2197dbf.js → 894.app-648d4a8e7d5405e104a1.js} +1 -1
- package/dist/multi/943.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/980.app-648d4a8e7d5405e104a1.js +1 -0
- package/dist/multi/app-648d4a8e7d5405e104a1.js +2 -0
- package/dist/multi/{app-8be6acc0a596a2197dbf.js.LICENSE.txt → app-648d4a8e7d5405e104a1.js.LICENSE.txt} +1 -1
- package/dist/multi/manifest.json +23 -21
- package/dist/multi/{styles-0b84e1ef76554ad2db9a.css → styles-b72a0161ddf41447b31c.css} +10 -10
- package/dist/single/app-ae966ad3dc27579d6c39.js +2 -0
- package/dist/single/{app-8221eb856e47b4ef50d6.js.LICENSE.txt → app-ae966ad3dc27579d6c39.js.LICENSE.txt} +1 -1
- package/dist/single/manifest.json +1 -1
- package/package.json +18 -36
- package/src/components/BaseLayout/index.tsx +2 -0
- package/src/components/Categories/CategoriesTree/index.tsx +2 -0
- package/src/components/Categories/CategoryHeaderItem/index.tsx +2 -0
- package/src/components/Categories/CategoryTreeItem/index.tsx +2 -0
- package/src/components/Categories/GroupTreeItem/index.tsx +2 -0
- package/src/components/Categories/HistoryTreeItem/index.tsx +2 -0
- package/src/components/Categories/LabelTreeItem/index.tsx +2 -0
- package/src/components/Categories/MessageTreeItem/index.tsx +2 -0
- package/src/components/Categories/SeverityTreeItem/index.tsx +2 -0
- package/src/components/Charts/index.tsx +3 -0
- package/src/components/EnvironmentPicker/index.tsx +78 -18
- package/src/components/EnvironmentPicker/styles.scss +19 -0
- package/src/components/Footer/FooterLogo.tsx +1 -0
- package/src/components/Footer/FooterVersion.tsx +2 -0
- package/src/components/Footer/index.tsx +3 -1
- package/src/components/Header/CiInfo/index.tsx +17 -3
- package/src/components/Header/index.tsx +3 -0
- package/src/components/Header/styles.scss +1 -0
- package/src/components/HeaderControls/index.tsx +1 -0
- package/src/components/MainReport/index.tsx +3 -0
- package/src/components/Metadata/index.tsx +2 -0
- package/src/components/MetadataButton/index.tsx +35 -8
- package/src/components/MetadataButton/styles.scss +20 -0
- package/src/components/Modal/index.tsx +2 -0
- package/src/components/NavTabs/index.tsx +2 -1
- package/src/components/ReportBody/HeaderActions.tsx +1 -0
- package/src/components/ReportBody/SortBy.tsx +2 -0
- package/src/components/ReportBody/index.tsx +4 -1
- package/src/components/ReportCategories/index.tsx +2 -0
- package/src/components/ReportFilters/BaseFilters.tsx +2 -0
- package/src/components/ReportFilters/CategoriesFilter.tsx +2 -0
- package/src/components/ReportFilters/RetryFlaky.tsx +2 -0
- package/src/components/ReportFilters/TagsFilter.tsx +2 -0
- package/src/components/ReportFilters/TransitionFilter.tsx +2 -0
- package/src/components/ReportFilters/index.tsx +3 -0
- package/src/components/ReportGlobalAttachments/index.tsx +3 -0
- package/src/components/ReportGlobalErrors/index.tsx +2 -0
- package/src/components/ReportHeader/ReportHeaderLabelList.tsx +1 -0
- package/src/components/ReportHeader/ReportHeaderLogo.tsx +3 -1
- package/src/components/ReportHeader/ReportHeaderPie.tsx +2 -0
- package/src/components/ReportHeader/index.tsx +2 -0
- package/src/components/ReportMetadata/MetadataItem.tsx +1 -0
- package/src/components/ReportMetadata/MetadataSummary.tsx +3 -1
- package/src/components/ReportMetadata/MetadataTestType.tsx +2 -0
- package/src/components/ReportMetadata/MetadataWithIcon.tsx +2 -0
- package/src/components/ReportMetadata/index.tsx +61 -17
- package/src/components/ReportQualityGateResults/index.tsx +6 -2
- package/src/components/ReportSearch/index.tsx +1 -0
- package/src/components/ReportTabs/index.tsx +3 -0
- package/src/components/SectionPicker/index.tsx +2 -0
- package/src/components/SectionSwitcher/index.tsx +3 -0
- package/src/components/SideBySide/index.tsx +1 -0
- package/src/components/SplitLayout/index.tsx +2 -0
- package/src/components/TestResult/TestStepsEmpty/index.tsx +2 -0
- package/src/components/TestResult/TrAttachmentsView/index.tsx +2 -0
- package/src/components/TestResult/TrDescription/index.tsx +16 -3
- package/src/components/TestResult/TrDropdown/index.tsx +1 -0
- package/src/components/TestResult/TrEmpty/index.tsx +3 -1
- package/src/components/TestResult/TrEnvironmentItem/index.tsx +3 -0
- package/src/components/TestResult/TrEnvironmentsView/index.tsx +8 -2
- package/src/components/TestResult/TrError/TrDiff.tsx +3 -1
- package/src/components/TestResult/TrError/index.tsx +20 -18
- package/src/components/TestResult/TrError/styles.scss +0 -25
- package/src/components/TestResult/TrHeader/TrBreadcrumbs.tsx +3 -1
- package/src/components/TestResult/TrHeader/index.tsx +2 -0
- package/src/components/TestResult/TrHeader/styles.scss +1 -0
- package/src/components/TestResult/TrHistory/TrHistoryItem.tsx +3 -1
- package/src/components/TestResult/TrHistory/index.tsx +2 -0
- package/src/components/TestResult/TrInfo/TrInfoStatuses.tsx +2 -0
- package/src/components/TestResult/TrInfo/index.tsx +2 -0
- package/src/components/TestResult/TrLinks/index.tsx +63 -11
- package/src/components/TestResult/TrMetadata/index.tsx +44 -5
- package/src/components/TestResult/TrNavigation/index.tsx +2 -0
- package/src/components/TestResult/TrOverview.tsx +20 -17
- package/src/components/TestResult/TrParameters/index.tsx +41 -7
- package/src/components/TestResult/TrPrevStatuses/index.tsx +2 -0
- package/src/components/TestResult/TrPwTraces/PwTraceButton.tsx +44 -9
- package/src/components/TestResult/TrPwTraces/index.tsx +5 -1
- package/src/components/TestResult/TrPwTraces/openPwTraceInNewTab.ts +29 -0
- package/src/components/TestResult/TrRetriesView/TrRetriesItem.tsx +3 -1
- package/src/components/TestResult/TrRetriesView/index.tsx +2 -0
- package/src/components/TestResult/TrSetup/index.tsx +3 -1
- package/src/components/TestResult/TrSeverity/index.tsx +2 -0
- package/src/components/TestResult/TrStatus/index.tsx +2 -0
- package/src/components/TestResult/TrSteps/TrAttachment.tsx +38 -6
- package/src/components/TestResult/TrSteps/TrAttachmentInfo.tsx +50 -2
- package/src/components/TestResult/TrSteps/TrBodyItems.tsx +42 -0
- package/src/components/TestResult/TrSteps/TrErrorStep.tsx +40 -0
- package/src/components/TestResult/TrSteps/TrStep.tsx +31 -65
- package/src/components/TestResult/TrSteps/TrStepHeader.tsx +50 -0
- package/src/components/TestResult/TrSteps/TrStepInfo.tsx +1 -0
- package/src/components/TestResult/TrSteps/index.tsx +12 -32
- package/src/components/TestResult/TrSteps/styles.scss +8 -0
- package/src/components/TestResult/TrSteps/wrongAttachment.tsx +2 -1
- package/src/components/TestResult/TrTabs/index.tsx +1 -0
- package/src/components/TestResult/TrTeardown/index.tsx +3 -1
- package/src/components/TestResult/bodyItems.ts +151 -0
- package/src/components/TestResult/index.tsx +2 -0
- package/src/components/Timeline/index.tsx +12 -2
- package/src/components/ToggleLayout/index.tsx +1 -0
- package/src/components/Tree/index.tsx +6 -2
- package/src/components/Tree/styles.scss +11 -0
- package/src/index.tsx +9 -3
- package/src/locales/ar.json +427 -0
- package/src/locales/az.json +43 -46
- package/src/locales/de.json +5 -0
- package/src/locales/en.json +5 -0
- package/src/locales/es.json +5 -0
- package/src/locales/fr.json +5 -0
- package/src/locales/he.json +5 -0
- package/src/locales/hy.json +5 -0
- package/src/locales/it.json +5 -0
- package/src/locales/ja.json +5 -0
- package/src/locales/ka.json +5 -0
- package/src/locales/kr.json +5 -0
- package/src/locales/nl.json +5 -0
- package/src/locales/pl.json +5 -0
- package/src/locales/pt.json +5 -0
- package/src/locales/ru.json +5 -0
- package/src/locales/sv.json +5 -0
- package/src/locales/tr.json +5 -0
- package/src/locales/uk.json +5 -0
- package/src/locales/zh-TW.json +432 -0
- package/src/locales/zh.json +5 -0
- package/src/stores/categories.ts +1 -0
- package/src/stores/chart.ts +2 -1
- package/src/stores/env.ts +14 -4
- package/src/stores/envInfo.ts +1 -0
- package/src/stores/globals.ts +1 -0
- package/src/stores/locale.ts +1 -0
- package/src/stores/qualityGate.ts +1 -0
- package/src/stores/sections.ts +1 -0
- package/src/stores/stats.ts +12 -6
- package/src/stores/testResult.ts +1 -0
- package/src/stores/testResults.ts +1 -0
- package/src/stores/timeline.ts +2 -0
- package/src/stores/tree.ts +2 -0
- package/src/stores/treeFilters/actions.ts +1 -0
- package/src/stores/treeFilters/store.ts +1 -0
- package/src/stores/treeFilters/utils.ts +1 -0
- package/src/stores/variables.ts +1 -0
- package/src/utils/time.ts +1 -0
- package/src/utils/treeFilters.ts +2 -0
- package/test/components/EnvironmentPicker.test.tsx +133 -0
- package/test/components/Header/CiInfo.test.tsx +15 -0
- package/test/components/Header.test.tsx +1 -0
- package/test/components/TestResult/PwTraceButton.test.tsx +104 -0
- package/test/components/TestResult/TrErrorStep.test.tsx +127 -0
- package/test/components/TestResult/TrOverview.test.tsx +114 -0
- package/test/components/TestResult/bodyItems.test.ts +194 -0
- package/test/components/TestResult/openPwTraceInNewTab.test.ts +65 -0
- package/test/components/Timeline.test.tsx +104 -0
- package/test/stores/treeFilters/actions.test.ts +82 -0
- package/test/utils/ownerAddress.test.ts +1 -0
- package/test/utils/treeFilters.test.ts +1 -0
- package/tsconfig.json +1 -2
- package/tsconfig.node.json +2 -1
- package/types.d.ts +2 -0
- package/.eslintrc.cjs +0 -18
- package/dist/multi/173.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/174.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/252.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/282.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/29.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/416.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/527.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/600.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/605.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/638.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/672.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/686.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/725.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/741.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/749.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/755.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/943.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/980.app-8be6acc0a596a2197dbf.js +0 -1
- package/dist/multi/app-8be6acc0a596a2197dbf.js +0 -2
- package/dist/single/app-8221eb856e47b4ef50d6.js +0 -2
- package/src/components/TestResult/TrPwTraces/PwTrace.tsx +0 -34
|
@@ -0,0 +1,427 @@
|
|
|
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
|
+
"total": "الإجمالي",
|
|
15
|
+
"flaky": "اختبارات غير مستقرة",
|
|
16
|
+
"retries": "اختبارات مُعاد محاولتها",
|
|
17
|
+
"new": "اختبارات جديدة"
|
|
18
|
+
},
|
|
19
|
+
"tabs": {
|
|
20
|
+
"total": "الكل",
|
|
21
|
+
"results": "النتائج",
|
|
22
|
+
"globalAttachments": "المرفقات العامة",
|
|
23
|
+
"globalErrors": "الأخطاء العامة",
|
|
24
|
+
"qualityGates": "بوابات الجودة",
|
|
25
|
+
"categories": "الفئات"
|
|
26
|
+
},
|
|
27
|
+
"search": {
|
|
28
|
+
"search": "بحث",
|
|
29
|
+
"search-placeholder": "الاسم أو المُعرِّف"
|
|
30
|
+
},
|
|
31
|
+
"filters": {
|
|
32
|
+
"flaky": "غير مستقر",
|
|
33
|
+
"nonFlaky": "مستقر",
|
|
34
|
+
"retry": "إعادة محاولة",
|
|
35
|
+
"new": "جديد",
|
|
36
|
+
"fixed": "تم إصلاحه",
|
|
37
|
+
"regressed": "تراجع",
|
|
38
|
+
"malfunctioned": "خلل وظيفي",
|
|
39
|
+
"transition": "انتقال",
|
|
40
|
+
"status": "الحالة",
|
|
41
|
+
"severity": "الخطورة",
|
|
42
|
+
"owner": "المالك",
|
|
43
|
+
"layer": "الطبقة",
|
|
44
|
+
"tags": "الوسوم",
|
|
45
|
+
"categories": "الفئات",
|
|
46
|
+
"goto_filter": "انتقل إلى الفلتر",
|
|
47
|
+
"errors": {
|
|
48
|
+
"max_values_one": "يتم استخدام أول {{count}} قيمة فقط للتصفية.\nيتم تجاهل القيم الإضافية",
|
|
49
|
+
"max_values_other": "يتم استخدام أول {{count}} قيم فقط للتصفية.\nيتم تجاهل القيم الإضافية"
|
|
50
|
+
},
|
|
51
|
+
"description": {
|
|
52
|
+
"flaky": "عرض الاختبارات غير المستقرة",
|
|
53
|
+
"retry": "عرض نتائج الاختبارات التي تمت إعادة تشغيلها",
|
|
54
|
+
"new": "عرض نتائج الاختبارات التي تظهر لأول مرة في هذا التقرير",
|
|
55
|
+
"fixed": "عرض الاختبارات الناجحة الآن والتي كانت \"فشل\" أو \"معطل\" في تقرير سابق",
|
|
56
|
+
"regressed": "عرض نتائج الاختبارات التي تغيرت إلى حالة \"فشل\" من حالة \"ناجح\" أو \"معطل\"",
|
|
57
|
+
"malfunctioned": "عرض نتائج الاختبارات التي تغيرت إلى حالة \"معطل\" من حالة \"ناجح\" أو \"فشل\"",
|
|
58
|
+
"tags": "عرض نتائج الاختبارات التي تحتوي على الوسوم المحددة",
|
|
59
|
+
"categories": "عرض نتائج الاختبارات التي تحتوي على الفئات المحددة"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"sort-by": {
|
|
63
|
+
"sort-by-text": "ترتيب حسب:",
|
|
64
|
+
"sort-by-category": "ترتيب حسب",
|
|
65
|
+
"direction-category": "الاتجاه"
|
|
66
|
+
},
|
|
67
|
+
"sort-by.values": {
|
|
68
|
+
"order": "الترتيب",
|
|
69
|
+
"alphabet": "الأبجدية",
|
|
70
|
+
"duration": "المدة",
|
|
71
|
+
"status": "الحالة"
|
|
72
|
+
},
|
|
73
|
+
"sort-by.directions": {
|
|
74
|
+
"order-desc": "الأحدث – الأقدم",
|
|
75
|
+
"order-asc": "الأقدم – الأحدث",
|
|
76
|
+
"order-asc-short": "الأقدم",
|
|
77
|
+
"order-desc-short": "الأحدث",
|
|
78
|
+
"alphabet-asc": "أ – ي",
|
|
79
|
+
"alphabet-desc": "ي – أ",
|
|
80
|
+
"alphabet-asc-short": "أ – ي",
|
|
81
|
+
"alphabet-desc-short": "ي – أ",
|
|
82
|
+
"duration-asc": "1 – 9",
|
|
83
|
+
"duration-desc": "9 – 1",
|
|
84
|
+
"duration-asc-short": "1 – 9",
|
|
85
|
+
"duration-desc-short": "9 – 1",
|
|
86
|
+
"status-asc": "كما في قائمة الفلتر",
|
|
87
|
+
"status-desc": "معكوس",
|
|
88
|
+
"status-asc-short": "عادي",
|
|
89
|
+
"status-desc-short": "معكوس"
|
|
90
|
+
},
|
|
91
|
+
"empty": {
|
|
92
|
+
"no-results": "لا توجد نتائج",
|
|
93
|
+
"no-value": "لا توجد قيمة",
|
|
94
|
+
"no-value-for": "لا توجد قيمة: {{entity}}",
|
|
95
|
+
"no-transition": "لا يوجد انتقال",
|
|
96
|
+
"no-layer": "لا توجد طبقة",
|
|
97
|
+
"no-owner": "لا يوجد مالك",
|
|
98
|
+
"no-severity": "لا توجد خطورة",
|
|
99
|
+
"no-status": "لا توجد حالة",
|
|
100
|
+
"no-environment": "لا توجد بيئة",
|
|
101
|
+
"no-flaky": "لا توجد اختبارات غير مستقرة",
|
|
102
|
+
"empty-value": "فارغ",
|
|
103
|
+
"no-tests-found": "لم يتم العثور على نتائج",
|
|
104
|
+
"no-message-provided": "لم يتم تقديم رسالة",
|
|
105
|
+
"clear-filters": "مسح الفلاتر",
|
|
106
|
+
"no-attachments-results": "لا تتوفر معلومات عن المرفقات",
|
|
107
|
+
"no-global-errors-results": "لا تتوفر معلومات عن الأخطاء العامة",
|
|
108
|
+
"no-quality-gate-results": "لا تتوفر نتائج بوابات الجودة",
|
|
109
|
+
"no-history-results": "لا تتوفر معلومات عن السجل",
|
|
110
|
+
"no-retries-results": "لا تتوفر معلومات عن محاولات الإعادة",
|
|
111
|
+
"no-test-steps-results": "لا تتوفر معلومات عن خطوات الاختبار",
|
|
112
|
+
"no-test-case-results": "لا توجد نتائج حالات اختبار",
|
|
113
|
+
"no-environments-results": "لا تتوفر معلومات عن البيئات",
|
|
114
|
+
"no-categories-results": "لا تتوفر نتائج الفئات"
|
|
115
|
+
},
|
|
116
|
+
"severity": {
|
|
117
|
+
"blocker": "مانع",
|
|
118
|
+
"critical": "خطورة عالية",
|
|
119
|
+
"normal": "عادي",
|
|
120
|
+
"minor": "ثانوي",
|
|
121
|
+
"trivial": "بسيط"
|
|
122
|
+
},
|
|
123
|
+
"execution": {
|
|
124
|
+
"name": "التنفيذ",
|
|
125
|
+
"body": "محتوى الاختبار",
|
|
126
|
+
"setup": "تجهيز",
|
|
127
|
+
"teardown": "تنظيف"
|
|
128
|
+
},
|
|
129
|
+
"environments": {
|
|
130
|
+
"environment_one": "بيئة",
|
|
131
|
+
"environment_other": "بيئات",
|
|
132
|
+
"all": "الكل"
|
|
133
|
+
},
|
|
134
|
+
"ui": {
|
|
135
|
+
"labels": "التصنيفات",
|
|
136
|
+
"metadata": "بيانات وصفية",
|
|
137
|
+
"parameters": "المعاملات",
|
|
138
|
+
"category": "الفئة",
|
|
139
|
+
"description": "الوصف",
|
|
140
|
+
"links": "الروابط",
|
|
141
|
+
"overview": "نظرة عامة",
|
|
142
|
+
"history": "السجل",
|
|
143
|
+
"attachments": "المرفقات",
|
|
144
|
+
"retries": "محاولات الإعادة",
|
|
145
|
+
"environments": "البيئات",
|
|
146
|
+
"error": "خطأ",
|
|
147
|
+
"goToStep": "انتقل إلى الخطوة",
|
|
148
|
+
"showLess": "عرض أقل",
|
|
149
|
+
"showMore": "عرض المزيد",
|
|
150
|
+
"copy": "نسخ",
|
|
151
|
+
"copy-email": "نسخ البريد الإلكتروني",
|
|
152
|
+
"attempt": "المحاولة {{attempt}} من {{total}}",
|
|
153
|
+
"at": "في",
|
|
154
|
+
"variables": "المتغيرات",
|
|
155
|
+
"openPwTrace": "فتح تتبع Playwright",
|
|
156
|
+
"finishedAtOriginal": "{{formattedCreatedAt}}، برمز خروج {{original}}",
|
|
157
|
+
"finishedAtBoth": "{{formattedCreatedAt}}، برمز خروج {{actual}} (الأصلي {{original}})"
|
|
158
|
+
},
|
|
159
|
+
"controls": {
|
|
160
|
+
"newTabAttachment": "فتح المرفق في علامة تبويب جديدة",
|
|
161
|
+
"nextTR": "نتيجة الاختبار التالية",
|
|
162
|
+
"prevTR": "نتيجة الاختبار السابقة",
|
|
163
|
+
"downloadAttachment": "تحميل المرفق",
|
|
164
|
+
"backto": "العودة إلى",
|
|
165
|
+
"clipboard": "نسخ إلى الحافظة",
|
|
166
|
+
"clipboardError": "لا يمكن نسخ القيمة إلى الحافظة. يبدو أن هذه الميزة غير مدعومة في متصفحك",
|
|
167
|
+
"clipboardSuccess": "تم النسخ بنجاح",
|
|
168
|
+
"collapse": "طي",
|
|
169
|
+
"expand": "توسيع",
|
|
170
|
+
"fullscreen": "ملء الشاشة",
|
|
171
|
+
"language": "اللغة",
|
|
172
|
+
"openInNewTab": "فتح في علامة تبويب جديدة",
|
|
173
|
+
"openPreview": "فتح المعاينة",
|
|
174
|
+
"noSelectedTR": "لم يتم تحديد نتيجة اختبار",
|
|
175
|
+
"comparison": "المقارنة",
|
|
176
|
+
"showDiff": "عرض الاختلاف",
|
|
177
|
+
"viewMode": "وضع العرض",
|
|
178
|
+
"unified": "موحد",
|
|
179
|
+
"side-by-side": "جنباً إلى جنب",
|
|
180
|
+
"compareBy": "مقارنة حسب",
|
|
181
|
+
"chars": "أحرف",
|
|
182
|
+
"words": "كلمات",
|
|
183
|
+
"lines": "أسطر",
|
|
184
|
+
"actual": "الفعلي",
|
|
185
|
+
"expected": "المتوقع"
|
|
186
|
+
},
|
|
187
|
+
"errors": {
|
|
188
|
+
"missedAttachment": "المرفق غير موجود"
|
|
189
|
+
},
|
|
190
|
+
"sections": {
|
|
191
|
+
"report": "التقرير",
|
|
192
|
+
"charts": "الرسوم البيانية",
|
|
193
|
+
"timeline": "الخط الزمني"
|
|
194
|
+
},
|
|
195
|
+
"timeline": {
|
|
196
|
+
"empty": "لا توجد بيانات",
|
|
197
|
+
"empty_host": "لا توجد بيانات لـ {{ host }}",
|
|
198
|
+
"selected_one": "تم تحديد {{ count }} اختبار ({{ percentage }}%) بمدة أكثر من {{ minDuration }} وأقل من {{ maxDuration }}",
|
|
199
|
+
"selected_other": "تم تحديد {{ count }} اختبارات ({{ percentage }}%) بمدة أكثر من {{ minDuration }} وأقل من {{ maxDuration }}",
|
|
200
|
+
"host": "المضيف: {{ host }}"
|
|
201
|
+
},
|
|
202
|
+
"charts": {
|
|
203
|
+
"trend": {
|
|
204
|
+
"title": "مخطط الاتجاه: {{type}}",
|
|
205
|
+
"type": {
|
|
206
|
+
"status": "الحالة",
|
|
207
|
+
"severity": "الخطورة"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
"currentStatus": {
|
|
211
|
+
"title": "الحالة الحالية",
|
|
212
|
+
"status": {
|
|
213
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
214
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
215
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
216
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
217
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
218
|
+
},
|
|
219
|
+
"percentage": "{{percentage}}%",
|
|
220
|
+
"of": "من {{total}}",
|
|
221
|
+
"total": "الإجمالي",
|
|
222
|
+
"tests": {
|
|
223
|
+
"new_zero": "لا توجد اختبارات جديدة",
|
|
224
|
+
"new_one": "{{count}} اختبار جديد",
|
|
225
|
+
"new_other": "{{count}} اختبارات جديدة",
|
|
226
|
+
"flaky_zero": "لا توجد اختبارات غير مستقرة",
|
|
227
|
+
"flaky_one": "{{count}} اختبار غير مستقر",
|
|
228
|
+
"flaky_other": "{{count}} اختبارات غير مستقرة",
|
|
229
|
+
"retries_zero": "لا توجد اختبارات مُعاد محاولتها",
|
|
230
|
+
"retries_one": "{{count}} اختبار مُعاد محاولته",
|
|
231
|
+
"retries_other": "{{count}} اختبارات مُعاد محاولتها"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"statusDynamics": {
|
|
235
|
+
"title": "تطورات الحالة",
|
|
236
|
+
"status": {
|
|
237
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
238
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
239
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
240
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
241
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
242
|
+
},
|
|
243
|
+
"no-history": "$t(empty:no-history-results)",
|
|
244
|
+
"no-results": "$t(empty:no-results)",
|
|
245
|
+
"tooltips": {
|
|
246
|
+
"current": "أحدث تقرير ({{timestamp, timestamp_long_no_seconds}})",
|
|
247
|
+
"history": "تقرير من {{timestamp, timestamp_long_no_seconds}}"
|
|
248
|
+
},
|
|
249
|
+
"ticks": {
|
|
250
|
+
"current": "الأحدث",
|
|
251
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"statusTransitions": {
|
|
255
|
+
"title": "انتقالات الحالة",
|
|
256
|
+
"legend": {
|
|
257
|
+
"trend": "معدل الإصلاح"
|
|
258
|
+
},
|
|
259
|
+
"transitions": {
|
|
260
|
+
"new": "$t(transitions:new, capitalize)",
|
|
261
|
+
"fixed": "$t(transitions:fixed, capitalize)",
|
|
262
|
+
"regressed": "$t(transitions:regressed, capitalize)",
|
|
263
|
+
"malfunctioned": "$t(transitions:malfunctioned, capitalize)"
|
|
264
|
+
},
|
|
265
|
+
"no-history": "$t(empty:no-history-results)",
|
|
266
|
+
"no-results": "$t(empty:no-results)",
|
|
267
|
+
"tooltips": {
|
|
268
|
+
"current": "أحدث تقرير ({{timestamp, timestamp_long_no_seconds}})",
|
|
269
|
+
"history": "تقرير من {{timestamp, timestamp_long_no_seconds}}"
|
|
270
|
+
},
|
|
271
|
+
"ticks": {
|
|
272
|
+
"current": "الأحدث",
|
|
273
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"durations": {
|
|
277
|
+
"title": "مدد حسب {{groupBy}} - مخطط بياني",
|
|
278
|
+
"title_none": "مخطط بياني للمدد",
|
|
279
|
+
"no-results": "$t(empty:no-results)",
|
|
280
|
+
"groupBy": {
|
|
281
|
+
"none": "لا شيء",
|
|
282
|
+
"layer": "الطبقة"
|
|
283
|
+
},
|
|
284
|
+
"ticks": {
|
|
285
|
+
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
|
|
286
|
+
},
|
|
287
|
+
"tooltips": {
|
|
288
|
+
"durationRange": "{{from, format_duration}} - {{to, format_duration}}"
|
|
289
|
+
},
|
|
290
|
+
"legend": {
|
|
291
|
+
"value": "{{value}}",
|
|
292
|
+
"total": "عدد الاختبارات"
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
"stabilityDistribution": {
|
|
296
|
+
"title": "توزيع الاستقرار",
|
|
297
|
+
"no-results": "$t(empty:no-results)",
|
|
298
|
+
"legend": {
|
|
299
|
+
"stabilityRate": "معدل الاستقرار"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"testBaseGrowthDynamics": {
|
|
303
|
+
"title": "نمو قاعدة الاختبارات",
|
|
304
|
+
"status": {
|
|
305
|
+
"newpassed": "جديد $t(statuses:passed)",
|
|
306
|
+
"newfailed": "جديد $t(statuses:failed)",
|
|
307
|
+
"newbroken": "جديد $t(statuses:broken)",
|
|
308
|
+
"newskipped": "جديد $t(statuses:skipped)",
|
|
309
|
+
"newunknown": "جديد $t(statuses:unknown)",
|
|
310
|
+
"removedpassed": "محذوف $t(statuses:passed)",
|
|
311
|
+
"removedfailed": "محذوف $t(statuses:failed)",
|
|
312
|
+
"removedbroken": "محذوف $t(statuses:broken)",
|
|
313
|
+
"removedskipped": "محذوف $t(statuses:skipped)",
|
|
314
|
+
"removedunknown": "محذوف $t(statuses:unknown)"
|
|
315
|
+
},
|
|
316
|
+
"legend": {
|
|
317
|
+
"trend": "اتجاه النمو"
|
|
318
|
+
},
|
|
319
|
+
"no-history": "$t(empty:no-history-results)",
|
|
320
|
+
"no-results": "$t(empty:no-results)",
|
|
321
|
+
"tooltips": {
|
|
322
|
+
"current": "أحدث تقرير ({{timestamp, timestamp_long_no_seconds}})",
|
|
323
|
+
"history": "تقرير من {{timestamp, timestamp_long_no_seconds}}"
|
|
324
|
+
},
|
|
325
|
+
"ticks": {
|
|
326
|
+
"current": "الأحدث",
|
|
327
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"statusAgePyramid": {
|
|
331
|
+
"title": "هرم عمر الحالة",
|
|
332
|
+
"status": {
|
|
333
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
334
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
335
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
336
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
337
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
338
|
+
},
|
|
339
|
+
"no-history": "$t(empty:no-history-results)",
|
|
340
|
+
"no-results": "$t(empty:no-results)",
|
|
341
|
+
"tooltips": {
|
|
342
|
+
"current": "أحدث تقرير ({{timestamp, timestamp_long_no_seconds}})",
|
|
343
|
+
"history": "تقرير من {{timestamp, timestamp_long_no_seconds}}"
|
|
344
|
+
},
|
|
345
|
+
"ticks": {
|
|
346
|
+
"current": "الأحدث",
|
|
347
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"trSeverities": {
|
|
351
|
+
"title": "نتائج الاختبارات حسب الخطورة",
|
|
352
|
+
"no-results": "$t(empty:no-results)",
|
|
353
|
+
"status": {
|
|
354
|
+
"passed": "$t(statuses:passed, capitalize)",
|
|
355
|
+
"failed": "$t(statuses:failed, capitalize)",
|
|
356
|
+
"broken": "$t(statuses:broken, capitalize)",
|
|
357
|
+
"skipped": "$t(statuses:skipped, capitalize)",
|
|
358
|
+
"unknown": "$t(statuses:unknown, capitalize)"
|
|
359
|
+
},
|
|
360
|
+
"severity": {
|
|
361
|
+
"blocker": "$t(severity:blocker, capitalize)",
|
|
362
|
+
"critical": "$t(severity:critical, capitalize)",
|
|
363
|
+
"normal": "$t(severity:normal, capitalize)",
|
|
364
|
+
"minor": "$t(severity:minor, capitalize)",
|
|
365
|
+
"trivial": "$t(severity:trivial, capitalize)",
|
|
366
|
+
"unset": "بدون خطورة"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"durationDynamics": {
|
|
370
|
+
"title": "تطورات المدة",
|
|
371
|
+
"durations": {
|
|
372
|
+
"sequential": "المدة التسلسلية",
|
|
373
|
+
"duration": "مدة الاختبار",
|
|
374
|
+
"speedup": "التسريع"
|
|
375
|
+
},
|
|
376
|
+
"no-results": "$t(empty:no-results)",
|
|
377
|
+
"tooltips": {
|
|
378
|
+
"current": "أحدث تقرير ({{timestamp, timestamp_long_no_seconds}})",
|
|
379
|
+
"history": "تقرير من {{timestamp, timestamp_long_no_seconds}}"
|
|
380
|
+
},
|
|
381
|
+
"ticks": {
|
|
382
|
+
"current": "الأحدث",
|
|
383
|
+
"history": "{{timestamp, timestamp_date}}"
|
|
384
|
+
},
|
|
385
|
+
"legend": {
|
|
386
|
+
"duration": "{{duration, format_duration}}",
|
|
387
|
+
"speedup": "{{speedup}}x"
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"transitions": {
|
|
392
|
+
"description": {
|
|
393
|
+
"new": "أول ظهور لنتيجة الاختبار هذه في التقرير",
|
|
394
|
+
"fixed": "اختبار كان \"فشل\" أو \"معطل\" سابقاً وأصبح الآن \"ناجح\"",
|
|
395
|
+
"regressed": "اختبار كان \"ناجح\" أو \"معطل\" سابقاً وأصبح الآن \"فشل\"",
|
|
396
|
+
"malfunctioned": "اختبار كان \"ناجح\" أو \"فشل\" سابقاً وأصبح الآن \"معطل\"",
|
|
397
|
+
"retries": "{{count}} محاولات إعادة",
|
|
398
|
+
"flaky": "غير مستقر عبر التشغيلات"
|
|
399
|
+
},
|
|
400
|
+
"new": "جديد",
|
|
401
|
+
"fixed": "تم الإصلاح",
|
|
402
|
+
"regressed": "تراجع",
|
|
403
|
+
"malfunctioned": "خلل وظيفي"
|
|
404
|
+
},
|
|
405
|
+
"trHistory": {
|
|
406
|
+
"unknown-date": "تاريخ غير معروف"
|
|
407
|
+
},
|
|
408
|
+
"attachments": {
|
|
409
|
+
"imageDiff": {
|
|
410
|
+
"mode": {
|
|
411
|
+
"diff": "الفرق",
|
|
412
|
+
"actual": "الفعلي",
|
|
413
|
+
"expected": "المتوقع",
|
|
414
|
+
"side-by-side": "جنباً إلى جنب",
|
|
415
|
+
"overlay": "تراكب"
|
|
416
|
+
},
|
|
417
|
+
"empty": {
|
|
418
|
+
"failed-to-load": "فشل تحميل فرق الصورة"
|
|
419
|
+
},
|
|
420
|
+
"image": {
|
|
421
|
+
"diff": "الفرق",
|
|
422
|
+
"actual": "الفعلي",
|
|
423
|
+
"expected": "المتوقع"
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
}
|