tycho-components 0.32.4 → 0.32.5
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.
|
@@ -8,6 +8,7 @@ import { ConsentTexts } from "./localization/ConsentTexts";
|
|
|
8
8
|
import { HeaderAppTexts } from "./localization/HeaderAppTexts";
|
|
9
9
|
import { HeaderTexts } from "./localization/HeaderTexts";
|
|
10
10
|
import { HelpTexts } from "./localization/HelpTexts";
|
|
11
|
+
import { HistoryTexts } from "./localization/HistoryTexts";
|
|
11
12
|
import { ParametersTexts } from "./localization/ParametersTexts";
|
|
12
13
|
import { ParticipantsTexts } from "./localization/ParticipantsTexts";
|
|
13
14
|
import { SentenceTexts } from "./localization/SentenceTexts";
|
|
@@ -35,6 +36,7 @@ const FEATURE_NAMESPACES = {
|
|
|
35
36
|
tree: TreeTexts,
|
|
36
37
|
sentence: SentenceTexts,
|
|
37
38
|
parameters: ParametersTexts,
|
|
39
|
+
history: HistoryTexts,
|
|
38
40
|
};
|
|
39
41
|
export const commonResources = buildResources(CORE_NAMESPACES);
|
|
40
42
|
export const featureResources = buildResources(FEATURE_NAMESPACES);
|
|
@@ -0,0 +1,428 @@
|
|
|
1
|
+
export declare const HistoryTexts: {
|
|
2
|
+
en: {
|
|
3
|
+
'admin.category.delete': string;
|
|
4
|
+
'admin.attribute.clone': string;
|
|
5
|
+
'admin.attribute.delete': string;
|
|
6
|
+
'admin.attribute.save': string;
|
|
7
|
+
'admin.catalog.delete': string;
|
|
8
|
+
'admin.category.clone': string;
|
|
9
|
+
'admin.category.save': string;
|
|
10
|
+
'admin.corpus.create': string;
|
|
11
|
+
'admin.corpus.owner': string;
|
|
12
|
+
'admin.corpus.save': string;
|
|
13
|
+
'admin.document.change.corpus': string;
|
|
14
|
+
'admin.document.copy': string;
|
|
15
|
+
'admin.document.save': string;
|
|
16
|
+
'admin.image.add': string;
|
|
17
|
+
'admin.invite.create': string;
|
|
18
|
+
'admin.metadata.add': string;
|
|
19
|
+
'admin.metadata.clone': string;
|
|
20
|
+
'admin.metadata.delete': string;
|
|
21
|
+
'admin.metadata.save': string;
|
|
22
|
+
'admin.paper.save': string;
|
|
23
|
+
'admin.portal.save': string;
|
|
24
|
+
'auth.access.save': string;
|
|
25
|
+
'auth.password.save': string;
|
|
26
|
+
'auth.portal.user.save': string;
|
|
27
|
+
'auth.profile.save': string;
|
|
28
|
+
'auth.user.access.delete': string;
|
|
29
|
+
'auth.user.delete': string;
|
|
30
|
+
'auth.user.grant': string;
|
|
31
|
+
'auth.user.save': string;
|
|
32
|
+
'catalog.document.create': string;
|
|
33
|
+
'catalog.document.delete': string;
|
|
34
|
+
'catalog.document.save': string;
|
|
35
|
+
'catalog.metadata.save': string;
|
|
36
|
+
'comment.change.sentence': string;
|
|
37
|
+
'comments.corpus.add': string;
|
|
38
|
+
'comments.delete': string;
|
|
39
|
+
'comments.footnote.delete': string;
|
|
40
|
+
'comments.footnote.save': string;
|
|
41
|
+
'comments.lexicon.add': string;
|
|
42
|
+
'comments.move': string;
|
|
43
|
+
'comments.save': string;
|
|
44
|
+
'corpus.attribute.create': string;
|
|
45
|
+
'document.image.delete': string;
|
|
46
|
+
'document.image.save': string;
|
|
47
|
+
'document.metadata.save': string;
|
|
48
|
+
'editor.apply.all': string;
|
|
49
|
+
'editor.block.add': string;
|
|
50
|
+
'editor.block.delete': string;
|
|
51
|
+
'editor.box.create': string;
|
|
52
|
+
'editor.box.delete': string;
|
|
53
|
+
'editor.box.dimensions': string;
|
|
54
|
+
'editor.box.image.add': string;
|
|
55
|
+
'editor.break.page.add': string;
|
|
56
|
+
'editor.break.page.delete': string;
|
|
57
|
+
'editor.break.sentence.add': string;
|
|
58
|
+
'editor.break.sentence.remove': string;
|
|
59
|
+
'editor.footnote.add': string;
|
|
60
|
+
'editor.format.add': string;
|
|
61
|
+
'editor.image.box.add': string;
|
|
62
|
+
'editor.image.page.add': string;
|
|
63
|
+
'editor.image.page.delete': string;
|
|
64
|
+
'editor.junction.add': string;
|
|
65
|
+
'editor.junction.delete': string;
|
|
66
|
+
'editor.lexicon.save': string;
|
|
67
|
+
'editor.lexicon.sentence.add': string;
|
|
68
|
+
'editor.mark.add': string;
|
|
69
|
+
'editor.page.add': string;
|
|
70
|
+
'editor.page.delete': string;
|
|
71
|
+
'editor.page.dimensions': string;
|
|
72
|
+
'editor.page.join': string;
|
|
73
|
+
'editor.page.save': string;
|
|
74
|
+
'editor.page.sentences.delete': string;
|
|
75
|
+
'editor.page.split': string;
|
|
76
|
+
'editor.participant.add': string;
|
|
77
|
+
'editor.participant.delete': string;
|
|
78
|
+
'editor.participant.save': string;
|
|
79
|
+
'editor.segmentation.add': string;
|
|
80
|
+
'editor.segmentation.delete': string;
|
|
81
|
+
'editor.sentence.add': string;
|
|
82
|
+
'editor.sentence.comment.clear': string;
|
|
83
|
+
'editor.sentence.delete': string;
|
|
84
|
+
'editor.sentence.reset': string;
|
|
85
|
+
'editor.sentence.split': string;
|
|
86
|
+
'editor.sentence.status': string;
|
|
87
|
+
'editor.sentence.tag.add': string;
|
|
88
|
+
'editor.splitter.delete': string;
|
|
89
|
+
'editor.splitter.save': string;
|
|
90
|
+
'editor.token.add': string;
|
|
91
|
+
'editor.token.delete': string;
|
|
92
|
+
'editor.token.save': string;
|
|
93
|
+
'editor.token.split': string;
|
|
94
|
+
'editor.transcription.save': string;
|
|
95
|
+
'editor.transcription.sentence.add.after': string;
|
|
96
|
+
'editor.transcription.sentence.save': string;
|
|
97
|
+
'functions.backup': string;
|
|
98
|
+
'functions.comment.change.sentence': string;
|
|
99
|
+
'functions.comment.copy.sentence': string;
|
|
100
|
+
'functions.ocr': string;
|
|
101
|
+
'functions.tokenizer.page': string;
|
|
102
|
+
'io.configuration.save': string;
|
|
103
|
+
'io.create': string;
|
|
104
|
+
'io.delete': string;
|
|
105
|
+
'io.document.delete': string;
|
|
106
|
+
'io.document.update': string;
|
|
107
|
+
'io.image.delete': string;
|
|
108
|
+
'io.save': string;
|
|
109
|
+
'io.type.update': string;
|
|
110
|
+
'lexicon.create': string;
|
|
111
|
+
'lexicon.entry.create': string;
|
|
112
|
+
'lexicon.entry.delete': string;
|
|
113
|
+
'lexicon.entry.save': string;
|
|
114
|
+
'lexicon.entry.status': string;
|
|
115
|
+
'parser.automatic.execute': string;
|
|
116
|
+
'parser.create': string;
|
|
117
|
+
'parser.inflection.save': string;
|
|
118
|
+
'parser.quality.save': string;
|
|
119
|
+
'parser.rule.add': string;
|
|
120
|
+
'parser.rule.delete': string;
|
|
121
|
+
'parser.rule.move': string;
|
|
122
|
+
'parser.rule.save': string;
|
|
123
|
+
'parser.save': string;
|
|
124
|
+
'parser.sentence': string;
|
|
125
|
+
'parser.splitter.create': string;
|
|
126
|
+
'parser.splitter.delete': string;
|
|
127
|
+
'parser.splitter.save': string;
|
|
128
|
+
'parser.tag.create': string;
|
|
129
|
+
'parser.tag.delete': string;
|
|
130
|
+
'parser.tag.save': string;
|
|
131
|
+
'parser.tagger.create': string;
|
|
132
|
+
'parser.test.delete': string;
|
|
133
|
+
'query.compare.delete': string;
|
|
134
|
+
'revision.apply.all': string;
|
|
135
|
+
'revision.tree.save': string;
|
|
136
|
+
'search.definitions.update': string;
|
|
137
|
+
'search.query.delete': string;
|
|
138
|
+
'search.query.save': string;
|
|
139
|
+
'sentence.conllu.save': string;
|
|
140
|
+
'sentence.translation.save': string;
|
|
141
|
+
'transcriber.import.sentences': string;
|
|
142
|
+
'transcriber.sentence.add': string;
|
|
143
|
+
};
|
|
144
|
+
'pt-BR': {
|
|
145
|
+
'admin.category.delete': string;
|
|
146
|
+
'admin.attribute.clone': string;
|
|
147
|
+
'admin.attribute.delete': string;
|
|
148
|
+
'admin.attribute.save': string;
|
|
149
|
+
'admin.catalog.delete': string;
|
|
150
|
+
'admin.category.clone': string;
|
|
151
|
+
'admin.category.save': string;
|
|
152
|
+
'admin.corpus.create': string;
|
|
153
|
+
'admin.corpus.owner': string;
|
|
154
|
+
'admin.corpus.save': string;
|
|
155
|
+
'admin.document.change.corpus': string;
|
|
156
|
+
'admin.document.copy': string;
|
|
157
|
+
'admin.document.save': string;
|
|
158
|
+
'admin.image.add': string;
|
|
159
|
+
'admin.invite.create': string;
|
|
160
|
+
'admin.metadata.add': string;
|
|
161
|
+
'admin.metadata.clone': string;
|
|
162
|
+
'admin.metadata.delete': string;
|
|
163
|
+
'admin.metadata.save': string;
|
|
164
|
+
'admin.paper.save': string;
|
|
165
|
+
'admin.portal.save': string;
|
|
166
|
+
'auth.access.save': string;
|
|
167
|
+
'auth.password.save': string;
|
|
168
|
+
'auth.portal.user.save': string;
|
|
169
|
+
'auth.profile.save': string;
|
|
170
|
+
'auth.user.access.delete': string;
|
|
171
|
+
'auth.user.delete': string;
|
|
172
|
+
'auth.user.grant': string;
|
|
173
|
+
'auth.user.save': string;
|
|
174
|
+
'catalog.document.create': string;
|
|
175
|
+
'catalog.document.delete': string;
|
|
176
|
+
'catalog.document.save': string;
|
|
177
|
+
'catalog.metadata.save': string;
|
|
178
|
+
'comment.change.sentence': string;
|
|
179
|
+
'comments.corpus.add': string;
|
|
180
|
+
'comments.delete': string;
|
|
181
|
+
'comments.footnote.delete': string;
|
|
182
|
+
'comments.footnote.save': string;
|
|
183
|
+
'comments.lexicon.add': string;
|
|
184
|
+
'comments.move': string;
|
|
185
|
+
'comments.save': string;
|
|
186
|
+
'corpus.attribute.create': string;
|
|
187
|
+
'document.image.delete': string;
|
|
188
|
+
'document.image.save': string;
|
|
189
|
+
'document.metadata.save': string;
|
|
190
|
+
'editor.apply.all': string;
|
|
191
|
+
'editor.block.add': string;
|
|
192
|
+
'editor.block.delete': string;
|
|
193
|
+
'editor.box.create': string;
|
|
194
|
+
'editor.box.delete': string;
|
|
195
|
+
'editor.box.dimensions': string;
|
|
196
|
+
'editor.box.image.add': string;
|
|
197
|
+
'editor.break.page.add': string;
|
|
198
|
+
'editor.break.page.delete': string;
|
|
199
|
+
'editor.break.sentence.add': string;
|
|
200
|
+
'editor.break.sentence.remove': string;
|
|
201
|
+
'editor.footnote.add': string;
|
|
202
|
+
'editor.format.add': string;
|
|
203
|
+
'editor.image.box.add': string;
|
|
204
|
+
'editor.image.page.add': string;
|
|
205
|
+
'editor.image.page.delete': string;
|
|
206
|
+
'editor.junction.add': string;
|
|
207
|
+
'editor.junction.delete': string;
|
|
208
|
+
'editor.lexicon.save': string;
|
|
209
|
+
'editor.lexicon.sentence.add': string;
|
|
210
|
+
'editor.mark.add': string;
|
|
211
|
+
'editor.page.add': string;
|
|
212
|
+
'editor.page.delete': string;
|
|
213
|
+
'editor.page.dimensions': string;
|
|
214
|
+
'editor.page.join': string;
|
|
215
|
+
'editor.page.save': string;
|
|
216
|
+
'editor.page.sentences.delete': string;
|
|
217
|
+
'editor.page.split': string;
|
|
218
|
+
'editor.participant.add': string;
|
|
219
|
+
'editor.participant.delete': string;
|
|
220
|
+
'editor.participant.save': string;
|
|
221
|
+
'editor.segmentation.add': string;
|
|
222
|
+
'editor.segmentation.delete': string;
|
|
223
|
+
'editor.sentence.add': string;
|
|
224
|
+
'editor.sentence.comment.clear': string;
|
|
225
|
+
'editor.sentence.delete': string;
|
|
226
|
+
'editor.sentence.reset': string;
|
|
227
|
+
'editor.sentence.split': string;
|
|
228
|
+
'editor.sentence.status': string;
|
|
229
|
+
'editor.sentence.tag.add': string;
|
|
230
|
+
'editor.splitter.delete': string;
|
|
231
|
+
'editor.splitter.save': string;
|
|
232
|
+
'editor.token.add': string;
|
|
233
|
+
'editor.token.delete': string;
|
|
234
|
+
'editor.token.save': string;
|
|
235
|
+
'editor.token.split': string;
|
|
236
|
+
'editor.transcription.save': string;
|
|
237
|
+
'editor.transcription.sentence.add.after': string;
|
|
238
|
+
'editor.transcription.sentence.save': string;
|
|
239
|
+
'functions.backup': string;
|
|
240
|
+
'functions.comment.change.sentence': string;
|
|
241
|
+
'functions.comment.copy.sentence': string;
|
|
242
|
+
'functions.ocr': string;
|
|
243
|
+
'functions.tokenizer.page': string;
|
|
244
|
+
'io.configuration.save': string;
|
|
245
|
+
'io.create': string;
|
|
246
|
+
'io.delete': string;
|
|
247
|
+
'io.document.delete': string;
|
|
248
|
+
'io.document.update': string;
|
|
249
|
+
'io.image.delete': string;
|
|
250
|
+
'io.save': string;
|
|
251
|
+
'io.type.update': string;
|
|
252
|
+
'lexicon.create': string;
|
|
253
|
+
'lexicon.entry.create': string;
|
|
254
|
+
'lexicon.entry.delete': string;
|
|
255
|
+
'lexicon.entry.save': string;
|
|
256
|
+
'lexicon.entry.status': string;
|
|
257
|
+
'parser.automatic.execute': string;
|
|
258
|
+
'parser.create': string;
|
|
259
|
+
'parser.inflection.save': string;
|
|
260
|
+
'parser.quality.save': string;
|
|
261
|
+
'parser.rule.add': string;
|
|
262
|
+
'parser.rule.delete': string;
|
|
263
|
+
'parser.rule.move': string;
|
|
264
|
+
'parser.rule.save': string;
|
|
265
|
+
'parser.save': string;
|
|
266
|
+
'parser.sentence': string;
|
|
267
|
+
'parser.splitter.create': string;
|
|
268
|
+
'parser.splitter.delete': string;
|
|
269
|
+
'parser.splitter.save': string;
|
|
270
|
+
'parser.tag.create': string;
|
|
271
|
+
'parser.tag.delete': string;
|
|
272
|
+
'parser.tag.save': string;
|
|
273
|
+
'parser.tagger.create': string;
|
|
274
|
+
'parser.test.delete': string;
|
|
275
|
+
'query.compare.delete': string;
|
|
276
|
+
'revision.apply.all': string;
|
|
277
|
+
'revision.tree.save': string;
|
|
278
|
+
'search.definitions.update': string;
|
|
279
|
+
'search.query.delete': string;
|
|
280
|
+
'search.query.save': string;
|
|
281
|
+
'sentence.conllu.save': string;
|
|
282
|
+
'sentence.translation.save': string;
|
|
283
|
+
'transcriber.import.sentences': string;
|
|
284
|
+
'transcriber.sentence.add': string;
|
|
285
|
+
};
|
|
286
|
+
it: {
|
|
287
|
+
'admin.category.delete': string;
|
|
288
|
+
'admin.attribute.clone': string;
|
|
289
|
+
'admin.attribute.delete': string;
|
|
290
|
+
'admin.attribute.save': string;
|
|
291
|
+
'admin.catalog.delete': string;
|
|
292
|
+
'admin.category.clone': string;
|
|
293
|
+
'admin.category.save': string;
|
|
294
|
+
'admin.corpus.create': string;
|
|
295
|
+
'admin.corpus.owner': string;
|
|
296
|
+
'admin.corpus.save': string;
|
|
297
|
+
'admin.document.change.corpus': string;
|
|
298
|
+
'admin.document.copy': string;
|
|
299
|
+
'admin.document.save': string;
|
|
300
|
+
'admin.image.add': string;
|
|
301
|
+
'admin.invite.create': string;
|
|
302
|
+
'admin.metadata.add': string;
|
|
303
|
+
'admin.metadata.clone': string;
|
|
304
|
+
'admin.metadata.delete': string;
|
|
305
|
+
'admin.metadata.save': string;
|
|
306
|
+
'admin.paper.save': string;
|
|
307
|
+
'admin.portal.save': string;
|
|
308
|
+
'auth.access.save': string;
|
|
309
|
+
'auth.password.save': string;
|
|
310
|
+
'auth.portal.user.save': string;
|
|
311
|
+
'auth.profile.save': string;
|
|
312
|
+
'auth.user.access.delete': string;
|
|
313
|
+
'auth.user.delete': string;
|
|
314
|
+
'auth.user.grant': string;
|
|
315
|
+
'auth.user.save': string;
|
|
316
|
+
'catalog.document.create': string;
|
|
317
|
+
'catalog.document.delete': string;
|
|
318
|
+
'catalog.document.save': string;
|
|
319
|
+
'catalog.metadata.save': string;
|
|
320
|
+
'comment.change.sentence': string;
|
|
321
|
+
'comments.corpus.add': string;
|
|
322
|
+
'comments.delete': string;
|
|
323
|
+
'comments.footnote.delete': string;
|
|
324
|
+
'comments.footnote.save': string;
|
|
325
|
+
'comments.lexicon.add': string;
|
|
326
|
+
'comments.move': string;
|
|
327
|
+
'comments.save': string;
|
|
328
|
+
'corpus.attribute.create': string;
|
|
329
|
+
'document.image.delete': string;
|
|
330
|
+
'document.image.save': string;
|
|
331
|
+
'document.metadata.save': string;
|
|
332
|
+
'editor.apply.all': string;
|
|
333
|
+
'editor.block.add': string;
|
|
334
|
+
'editor.block.delete': string;
|
|
335
|
+
'editor.box.create': string;
|
|
336
|
+
'editor.box.delete': string;
|
|
337
|
+
'editor.box.dimensions': string;
|
|
338
|
+
'editor.box.image.add': string;
|
|
339
|
+
'editor.break.page.add': string;
|
|
340
|
+
'editor.break.page.delete': string;
|
|
341
|
+
'editor.break.sentence.add': string;
|
|
342
|
+
'editor.break.sentence.remove': string;
|
|
343
|
+
'editor.footnote.add': string;
|
|
344
|
+
'editor.format.add': string;
|
|
345
|
+
'editor.image.box.add': string;
|
|
346
|
+
'editor.image.page.add': string;
|
|
347
|
+
'editor.image.page.delete': string;
|
|
348
|
+
'editor.junction.add': string;
|
|
349
|
+
'editor.junction.delete': string;
|
|
350
|
+
'editor.lexicon.save': string;
|
|
351
|
+
'editor.lexicon.sentence.add': string;
|
|
352
|
+
'editor.mark.add': string;
|
|
353
|
+
'editor.page.add': string;
|
|
354
|
+
'editor.page.delete': string;
|
|
355
|
+
'editor.page.dimensions': string;
|
|
356
|
+
'editor.page.join': string;
|
|
357
|
+
'editor.page.save': string;
|
|
358
|
+
'editor.page.sentences.delete': string;
|
|
359
|
+
'editor.page.split': string;
|
|
360
|
+
'editor.participant.add': string;
|
|
361
|
+
'editor.participant.delete': string;
|
|
362
|
+
'editor.participant.save': string;
|
|
363
|
+
'editor.segmentation.add': string;
|
|
364
|
+
'editor.segmentation.delete': string;
|
|
365
|
+
'editor.sentence.add': string;
|
|
366
|
+
'editor.sentence.comment.clear': string;
|
|
367
|
+
'editor.sentence.delete': string;
|
|
368
|
+
'editor.sentence.reset': string;
|
|
369
|
+
'editor.sentence.split': string;
|
|
370
|
+
'editor.sentence.status': string;
|
|
371
|
+
'editor.sentence.tag.add': string;
|
|
372
|
+
'editor.splitter.delete': string;
|
|
373
|
+
'editor.splitter.save': string;
|
|
374
|
+
'editor.token.add': string;
|
|
375
|
+
'editor.token.delete': string;
|
|
376
|
+
'editor.token.save': string;
|
|
377
|
+
'editor.token.split': string;
|
|
378
|
+
'editor.transcription.save': string;
|
|
379
|
+
'editor.transcription.sentence.add.after': string;
|
|
380
|
+
'editor.transcription.sentence.save': string;
|
|
381
|
+
'functions.backup': string;
|
|
382
|
+
'functions.comment.change.sentence': string;
|
|
383
|
+
'functions.comment.copy.sentence': string;
|
|
384
|
+
'functions.ocr': string;
|
|
385
|
+
'functions.tokenizer.page': string;
|
|
386
|
+
'io.configuration.save': string;
|
|
387
|
+
'io.create': string;
|
|
388
|
+
'io.delete': string;
|
|
389
|
+
'io.document.delete': string;
|
|
390
|
+
'io.document.update': string;
|
|
391
|
+
'io.image.delete': string;
|
|
392
|
+
'io.save': string;
|
|
393
|
+
'io.type.update': string;
|
|
394
|
+
'lexicon.create': string;
|
|
395
|
+
'lexicon.entry.create': string;
|
|
396
|
+
'lexicon.entry.delete': string;
|
|
397
|
+
'lexicon.entry.save': string;
|
|
398
|
+
'lexicon.entry.status': string;
|
|
399
|
+
'parser.automatic.execute': string;
|
|
400
|
+
'parser.create': string;
|
|
401
|
+
'parser.inflection.save': string;
|
|
402
|
+
'parser.quality.save': string;
|
|
403
|
+
'parser.rule.add': string;
|
|
404
|
+
'parser.rule.delete': string;
|
|
405
|
+
'parser.rule.move': string;
|
|
406
|
+
'parser.rule.save': string;
|
|
407
|
+
'parser.save': string;
|
|
408
|
+
'parser.sentence': string;
|
|
409
|
+
'parser.splitter.create': string;
|
|
410
|
+
'parser.splitter.delete': string;
|
|
411
|
+
'parser.splitter.save': string;
|
|
412
|
+
'parser.tag.create': string;
|
|
413
|
+
'parser.tag.delete': string;
|
|
414
|
+
'parser.tag.save': string;
|
|
415
|
+
'parser.tagger.create': string;
|
|
416
|
+
'parser.test.delete': string;
|
|
417
|
+
'query.compare.delete': string;
|
|
418
|
+
'revision.apply.all': string;
|
|
419
|
+
'revision.tree.save': string;
|
|
420
|
+
'search.definitions.update': string;
|
|
421
|
+
'search.query.delete': string;
|
|
422
|
+
'search.query.save': string;
|
|
423
|
+
'sentence.conllu.save': string;
|
|
424
|
+
'sentence.translation.save': string;
|
|
425
|
+
'transcriber.import.sentences': string;
|
|
426
|
+
'transcriber.sentence.add': string;
|
|
427
|
+
};
|
|
428
|
+
};
|
|
@@ -0,0 +1,428 @@
|
|
|
1
|
+
export const HistoryTexts = {
|
|
2
|
+
en: {
|
|
3
|
+
'admin.category.delete': 'Category deleted',
|
|
4
|
+
'admin.attribute.clone': 'Attribute cloned',
|
|
5
|
+
'admin.attribute.delete': 'Attribute deleted',
|
|
6
|
+
'admin.attribute.save': 'Attribute saved',
|
|
7
|
+
'admin.catalog.delete': 'Catalog deleted',
|
|
8
|
+
'admin.category.clone': 'Category cloned',
|
|
9
|
+
'admin.category.save': 'Category saved',
|
|
10
|
+
'admin.corpus.create': 'Corpus created',
|
|
11
|
+
'admin.corpus.owner': 'Corpus owner changed',
|
|
12
|
+
'admin.corpus.save': 'Corpus saved',
|
|
13
|
+
'admin.document.change.corpus': 'Document corpus changed',
|
|
14
|
+
'admin.document.copy': 'Document copied',
|
|
15
|
+
'admin.document.save': 'Document saved',
|
|
16
|
+
'admin.image.add': 'Image added',
|
|
17
|
+
'admin.invite.create': 'Invite created',
|
|
18
|
+
'admin.metadata.add': 'Metadata added',
|
|
19
|
+
'admin.metadata.clone': 'Metadata cloned',
|
|
20
|
+
'admin.metadata.delete': 'Metadata deleted',
|
|
21
|
+
'admin.metadata.save': 'Metadata saved',
|
|
22
|
+
'admin.paper.save': 'Paper saved',
|
|
23
|
+
'admin.portal.save': 'Portal saved',
|
|
24
|
+
'auth.access.save': 'Access saved',
|
|
25
|
+
'auth.password.save': 'Password saved',
|
|
26
|
+
'auth.portal.user.save': 'Portal user saved',
|
|
27
|
+
'auth.profile.save': 'Profile saved',
|
|
28
|
+
'auth.user.access.delete': 'User access deleted',
|
|
29
|
+
'auth.user.delete': 'User deleted',
|
|
30
|
+
'auth.user.grant': 'User access granted',
|
|
31
|
+
'auth.user.save': 'User saved',
|
|
32
|
+
'catalog.document.create': 'Document created',
|
|
33
|
+
'catalog.document.delete': 'Document deleted',
|
|
34
|
+
'catalog.document.save': 'Document saved',
|
|
35
|
+
'catalog.metadata.save': "Document's metadata saved",
|
|
36
|
+
'comment.change.sentence': 'Comment sentence changed',
|
|
37
|
+
'comments.corpus.add': 'Corpus comment added',
|
|
38
|
+
'comments.delete': 'Comment deleted',
|
|
39
|
+
'comments.footnote.delete': 'Footnote deleted',
|
|
40
|
+
'comments.footnote.save': 'Footnote saved',
|
|
41
|
+
'comments.lexicon.add': 'Lexicon comment added',
|
|
42
|
+
'comments.move': 'Comment moved',
|
|
43
|
+
'comments.save': 'Comment saved',
|
|
44
|
+
'corpus.attribute.create': 'Corpus attribute created',
|
|
45
|
+
'document.image.delete': 'Document image deleted',
|
|
46
|
+
'document.image.save': 'Document image saved',
|
|
47
|
+
'document.metadata.save': 'Document metadata saved',
|
|
48
|
+
'editor.apply.all': 'All changes applied',
|
|
49
|
+
'editor.block.add': 'Block added',
|
|
50
|
+
'editor.block.delete': 'Block deleted',
|
|
51
|
+
'editor.box.create': 'Box created',
|
|
52
|
+
'editor.box.delete': 'Box deleted',
|
|
53
|
+
'editor.box.dimensions': 'Box dimensions changed',
|
|
54
|
+
'editor.box.image.add': 'Box image added',
|
|
55
|
+
'editor.break.page.add': 'Page break added',
|
|
56
|
+
'editor.break.page.delete': 'Page break deleted',
|
|
57
|
+
'editor.break.sentence.add': 'Sentence break added',
|
|
58
|
+
'editor.break.sentence.remove': 'Sentence break removed',
|
|
59
|
+
'editor.footnote.add': 'Footnote added',
|
|
60
|
+
'editor.format.add': 'Format added',
|
|
61
|
+
'editor.image.box.add': 'Image box added',
|
|
62
|
+
'editor.image.page.add': 'Page image added',
|
|
63
|
+
'editor.image.page.delete': 'Page image deleted',
|
|
64
|
+
'editor.junction.add': 'Junction added',
|
|
65
|
+
'editor.junction.delete': 'Junction deleted',
|
|
66
|
+
'editor.lexicon.save': 'Lexicon entry saved',
|
|
67
|
+
'editor.lexicon.sentence.add': 'Lexicon sentence added',
|
|
68
|
+
'editor.mark.add': 'Mark added',
|
|
69
|
+
'editor.page.add': 'Page added',
|
|
70
|
+
'editor.page.delete': 'Page deleted',
|
|
71
|
+
'editor.page.dimensions': 'Page dimensions changed',
|
|
72
|
+
'editor.page.join': 'Pages joined',
|
|
73
|
+
'editor.page.save': 'Page saved',
|
|
74
|
+
'editor.page.sentences.delete': 'Page sentences deleted',
|
|
75
|
+
'editor.page.split': 'Page split',
|
|
76
|
+
'editor.participant.add': 'Participant added',
|
|
77
|
+
'editor.participant.delete': 'Participant deleted',
|
|
78
|
+
'editor.participant.save': 'Participant saved',
|
|
79
|
+
'editor.segmentation.add': 'Segmentation added',
|
|
80
|
+
'editor.segmentation.delete': 'Segmentation deleted',
|
|
81
|
+
'editor.sentence.add': 'Sentence added',
|
|
82
|
+
'editor.sentence.comment.clear': 'Sentence comment cleared',
|
|
83
|
+
'editor.sentence.delete': 'Sentence deleted',
|
|
84
|
+
'editor.sentence.reset': 'Sentence reset',
|
|
85
|
+
'editor.sentence.split': 'Sentence split',
|
|
86
|
+
'editor.sentence.status': 'Sentence status changed',
|
|
87
|
+
'editor.sentence.tag.add': 'Sentence tag added',
|
|
88
|
+
'editor.splitter.delete': 'Splitter deleted',
|
|
89
|
+
'editor.splitter.save': 'Splitter saved',
|
|
90
|
+
'editor.token.add': 'Token added',
|
|
91
|
+
'editor.token.delete': 'Token deleted',
|
|
92
|
+
'editor.token.save': 'Token saved',
|
|
93
|
+
'editor.token.split': 'Token split',
|
|
94
|
+
'editor.transcription.save': 'Transcription saved',
|
|
95
|
+
'editor.transcription.sentence.add.after': 'Sentence added after transcription',
|
|
96
|
+
'editor.transcription.sentence.save': 'Transcription sentence saved',
|
|
97
|
+
'functions.backup': 'Backup created',
|
|
98
|
+
'functions.comment.change.sentence': 'Comment sentence changed',
|
|
99
|
+
'functions.comment.copy.sentence': 'Comment sentence copied',
|
|
100
|
+
'functions.ocr': 'OCR executed',
|
|
101
|
+
'functions.tokenizer.page': 'Page tokenized',
|
|
102
|
+
'io.configuration.save': 'Configuration saved',
|
|
103
|
+
'io.create': 'Import/export created',
|
|
104
|
+
'io.delete': 'Import/export deleted',
|
|
105
|
+
'io.document.delete': 'Import/export document deleted',
|
|
106
|
+
'io.document.update': 'Import/export document updated',
|
|
107
|
+
'io.image.delete': 'Import/export image deleted',
|
|
108
|
+
'io.save': 'Import/export saved',
|
|
109
|
+
'io.type.update': 'Import/export type updated',
|
|
110
|
+
'lexicon.create': 'Lexicon created',
|
|
111
|
+
'lexicon.entry.create': 'Lexicon entry created',
|
|
112
|
+
'lexicon.entry.delete': 'Lexicon entry deleted',
|
|
113
|
+
'lexicon.entry.save': 'Lexicon entry saved',
|
|
114
|
+
'lexicon.entry.status': 'Lexicon entry status changed',
|
|
115
|
+
'parser.automatic.execute': 'Automatic parser executed',
|
|
116
|
+
'parser.create': 'Parser created',
|
|
117
|
+
'parser.inflection.save': 'Inflection saved',
|
|
118
|
+
'parser.quality.save': 'Parser quality saved',
|
|
119
|
+
'parser.rule.add': 'Parser rule added',
|
|
120
|
+
'parser.rule.delete': 'Parser rule deleted',
|
|
121
|
+
'parser.rule.move': 'Parser rule moved',
|
|
122
|
+
'parser.rule.save': 'Parser rule saved',
|
|
123
|
+
'parser.save': 'Parser saved',
|
|
124
|
+
'parser.sentence': 'Sentence parsed',
|
|
125
|
+
'parser.splitter.create': 'Parser splitter created',
|
|
126
|
+
'parser.splitter.delete': 'Parser splitter deleted',
|
|
127
|
+
'parser.splitter.save': 'Parser splitter saved',
|
|
128
|
+
'parser.tag.create': 'Parser tag created',
|
|
129
|
+
'parser.tag.delete': 'Parser tag deleted',
|
|
130
|
+
'parser.tag.save': 'Parser tag saved',
|
|
131
|
+
'parser.tagger.create': 'Tagger created',
|
|
132
|
+
'parser.test.delete': 'Parser test deleted',
|
|
133
|
+
'query.compare.delete': 'Query comparison deleted',
|
|
134
|
+
'revision.apply.all': 'All revisions applied',
|
|
135
|
+
'revision.tree.save': 'Revision tree saved',
|
|
136
|
+
'search.definitions.update': 'Search definitions updated',
|
|
137
|
+
'search.query.delete': 'Search query deleted',
|
|
138
|
+
'search.query.save': 'Search query saved',
|
|
139
|
+
'sentence.conllu.save': 'Sentence CoNLL-U saved',
|
|
140
|
+
'sentence.translation.save': 'Sentence translation saved',
|
|
141
|
+
'transcriber.import.sentences': 'Sentences imported',
|
|
142
|
+
'transcriber.sentence.add': 'Sentence added',
|
|
143
|
+
},
|
|
144
|
+
'pt-BR': {
|
|
145
|
+
'admin.category.delete': 'Categoria excluída',
|
|
146
|
+
'admin.attribute.clone': 'Atributo clonado',
|
|
147
|
+
'admin.attribute.delete': 'Atributo excluído',
|
|
148
|
+
'admin.attribute.save': 'Atributo salvo',
|
|
149
|
+
'admin.catalog.delete': 'Catálogo excluído',
|
|
150
|
+
'admin.category.clone': 'Categoria clonada',
|
|
151
|
+
'admin.category.save': 'Categoria salva',
|
|
152
|
+
'admin.corpus.create': 'Corpus criado',
|
|
153
|
+
'admin.corpus.owner': 'Proprietário do corpus alterado',
|
|
154
|
+
'admin.corpus.save': 'Corpus salvo',
|
|
155
|
+
'admin.document.change.corpus': 'Corpus do documento alterado',
|
|
156
|
+
'admin.document.copy': 'Documento copiado',
|
|
157
|
+
'admin.document.save': 'Documento salvo',
|
|
158
|
+
'admin.image.add': 'Imagem adicionada',
|
|
159
|
+
'admin.invite.create': 'Convite criado',
|
|
160
|
+
'admin.metadata.add': 'Metadado adicionado',
|
|
161
|
+
'admin.metadata.clone': 'Metadado clonado',
|
|
162
|
+
'admin.metadata.delete': 'Metadado excluído',
|
|
163
|
+
'admin.metadata.save': 'Metadado salvo',
|
|
164
|
+
'admin.paper.save': 'Artigo salvo',
|
|
165
|
+
'admin.portal.save': 'Portal salvo',
|
|
166
|
+
'auth.access.save': 'Acesso salvo',
|
|
167
|
+
'auth.password.save': 'Senha salva',
|
|
168
|
+
'auth.portal.user.save': 'Usuário do portal salvo',
|
|
169
|
+
'auth.profile.save': 'Perfil salvo',
|
|
170
|
+
'auth.user.access.delete': 'Acesso do usuário excluído',
|
|
171
|
+
'auth.user.delete': 'Usuário excluído',
|
|
172
|
+
'auth.user.grant': 'Acesso do usuário concedido',
|
|
173
|
+
'auth.user.save': 'Usuário salvo',
|
|
174
|
+
'catalog.document.create': 'Documento criado',
|
|
175
|
+
'catalog.document.delete': 'Documento excluído',
|
|
176
|
+
'catalog.document.save': 'Documento salvo',
|
|
177
|
+
'catalog.metadata.save': 'Metadado do documento salvo',
|
|
178
|
+
'comment.change.sentence': 'Frase do comentário alterada',
|
|
179
|
+
'comments.corpus.add': 'Comentário do corpus adicionado',
|
|
180
|
+
'comments.delete': 'Comentário excluído',
|
|
181
|
+
'comments.footnote.delete': 'Nota de rodapé excluída',
|
|
182
|
+
'comments.footnote.save': 'Nota de rodapé salva',
|
|
183
|
+
'comments.lexicon.add': 'Comentário do lexicon adicionado',
|
|
184
|
+
'comments.move': 'Comentário movido',
|
|
185
|
+
'comments.save': 'Comentário salvo',
|
|
186
|
+
'corpus.attribute.create': 'Atributo do corpus criado',
|
|
187
|
+
'document.image.delete': 'Imagem do documento excluída',
|
|
188
|
+
'document.image.save': 'Imagem do documento salva',
|
|
189
|
+
'document.metadata.save': 'Metadado do documento salvo',
|
|
190
|
+
'editor.apply.all': 'Todas as alterações aplicadas',
|
|
191
|
+
'editor.block.add': 'Bloco adicionado',
|
|
192
|
+
'editor.block.delete': 'Bloco excluído',
|
|
193
|
+
'editor.box.create': 'Caixa criada',
|
|
194
|
+
'editor.box.delete': 'Caixa excluída',
|
|
195
|
+
'editor.box.dimensions': 'Dimensões da caixa alteradas',
|
|
196
|
+
'editor.box.image.add': 'Imagem da caixa adicionada',
|
|
197
|
+
'editor.break.page.add': 'Quebra de página adicionada',
|
|
198
|
+
'editor.break.page.delete': 'Quebra de página excluída',
|
|
199
|
+
'editor.break.sentence.add': 'Quebra de frase adicionada',
|
|
200
|
+
'editor.break.sentence.remove': 'Quebra de frase removida',
|
|
201
|
+
'editor.footnote.add': 'Nota de rodapé adicionada',
|
|
202
|
+
'editor.format.add': 'Formato adicionado',
|
|
203
|
+
'editor.image.box.add': 'Caixa de imagem adicionada',
|
|
204
|
+
'editor.image.page.add': 'Imagem da página adicionada',
|
|
205
|
+
'editor.image.page.delete': 'Imagem da página excluída',
|
|
206
|
+
'editor.junction.add': 'Junção adicionada',
|
|
207
|
+
'editor.junction.delete': 'Junção excluída',
|
|
208
|
+
'editor.lexicon.save': 'Entrada do lexicon salva',
|
|
209
|
+
'editor.lexicon.sentence.add': 'Frase do lexicon adicionada',
|
|
210
|
+
'editor.mark.add': 'Marca adicionada',
|
|
211
|
+
'editor.page.add': 'Página adicionada',
|
|
212
|
+
'editor.page.delete': 'Página excluída',
|
|
213
|
+
'editor.page.dimensions': 'Dimensões da página alteradas',
|
|
214
|
+
'editor.page.join': 'Páginas unidas',
|
|
215
|
+
'editor.page.save': 'Página salva',
|
|
216
|
+
'editor.page.sentences.delete': 'Frases da página excluídas',
|
|
217
|
+
'editor.page.split': 'Página dividida',
|
|
218
|
+
'editor.participant.add': 'Participante adicionado',
|
|
219
|
+
'editor.participant.delete': 'Participante excluído',
|
|
220
|
+
'editor.participant.save': 'Participante salvo',
|
|
221
|
+
'editor.segmentation.add': 'Segmentação adicionada',
|
|
222
|
+
'editor.segmentation.delete': 'Segmentação excluída',
|
|
223
|
+
'editor.sentence.add': 'Frase adicionada',
|
|
224
|
+
'editor.sentence.comment.clear': 'Comentário da frase limpo',
|
|
225
|
+
'editor.sentence.delete': 'Frase excluída',
|
|
226
|
+
'editor.sentence.reset': 'Frase redefinida',
|
|
227
|
+
'editor.sentence.split': 'Frase dividida',
|
|
228
|
+
'editor.sentence.status': 'Status da frase alterado',
|
|
229
|
+
'editor.sentence.tag.add': 'Tag da frase adicionada',
|
|
230
|
+
'editor.splitter.delete': 'Divisor excluído',
|
|
231
|
+
'editor.splitter.save': 'Divisor salvo',
|
|
232
|
+
'editor.token.add': 'Token adicionado',
|
|
233
|
+
'editor.token.delete': 'Token excluído',
|
|
234
|
+
'editor.token.save': 'Token salvo',
|
|
235
|
+
'editor.token.split': 'Token dividido',
|
|
236
|
+
'editor.transcription.save': 'Transcrição salva',
|
|
237
|
+
'editor.transcription.sentence.add.after': 'Frase adicionada após a transcrição',
|
|
238
|
+
'editor.transcription.sentence.save': 'Frase da transcrição salva',
|
|
239
|
+
'functions.backup': 'Backup criado',
|
|
240
|
+
'functions.comment.change.sentence': 'Frase do comentário alterada',
|
|
241
|
+
'functions.comment.copy.sentence': 'Frase do comentário copiada',
|
|
242
|
+
'functions.ocr': 'OCR executado',
|
|
243
|
+
'functions.tokenizer.page': 'Página tokenizada',
|
|
244
|
+
'io.configuration.save': 'Configuração salva',
|
|
245
|
+
'io.create': 'Importação/exportação criada',
|
|
246
|
+
'io.delete': 'Importação/exportação excluída',
|
|
247
|
+
'io.document.delete': 'Documento da importação/exportação excluído',
|
|
248
|
+
'io.document.update': 'Documento da importação/exportação atualizado',
|
|
249
|
+
'io.image.delete': 'Imagem da importação/exportação excluída',
|
|
250
|
+
'io.save': 'Importação/exportação salva',
|
|
251
|
+
'io.type.update': 'Tipo de importação/exportação atualizado',
|
|
252
|
+
'lexicon.create': 'Lexicon criado',
|
|
253
|
+
'lexicon.entry.create': 'Entrada do lexicon criada',
|
|
254
|
+
'lexicon.entry.delete': 'Entrada do lexicon excluída',
|
|
255
|
+
'lexicon.entry.save': 'Entrada do lexicon salva',
|
|
256
|
+
'lexicon.entry.status': 'Status da entrada do lexicon alterado',
|
|
257
|
+
'parser.automatic.execute': 'Parser automático executado',
|
|
258
|
+
'parser.create': 'Parser criado',
|
|
259
|
+
'parser.inflection.save': 'Flexão salva',
|
|
260
|
+
'parser.quality.save': 'Qualidade do parser salva',
|
|
261
|
+
'parser.rule.add': 'Regra do parser adicionada',
|
|
262
|
+
'parser.rule.delete': 'Regra do parser excluída',
|
|
263
|
+
'parser.rule.move': 'Regra do parser movida',
|
|
264
|
+
'parser.rule.save': 'Regra do parser salva',
|
|
265
|
+
'parser.save': 'Parser salvo',
|
|
266
|
+
'parser.sentence': 'Frase analisada',
|
|
267
|
+
'parser.splitter.create': 'Divisor do parser criado',
|
|
268
|
+
'parser.splitter.delete': 'Divisor do parser excluído',
|
|
269
|
+
'parser.splitter.save': 'Divisor do parser salvo',
|
|
270
|
+
'parser.tag.create': 'Tag do parser criada',
|
|
271
|
+
'parser.tag.delete': 'Tag do parser excluída',
|
|
272
|
+
'parser.tag.save': 'Tag do parser salva',
|
|
273
|
+
'parser.tagger.create': 'Tagger criado',
|
|
274
|
+
'parser.test.delete': 'Teste do parser excluído',
|
|
275
|
+
'query.compare.delete': 'Comparação de consulta excluída',
|
|
276
|
+
'revision.apply.all': 'Todas as revisões aplicadas',
|
|
277
|
+
'revision.tree.save': 'Árvore de revisão salva',
|
|
278
|
+
'search.definitions.update': 'Definições de busca atualizadas',
|
|
279
|
+
'search.query.delete': 'Consulta de busca excluída',
|
|
280
|
+
'search.query.save': 'Consulta de busca salva',
|
|
281
|
+
'sentence.conllu.save': 'CoNLL-U da frase salvo',
|
|
282
|
+
'sentence.translation.save': 'Tradução da frase salva',
|
|
283
|
+
'transcriber.import.sentences': 'Frases importadas',
|
|
284
|
+
'transcriber.sentence.add': 'Frase adicionada',
|
|
285
|
+
},
|
|
286
|
+
it: {
|
|
287
|
+
'admin.category.delete': 'Categoria eliminata',
|
|
288
|
+
'admin.attribute.clone': 'Attributo clonato',
|
|
289
|
+
'admin.attribute.delete': 'Attributo eliminato',
|
|
290
|
+
'admin.attribute.save': 'Attributo salvato',
|
|
291
|
+
'admin.catalog.delete': 'Catalogo eliminato',
|
|
292
|
+
'admin.category.clone': 'Categoria clonata',
|
|
293
|
+
'admin.category.save': 'Categoria salvata',
|
|
294
|
+
'admin.corpus.create': 'Corpus creato',
|
|
295
|
+
'admin.corpus.owner': 'Proprietario del corpus modificato',
|
|
296
|
+
'admin.corpus.save': 'Corpus salvato',
|
|
297
|
+
'admin.document.change.corpus': 'Corpus del documento modificato',
|
|
298
|
+
'admin.document.copy': 'Documento copiato',
|
|
299
|
+
'admin.document.save': 'Documento salvato',
|
|
300
|
+
'admin.image.add': 'Immagine aggiunta',
|
|
301
|
+
'admin.invite.create': 'Invito creato',
|
|
302
|
+
'admin.metadata.add': 'Metadato aggiunto',
|
|
303
|
+
'admin.metadata.clone': 'Metadato clonato',
|
|
304
|
+
'admin.metadata.delete': 'Metadato eliminato',
|
|
305
|
+
'admin.metadata.save': 'Metadato salvato',
|
|
306
|
+
'admin.paper.save': 'Articolo salvato',
|
|
307
|
+
'admin.portal.save': 'Portale salvato',
|
|
308
|
+
'auth.access.save': 'Accesso salvato',
|
|
309
|
+
'auth.password.save': 'Password salvata',
|
|
310
|
+
'auth.portal.user.save': 'Utente del portale salvato',
|
|
311
|
+
'auth.profile.save': 'Profilo salvato',
|
|
312
|
+
'auth.user.access.delete': 'Accesso utente eliminato',
|
|
313
|
+
'auth.user.delete': 'Utente eliminato',
|
|
314
|
+
'auth.user.grant': 'Accesso utente concesso',
|
|
315
|
+
'auth.user.save': 'Utente salvato',
|
|
316
|
+
'catalog.document.create': 'Documento creato',
|
|
317
|
+
'catalog.document.delete': 'Documento eliminato',
|
|
318
|
+
'catalog.document.save': 'Documento salvato',
|
|
319
|
+
'catalog.metadata.save': 'Metadato del documento salvato',
|
|
320
|
+
'comment.change.sentence': 'Frase del commento modificata',
|
|
321
|
+
'comments.corpus.add': 'Commento del corpus aggiunto',
|
|
322
|
+
'comments.delete': 'Commento eliminato',
|
|
323
|
+
'comments.footnote.delete': 'Nota a piè di pagina eliminata',
|
|
324
|
+
'comments.footnote.save': 'Nota a piè di pagina salvata',
|
|
325
|
+
'comments.lexicon.add': 'Commento del lessico aggiunto',
|
|
326
|
+
'comments.move': 'Commento spostato',
|
|
327
|
+
'comments.save': 'Commento salvato',
|
|
328
|
+
'corpus.attribute.create': 'Attributo del corpus creato',
|
|
329
|
+
'document.image.delete': 'Immagine del documento eliminata',
|
|
330
|
+
'document.image.save': 'Immagine del documento salvata',
|
|
331
|
+
'document.metadata.save': 'Metadato del documento salvato',
|
|
332
|
+
'editor.apply.all': 'Tutte le modifiche applicate',
|
|
333
|
+
'editor.block.add': 'Blocco aggiunto',
|
|
334
|
+
'editor.block.delete': 'Blocco eliminato',
|
|
335
|
+
'editor.box.create': 'Riquadro creato',
|
|
336
|
+
'editor.box.delete': 'Riquadro eliminato',
|
|
337
|
+
'editor.box.dimensions': 'Dimensioni del riquadro modificate',
|
|
338
|
+
'editor.box.image.add': 'Immagine del riquadro aggiunta',
|
|
339
|
+
'editor.break.page.add': 'Interruzione di pagina aggiunta',
|
|
340
|
+
'editor.break.page.delete': 'Interruzione di pagina eliminata',
|
|
341
|
+
'editor.break.sentence.add': 'Interruzione di frase aggiunta',
|
|
342
|
+
'editor.break.sentence.remove': 'Interruzione di frase rimossa',
|
|
343
|
+
'editor.footnote.add': 'Nota a piè di pagina aggiunta',
|
|
344
|
+
'editor.format.add': 'Formato aggiunto',
|
|
345
|
+
'editor.image.box.add': 'Riquadro immagine aggiunto',
|
|
346
|
+
'editor.image.page.add': 'Immagine della pagina aggiunta',
|
|
347
|
+
'editor.image.page.delete': 'Immagine della pagina eliminata',
|
|
348
|
+
'editor.junction.add': 'Giunzione aggiunta',
|
|
349
|
+
'editor.junction.delete': 'Giunzione eliminata',
|
|
350
|
+
'editor.lexicon.save': 'Voce del lessico salvata',
|
|
351
|
+
'editor.lexicon.sentence.add': 'Frase del lessico aggiunta',
|
|
352
|
+
'editor.mark.add': 'Marcatura aggiunta',
|
|
353
|
+
'editor.page.add': 'Pagina aggiunta',
|
|
354
|
+
'editor.page.delete': 'Pagina eliminata',
|
|
355
|
+
'editor.page.dimensions': 'Dimensioni della pagina modificate',
|
|
356
|
+
'editor.page.join': 'Pagine unite',
|
|
357
|
+
'editor.page.save': 'Pagina salvata',
|
|
358
|
+
'editor.page.sentences.delete': 'Frasi della pagina eliminate',
|
|
359
|
+
'editor.page.split': 'Pagina divisa',
|
|
360
|
+
'editor.participant.add': 'Partecipante aggiunto',
|
|
361
|
+
'editor.participant.delete': 'Partecipante eliminato',
|
|
362
|
+
'editor.participant.save': 'Partecipante salvato',
|
|
363
|
+
'editor.segmentation.add': 'Segmentazione aggiunta',
|
|
364
|
+
'editor.segmentation.delete': 'Segmentazione eliminata',
|
|
365
|
+
'editor.sentence.add': 'Frase aggiunta',
|
|
366
|
+
'editor.sentence.comment.clear': 'Commento della frase cancellato',
|
|
367
|
+
'editor.sentence.delete': 'Frase eliminata',
|
|
368
|
+
'editor.sentence.reset': 'Frase reimpostata',
|
|
369
|
+
'editor.sentence.split': 'Frase divisa',
|
|
370
|
+
'editor.sentence.status': 'Stato della frase modificato',
|
|
371
|
+
'editor.sentence.tag.add': 'Tag della frase aggiunto',
|
|
372
|
+
'editor.splitter.delete': 'Divisore eliminato',
|
|
373
|
+
'editor.splitter.save': 'Divisore salvato',
|
|
374
|
+
'editor.token.add': 'Token aggiunto',
|
|
375
|
+
'editor.token.delete': 'Token eliminato',
|
|
376
|
+
'editor.token.save': 'Token salvato',
|
|
377
|
+
'editor.token.split': 'Token diviso',
|
|
378
|
+
'editor.transcription.save': 'Trascrizione salvata',
|
|
379
|
+
'editor.transcription.sentence.add.after': 'Frase aggiunta dopo la trascrizione',
|
|
380
|
+
'editor.transcription.sentence.save': 'Frase della trascrizione salvata',
|
|
381
|
+
'functions.backup': 'Backup creato',
|
|
382
|
+
'functions.comment.change.sentence': 'Frase del commento modificata',
|
|
383
|
+
'functions.comment.copy.sentence': 'Frase del commento copiata',
|
|
384
|
+
'functions.ocr': 'OCR eseguito',
|
|
385
|
+
'functions.tokenizer.page': 'Pagina tokenizzata',
|
|
386
|
+
'io.configuration.save': 'Configurazione salvata',
|
|
387
|
+
'io.create': 'Importazione/esportazione creata',
|
|
388
|
+
'io.delete': 'Importazione/esportazione eliminata',
|
|
389
|
+
'io.document.delete': 'Documento di importazione/esportazione eliminato',
|
|
390
|
+
'io.document.update': 'Documento di importazione/esportazione aggiornato',
|
|
391
|
+
'io.image.delete': 'Immagine di importazione/esportazione eliminata',
|
|
392
|
+
'io.save': 'Importazione/esportazione salvata',
|
|
393
|
+
'io.type.update': 'Tipo di importazione/esportazione aggiornato',
|
|
394
|
+
'lexicon.create': 'Lessico creato',
|
|
395
|
+
'lexicon.entry.create': 'Voce del lessico creata',
|
|
396
|
+
'lexicon.entry.delete': 'Voce del lessico eliminata',
|
|
397
|
+
'lexicon.entry.save': 'Voce del lessico salvata',
|
|
398
|
+
'lexicon.entry.status': 'Stato della voce del lessico modificato',
|
|
399
|
+
'parser.automatic.execute': 'Parser automatico eseguito',
|
|
400
|
+
'parser.create': 'Parser creato',
|
|
401
|
+
'parser.inflection.save': 'Flessione salvata',
|
|
402
|
+
'parser.quality.save': 'Qualità del parser salvata',
|
|
403
|
+
'parser.rule.add': 'Regola del parser aggiunta',
|
|
404
|
+
'parser.rule.delete': 'Regola del parser eliminata',
|
|
405
|
+
'parser.rule.move': 'Regola del parser spostata',
|
|
406
|
+
'parser.rule.save': 'Regola del parser salvata',
|
|
407
|
+
'parser.save': 'Parser salvato',
|
|
408
|
+
'parser.sentence': 'Frase analizzata',
|
|
409
|
+
'parser.splitter.create': 'Divisore del parser creato',
|
|
410
|
+
'parser.splitter.delete': 'Divisore del parser eliminato',
|
|
411
|
+
'parser.splitter.save': 'Divisore del parser salvato',
|
|
412
|
+
'parser.tag.create': 'Tag del parser creato',
|
|
413
|
+
'parser.tag.delete': 'Tag del parser eliminato',
|
|
414
|
+
'parser.tag.save': 'Tag del parser salvato',
|
|
415
|
+
'parser.tagger.create': 'Tagger creato',
|
|
416
|
+
'parser.test.delete': 'Test del parser eliminato',
|
|
417
|
+
'query.compare.delete': 'Confronto query eliminato',
|
|
418
|
+
'revision.apply.all': 'Tutte le revisioni applicate',
|
|
419
|
+
'revision.tree.save': 'Albero di revisione salvato',
|
|
420
|
+
'search.definitions.update': 'Definizioni di ricerca aggiornate',
|
|
421
|
+
'search.query.delete': 'Query di ricerca eliminata',
|
|
422
|
+
'search.query.save': 'Query di ricerca salvata',
|
|
423
|
+
'sentence.conllu.save': 'CoNLL-U della frase salvato',
|
|
424
|
+
'sentence.translation.save': 'Traduzione della frase salvata',
|
|
425
|
+
'transcriber.import.sentences': 'Frasi importate',
|
|
426
|
+
'transcriber.sentence.add': 'Frase aggiunta',
|
|
427
|
+
},
|
|
428
|
+
};
|