tycho-components 0.15.12 → 0.15.14
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 +2 -2
|
@@ -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;
|