tycho-components 0.30.9 → 0.30.11
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/common/AppModal/AppModal.js +1 -1
- package/dist/configs/index.d.ts +0 -2
- package/dist/configs/index.js +0 -2
- package/dist/configs/localization/CommonTexts.d.ts +229 -229
- package/dist/configs/localization/CommonTexts.js +229 -229
- package/dist/shell/Header/types/CorpusService.js +2 -2
- package/package.json +1 -1
- package/dist/configs/services/LexiconListService.d.ts +0 -5
- package/dist/configs/services/LexiconListService.js +0 -8
- package/dist/configs/services/ParserListService.d.ts +0 -7
- package/dist/configs/services/ParserListService.js +0 -9
|
@@ -27,7 +27,7 @@ export default function AppModal({ children, title, subtitle, className, close,
|
|
|
27
27
|
}, className: "pointer" }))] }), _jsx("div", { className: "body", children: children }), !hideFooter ? (_jsxs("div", { className: "footer", children: [alternativeOptions && alternativeOptions, alternativeButton && (_jsx(Button, { className: "alternative", color: "white", onClick: alternativeButton.action, text: alternativeButton.title })), !disableCancel && (_jsx(Button, { onClick: (e) => {
|
|
28
28
|
stopEventPropagation(e);
|
|
29
29
|
(cancel || close)();
|
|
30
|
-
}, text: closeLabel || t('button.cancel'),
|
|
30
|
+
}, text: closeLabel || t('button.cancel'), mode: "tonal" })), confirm && (_jsx(Button, { onClick: confirm, disabled: disableConfirm, text: confirmLabel || t('button.confirm') }))] })) : null] }) }) }));
|
|
31
31
|
}
|
|
32
32
|
const style = {
|
|
33
33
|
position: 'absolute',
|
package/dist/configs/index.d.ts
CHANGED
|
@@ -2,8 +2,6 @@ export { CommonProvider } from './CommonContext';
|
|
|
2
2
|
export { default as CommonContext } from './CommonContext';
|
|
3
3
|
export { default as CookieStorage } from './CookieStorage';
|
|
4
4
|
export { commonResources, featureResources, mergeResources, commonLocalization, } from './Localization';
|
|
5
|
-
export { default as LexiconListService } from './services/LexiconListService';
|
|
6
|
-
export { default as ParserListService } from './services/ParserListService';
|
|
7
5
|
export { default as ProfileService } from './services/ProfileService';
|
|
8
6
|
export type { Corpus, CorpusRequest, Github } from './types/Corpus';
|
|
9
7
|
export { CorpusStatusNames } from './types/CorpusStatus';
|
package/dist/configs/index.js
CHANGED
|
@@ -2,8 +2,6 @@ export { CommonProvider } from './CommonContext';
|
|
|
2
2
|
export { default as CommonContext } from './CommonContext';
|
|
3
3
|
export { default as CookieStorage } from './CookieStorage';
|
|
4
4
|
export { commonResources, featureResources, mergeResources, commonLocalization, } from './Localization';
|
|
5
|
-
export { default as LexiconListService } from './services/LexiconListService';
|
|
6
|
-
export { default as ParserListService } from './services/ParserListService';
|
|
7
5
|
export { default as ProfileService } from './services/ProfileService';
|
|
8
6
|
export { CorpusStatusNames } from './types/CorpusStatus';
|
|
9
7
|
export { DocumentStatusNames } from './types/Document';
|
|
@@ -1,236 +1,236 @@
|
|
|
1
1
|
export declare const CommonTexts: {
|
|
2
2
|
en: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
3
|
+
"button.confirm": string;
|
|
4
|
+
"button.continue": string;
|
|
5
|
+
"button.cancel": string;
|
|
6
|
+
"button.remove": string;
|
|
7
|
+
"button.save": string;
|
|
8
|
+
"button.clone": string;
|
|
9
|
+
"button.apply": string;
|
|
10
|
+
"button.search": string;
|
|
11
|
+
"button.edit": string;
|
|
12
|
+
"button.open": string;
|
|
13
|
+
"button.close": string;
|
|
14
|
+
"button.add": string;
|
|
15
|
+
"button.filter": string;
|
|
16
|
+
"button.clear": string;
|
|
17
|
+
"button.play": string;
|
|
18
|
+
"button.pause": string;
|
|
19
|
+
"button.view": string;
|
|
20
|
+
"button.next": string;
|
|
21
|
+
"button.back": string;
|
|
22
|
+
"label.public": string;
|
|
23
|
+
"label.private": string;
|
|
24
|
+
"label.notavailable": string;
|
|
25
|
+
"generic.boolean.true": string;
|
|
26
|
+
"generic.boolean.false": string;
|
|
27
|
+
"select.empty": string;
|
|
28
|
+
"pagination.label.showing": string;
|
|
29
|
+
"pagination.label.results": string;
|
|
30
|
+
"pagination.label.total": string;
|
|
31
|
+
"generic.loading": string;
|
|
32
|
+
"generic.placeholder": string;
|
|
33
|
+
"generic.placeholder.comma.separated": string;
|
|
34
|
+
"generic.placeholder.select": string;
|
|
35
|
+
"validation.required": string;
|
|
36
|
+
"placeholder.check": string;
|
|
37
|
+
"placeholder.input": string;
|
|
38
|
+
"user.status.active": string;
|
|
39
|
+
"user.status.inactive": string;
|
|
40
|
+
"user.status.super": string;
|
|
41
|
+
"user.status.visitor": string;
|
|
42
|
+
"update.success": string;
|
|
43
|
+
"internal.server.error": string;
|
|
44
|
+
"table.label.rows-page": string;
|
|
45
|
+
"table.label.items": string;
|
|
46
|
+
"table.pagination.scroll-strip-left": string;
|
|
47
|
+
"table.pagination.scroll-strip-right": string;
|
|
48
|
+
"tooltip.copy": string;
|
|
49
|
+
"tooltip.copied": string;
|
|
50
|
+
"document.status.deleted": string;
|
|
51
|
+
"document.status.editing": string;
|
|
52
|
+
"document.status.edited": string;
|
|
53
|
+
"document.status.revision": string;
|
|
54
|
+
"document.status.completed": string;
|
|
55
|
+
"document.status.syntactic": string;
|
|
56
|
+
"document.status.copying": string;
|
|
57
|
+
"document.status.error": string;
|
|
58
|
+
"sentence.status.todo": string;
|
|
59
|
+
"sentence.status.done": string;
|
|
60
|
+
"sentence.status.ignore": string;
|
|
61
|
+
"sentence.status.tagged": string;
|
|
62
|
+
"sentence.status.review": string;
|
|
63
|
+
"sentence.status.error": string;
|
|
64
|
+
"sentence.status.auto": string;
|
|
65
|
+
"corpus.status.active": string;
|
|
66
|
+
"corpus.status.inactive": string;
|
|
67
|
+
"corpus.status.archived": string;
|
|
68
|
+
"corpus.status.demo": string;
|
|
69
|
+
"corpus.status.pending": string;
|
|
70
|
+
"corpus.status.rejected": string;
|
|
71
|
+
"delimiter.period": string;
|
|
72
|
+
"delimiter.question.mark": string;
|
|
73
|
+
"delimiter.exclamation.mark": string;
|
|
74
|
+
"delimiter.colon": string;
|
|
75
|
+
"delimiter.semicolon": string;
|
|
76
|
+
"delimiter.comma": string;
|
|
77
|
+
"delimiter.ellipsis": string;
|
|
78
|
+
"delimiter.bar": string;
|
|
79
79
|
};
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
80
|
+
"pt-BR": {
|
|
81
|
+
"button.confirm": string;
|
|
82
|
+
"button.continue": string;
|
|
83
|
+
"button.cancel": string;
|
|
84
|
+
"button.remove": string;
|
|
85
|
+
"button.save": string;
|
|
86
|
+
"button.clone": string;
|
|
87
|
+
"button.apply": string;
|
|
88
|
+
"button.search": string;
|
|
89
|
+
"button.edit": string;
|
|
90
|
+
"button.open": string;
|
|
91
|
+
"button.add": string;
|
|
92
|
+
"button.close": string;
|
|
93
|
+
"button.filter": string;
|
|
94
|
+
"button.clear": string;
|
|
95
|
+
"button.play": string;
|
|
96
|
+
"button.pause": string;
|
|
97
|
+
"button.view": string;
|
|
98
|
+
"button.next": string;
|
|
99
|
+
"button.back": string;
|
|
100
|
+
"label.public": string;
|
|
101
|
+
"label.private": string;
|
|
102
|
+
"label.notavailable": string;
|
|
103
|
+
"generic.boolean.true": string;
|
|
104
|
+
"generic.boolean.false": string;
|
|
105
|
+
"select.empty": string;
|
|
106
|
+
"pagination.label.showing": string;
|
|
107
|
+
"pagination.label.results": string;
|
|
108
|
+
"pagination.label.total": string;
|
|
109
|
+
"generic.loading": string;
|
|
110
|
+
"generic.placeholder": string;
|
|
111
|
+
"generic.placeholder.select": string;
|
|
112
|
+
"generic.placeholder.comma.separated": string;
|
|
113
|
+
"validation.required": string;
|
|
114
|
+
"placeholder.check": string;
|
|
115
|
+
"placeholder.input": string;
|
|
116
|
+
"user.status.active": string;
|
|
117
|
+
"user.status.inactive": string;
|
|
118
|
+
"user.status.super": string;
|
|
119
|
+
"user.status.visitor": string;
|
|
120
|
+
"update.success": string;
|
|
121
|
+
"internal.server.error": string;
|
|
122
|
+
"table.label.rows-page": string;
|
|
123
|
+
"table.label.items": string;
|
|
124
|
+
"table.pagination.scroll-strip-left": string;
|
|
125
|
+
"table.pagination.scroll-strip-right": string;
|
|
126
|
+
"tooltip.copy": string;
|
|
127
|
+
"tooltip.copied": string;
|
|
128
|
+
"document.status.deleted": string;
|
|
129
|
+
"document.status.editing": string;
|
|
130
|
+
"document.status.edited": string;
|
|
131
|
+
"document.status.revision": string;
|
|
132
|
+
"document.status.completed": string;
|
|
133
|
+
"document.status.syntactic": string;
|
|
134
|
+
"document.status.copying": string;
|
|
135
|
+
"document.status.error": string;
|
|
136
|
+
"sentence.status.todo": string;
|
|
137
|
+
"sentence.status.done": string;
|
|
138
|
+
"sentence.status.ignore": string;
|
|
139
|
+
"sentence.status.tagged": string;
|
|
140
|
+
"sentence.status.review": string;
|
|
141
|
+
"sentence.status.error": string;
|
|
142
|
+
"sentence.status.auto": string;
|
|
143
|
+
"corpus.status.active": string;
|
|
144
|
+
"corpus.status.inactive": string;
|
|
145
|
+
"corpus.status.archived": string;
|
|
146
|
+
"corpus.status.demo": string;
|
|
147
|
+
"corpus.status.pending": string;
|
|
148
|
+
"corpus.status.rejected": string;
|
|
149
|
+
"delimiter.period": string;
|
|
150
|
+
"delimiter.question.mark": string;
|
|
151
|
+
"delimiter.exclamation.mark": string;
|
|
152
|
+
"delimiter.colon": string;
|
|
153
|
+
"delimiter.semicolon": string;
|
|
154
|
+
"delimiter.comma": string;
|
|
155
|
+
"delimiter.ellipsis": string;
|
|
156
|
+
"delimiter.bar": string;
|
|
157
157
|
};
|
|
158
158
|
it: {
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
159
|
+
"button.confirm": string;
|
|
160
|
+
"button.continue": string;
|
|
161
|
+
"button.cancel": string;
|
|
162
|
+
"button.remove": string;
|
|
163
|
+
"button.save": string;
|
|
164
|
+
"button.clone": string;
|
|
165
|
+
"button.search": string;
|
|
166
|
+
"button.edit": string;
|
|
167
|
+
"button.open": string;
|
|
168
|
+
"button.apply": string;
|
|
169
|
+
"button.add": string;
|
|
170
|
+
"button.close": string;
|
|
171
|
+
"button.filter": string;
|
|
172
|
+
"button.clear": string;
|
|
173
|
+
"button.play": string;
|
|
174
|
+
"button.pause": string;
|
|
175
|
+
"button.view": string;
|
|
176
|
+
"button.back": string;
|
|
177
|
+
"button.next": string;
|
|
178
|
+
"label.public": string;
|
|
179
|
+
"label.private": string;
|
|
180
|
+
"label.notavailable": string;
|
|
181
|
+
"generic.boolean.true": string;
|
|
182
|
+
"generic.boolean.false": string;
|
|
183
|
+
"select.empty": string;
|
|
184
|
+
"pagination.label.showing": string;
|
|
185
|
+
"pagination.label.results": string;
|
|
186
|
+
"pagination.label.total": string;
|
|
187
|
+
"generic.loading": string;
|
|
188
|
+
"generic.placeholder": string;
|
|
189
|
+
"generic.placeholder.select": string;
|
|
190
|
+
"generic.placeholder.comma.separated": string;
|
|
191
|
+
"validation.required": string;
|
|
192
|
+
"placeholder.check": string;
|
|
193
|
+
"placeholder.input": string;
|
|
194
|
+
"user.status.active": string;
|
|
195
|
+
"user.status.inactive": string;
|
|
196
|
+
"user.status.super": string;
|
|
197
|
+
"user.status.visitor": string;
|
|
198
|
+
"update.success": string;
|
|
199
|
+
"internal.server.error": string;
|
|
200
|
+
"table.label.rows-page": string;
|
|
201
|
+
"table.label.items": string;
|
|
202
|
+
"table.pagination.scroll-strip-left": string;
|
|
203
|
+
"table.pagination.scroll-strip-right": string;
|
|
204
|
+
"tooltip.copy": string;
|
|
205
|
+
"tooltip.copied": string;
|
|
206
|
+
"document.status.deleted": string;
|
|
207
|
+
"document.status.editing": string;
|
|
208
|
+
"document.status.edited": string;
|
|
209
|
+
"document.status.revision": string;
|
|
210
|
+
"document.status.completed": string;
|
|
211
|
+
"document.status.syntactic": string;
|
|
212
|
+
"document.status.copying": string;
|
|
213
|
+
"document.status.error": string;
|
|
214
|
+
"sentence.status.todo": string;
|
|
215
|
+
"sentence.status.done": string;
|
|
216
|
+
"sentence.status.ignore": string;
|
|
217
|
+
"sentence.status.tagged": string;
|
|
218
|
+
"sentence.status.review": string;
|
|
219
|
+
"sentence.status.error": string;
|
|
220
|
+
"sentence.status.auto": string;
|
|
221
|
+
"corpus.status.active": string;
|
|
222
|
+
"corpus.status.inactive": string;
|
|
223
|
+
"corpus.status.archived": string;
|
|
224
|
+
"corpus.status.demo": string;
|
|
225
|
+
"corpus.status.pending": string;
|
|
226
|
+
"corpus.status.rejected": string;
|
|
227
|
+
"delimiter.period": string;
|
|
228
|
+
"delimiter.question.mark": string;
|
|
229
|
+
"delimiter.exclamation.mark": string;
|
|
230
|
+
"delimiter.colon": string;
|
|
231
|
+
"delimiter.semicolon": string;
|
|
232
|
+
"delimiter.comma": string;
|
|
233
|
+
"delimiter.ellipsis": string;
|
|
234
|
+
"delimiter.bar": string;
|
|
235
235
|
};
|
|
236
236
|
};
|
|
@@ -1,236 +1,236 @@
|
|
|
1
1
|
export const CommonTexts = {
|
|
2
2
|
en: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
3
|
+
"button.confirm": "Confirm",
|
|
4
|
+
"button.continue": "Continue",
|
|
5
|
+
"button.cancel": "Cancel",
|
|
6
|
+
"button.remove": "Remove",
|
|
7
|
+
"button.save": "Save",
|
|
8
|
+
"button.clone": "Clone",
|
|
9
|
+
"button.apply": "Apply",
|
|
10
|
+
"button.search": "Search",
|
|
11
|
+
"button.edit": "Edit",
|
|
12
|
+
"button.open": "Open",
|
|
13
|
+
"button.close": "Close",
|
|
14
|
+
"button.add": "Add",
|
|
15
|
+
"button.filter": "Filter",
|
|
16
|
+
"button.clear": "Clear",
|
|
17
|
+
"button.play": "Play",
|
|
18
|
+
"button.pause": "Pause",
|
|
19
|
+
"button.view": "View",
|
|
20
|
+
"button.next": "Next",
|
|
21
|
+
"button.back": "Back",
|
|
22
|
+
"label.public": "Public",
|
|
23
|
+
"label.private": "Private",
|
|
24
|
+
"label.notavailable": "N/A",
|
|
25
|
+
"generic.boolean.true": "Yes",
|
|
26
|
+
"generic.boolean.false": "No",
|
|
27
|
+
"select.empty": "Select",
|
|
28
|
+
"pagination.label.showing": "",
|
|
29
|
+
"pagination.label.results": "results per page",
|
|
30
|
+
"pagination.label.total": "Total",
|
|
31
|
+
"generic.loading": "Loading...",
|
|
32
|
+
"generic.placeholder": "Type here",
|
|
33
|
+
"generic.placeholder.comma.separated": "Type here separated by commas",
|
|
34
|
+
"generic.placeholder.select": "Select one here",
|
|
35
|
+
"validation.required": "Required field.",
|
|
36
|
+
"placeholder.check": "click to choose",
|
|
37
|
+
"placeholder.input": "click to add",
|
|
38
|
+
"user.status.active": "Active",
|
|
39
|
+
"user.status.inactive": "Inactive",
|
|
40
|
+
"user.status.super": "Super",
|
|
41
|
+
"user.status.visitor": "Visitor",
|
|
42
|
+
"update.success": "saved!",
|
|
43
|
+
"internal.server.error": "An unexpected error occurred. Contact the administrator.",
|
|
44
|
+
"table.label.rows-page": "Items per page",
|
|
45
|
+
"table.label.items": "{{first}} - {{last}} of {{total}}",
|
|
46
|
+
"table.pagination.scroll-strip-left": "Scroll page numbers left",
|
|
47
|
+
"table.pagination.scroll-strip-right": "Scroll page numbers right",
|
|
48
|
+
"tooltip.copy": "Copy",
|
|
49
|
+
"tooltip.copied": "Copied!",
|
|
50
|
+
"document.status.deleted": "Deleted",
|
|
51
|
+
"document.status.editing": "Editing",
|
|
52
|
+
"document.status.edited": "Edited",
|
|
53
|
+
"document.status.revision": "In revision",
|
|
54
|
+
"document.status.completed": "Completed",
|
|
55
|
+
"document.status.syntactic": "Revision",
|
|
56
|
+
"document.status.copying": "Copying",
|
|
57
|
+
"document.status.error": "Error",
|
|
58
|
+
"sentence.status.todo": "To do",
|
|
59
|
+
"sentence.status.done": "Done",
|
|
60
|
+
"sentence.status.ignore": "Ignore",
|
|
61
|
+
"sentence.status.tagged": "Tagged",
|
|
62
|
+
"sentence.status.review": "Review",
|
|
63
|
+
"sentence.status.error": "Error",
|
|
64
|
+
"sentence.status.auto": "Automatic",
|
|
65
|
+
"corpus.status.active": "Active",
|
|
66
|
+
"corpus.status.inactive": "Inactive",
|
|
67
|
+
"corpus.status.archived": "Archived",
|
|
68
|
+
"corpus.status.demo": "Demo",
|
|
69
|
+
"corpus.status.pending": "Pending",
|
|
70
|
+
"corpus.status.rejected": "Demo",
|
|
71
|
+
"delimiter.period": "Period",
|
|
72
|
+
"delimiter.question.mark": "Question Mark",
|
|
73
|
+
"delimiter.exclamation.mark": "Exclamation Mark",
|
|
74
|
+
"delimiter.colon": "Colon",
|
|
75
|
+
"delimiter.semicolon": "Semicolon",
|
|
76
|
+
"delimiter.comma": "Comma",
|
|
77
|
+
"delimiter.ellipsis": "Ellipsis",
|
|
78
|
+
"delimiter.bar": "Bar",
|
|
79
79
|
},
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
80
|
+
"pt-BR": {
|
|
81
|
+
"button.confirm": "Confirmar",
|
|
82
|
+
"button.continue": "Continuar",
|
|
83
|
+
"button.cancel": "Cancelar",
|
|
84
|
+
"button.remove": "Remover",
|
|
85
|
+
"button.save": "Salvar",
|
|
86
|
+
"button.clone": "Clonar",
|
|
87
|
+
"button.apply": "Aplicar",
|
|
88
|
+
"button.search": "Buscar",
|
|
89
|
+
"button.edit": "Editar",
|
|
90
|
+
"button.open": "Abrir",
|
|
91
|
+
"button.add": "Adicionar",
|
|
92
|
+
"button.close": "Fechar",
|
|
93
|
+
"button.filter": "Filtrar",
|
|
94
|
+
"button.clear": "Limpar",
|
|
95
|
+
"button.play": "Reproduzir",
|
|
96
|
+
"button.pause": "Pausar",
|
|
97
|
+
"button.view": "Visualizar",
|
|
98
|
+
"button.next": "Próximo",
|
|
99
|
+
"button.back": "Voltar",
|
|
100
|
+
"label.public": "Público",
|
|
101
|
+
"label.private": "Privado",
|
|
102
|
+
"label.notavailable": "N/A",
|
|
103
|
+
"generic.boolean.true": "Sim",
|
|
104
|
+
"generic.boolean.false": "Não",
|
|
105
|
+
"select.empty": "Selecionar",
|
|
106
|
+
"pagination.label.showing": "Exibindo",
|
|
107
|
+
"pagination.label.results": "resultados por página",
|
|
108
|
+
"pagination.label.total": "Total",
|
|
109
|
+
"generic.loading": "Carregando...",
|
|
110
|
+
"generic.placeholder": "Digite aqui",
|
|
111
|
+
"generic.placeholder.select": "Selecione um aqui",
|
|
112
|
+
"generic.placeholder.comma.separated": "Digite aqui separado por vírgulas",
|
|
113
|
+
"validation.required": "Campo obrigatório.",
|
|
114
|
+
"placeholder.check": "clique para selecionar",
|
|
115
|
+
"placeholder.input": "clique para adicionar",
|
|
116
|
+
"user.status.active": "Ativo",
|
|
117
|
+
"user.status.inactive": "Inativo",
|
|
118
|
+
"user.status.super": "Super",
|
|
119
|
+
"user.status.visitor": "Visitante",
|
|
120
|
+
"update.success": "salvo!",
|
|
121
|
+
"internal.server.error": "Ocorreu um erro inesperado. Entre em contato com o administrador.",
|
|
122
|
+
"table.label.rows-page": "Itens por página",
|
|
123
|
+
"table.label.items": "{{first}} - {{last}} de {{total}}",
|
|
124
|
+
"table.pagination.scroll-strip-left": "Rolar números das páginas à esquerda",
|
|
125
|
+
"table.pagination.scroll-strip-right": "Rolar números das páginas à direita",
|
|
126
|
+
"tooltip.copy": "Copiar",
|
|
127
|
+
"tooltip.copied": "Copiado!",
|
|
128
|
+
"document.status.deleted": "Excluído",
|
|
129
|
+
"document.status.editing": "Editando",
|
|
130
|
+
"document.status.edited": "Editado",
|
|
131
|
+
"document.status.revision": "Em revisão",
|
|
132
|
+
"document.status.completed": "Completo",
|
|
133
|
+
"document.status.syntactic": "Revisão",
|
|
134
|
+
"document.status.copying": "Copiando",
|
|
135
|
+
"document.status.error": "Erro",
|
|
136
|
+
"sentence.status.todo": "A fazer",
|
|
137
|
+
"sentence.status.done": "Finalizado",
|
|
138
|
+
"sentence.status.ignore": "Ignorar",
|
|
139
|
+
"sentence.status.tagged": "Etiquetado",
|
|
140
|
+
"sentence.status.review": "Revisar",
|
|
141
|
+
"sentence.status.error": "Erro",
|
|
142
|
+
"sentence.status.auto": "Automático",
|
|
143
|
+
"corpus.status.active": "Ativo",
|
|
144
|
+
"corpus.status.inactive": "Inativo",
|
|
145
|
+
"corpus.status.archived": "Arquivado",
|
|
146
|
+
"corpus.status.demo": "Demo",
|
|
147
|
+
"corpus.status.pending": "Pendente",
|
|
148
|
+
"corpus.status.rejected": "Rejeitado",
|
|
149
|
+
"delimiter.period": "Ponto",
|
|
150
|
+
"delimiter.question.mark": "Ponto de interrogação",
|
|
151
|
+
"delimiter.exclamation.mark": "Ponto de exclamação",
|
|
152
|
+
"delimiter.colon": "Dois pontos",
|
|
153
|
+
"delimiter.semicolon": "Ponto e vírgula",
|
|
154
|
+
"delimiter.comma": "Vírgula",
|
|
155
|
+
"delimiter.ellipsis": "Reticências",
|
|
156
|
+
"delimiter.bar": "Barra",
|
|
157
157
|
},
|
|
158
158
|
it: {
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
159
|
+
"button.confirm": "Conferma",
|
|
160
|
+
"button.continue": "Continua",
|
|
161
|
+
"button.cancel": "Annulla",
|
|
162
|
+
"button.remove": "Rimuovi",
|
|
163
|
+
"button.save": "Salva",
|
|
164
|
+
"button.clone": "Clona",
|
|
165
|
+
"button.search": "Cerca",
|
|
166
|
+
"button.edit": "Modifica",
|
|
167
|
+
"button.open": "Apri",
|
|
168
|
+
"button.apply": "Applica",
|
|
169
|
+
"button.add": "Aggiungi",
|
|
170
|
+
"button.close": "Chiudi",
|
|
171
|
+
"button.filter": "Filtra",
|
|
172
|
+
"button.clear": "Pulisci",
|
|
173
|
+
"button.play": "Riproduci",
|
|
174
|
+
"button.pause": "Pausa",
|
|
175
|
+
"button.view": "Visualizza",
|
|
176
|
+
"button.back": "Indietro",
|
|
177
|
+
"button.next": "Avanti",
|
|
178
|
+
"label.public": "Pubblico",
|
|
179
|
+
"label.private": "Privato",
|
|
180
|
+
"label.notavailable": "N/A",
|
|
181
|
+
"generic.boolean.true": "Sì",
|
|
182
|
+
"generic.boolean.false": "No",
|
|
183
|
+
"select.empty": "Seleziona",
|
|
184
|
+
"pagination.label.showing": "Mostrando",
|
|
185
|
+
"pagination.label.results": "risultati per pagina",
|
|
186
|
+
"pagination.label.total": "Totale",
|
|
187
|
+
"generic.loading": "Caricamento...",
|
|
188
|
+
"generic.placeholder": "Scrivi qui",
|
|
189
|
+
"generic.placeholder.select": "Seleziona uno qui",
|
|
190
|
+
"generic.placeholder.comma.separated": "Scrivi qui separato per virgole",
|
|
191
|
+
"validation.required": "Campo obbligatorio.",
|
|
192
|
+
"placeholder.check": "clicca per scegliere",
|
|
193
|
+
"placeholder.input": "clicca per aggiungere",
|
|
194
|
+
"user.status.active": "Attivo",
|
|
195
|
+
"user.status.inactive": "Inattivo",
|
|
196
|
+
"user.status.super": "Super",
|
|
197
|
+
"user.status.visitor": "Visitatore",
|
|
198
|
+
"update.success": "salvato!",
|
|
199
|
+
"internal.server.error": "Si è verificato un errore inaspettato. Contatta l'amministratore.",
|
|
200
|
+
"table.label.rows-page": "Elementi per pagina",
|
|
201
|
+
"table.label.items": "{{first}} - {{last}} di {{total}}",
|
|
202
|
+
"table.pagination.scroll-strip-left": "Scorri i numeri di pagina a sinistra",
|
|
203
|
+
"table.pagination.scroll-strip-right": "Scorri i numeri di pagina a destra",
|
|
204
|
+
"tooltip.copy": "Copia",
|
|
205
|
+
"tooltip.copied": "Copiato!",
|
|
206
|
+
"document.status.deleted": "Eliminato",
|
|
207
|
+
"document.status.editing": "Modifica",
|
|
208
|
+
"document.status.edited": "Modificato",
|
|
209
|
+
"document.status.revision": "In revisione",
|
|
210
|
+
"document.status.completed": "Completato",
|
|
211
|
+
"document.status.syntactic": "Revisione",
|
|
212
|
+
"document.status.copying": "Copiando",
|
|
213
|
+
"document.status.error": "Errore",
|
|
214
|
+
"sentence.status.todo": "Da fare",
|
|
215
|
+
"sentence.status.done": "Fatto",
|
|
216
|
+
"sentence.status.ignore": "Ignora",
|
|
217
|
+
"sentence.status.tagged": "Etichettato",
|
|
218
|
+
"sentence.status.review": "Revisione",
|
|
219
|
+
"sentence.status.error": "Errore",
|
|
220
|
+
"sentence.status.auto": "Automatico",
|
|
221
|
+
"corpus.status.active": "Attivo",
|
|
222
|
+
"corpus.status.inactive": "Inattivo",
|
|
223
|
+
"corpus.status.archived": "Archiviato",
|
|
224
|
+
"corpus.status.demo": "Demo",
|
|
225
|
+
"corpus.status.pending": "In attesa",
|
|
226
|
+
"corpus.status.rejected": "Rifiutato",
|
|
227
|
+
"delimiter.period": "Punto",
|
|
228
|
+
"delimiter.question.mark": "Punto interrogativo",
|
|
229
|
+
"delimiter.exclamation.mark": "Punto esclamativo",
|
|
230
|
+
"delimiter.colon": "Due punti",
|
|
231
|
+
"delimiter.semicolon": "Punto e virgola",
|
|
232
|
+
"delimiter.comma": "Virgola",
|
|
233
|
+
"delimiter.ellipsis": "Punti di sospensione",
|
|
234
|
+
"delimiter.bar": "Barra",
|
|
235
235
|
},
|
|
236
236
|
};
|
|
@@ -2,8 +2,8 @@ import CookieStorage from '../../../configs/CookieStorage';
|
|
|
2
2
|
import api from '../../../configs/api';
|
|
3
3
|
function available() {
|
|
4
4
|
const url = CookieStorage.getJwtToken()
|
|
5
|
-
? `${import.meta.env.
|
|
6
|
-
: `${import.meta.env.
|
|
5
|
+
? `${import.meta.env.VITE_APP_PLATFORM_API}/corpus/list/me`
|
|
6
|
+
: `${import.meta.env.VITE_APP_PLATFORM_API}/corpus/open/public/list`;
|
|
7
7
|
return api.get(url);
|
|
8
8
|
}
|
|
9
9
|
const CorpusService = {
|
package/package.json
CHANGED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
declare function listParsers(): Promise<import("axios").AxiosResponse<Record<string, string>, any, {}>>;
|
|
2
|
-
declare function listUDParsers(): Promise<import("axios").AxiosResponse<Record<string, string>, any, {}>>;
|
|
3
|
-
declare const ParserListService: {
|
|
4
|
-
listParsers: typeof listParsers;
|
|
5
|
-
listUDParsers: typeof listUDParsers;
|
|
6
|
-
};
|
|
7
|
-
export default ParserListService;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import api, { parserApiBase } from '../api';
|
|
2
|
-
function listParsers() {
|
|
3
|
-
return api.get(`${parserApiBase}/open/list`);
|
|
4
|
-
}
|
|
5
|
-
function listUDParsers() {
|
|
6
|
-
return api.get(`${parserApiBase}/open/ud/list`);
|
|
7
|
-
}
|
|
8
|
-
const ParserListService = { listParsers, listUDParsers };
|
|
9
|
-
export default ParserListService;
|