complexqa_frontend_core 1.20.3 → 1.21.2

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 (53) hide show
  1. package/package.json +1 -1
  2. package/publish/api/index.js +18 -16
  3. package/publish/api/util/browser_tools_util_execution_api.js +108 -0
  4. package/publish/index.js +8 -0
  5. package/publish/services/serviceTranslate.js +2 -0
  6. package/publish/types/core/0_familyGeneralElement.js +10 -1
  7. package/publish/types/core/1_familyContext.js +3 -38
  8. package/publish/types/element_translate/_familyContext.i18n.js +190 -0
  9. package/publish/types/element_translate/_familyUtil.i18n.js +68 -0
  10. package/publish/types/element_translate/typeBrowserContext.i18n.js +24 -0
  11. package/publish/types/element_translate/typeBug.i18n.js +1014 -0
  12. package/publish/types/element_translate/typeBugRelation.i18n.js +146 -0
  13. package/publish/types/element_translate/typeDeploymentTargetContext.i18n.js +184 -0
  14. package/publish/types/element_translate/typeDeviceContext.i18n.js +118 -0
  15. package/publish/types/element_translate/typeExecutionContext.i18n.js +267 -0
  16. package/publish/types/element_translate/typeLocaleContext.i18n.js +90 -0
  17. package/publish/types/element_translate/typeOsContext.i18n.js +118 -0
  18. package/publish/types/element_translate/typeProject.i18n.js +135 -0
  19. package/publish/types/element_translate/typeScreenResolutionContext.i18n.js +151 -0
  20. package/publish/types/element_translate/typeTeamMember.i18n.js +119 -0
  21. package/publish/types/element_translate/typeTeamTotalStatistic.i18n.js +97 -0
  22. package/publish/types/element_translate/typeTestAccount.i18n.js +108 -0
  23. package/publish/types/element_translate/typeTestCase.i18n.js +359 -0
  24. package/publish/types/element_translate/typeTestCaseStep.i18n.js +179 -0
  25. package/publish/types/element_translate/typeTestRun.i18n.js +223 -0
  26. package/publish/types/element_translate/typeTestRunResult.i18n.js +141 -0
  27. package/publish/types/element_translate/typeUtilExecution.i18n.js +49 -0
  28. package/publish/types/element_translate/typeUtilExecutionScreenshotMulti.i18n.js +43 -0
  29. package/publish/types/family_context/typeBrowserContext.js +2 -8
  30. package/publish/types/family_context/typeDeploymentTargetContext.js +3 -41
  31. package/publish/types/family_context/typeDeviceContext.js +3 -29
  32. package/publish/types/family_context/typeExecutionContext.js +3 -52
  33. package/publish/types/family_context/typeLocaleContext.js +2 -20
  34. package/publish/types/family_context/typeOsContext.js +3 -29
  35. package/publish/types/family_context/typeScreenResolutionContext.js +3 -35
  36. package/publish/types/family_contracts/familyContracts.js +10 -1
  37. package/publish/types/family_contracts/typeTeamTotalStatistic.js +2 -18
  38. package/publish/types/family_elements/typeBug.js +3 -196
  39. package/publish/types/family_elements/typeProject.js +3 -29
  40. package/publish/types/family_elements/typeTeamMember.js +2 -22
  41. package/publish/types/family_elements/typeTestAccount.js +2 -20
  42. package/publish/types/family_elements/typeTestCase.js +3 -72
  43. package/publish/types/family_elements/typeTestCaseStep.js +3 -36
  44. package/publish/types/family_elements/typeTestRun.js +3 -45
  45. package/publish/types/family_elements/typeTestRunResult.js +2 -27
  46. package/publish/types/family_relation/typeBugRelation.js +3 -30
  47. package/publish/types/family_utils/familyUtil.js +43 -0
  48. package/publish/types/family_utils/typeUtilExecution.js +153 -0
  49. package/publish/types/family_utils/typeUtilExecutionEvent.js +56 -0
  50. package/publish/types/family_utils/typeUtilExecutionScreenshotMulti.js +72 -0
  51. package/publish/types/family_utils/typeUtilExecutionScreenshotMultiCapture.js +57 -0
  52. package/publish/types/family_utils/typeUtilExecutionScreenshotMultiCaptureError.js +49 -0
  53. package/publish/types/family_utils/typeUtilExecutionScreenshotMultiScreenshot.js +57 -0
@@ -0,0 +1,359 @@
1
+ /**
2
+ * Переводы для typeTestCase.
3
+ *
4
+ * @see typeTestCase
5
+ */
6
+ export const typeTestCase_i18n = {
7
+ attribute_name_translate_matrix: {
8
+ en: {
9
+ test_case_id : 'ID',
10
+ test_suite_id : 'Suite',
11
+ project_id : 'Project',
12
+ team_id : 'Team',
13
+ assigned_to : 'Assigned to',
14
+ test_case_status : 'Status',
15
+ test_case_title : 'Title',
16
+ test_case_descriptions : 'Descriptions',
17
+ test_case_time_to_execute: 'Time to execute',
18
+ test_case_complexity : 'Complexity',
19
+ test_case_importance : 'Importance',
20
+ created_at : 'Created at',
21
+ updated_at : 'Updated at',
22
+ },
23
+ ru: {
24
+ test_case_id : 'ID',
25
+ test_suite_id : 'Набор',
26
+ project_id : 'Проект',
27
+ team_id : 'Команда',
28
+ assigned_to : 'Назначен',
29
+ test_case_status : 'Статус',
30
+ test_case_title : 'Название',
31
+ test_case_descriptions : 'Описание',
32
+ test_case_time_to_execute: 'Время выполнения',
33
+ test_case_complexity : 'Сложность',
34
+ test_case_importance : 'Важность',
35
+ created_at : 'Создано',
36
+ updated_at : 'Обновлено',
37
+ },
38
+ de: {
39
+ test_case_id : 'ID',
40
+ test_suite_id : 'Testsuite',
41
+ project_id : 'Projekt',
42
+ team_id : 'Team',
43
+ assigned_to : 'Zugewiesen an',
44
+ test_case_status : 'Status',
45
+ test_case_title : 'Titel',
46
+ test_case_descriptions : 'Beschreibung',
47
+ test_case_time_to_execute: 'Ausführungszeit',
48
+ test_case_complexity : 'Komplexität',
49
+ test_case_importance : 'Wichtigkeit',
50
+ created_at : 'Erstellt am',
51
+ updated_at : 'Geändert am',
52
+ },
53
+ ar: {
54
+ test_case_id : 'ID',
55
+ test_suite_id : 'مجموعة الاختبارات',
56
+ project_id : 'المشروع',
57
+ team_id : 'الفريق',
58
+ assigned_to : 'مُسند إلى',
59
+ test_case_status : 'الحالة',
60
+ test_case_title : 'العنوان',
61
+ test_case_descriptions : 'الوصف',
62
+ test_case_time_to_execute: 'وقت التنفيذ',
63
+ test_case_complexity : 'التعقيد',
64
+ test_case_importance : 'الأهمية',
65
+ created_at : 'تاريخ الإنشاء',
66
+ updated_at : 'تاريخ التحديث',
67
+ },
68
+ es: {
69
+ test_case_id : 'ID',
70
+ test_suite_id : 'Suite de pruebas',
71
+ project_id : 'Proyecto',
72
+ team_id : 'Equipo',
73
+ assigned_to : 'Asignado a',
74
+ test_case_status : 'Estado',
75
+ test_case_title : 'Título',
76
+ test_case_descriptions : 'Descripción',
77
+ test_case_time_to_execute: 'Tiempo de ejecución',
78
+ test_case_complexity : 'Complejidad',
79
+ test_case_importance : 'Importancia',
80
+ created_at : 'Creado el',
81
+ updated_at : 'Actualizado el',
82
+ },
83
+ fr: {
84
+ test_case_id : 'ID',
85
+ test_suite_id : 'Suite de tests',
86
+ project_id : 'Projet',
87
+ team_id : 'Équipe',
88
+ assigned_to : 'Assigné à',
89
+ test_case_status : 'Statut',
90
+ test_case_title : 'Titre',
91
+ test_case_descriptions : 'Description',
92
+ test_case_time_to_execute: 'Temps d\'exécution',
93
+ test_case_complexity : 'Complexité',
94
+ test_case_importance : 'Importance',
95
+ created_at : 'Créé le',
96
+ updated_at : 'Modifié le',
97
+ },
98
+ hy: {
99
+ test_case_id : 'ID',
100
+ test_suite_id : 'Թեստային հավաքածու',
101
+ project_id : 'Նախագիծ',
102
+ team_id : 'Թիմ',
103
+ assigned_to : 'Նշանակված',
104
+ test_case_status : 'Կարգավիճակ',
105
+ test_case_title : 'Վերնագիր',
106
+ test_case_descriptions : 'Նկարագրություն',
107
+ test_case_time_to_execute: 'Կատարման ժամանակ',
108
+ test_case_complexity : 'Բարդություն',
109
+ test_case_importance : 'Կարևորություն',
110
+ created_at : 'Ստեղծված',
111
+ updated_at : 'Թարմացված',
112
+ },
113
+ it: {
114
+ test_case_id : 'ID',
115
+ test_suite_id : 'Suite di test',
116
+ project_id : 'Progetto',
117
+ team_id : 'Team',
118
+ assigned_to : 'Assegnato a',
119
+ test_case_status : 'Stato',
120
+ test_case_title : 'Titolo',
121
+ test_case_descriptions : 'Descrizione',
122
+ test_case_time_to_execute: 'Tempo di esecuzione',
123
+ test_case_complexity : 'Complessità',
124
+ test_case_importance : 'Importanza',
125
+ created_at : 'Creato il',
126
+ updated_at : 'Aggiornato il',
127
+ },
128
+ pl: {
129
+ test_case_id : 'ID',
130
+ test_suite_id : 'Pakiet testów',
131
+ project_id : 'Projekt',
132
+ team_id : 'Zespół',
133
+ assigned_to : 'Przypisany do',
134
+ test_case_status : 'Status',
135
+ test_case_title : 'Tytuł',
136
+ test_case_descriptions : 'Opis',
137
+ test_case_time_to_execute: 'Czas wykonania',
138
+ test_case_complexity : 'Złożoność',
139
+ test_case_importance : 'Ważność',
140
+ created_at : 'Utworzono',
141
+ updated_at : 'Zaktualizowano',
142
+ },
143
+ pt: {
144
+ test_case_id : 'ID',
145
+ test_suite_id : 'Suite de testes',
146
+ project_id : 'Projeto',
147
+ team_id : 'Equipa',
148
+ assigned_to : 'Atribuído a',
149
+ test_case_status : 'Estado',
150
+ test_case_title : 'Título',
151
+ test_case_descriptions : 'Descrição',
152
+ test_case_time_to_execute: 'Tempo de execução',
153
+ test_case_complexity : 'Complexidade',
154
+ test_case_importance : 'Importância',
155
+ created_at : 'Criado em',
156
+ updated_at : 'Atualizado em',
157
+ },
158
+ tt: {
159
+ test_case_id : 'ID',
160
+ test_suite_id : 'Тест комплекты',
161
+ project_id : 'Проект',
162
+ team_id : 'Команд',
163
+ assigned_to : 'Билгеләнгән',
164
+ test_case_status : 'Статус',
165
+ test_case_title : 'Исем',
166
+ test_case_descriptions : 'Тасвирлау',
167
+ test_case_time_to_execute: 'Башкару вакыты',
168
+ test_case_complexity : 'Мураккаслык',
169
+ test_case_importance : 'Мөһимлек',
170
+ created_at : 'Ясалган',
171
+ updated_at : 'Яңартылган',
172
+ },
173
+ },
174
+
175
+ enum_value_translate_matrix: {
176
+ test_case_complexity: {
177
+ en: {
178
+ LOW : 'Low',
179
+ NORMAL: 'Normal',
180
+ HIGH : 'High',
181
+ },
182
+ ru: {
183
+ LOW : 'Низкая',
184
+ NORMAL: 'Нормальная',
185
+ HIGH : 'Высокая',
186
+ },
187
+ de: {
188
+ LOW : 'Niedrig',
189
+ NORMAL: 'Normal',
190
+ HIGH : 'Hoch',
191
+ },
192
+ ar: {
193
+ LOW : 'منخفض',
194
+ NORMAL: 'عادي',
195
+ HIGH : 'مرتفع',
196
+ },
197
+ es: {
198
+ LOW : 'Baja',
199
+ NORMAL: 'Normal',
200
+ HIGH : 'Alta',
201
+ },
202
+ fr: {
203
+ LOW : 'Faible',
204
+ NORMAL: 'Normal',
205
+ HIGH : 'Élevée',
206
+ },
207
+ hy: {
208
+ LOW : 'Ցածր',
209
+ NORMAL: 'Նորմալ',
210
+ HIGH : 'Բարձր',
211
+ },
212
+ it: {
213
+ LOW : 'Bassa',
214
+ NORMAL: 'Normale',
215
+ HIGH : 'Alta',
216
+ },
217
+ pl: {
218
+ LOW : 'Niski',
219
+ NORMAL: 'Normalny',
220
+ HIGH : 'Wysoki',
221
+ },
222
+ pt: {
223
+ LOW : 'Baixa',
224
+ NORMAL: 'Normal',
225
+ HIGH : 'Alta',
226
+ },
227
+ tt: {
228
+ LOW : 'Түбән',
229
+ NORMAL: 'Гadi',
230
+ HIGH : 'Югары',
231
+ },
232
+ },
233
+ test_case_importance: {
234
+ en: {
235
+ LOW : 'Low',
236
+ NORMAL: 'Normal',
237
+ HIGH : 'High',
238
+ },
239
+ ru: {
240
+ LOW : 'Низкая',
241
+ NORMAL: 'Нормальная',
242
+ HIGH : 'Высокая',
243
+ },
244
+ de: {
245
+ LOW : 'Niedrig',
246
+ NORMAL: 'Normal',
247
+ HIGH : 'Hoch',
248
+ },
249
+ ar: {
250
+ LOW : 'منخفض',
251
+ NORMAL: 'عادي',
252
+ HIGH : 'مرتفع',
253
+ },
254
+ es: {
255
+ LOW : 'Baja',
256
+ NORMAL: 'Normal',
257
+ HIGH : 'Alta',
258
+ },
259
+ fr: {
260
+ LOW : 'Faible',
261
+ NORMAL: 'Normal',
262
+ HIGH : 'Élevée',
263
+ },
264
+ hy: {
265
+ LOW : 'Ցածր',
266
+ NORMAL: 'Նորմալ',
267
+ HIGH : 'Բարձր',
268
+ },
269
+ it: {
270
+ LOW : 'Bassa',
271
+ NORMAL: 'Normale',
272
+ HIGH : 'Alta',
273
+ },
274
+ pl: {
275
+ LOW : 'Niski',
276
+ NORMAL: 'Normalny',
277
+ HIGH : 'Wysoki',
278
+ },
279
+ pt: {
280
+ LOW : 'Baixa',
281
+ NORMAL: 'Normal',
282
+ HIGH : 'Alta',
283
+ },
284
+ tt: {
285
+ LOW : 'Түбән',
286
+ NORMAL: 'Гadi',
287
+ HIGH : 'Югары',
288
+ },
289
+ },
290
+ test_case_status: {
291
+ en: {
292
+ PENDING : 'Pending',
293
+ IN_PROGRESS: 'In progress',
294
+ COMPLETED : 'Completed',
295
+ CLOSED : 'Closed',
296
+ },
297
+ ru: {
298
+ PENDING : 'Ожидает',
299
+ IN_PROGRESS: 'В работе',
300
+ COMPLETED : 'Завершен',
301
+ CLOSED : 'Закрыт',
302
+ },
303
+ de: {
304
+ PENDING : 'Ausstehend',
305
+ IN_PROGRESS: 'In Bearbeitung',
306
+ COMPLETED : 'Abgeschlossen',
307
+ CLOSED : 'Geschlossen',
308
+ },
309
+ ar: {
310
+ PENDING : 'قيد الانتظار',
311
+ IN_PROGRESS: 'قيد التنفيذ',
312
+ COMPLETED : 'مكتمل',
313
+ CLOSED : 'مغلق',
314
+ },
315
+ es: {
316
+ PENDING : 'Pendiente',
317
+ IN_PROGRESS: 'En progreso',
318
+ COMPLETED : 'Completado',
319
+ CLOSED : 'Cerrado',
320
+ },
321
+ fr: {
322
+ PENDING : 'En attente',
323
+ IN_PROGRESS: 'En cours',
324
+ COMPLETED : 'Terminé',
325
+ CLOSED : 'Fermé',
326
+ },
327
+ hy: {
328
+ PENDING : 'Սպասում',
329
+ IN_PROGRESS: 'Ընթացքում',
330
+ COMPLETED : 'Ավարտված',
331
+ CLOSED : 'Փակ',
332
+ },
333
+ it: {
334
+ PENDING : 'In attesa',
335
+ IN_PROGRESS: 'In corso',
336
+ COMPLETED : 'Completato',
337
+ CLOSED : 'Chiuso',
338
+ },
339
+ pl: {
340
+ PENDING : 'Oczekujący',
341
+ IN_PROGRESS: 'W trakcie',
342
+ COMPLETED : 'Ukończony',
343
+ CLOSED : 'Zamknięty',
344
+ },
345
+ pt: {
346
+ PENDING : 'Pendente',
347
+ IN_PROGRESS: 'Em progresso',
348
+ COMPLETED : 'Concluído',
349
+ CLOSED : 'Fechado',
350
+ },
351
+ tt: {
352
+ PENDING : 'Көтү',
353
+ IN_PROGRESS: 'Бара',
354
+ COMPLETED : 'Тәмамланган',
355
+ CLOSED : 'Ябык',
356
+ },
357
+ },
358
+ },
359
+ };
@@ -0,0 +1,179 @@
1
+ /**
2
+ * Переводы для typeTestCaseStep.
3
+ *
4
+ * @see typeTestCaseStep
5
+ */
6
+ export const typeTestCaseStep_i18n = {
7
+ attribute_name_translate_matrix: {
8
+ en: {
9
+ test_case_step_id : 'ID',
10
+ test_case_step_type : 'Step type',
11
+ team_id : 'Team',
12
+ test_case_id : 'Test case',
13
+ sort_order : 'Sort order',
14
+ step_text : 'Text',
15
+ step_element : 'Element',
16
+ step_element_action : 'Element action',
17
+ step_excepted_result: 'Excepted result',
18
+ },
19
+ ru: {
20
+ test_case_step_id : 'ID',
21
+ test_case_step_type : 'Тип',
22
+ team_id : 'Команда',
23
+ test_case_id : 'Тест кейс',
24
+ sort_order : 'Порядковый номер',
25
+ step_text : 'Текст',
26
+ step_element : 'Элемент',
27
+ step_element_action : 'Действие',
28
+ step_excepted_result: 'Ожидаемый результат',
29
+ },
30
+ de: {
31
+ test_case_step_id : 'ID',
32
+ test_case_step_type : 'Schritttyp',
33
+ team_id : 'Team',
34
+ test_case_id : 'Testfall',
35
+ sort_order : 'Reihenfolge',
36
+ step_text : 'Text',
37
+ step_element : 'Element',
38
+ step_element_action : 'Elementaktion',
39
+ step_excepted_result: 'Erwartetes Ergebnis',
40
+ },
41
+ ar: {
42
+ test_case_step_id : 'ID',
43
+ test_case_step_type : 'نوع الخطوة',
44
+ team_id : 'الفريق',
45
+ test_case_id : 'حالة الاختبار',
46
+ sort_order : 'ترتيب الفرز',
47
+ step_text : 'النص',
48
+ step_element : 'العنصر',
49
+ step_element_action : 'إجراء العنصر',
50
+ step_excepted_result: 'النتيجة المتوقعة',
51
+ },
52
+ es: {
53
+ test_case_step_id : 'ID',
54
+ test_case_step_type : 'Tipo de paso',
55
+ team_id : 'Equipo',
56
+ test_case_id : 'Caso de prueba',
57
+ sort_order : 'Orden',
58
+ step_text : 'Texto',
59
+ step_element : 'Elemento',
60
+ step_element_action : 'Acción del elemento',
61
+ step_excepted_result: 'Resultado esperado',
62
+ },
63
+ fr: {
64
+ test_case_step_id : 'ID',
65
+ test_case_step_type : 'Type d\'étape',
66
+ team_id : 'Équipe',
67
+ test_case_id : 'Cas de test',
68
+ sort_order : 'Ordre',
69
+ step_text : 'Texte',
70
+ step_element : 'Élément',
71
+ step_element_action : 'Action sur l\'élément',
72
+ step_excepted_result: 'Résultat attendu',
73
+ },
74
+ hy: {
75
+ test_case_step_id : 'ID',
76
+ test_case_step_type : 'Քայլի տեսակ',
77
+ team_id : 'Թիմ',
78
+ test_case_id : 'Թեստային դեպք',
79
+ sort_order : 'Կարգ',
80
+ step_text : 'Տեքստ',
81
+ step_element : 'Էլեմենտ',
82
+ step_element_action : 'Գործողություն',
83
+ step_excepted_result: 'Սպասվող արդյունք',
84
+ },
85
+ it: {
86
+ test_case_step_id : 'ID',
87
+ test_case_step_type : 'Tipo di passo',
88
+ team_id : 'Team',
89
+ test_case_id : 'Caso di test',
90
+ sort_order : 'Ordine',
91
+ step_text : 'Testo',
92
+ step_element : 'Elemento',
93
+ step_element_action : 'Azione sull\'elemento',
94
+ step_excepted_result: 'Risultato atteso',
95
+ },
96
+ pl: {
97
+ test_case_step_id : 'ID',
98
+ test_case_step_type : 'Typ kroku',
99
+ team_id : 'Zespół',
100
+ test_case_id : 'Przypadek testowy',
101
+ sort_order : 'Kolejność',
102
+ step_text : 'Tekst',
103
+ step_element : 'Element',
104
+ step_element_action : 'Akcja elementu',
105
+ step_excepted_result: 'Oczekiwany wynik',
106
+ },
107
+ pt: {
108
+ test_case_step_id : 'ID',
109
+ test_case_step_type : 'Tipo de passo',
110
+ team_id : 'Equipa',
111
+ test_case_id : 'Caso de teste',
112
+ sort_order : 'Ordem',
113
+ step_text : 'Texto',
114
+ step_element : 'Elemento',
115
+ step_element_action : 'Ação do elemento',
116
+ step_excepted_result: 'Resultado esperado',
117
+ },
118
+ tt: {
119
+ test_case_step_id : 'ID',
120
+ test_case_step_type : 'Адым тибы',
121
+ team_id : 'Команд',
122
+ test_case_id : 'Тест очрагы',
123
+ sort_order : 'Тәртип',
124
+ step_text : 'Текст',
125
+ step_element : 'Элемент',
126
+ step_element_action : 'Элемент гамәлесе',
127
+ step_excepted_result: 'Көтелгән нәтиҗә',
128
+ },
129
+ },
130
+
131
+ enum_value_translate_matrix: {
132
+ test_case_step_type: {
133
+ en: {
134
+ TEST_CASE_STEP : 'Step',
135
+ TEST_CASE_PRESTEP: 'Prestep',
136
+ },
137
+ ru: {
138
+ TEST_CASE_STEP : 'Шаг теста',
139
+ TEST_CASE_PRESTEP: 'Предварительный шаг',
140
+ },
141
+ de: {
142
+ TEST_CASE_STEP : 'Testschritt',
143
+ TEST_CASE_PRESTEP: 'Vorbereitungsschritt',
144
+ },
145
+ ar: {
146
+ TEST_CASE_STEP : 'خطوة الاختبار',
147
+ TEST_CASE_PRESTEP: 'خطوة تمهيدية',
148
+ },
149
+ es: {
150
+ TEST_CASE_STEP : 'Paso de prueba',
151
+ TEST_CASE_PRESTEP: 'Prepaso',
152
+ },
153
+ fr: {
154
+ TEST_CASE_STEP : 'Étape de test',
155
+ TEST_CASE_PRESTEP: 'Pré-étape',
156
+ },
157
+ hy: {
158
+ TEST_CASE_STEP : 'Թեստային քայլ',
159
+ TEST_CASE_PRESTEP: 'Նախապատրաստական քայլ',
160
+ },
161
+ it: {
162
+ TEST_CASE_STEP : 'Passo di test',
163
+ TEST_CASE_PRESTEP: 'Pre-passo',
164
+ },
165
+ pl: {
166
+ TEST_CASE_STEP : 'Krok testu',
167
+ TEST_CASE_PRESTEP: 'Krok wstępny',
168
+ },
169
+ pt: {
170
+ TEST_CASE_STEP : 'Passo de teste',
171
+ TEST_CASE_PRESTEP: 'Pré-passo',
172
+ },
173
+ tt: {
174
+ TEST_CASE_STEP : 'Тест адымы',
175
+ TEST_CASE_PRESTEP: 'Алдангы адым',
176
+ },
177
+ },
178
+ },
179
+ };