tycho-components 0.15.12 → 0.15.13
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/configs/Localization.d.ts +195 -192
- package/dist/configs/localization/CommonTexts.d.ts +196 -193
- package/dist/configs/localization/CommonTexts.js +196 -193
- package/package.json +1 -1
|
@@ -46,70 +46,71 @@ export declare const commonResources: {
|
|
|
46
46
|
'label.edited': string;
|
|
47
47
|
};
|
|
48
48
|
common: {
|
|
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
|
-
|
|
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
|
-
|
|
49
|
+
'button.confirm': string;
|
|
50
|
+
'button.continue': string;
|
|
51
|
+
'button.cancel': string;
|
|
52
|
+
'button.remove': string;
|
|
53
|
+
'button.save': string;
|
|
54
|
+
'button.clone': string;
|
|
55
|
+
'button.apply': string;
|
|
56
|
+
'button.search': string;
|
|
57
|
+
'button.edit': string;
|
|
58
|
+
'button.open': string;
|
|
59
|
+
'button.close': string;
|
|
60
|
+
'button.add': string;
|
|
61
|
+
'button.filter': string;
|
|
62
|
+
'button.clear': string;
|
|
63
|
+
'button.play': string;
|
|
64
|
+
'button.pause': string;
|
|
65
|
+
'button.view': string;
|
|
66
|
+
'label.public': string;
|
|
67
|
+
'label.private': string;
|
|
68
|
+
'label.notavailable': string;
|
|
69
|
+
'generic.boolean.true': string;
|
|
70
|
+
'generic.boolean.false': string;
|
|
71
|
+
'select.empty': string;
|
|
72
|
+
'pagination.label.showing': string;
|
|
73
|
+
'pagination.label.results': string;
|
|
74
|
+
'pagination.label.total': string;
|
|
75
|
+
'generic.loading': string;
|
|
76
|
+
'generic.placeholder': string;
|
|
77
|
+
'generic.placeholder.comma.separated': string;
|
|
78
|
+
'generic.placeholder.select': string;
|
|
79
|
+
'validation.required': string;
|
|
80
|
+
'placeholder.check': string;
|
|
81
|
+
'placeholder.input': string;
|
|
82
|
+
'user.status.active': string;
|
|
83
|
+
'user.status.inactive': string;
|
|
84
|
+
'user.status.super': string;
|
|
85
|
+
'user.status.visitor': string;
|
|
86
|
+
'update.success': string;
|
|
87
|
+
'internal.server.error': string;
|
|
88
|
+
'table.label.rows-page': string;
|
|
89
|
+
'table.label.pages': string;
|
|
90
|
+
'table.label.items': string;
|
|
91
|
+
'tooltip.copy': string;
|
|
92
|
+
'tooltip.copied': string;
|
|
93
|
+
'document.status.deleted': string;
|
|
94
|
+
'document.status.editing': string;
|
|
95
|
+
'document.status.edited': string;
|
|
96
|
+
'document.status.revision': string;
|
|
97
|
+
'document.status.completed': string;
|
|
98
|
+
'document.status.syntactic': string;
|
|
99
|
+
'document.status.copying': string;
|
|
100
|
+
'document.status.error': string;
|
|
101
|
+
'sentence.status.todo': string;
|
|
102
|
+
'sentence.status.done': string;
|
|
103
|
+
'sentence.status.ignore': string;
|
|
104
|
+
'sentence.status.tagged': string;
|
|
105
|
+
'sentence.status.review': string;
|
|
106
|
+
'sentence.status.error': string;
|
|
107
|
+
'sentence.status.auto': string;
|
|
108
|
+
'corpus.status.active': string;
|
|
109
|
+
'corpus.status.inactive': string;
|
|
110
|
+
'corpus.status.archived': string;
|
|
111
|
+
'corpus.status.demo': string;
|
|
112
|
+
'corpus.status.pending': string;
|
|
113
|
+
'corpus.status.rejected': string;
|
|
113
114
|
};
|
|
114
115
|
header: {
|
|
115
116
|
"label.platform": string;
|
|
@@ -363,70 +364,71 @@ export declare const commonResources: {
|
|
|
363
364
|
'label.edited': string;
|
|
364
365
|
};
|
|
365
366
|
common: {
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
367
|
+
'button.confirm': string;
|
|
368
|
+
'button.continue': string;
|
|
369
|
+
'button.cancel': string;
|
|
370
|
+
'button.remove': string;
|
|
371
|
+
'button.save': string;
|
|
372
|
+
'button.clone': string;
|
|
373
|
+
'button.apply': string;
|
|
374
|
+
'button.search': string;
|
|
375
|
+
'button.edit': string;
|
|
376
|
+
'button.open': string;
|
|
377
|
+
'button.add': string;
|
|
378
|
+
'button.close': string;
|
|
379
|
+
'button.filter': string;
|
|
380
|
+
'button.clear': string;
|
|
381
|
+
'button.play': string;
|
|
382
|
+
'button.pause': string;
|
|
383
|
+
'button.view': string;
|
|
384
|
+
'label.public': string;
|
|
385
|
+
'label.private': string;
|
|
386
|
+
'label.notavailable': string;
|
|
387
|
+
'generic.boolean.true': string;
|
|
388
|
+
'generic.boolean.false': string;
|
|
389
|
+
'select.empty': string;
|
|
390
|
+
'pagination.label.showing': string;
|
|
391
|
+
'pagination.label.results': string;
|
|
392
|
+
'pagination.label.total': string;
|
|
393
|
+
'generic.loading': string;
|
|
394
|
+
'generic.placeholder': string;
|
|
395
|
+
'generic.placeholder.select': string;
|
|
396
|
+
'generic.placeholder.comma.separated': string;
|
|
397
|
+
'validation.required': string;
|
|
398
|
+
'placeholder.check': string;
|
|
399
|
+
'placeholder.input': string;
|
|
400
|
+
'user.status.active': string;
|
|
401
|
+
'user.status.inactive': string;
|
|
402
|
+
'user.status.super': string;
|
|
403
|
+
'user.status.visitor': string;
|
|
404
|
+
'update.success': string;
|
|
405
|
+
'internal.server.error': string;
|
|
406
|
+
'table.label.rows-page': string;
|
|
407
|
+
'table.label.pages': string;
|
|
408
|
+
'table.label.items': string;
|
|
409
|
+
'tooltip.copy': string;
|
|
410
|
+
'tooltip.copied': string;
|
|
411
|
+
'document.status.deleted': string;
|
|
412
|
+
'document.status.editing': string;
|
|
413
|
+
'document.status.edited': string;
|
|
414
|
+
'document.status.revision': string;
|
|
415
|
+
'document.status.completed': string;
|
|
416
|
+
'document.status.syntactic': string;
|
|
417
|
+
'document.status.copying': string;
|
|
418
|
+
'document.status.error': string;
|
|
419
|
+
'sentence.status.todo': string;
|
|
420
|
+
'sentence.status.done': string;
|
|
421
|
+
'sentence.status.ignore': string;
|
|
422
|
+
'sentence.status.tagged': string;
|
|
423
|
+
'sentence.status.review': string;
|
|
424
|
+
'sentence.status.error': string;
|
|
425
|
+
'sentence.status.auto': string;
|
|
426
|
+
'corpus.status.active': string;
|
|
427
|
+
'corpus.status.inactive': string;
|
|
428
|
+
'corpus.status.archived': string;
|
|
429
|
+
'corpus.status.demo': string;
|
|
430
|
+
'corpus.status.pending': string;
|
|
431
|
+
'corpus.status.rejected': string;
|
|
430
432
|
};
|
|
431
433
|
header: {
|
|
432
434
|
"label.platform": string;
|
|
@@ -677,70 +679,71 @@ export declare const commonResources: {
|
|
|
677
679
|
'label.edited': string;
|
|
678
680
|
};
|
|
679
681
|
common: {
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
682
|
+
'button.confirm': string;
|
|
683
|
+
'button.continue': string;
|
|
684
|
+
'button.cancel': string;
|
|
685
|
+
'button.remove': string;
|
|
686
|
+
'button.save': string;
|
|
687
|
+
'button.clone': string;
|
|
688
|
+
'button.search': string;
|
|
689
|
+
'button.edit': string;
|
|
690
|
+
'button.open': string;
|
|
691
|
+
'button.apply': string;
|
|
692
|
+
'button.add': string;
|
|
693
|
+
'button.close': string;
|
|
694
|
+
'button.filter': string;
|
|
695
|
+
'button.clear': string;
|
|
696
|
+
'button.play': string;
|
|
697
|
+
'button.pause': string;
|
|
698
|
+
'button.view': string;
|
|
699
|
+
'label.public': string;
|
|
700
|
+
'label.private': string;
|
|
701
|
+
'label.notavailable': string;
|
|
702
|
+
'generic.boolean.true': string;
|
|
703
|
+
'generic.boolean.false': string;
|
|
704
|
+
'select.empty': string;
|
|
705
|
+
'pagination.label.showing': string;
|
|
706
|
+
'pagination.label.results': string;
|
|
707
|
+
'pagination.label.total': string;
|
|
708
|
+
'generic.loading': string;
|
|
709
|
+
'generic.placeholder': string;
|
|
710
|
+
'generic.placeholder.select': string;
|
|
711
|
+
'generic.placeholder.comma.separated': string;
|
|
712
|
+
'validation.required': string;
|
|
713
|
+
'placeholder.check': string;
|
|
714
|
+
'placeholder.input': string;
|
|
715
|
+
'user.status.active': string;
|
|
716
|
+
'user.status.inactive': string;
|
|
717
|
+
'user.status.super': string;
|
|
718
|
+
'user.status.visitor': string;
|
|
719
|
+
'update.success': string;
|
|
720
|
+
'internal.server.error': string;
|
|
721
|
+
'table.label.rows-page': string;
|
|
722
|
+
'table.label.pages': string;
|
|
723
|
+
'table.label.items': string;
|
|
724
|
+
'tooltip.copy': string;
|
|
725
|
+
'tooltip.copied': string;
|
|
726
|
+
'document.status.deleted': string;
|
|
727
|
+
'document.status.editing': string;
|
|
728
|
+
'document.status.edited': string;
|
|
729
|
+
'document.status.revision': string;
|
|
730
|
+
'document.status.completed': string;
|
|
731
|
+
'document.status.syntactic': string;
|
|
732
|
+
'document.status.copying': string;
|
|
733
|
+
'document.status.error': string;
|
|
734
|
+
'sentence.status.todo': string;
|
|
735
|
+
'sentence.status.done': string;
|
|
736
|
+
'sentence.status.ignore': string;
|
|
737
|
+
'sentence.status.tagged': string;
|
|
738
|
+
'sentence.status.review': string;
|
|
739
|
+
'sentence.status.error': string;
|
|
740
|
+
'sentence.status.auto': string;
|
|
741
|
+
'corpus.status.active': string;
|
|
742
|
+
'corpus.status.inactive': string;
|
|
743
|
+
'corpus.status.archived': string;
|
|
744
|
+
'corpus.status.demo': string;
|
|
745
|
+
'corpus.status.pending': string;
|
|
746
|
+
'corpus.status.rejected': string;
|
|
744
747
|
};
|
|
745
748
|
header: {
|
|
746
749
|
"label.platform": string;
|
|
@@ -1,200 +1,203 @@
|
|
|
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
|
-
|
|
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
|
+
'label.public': string;
|
|
21
|
+
'label.private': string;
|
|
22
|
+
'label.notavailable': string;
|
|
23
|
+
'generic.boolean.true': string;
|
|
24
|
+
'generic.boolean.false': string;
|
|
25
|
+
'select.empty': string;
|
|
26
|
+
'pagination.label.showing': string;
|
|
27
|
+
'pagination.label.results': string;
|
|
28
|
+
'pagination.label.total': string;
|
|
29
|
+
'generic.loading': string;
|
|
30
|
+
'generic.placeholder': string;
|
|
31
|
+
'generic.placeholder.comma.separated': string;
|
|
32
|
+
'generic.placeholder.select': string;
|
|
33
|
+
'validation.required': string;
|
|
34
|
+
'placeholder.check': string;
|
|
35
|
+
'placeholder.input': string;
|
|
36
|
+
'user.status.active': string;
|
|
37
|
+
'user.status.inactive': string;
|
|
38
|
+
'user.status.super': string;
|
|
39
|
+
'user.status.visitor': string;
|
|
40
|
+
'update.success': string;
|
|
41
|
+
'internal.server.error': string;
|
|
42
|
+
'table.label.rows-page': string;
|
|
43
|
+
'table.label.pages': string;
|
|
44
|
+
'table.label.items': string;
|
|
45
|
+
'tooltip.copy': string;
|
|
46
|
+
'tooltip.copied': string;
|
|
47
|
+
'document.status.deleted': string;
|
|
48
|
+
'document.status.editing': string;
|
|
49
|
+
'document.status.edited': string;
|
|
50
|
+
'document.status.revision': string;
|
|
51
|
+
'document.status.completed': string;
|
|
52
|
+
'document.status.syntactic': string;
|
|
53
|
+
'document.status.copying': string;
|
|
54
|
+
'document.status.error': string;
|
|
55
|
+
'sentence.status.todo': string;
|
|
56
|
+
'sentence.status.done': string;
|
|
57
|
+
'sentence.status.ignore': string;
|
|
58
|
+
'sentence.status.tagged': string;
|
|
59
|
+
'sentence.status.review': string;
|
|
60
|
+
'sentence.status.error': string;
|
|
61
|
+
'sentence.status.auto': string;
|
|
62
|
+
'corpus.status.active': string;
|
|
63
|
+
'corpus.status.inactive': string;
|
|
64
|
+
'corpus.status.archived': string;
|
|
65
|
+
'corpus.status.demo': string;
|
|
66
|
+
'corpus.status.pending': string;
|
|
67
|
+
'corpus.status.rejected': string;
|
|
67
68
|
};
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
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
|
-
|
|
69
|
+
'pt-BR': {
|
|
70
|
+
'button.confirm': string;
|
|
71
|
+
'button.continue': string;
|
|
72
|
+
'button.cancel': string;
|
|
73
|
+
'button.remove': string;
|
|
74
|
+
'button.save': string;
|
|
75
|
+
'button.clone': string;
|
|
76
|
+
'button.apply': string;
|
|
77
|
+
'button.search': string;
|
|
78
|
+
'button.edit': string;
|
|
79
|
+
'button.open': string;
|
|
80
|
+
'button.add': string;
|
|
81
|
+
'button.close': string;
|
|
82
|
+
'button.filter': string;
|
|
83
|
+
'button.clear': string;
|
|
84
|
+
'button.play': string;
|
|
85
|
+
'button.pause': string;
|
|
86
|
+
'button.view': string;
|
|
87
|
+
'label.public': string;
|
|
88
|
+
'label.private': string;
|
|
89
|
+
'label.notavailable': string;
|
|
90
|
+
'generic.boolean.true': string;
|
|
91
|
+
'generic.boolean.false': string;
|
|
92
|
+
'select.empty': string;
|
|
93
|
+
'pagination.label.showing': string;
|
|
94
|
+
'pagination.label.results': string;
|
|
95
|
+
'pagination.label.total': string;
|
|
96
|
+
'generic.loading': string;
|
|
97
|
+
'generic.placeholder': string;
|
|
98
|
+
'generic.placeholder.select': string;
|
|
99
|
+
'generic.placeholder.comma.separated': string;
|
|
100
|
+
'validation.required': string;
|
|
101
|
+
'placeholder.check': string;
|
|
102
|
+
'placeholder.input': string;
|
|
103
|
+
'user.status.active': string;
|
|
104
|
+
'user.status.inactive': string;
|
|
105
|
+
'user.status.super': string;
|
|
106
|
+
'user.status.visitor': string;
|
|
107
|
+
'update.success': string;
|
|
108
|
+
'internal.server.error': string;
|
|
109
|
+
'table.label.rows-page': string;
|
|
110
|
+
'table.label.pages': string;
|
|
111
|
+
'table.label.items': string;
|
|
112
|
+
'tooltip.copy': string;
|
|
113
|
+
'tooltip.copied': string;
|
|
114
|
+
'document.status.deleted': string;
|
|
115
|
+
'document.status.editing': string;
|
|
116
|
+
'document.status.edited': string;
|
|
117
|
+
'document.status.revision': string;
|
|
118
|
+
'document.status.completed': string;
|
|
119
|
+
'document.status.syntactic': string;
|
|
120
|
+
'document.status.copying': string;
|
|
121
|
+
'document.status.error': string;
|
|
122
|
+
'sentence.status.todo': string;
|
|
123
|
+
'sentence.status.done': string;
|
|
124
|
+
'sentence.status.ignore': string;
|
|
125
|
+
'sentence.status.tagged': string;
|
|
126
|
+
'sentence.status.review': string;
|
|
127
|
+
'sentence.status.error': string;
|
|
128
|
+
'sentence.status.auto': string;
|
|
129
|
+
'corpus.status.active': string;
|
|
130
|
+
'corpus.status.inactive': string;
|
|
131
|
+
'corpus.status.archived': string;
|
|
132
|
+
'corpus.status.demo': string;
|
|
133
|
+
'corpus.status.pending': string;
|
|
134
|
+
'corpus.status.rejected': string;
|
|
133
135
|
};
|
|
134
136
|
it: {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
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
|
-
|
|
137
|
+
'button.confirm': string;
|
|
138
|
+
'button.continue': string;
|
|
139
|
+
'button.cancel': string;
|
|
140
|
+
'button.remove': string;
|
|
141
|
+
'button.save': string;
|
|
142
|
+
'button.clone': string;
|
|
143
|
+
'button.search': string;
|
|
144
|
+
'button.edit': string;
|
|
145
|
+
'button.open': string;
|
|
146
|
+
'button.apply': string;
|
|
147
|
+
'button.add': string;
|
|
148
|
+
'button.close': string;
|
|
149
|
+
'button.filter': string;
|
|
150
|
+
'button.clear': string;
|
|
151
|
+
'button.play': string;
|
|
152
|
+
'button.pause': string;
|
|
153
|
+
'button.view': string;
|
|
154
|
+
'label.public': string;
|
|
155
|
+
'label.private': string;
|
|
156
|
+
'label.notavailable': string;
|
|
157
|
+
'generic.boolean.true': string;
|
|
158
|
+
'generic.boolean.false': string;
|
|
159
|
+
'select.empty': string;
|
|
160
|
+
'pagination.label.showing': string;
|
|
161
|
+
'pagination.label.results': string;
|
|
162
|
+
'pagination.label.total': string;
|
|
163
|
+
'generic.loading': string;
|
|
164
|
+
'generic.placeholder': string;
|
|
165
|
+
'generic.placeholder.select': string;
|
|
166
|
+
'generic.placeholder.comma.separated': string;
|
|
167
|
+
'validation.required': string;
|
|
168
|
+
'placeholder.check': string;
|
|
169
|
+
'placeholder.input': string;
|
|
170
|
+
'user.status.active': string;
|
|
171
|
+
'user.status.inactive': string;
|
|
172
|
+
'user.status.super': string;
|
|
173
|
+
'user.status.visitor': string;
|
|
174
|
+
'update.success': string;
|
|
175
|
+
'internal.server.error': string;
|
|
176
|
+
'table.label.rows-page': string;
|
|
177
|
+
'table.label.pages': string;
|
|
178
|
+
'table.label.items': string;
|
|
179
|
+
'tooltip.copy': string;
|
|
180
|
+
'tooltip.copied': string;
|
|
181
|
+
'document.status.deleted': string;
|
|
182
|
+
'document.status.editing': string;
|
|
183
|
+
'document.status.edited': string;
|
|
184
|
+
'document.status.revision': string;
|
|
185
|
+
'document.status.completed': string;
|
|
186
|
+
'document.status.syntactic': string;
|
|
187
|
+
'document.status.copying': string;
|
|
188
|
+
'document.status.error': string;
|
|
189
|
+
'sentence.status.todo': string;
|
|
190
|
+
'sentence.status.done': string;
|
|
191
|
+
'sentence.status.ignore': string;
|
|
192
|
+
'sentence.status.tagged': string;
|
|
193
|
+
'sentence.status.review': string;
|
|
194
|
+
'sentence.status.error': string;
|
|
195
|
+
'sentence.status.auto': string;
|
|
196
|
+
'corpus.status.active': string;
|
|
197
|
+
'corpus.status.inactive': string;
|
|
198
|
+
'corpus.status.archived': string;
|
|
199
|
+
'corpus.status.demo': string;
|
|
200
|
+
'corpus.status.pending': string;
|
|
201
|
+
'corpus.status.rejected': string;
|
|
199
202
|
};
|
|
200
203
|
};
|
|
@@ -1,200 +1,203 @@
|
|
|
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
|
-
|
|
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
|
+
'label.public': 'Public',
|
|
21
|
+
'label.private': 'Private',
|
|
22
|
+
'label.notavailable': 'N/A',
|
|
23
|
+
'generic.boolean.true': 'Yes',
|
|
24
|
+
'generic.boolean.false': 'No',
|
|
25
|
+
'select.empty': 'Select',
|
|
26
|
+
'pagination.label.showing': '',
|
|
27
|
+
'pagination.label.results': 'results per page',
|
|
28
|
+
'pagination.label.total': 'Total',
|
|
29
|
+
'generic.loading': 'Loading...',
|
|
30
|
+
'generic.placeholder': 'Type here',
|
|
31
|
+
'generic.placeholder.comma.separated': 'Type here separated by commas',
|
|
32
|
+
'generic.placeholder.select': 'Select one here',
|
|
33
|
+
'validation.required': 'Required field.',
|
|
34
|
+
'placeholder.check': 'click to choose',
|
|
35
|
+
'placeholder.input': 'click to add',
|
|
36
|
+
'user.status.active': 'Active',
|
|
37
|
+
'user.status.inactive': 'Inactive',
|
|
38
|
+
'user.status.super': 'Super',
|
|
39
|
+
'user.status.visitor': 'Visitor',
|
|
40
|
+
'update.success': 'saved!',
|
|
41
|
+
'internal.server.error': 'An unexpected error occurred. Contact the administrator.',
|
|
42
|
+
'table.label.rows-page': 'Items per page',
|
|
43
|
+
'table.label.pages': 'of {{value}} pages',
|
|
44
|
+
'table.label.items': '{{first}} - {{last}} of {{total}} items',
|
|
45
|
+
'tooltip.copy': 'Copy',
|
|
46
|
+
'tooltip.copied': 'Copied!',
|
|
47
|
+
'document.status.deleted': 'Deleted',
|
|
48
|
+
'document.status.editing': 'Editing',
|
|
49
|
+
'document.status.edited': 'Edited',
|
|
50
|
+
'document.status.revision': 'In revision',
|
|
51
|
+
'document.status.completed': 'Completed',
|
|
52
|
+
'document.status.syntactic': 'Revision',
|
|
53
|
+
'document.status.copying': 'Copying',
|
|
54
|
+
'document.status.error': 'Error',
|
|
55
|
+
'sentence.status.todo': 'to do',
|
|
56
|
+
'sentence.status.done': 'done',
|
|
57
|
+
'sentence.status.ignore': 'ignore',
|
|
58
|
+
'sentence.status.tagged': 'tagged',
|
|
59
|
+
'sentence.status.review': 'review',
|
|
60
|
+
'sentence.status.error': 'error',
|
|
61
|
+
'sentence.status.auto': 'automatic',
|
|
62
|
+
'corpus.status.active': 'Active',
|
|
63
|
+
'corpus.status.inactive': 'Inactive',
|
|
64
|
+
'corpus.status.archived': 'Archived',
|
|
65
|
+
'corpus.status.demo': 'Demo',
|
|
66
|
+
'corpus.status.pending': 'Pending',
|
|
67
|
+
'corpus.status.rejected': 'Demo',
|
|
67
68
|
},
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
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
|
-
|
|
69
|
+
'pt-BR': {
|
|
70
|
+
'button.confirm': 'Confirmar',
|
|
71
|
+
'button.continue': 'Continuar',
|
|
72
|
+
'button.cancel': 'Cancelar',
|
|
73
|
+
'button.remove': 'Remover',
|
|
74
|
+
'button.save': 'Salvar',
|
|
75
|
+
'button.clone': 'Clonar',
|
|
76
|
+
'button.apply': 'Aplicar',
|
|
77
|
+
'button.search': 'Buscar',
|
|
78
|
+
'button.edit': 'Editar',
|
|
79
|
+
'button.open': 'Abrir',
|
|
80
|
+
'button.add': 'Adicionar',
|
|
81
|
+
'button.close': 'Fechar',
|
|
82
|
+
'button.filter': 'Filtrar',
|
|
83
|
+
'button.clear': 'Limpar',
|
|
84
|
+
'button.play': 'Reproduzir',
|
|
85
|
+
'button.pause': 'Pausar',
|
|
86
|
+
'button.view': 'Visualizar',
|
|
87
|
+
'label.public': 'Público',
|
|
88
|
+
'label.private': 'Privado',
|
|
89
|
+
'label.notavailable': 'N/A',
|
|
90
|
+
'generic.boolean.true': 'Sim',
|
|
91
|
+
'generic.boolean.false': 'Não',
|
|
92
|
+
'select.empty': 'Selecionar',
|
|
93
|
+
'pagination.label.showing': 'Exibindo',
|
|
94
|
+
'pagination.label.results': 'resultados por página',
|
|
95
|
+
'pagination.label.total': 'Total',
|
|
96
|
+
'generic.loading': 'Carregando...',
|
|
97
|
+
'generic.placeholder': 'Digite aqui',
|
|
98
|
+
'generic.placeholder.select': 'Selecione um aqui',
|
|
99
|
+
'generic.placeholder.comma.separated': 'Digite aqui separado por vírgulas',
|
|
100
|
+
'validation.required': 'Campo obrigatório.',
|
|
101
|
+
'placeholder.check': 'clique para selecionar',
|
|
102
|
+
'placeholder.input': 'clique para adicionar',
|
|
103
|
+
'user.status.active': 'Ativo',
|
|
104
|
+
'user.status.inactive': 'Inativo',
|
|
105
|
+
'user.status.super': 'Super',
|
|
106
|
+
'user.status.visitor': 'Visitante',
|
|
107
|
+
'update.success': 'salvo!',
|
|
108
|
+
'internal.server.error': 'Ocorreu um erro inesperado. Entre em contato com o administrador.',
|
|
109
|
+
'table.label.rows-page': 'Itens por página',
|
|
110
|
+
'table.label.pages': 'de {{value}} páginas',
|
|
111
|
+
'table.label.items': '{{first}} - {{last}} de {{total}} itens',
|
|
112
|
+
'tooltip.copy': 'Copiar',
|
|
113
|
+
'tooltip.copied': 'Copiado!',
|
|
114
|
+
'document.status.deleted': 'Excluído',
|
|
115
|
+
'document.status.editing': 'Editando',
|
|
116
|
+
'document.status.edited': 'Editado',
|
|
117
|
+
'document.status.revision': 'Em revisão',
|
|
118
|
+
'document.status.completed': 'Completo',
|
|
119
|
+
'document.status.syntactic': 'Revisão',
|
|
120
|
+
'document.status.copying': 'Copiando',
|
|
121
|
+
'document.status.error': 'Erro',
|
|
122
|
+
'sentence.status.todo': 'a fazer',
|
|
123
|
+
'sentence.status.done': 'finalizado',
|
|
124
|
+
'sentence.status.ignore': 'ignorar',
|
|
125
|
+
'sentence.status.tagged': 'etiquetado',
|
|
126
|
+
'sentence.status.review': 'revisar',
|
|
127
|
+
'sentence.status.error': 'erro',
|
|
128
|
+
'sentence.status.auto': 'automático',
|
|
129
|
+
'corpus.status.active': 'Ativo',
|
|
130
|
+
'corpus.status.inactive': 'Inativo',
|
|
131
|
+
'corpus.status.archived': 'Arquivado',
|
|
132
|
+
'corpus.status.demo': 'Demo',
|
|
133
|
+
'corpus.status.pending': 'Pendente',
|
|
134
|
+
'corpus.status.rejected': 'Rejeitado',
|
|
133
135
|
},
|
|
134
136
|
it: {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
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
|
-
|
|
137
|
+
'button.confirm': 'Conferma',
|
|
138
|
+
'button.continue': 'Continua',
|
|
139
|
+
'button.cancel': 'Annulla',
|
|
140
|
+
'button.remove': 'Rimuovi',
|
|
141
|
+
'button.save': 'Salva',
|
|
142
|
+
'button.clone': 'Clona',
|
|
143
|
+
'button.search': 'Cerca',
|
|
144
|
+
'button.edit': 'Modifica',
|
|
145
|
+
'button.open': 'Apri',
|
|
146
|
+
'button.apply': 'Applica',
|
|
147
|
+
'button.add': 'Aggiungi',
|
|
148
|
+
'button.close': 'Chiudi',
|
|
149
|
+
'button.filter': 'Filtra',
|
|
150
|
+
'button.clear': 'Pulisci',
|
|
151
|
+
'button.play': 'Riproduci',
|
|
152
|
+
'button.pause': 'Pausa',
|
|
153
|
+
'button.view': 'Visualizza',
|
|
154
|
+
'label.public': 'Pubblico',
|
|
155
|
+
'label.private': 'Privato',
|
|
156
|
+
'label.notavailable': 'N/A',
|
|
157
|
+
'generic.boolean.true': 'Sì',
|
|
158
|
+
'generic.boolean.false': 'No',
|
|
159
|
+
'select.empty': 'Seleziona',
|
|
160
|
+
'pagination.label.showing': 'Mostrando',
|
|
161
|
+
'pagination.label.results': 'risultati per pagina',
|
|
162
|
+
'pagination.label.total': 'Totale',
|
|
163
|
+
'generic.loading': 'Caricamento...',
|
|
164
|
+
'generic.placeholder': 'Scrivi qui',
|
|
165
|
+
'generic.placeholder.select': 'Seleziona uno qui',
|
|
166
|
+
'generic.placeholder.comma.separated': 'Scrivi qui separato per virgole',
|
|
167
|
+
'validation.required': 'Campo obbligatorio.',
|
|
168
|
+
'placeholder.check': 'clicca per scegliere',
|
|
169
|
+
'placeholder.input': 'clicca per aggiungere',
|
|
170
|
+
'user.status.active': 'Attivo',
|
|
171
|
+
'user.status.inactive': 'Inattivo',
|
|
172
|
+
'user.status.super': 'Super',
|
|
173
|
+
'user.status.visitor': 'Visitatore',
|
|
174
|
+
'update.success': 'salvato!',
|
|
175
|
+
'internal.server.error': "Si è verificato un errore inaspettato. Contatta l'amministratore.",
|
|
176
|
+
'table.label.rows-page': 'Elementi per pagina',
|
|
177
|
+
'table.label.pages': 'di {{value}} pagine',
|
|
178
|
+
'table.label.items': '{{first}} - {{last}} di {{total}} elementi',
|
|
179
|
+
'tooltip.copy': 'Copia',
|
|
180
|
+
'tooltip.copied': 'Copiato!',
|
|
181
|
+
'document.status.deleted': 'Eliminato',
|
|
182
|
+
'document.status.editing': 'Modifica',
|
|
183
|
+
'document.status.edited': 'Modificato',
|
|
184
|
+
'document.status.revision': 'In revisione',
|
|
185
|
+
'document.status.completed': 'Completato',
|
|
186
|
+
'document.status.syntactic': 'Revisione',
|
|
187
|
+
'document.status.copying': 'Copiando',
|
|
188
|
+
'document.status.error': 'Errore',
|
|
189
|
+
'sentence.status.todo': 'da fare',
|
|
190
|
+
'sentence.status.done': 'fatto',
|
|
191
|
+
'sentence.status.ignore': 'ignora',
|
|
192
|
+
'sentence.status.tagged': 'etichettato',
|
|
193
|
+
'sentence.status.review': 'revisione',
|
|
194
|
+
'sentence.status.error': 'errore',
|
|
195
|
+
'sentence.status.auto': 'automatico',
|
|
196
|
+
'corpus.status.active': 'Attivo',
|
|
197
|
+
'corpus.status.inactive': 'Inattivo',
|
|
198
|
+
'corpus.status.archived': 'Archiviato',
|
|
199
|
+
'corpus.status.demo': 'Demo',
|
|
200
|
+
'corpus.status.pending': 'In attesa',
|
|
201
|
+
'corpus.status.rejected': 'Rifiutato',
|
|
199
202
|
},
|
|
200
203
|
};
|