@diplodoc/cli-tests 5.0.9 → 5.0.10
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.
|
@@ -39,6 +39,11 @@ components:
|
|
|
39
39
|
properties:
|
|
40
40
|
A:
|
|
41
41
|
type: string
|
|
42
|
+
description: |
|
|
43
|
+
%%%5%%%
|
|
44
|
+
- %%%6%%%
|
|
45
|
+
- %%%7%%%
|
|
46
|
+
- %%%8%%%
|
|
42
47
|
RecurceMiddle:
|
|
43
48
|
type: object
|
|
44
49
|
properties:
|
|
@@ -74,6 +79,18 @@ exports[`Translate command > extract openapi spec files 2`] = `
|
|
|
74
79
|
<trans-unit id="4">
|
|
75
80
|
<source xml:space="preserve">200!!!!</source>
|
|
76
81
|
</trans-unit>
|
|
82
|
+
<trans-unit id="5">
|
|
83
|
+
<source xml:space="preserve">Статус загрузки:</source>
|
|
84
|
+
</trans-unit>
|
|
85
|
+
<trans-unit id="6">
|
|
86
|
+
<source xml:space="preserve"><x ctype="code_open" equiv-text="\`" id="x-1"/>UPLOADED<x ctype="code_close" equiv-text="\`" id="x-2"/> — загрузка завершена.</source>
|
|
87
|
+
</trans-unit>
|
|
88
|
+
<trans-unit id="7">
|
|
89
|
+
<source xml:space="preserve"><x ctype="code_open" equiv-text="\`" id="x-3"/>IN_PROGRESS<x ctype="code_close" equiv-text="\`" id="x-4"/> — загрузка находится в процессе обработки.</source>
|
|
90
|
+
</trans-unit>
|
|
91
|
+
<trans-unit id="8">
|
|
92
|
+
<source xml:space="preserve"><x ctype="code_open" equiv-text="\`" id="x-5"/>PROCESSED<x ctype="code_close" equiv-text="\`" id="x-6"/> — загрузка успешно обработана.</source>
|
|
93
|
+
</trans-unit>
|
|
77
94
|
</body>
|
|
78
95
|
</file>
|
|
79
96
|
</xliff>"
|
|
@@ -27,6 +27,11 @@ components:
|
|
|
27
27
|
properties:
|
|
28
28
|
A:
|
|
29
29
|
type: string
|
|
30
|
+
description: |
|
|
31
|
+
Статус загрузки:
|
|
32
|
+
- `UPLOADED` — загрузка завершена.
|
|
33
|
+
- `IN_PROGRESS` — загрузка находится в процессе обработки.
|
|
34
|
+
- `PROCESSED` — загрузка успешно обработана.
|
|
30
35
|
# $ref: '#/components/schemas/RecurceMiddle'
|
|
31
36
|
RecurceMiddle:
|
|
32
37
|
type: object
|