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