tycho-components 0.7.0 → 0.7.2
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 +159 -135
- package/dist/configs/localization/CommonTexts.d.ts +160 -136
- package/dist/configs/localization/CommonTexts.js +160 -136
- package/package.json +2 -2
|
@@ -46,51 +46,59 @@ 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
|
-
|
|
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
|
+
"label.public": string;
|
|
64
|
+
"label.private": string;
|
|
65
|
+
"label.notavailable": string;
|
|
66
|
+
"select.empty": string;
|
|
67
|
+
"pagination.label.showing": string;
|
|
68
|
+
"pagination.label.results": string;
|
|
69
|
+
"pagination.label.total": string;
|
|
70
|
+
"generic.placeholder": string;
|
|
71
|
+
"generic.placeholder.comma.separated": string;
|
|
72
|
+
"generic.placeholder.select": string;
|
|
73
|
+
"validation.required": string;
|
|
74
|
+
"placeholder.check": string;
|
|
75
|
+
"placeholder.input": string;
|
|
76
|
+
"user.status.active": string;
|
|
77
|
+
"user.status.inactive": string;
|
|
78
|
+
"user.status.super": string;
|
|
79
|
+
"user.status.visitor": string;
|
|
80
|
+
"update.success": string;
|
|
81
|
+
"internal.server.error": string;
|
|
82
|
+
"table.label.rows-page": string;
|
|
83
|
+
"table.label.pages": string;
|
|
84
|
+
"table.label.items": string;
|
|
85
|
+
"tooltip.copy": string;
|
|
86
|
+
"tooltip.copied": string;
|
|
87
|
+
"document.status.deleted": string;
|
|
88
|
+
"document.status.editing": string;
|
|
89
|
+
"document.status.edited": string;
|
|
90
|
+
"document.status.revision": string;
|
|
91
|
+
"document.status.completed": string;
|
|
92
|
+
"document.status.syntactic": string;
|
|
93
|
+
"document.status.copying": string;
|
|
94
|
+
"document.status.error": string;
|
|
95
|
+
"sentence.status.todo": string;
|
|
96
|
+
"sentence.status.done": string;
|
|
97
|
+
"sentence.status.ignore": string;
|
|
98
|
+
"sentence.status.tagged": string;
|
|
99
|
+
"sentence.status.review": string;
|
|
100
|
+
"sentence.status.error": string;
|
|
101
|
+
"sentence.status.auto": string;
|
|
94
102
|
};
|
|
95
103
|
header: {
|
|
96
104
|
'label.platform': string;
|
|
@@ -304,51 +312,59 @@ export declare const commonResources: {
|
|
|
304
312
|
'label.edited': string;
|
|
305
313
|
};
|
|
306
314
|
common: {
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
315
|
+
"button.confirm": string;
|
|
316
|
+
"button.continue": string;
|
|
317
|
+
"button.cancel": string;
|
|
318
|
+
"button.remove": string;
|
|
319
|
+
"button.save": string;
|
|
320
|
+
"button.clone": string;
|
|
321
|
+
"button.apply": string;
|
|
322
|
+
"button.search": string;
|
|
323
|
+
"button.edit": string;
|
|
324
|
+
"button.open": string;
|
|
325
|
+
"button.add": string;
|
|
326
|
+
"button.close": string;
|
|
327
|
+
"button.filter": string;
|
|
328
|
+
"button.clear": string;
|
|
329
|
+
"label.public": string;
|
|
330
|
+
"label.private": string;
|
|
331
|
+
"label.notavailable": string;
|
|
332
|
+
"select.empty": string;
|
|
333
|
+
"pagination.label.showing": string;
|
|
334
|
+
"pagination.label.results": string;
|
|
335
|
+
"pagination.label.total": string;
|
|
336
|
+
"generic.placeholder": string;
|
|
337
|
+
"generic.placeholder.select": string;
|
|
338
|
+
"generic.placeholder.comma.separated": string;
|
|
339
|
+
"validation.required": string;
|
|
340
|
+
"placeholder.check": string;
|
|
341
|
+
"placeholder.input": string;
|
|
342
|
+
"user.status.active": string;
|
|
343
|
+
"user.status.inactive": string;
|
|
344
|
+
"user.status.super": string;
|
|
345
|
+
"user.status.visitor": string;
|
|
346
|
+
"update.success": string;
|
|
347
|
+
"internal.server.error": string;
|
|
348
|
+
"table.label.rows-page": string;
|
|
349
|
+
"table.label.pages": string;
|
|
350
|
+
"table.label.items": string;
|
|
351
|
+
"tooltip.copy": string;
|
|
352
|
+
"tooltip.copied": string;
|
|
353
|
+
"document.status.deleted": string;
|
|
354
|
+
"document.status.editing": string;
|
|
355
|
+
"document.status.edited": string;
|
|
356
|
+
"document.status.revision": string;
|
|
357
|
+
"document.status.completed": string;
|
|
358
|
+
"document.status.syntactic": string;
|
|
359
|
+
"document.status.copying": string;
|
|
360
|
+
"document.status.error": string;
|
|
361
|
+
"sentence.status.todo": string;
|
|
362
|
+
"sentence.status.done": string;
|
|
363
|
+
"sentence.status.ignore": string;
|
|
364
|
+
"sentence.status.tagged": string;
|
|
365
|
+
"sentence.status.review": string;
|
|
366
|
+
"sentence.status.error": string;
|
|
367
|
+
"sentence.status.auto": string;
|
|
352
368
|
};
|
|
353
369
|
header: {
|
|
354
370
|
'label.platform': string;
|
|
@@ -561,51 +577,59 @@ export declare const commonResources: {
|
|
|
561
577
|
'label.edited': string;
|
|
562
578
|
};
|
|
563
579
|
common: {
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
580
|
+
"button.confirm": string;
|
|
581
|
+
"button.continue": string;
|
|
582
|
+
"button.cancel": string;
|
|
583
|
+
"button.remove": string;
|
|
584
|
+
"button.save": string;
|
|
585
|
+
"button.clone": string;
|
|
586
|
+
"button.search": string;
|
|
587
|
+
"button.edit": string;
|
|
588
|
+
"button.open": string;
|
|
589
|
+
"button.apply": string;
|
|
590
|
+
"button.add": string;
|
|
591
|
+
"button.close": string;
|
|
592
|
+
"button.filter": string;
|
|
593
|
+
"button.clear": string;
|
|
594
|
+
"label.public": string;
|
|
595
|
+
"label.private": string;
|
|
596
|
+
"label.notavailable": string;
|
|
597
|
+
"select.empty": string;
|
|
598
|
+
"pagination.label.showing": string;
|
|
599
|
+
"pagination.label.results": string;
|
|
600
|
+
"pagination.label.total": string;
|
|
601
|
+
"generic.placeholder": string;
|
|
602
|
+
"generic.placeholder.select": string;
|
|
603
|
+
"generic.placeholder.comma.separated": string;
|
|
604
|
+
"validation.required": string;
|
|
605
|
+
"placeholder.check": string;
|
|
606
|
+
"placeholder.input": string;
|
|
607
|
+
"user.status.active": string;
|
|
608
|
+
"user.status.inactive": string;
|
|
609
|
+
"user.status.super": string;
|
|
610
|
+
"user.status.visitor": string;
|
|
611
|
+
"update.success": string;
|
|
612
|
+
"internal.server.error": string;
|
|
613
|
+
"table.label.rows-page": string;
|
|
614
|
+
"table.label.pages": string;
|
|
615
|
+
"table.label.items": string;
|
|
616
|
+
"tooltip.copy": string;
|
|
617
|
+
"tooltip.copied": string;
|
|
618
|
+
"document.status.deleted": string;
|
|
619
|
+
"document.status.editing": string;
|
|
620
|
+
"document.status.edited": string;
|
|
621
|
+
"document.status.revision": string;
|
|
622
|
+
"document.status.completed": string;
|
|
623
|
+
"document.status.syntactic": string;
|
|
624
|
+
"document.status.copying": string;
|
|
625
|
+
"document.status.error": string;
|
|
626
|
+
"sentence.status.todo": string;
|
|
627
|
+
"sentence.status.done": string;
|
|
628
|
+
"sentence.status.ignore": string;
|
|
629
|
+
"sentence.status.tagged": string;
|
|
630
|
+
"sentence.status.review": string;
|
|
631
|
+
"sentence.status.error": string;
|
|
632
|
+
"sentence.status.auto": string;
|
|
609
633
|
};
|
|
610
634
|
header: {
|
|
611
635
|
'label.platform': string;
|
|
@@ -1,143 +1,167 @@
|
|
|
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
|
-
|
|
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
|
+
"label.public": string;
|
|
18
|
+
"label.private": string;
|
|
19
|
+
"label.notavailable": string;
|
|
20
|
+
"select.empty": string;
|
|
21
|
+
"pagination.label.showing": string;
|
|
22
|
+
"pagination.label.results": string;
|
|
23
|
+
"pagination.label.total": string;
|
|
24
|
+
"generic.placeholder": string;
|
|
25
|
+
"generic.placeholder.comma.separated": string;
|
|
26
|
+
"generic.placeholder.select": string;
|
|
27
|
+
"validation.required": string;
|
|
28
|
+
"placeholder.check": string;
|
|
29
|
+
"placeholder.input": string;
|
|
30
|
+
"user.status.active": string;
|
|
31
|
+
"user.status.inactive": string;
|
|
32
|
+
"user.status.super": string;
|
|
33
|
+
"user.status.visitor": string;
|
|
34
|
+
"update.success": string;
|
|
35
|
+
"internal.server.error": string;
|
|
36
|
+
"table.label.rows-page": string;
|
|
37
|
+
"table.label.pages": string;
|
|
38
|
+
"table.label.items": string;
|
|
39
|
+
"tooltip.copy": string;
|
|
40
|
+
"tooltip.copied": string;
|
|
41
|
+
"document.status.deleted": string;
|
|
42
|
+
"document.status.editing": string;
|
|
43
|
+
"document.status.edited": string;
|
|
44
|
+
"document.status.revision": string;
|
|
45
|
+
"document.status.completed": string;
|
|
46
|
+
"document.status.syntactic": string;
|
|
47
|
+
"document.status.copying": string;
|
|
48
|
+
"document.status.error": string;
|
|
49
|
+
"sentence.status.todo": string;
|
|
50
|
+
"sentence.status.done": string;
|
|
51
|
+
"sentence.status.ignore": string;
|
|
52
|
+
"sentence.status.tagged": string;
|
|
53
|
+
"sentence.status.review": string;
|
|
54
|
+
"sentence.status.error": string;
|
|
55
|
+
"sentence.status.auto": string;
|
|
48
56
|
};
|
|
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
|
-
|
|
57
|
+
"pt-BR": {
|
|
58
|
+
"button.confirm": string;
|
|
59
|
+
"button.continue": string;
|
|
60
|
+
"button.cancel": string;
|
|
61
|
+
"button.remove": string;
|
|
62
|
+
"button.save": string;
|
|
63
|
+
"button.clone": string;
|
|
64
|
+
"button.apply": string;
|
|
65
|
+
"button.search": string;
|
|
66
|
+
"button.edit": string;
|
|
67
|
+
"button.open": string;
|
|
68
|
+
"button.add": string;
|
|
69
|
+
"button.close": string;
|
|
70
|
+
"button.filter": string;
|
|
71
|
+
"button.clear": string;
|
|
72
|
+
"label.public": string;
|
|
73
|
+
"label.private": string;
|
|
74
|
+
"label.notavailable": string;
|
|
75
|
+
"select.empty": string;
|
|
76
|
+
"pagination.label.showing": string;
|
|
77
|
+
"pagination.label.results": string;
|
|
78
|
+
"pagination.label.total": string;
|
|
79
|
+
"generic.placeholder": string;
|
|
80
|
+
"generic.placeholder.select": string;
|
|
81
|
+
"generic.placeholder.comma.separated": string;
|
|
82
|
+
"validation.required": string;
|
|
83
|
+
"placeholder.check": string;
|
|
84
|
+
"placeholder.input": string;
|
|
85
|
+
"user.status.active": string;
|
|
86
|
+
"user.status.inactive": string;
|
|
87
|
+
"user.status.super": string;
|
|
88
|
+
"user.status.visitor": string;
|
|
89
|
+
"update.success": string;
|
|
90
|
+
"internal.server.error": string;
|
|
91
|
+
"table.label.rows-page": string;
|
|
92
|
+
"table.label.pages": string;
|
|
93
|
+
"table.label.items": string;
|
|
94
|
+
"tooltip.copy": string;
|
|
95
|
+
"tooltip.copied": string;
|
|
96
|
+
"document.status.deleted": string;
|
|
97
|
+
"document.status.editing": string;
|
|
98
|
+
"document.status.edited": string;
|
|
99
|
+
"document.status.revision": string;
|
|
100
|
+
"document.status.completed": string;
|
|
101
|
+
"document.status.syntactic": string;
|
|
102
|
+
"document.status.copying": string;
|
|
103
|
+
"document.status.error": string;
|
|
104
|
+
"sentence.status.todo": string;
|
|
105
|
+
"sentence.status.done": string;
|
|
106
|
+
"sentence.status.ignore": string;
|
|
107
|
+
"sentence.status.tagged": string;
|
|
108
|
+
"sentence.status.review": string;
|
|
109
|
+
"sentence.status.error": string;
|
|
110
|
+
"sentence.status.auto": string;
|
|
95
111
|
};
|
|
96
112
|
it: {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
113
|
+
"button.confirm": string;
|
|
114
|
+
"button.continue": string;
|
|
115
|
+
"button.cancel": string;
|
|
116
|
+
"button.remove": string;
|
|
117
|
+
"button.save": string;
|
|
118
|
+
"button.clone": string;
|
|
119
|
+
"button.search": string;
|
|
120
|
+
"button.edit": string;
|
|
121
|
+
"button.open": string;
|
|
122
|
+
"button.apply": string;
|
|
123
|
+
"button.add": string;
|
|
124
|
+
"button.close": string;
|
|
125
|
+
"button.filter": string;
|
|
126
|
+
"button.clear": string;
|
|
127
|
+
"label.public": string;
|
|
128
|
+
"label.private": string;
|
|
129
|
+
"label.notavailable": string;
|
|
130
|
+
"select.empty": string;
|
|
131
|
+
"pagination.label.showing": string;
|
|
132
|
+
"pagination.label.results": string;
|
|
133
|
+
"pagination.label.total": string;
|
|
134
|
+
"generic.placeholder": string;
|
|
135
|
+
"generic.placeholder.select": string;
|
|
136
|
+
"generic.placeholder.comma.separated": string;
|
|
137
|
+
"validation.required": string;
|
|
138
|
+
"placeholder.check": string;
|
|
139
|
+
"placeholder.input": string;
|
|
140
|
+
"user.status.active": string;
|
|
141
|
+
"user.status.inactive": string;
|
|
142
|
+
"user.status.super": string;
|
|
143
|
+
"user.status.visitor": string;
|
|
144
|
+
"update.success": string;
|
|
145
|
+
"internal.server.error": string;
|
|
146
|
+
"table.label.rows-page": string;
|
|
147
|
+
"table.label.pages": string;
|
|
148
|
+
"table.label.items": string;
|
|
149
|
+
"tooltip.copy": string;
|
|
150
|
+
"tooltip.copied": string;
|
|
151
|
+
"document.status.deleted": string;
|
|
152
|
+
"document.status.editing": string;
|
|
153
|
+
"document.status.edited": string;
|
|
154
|
+
"document.status.revision": string;
|
|
155
|
+
"document.status.completed": string;
|
|
156
|
+
"document.status.syntactic": string;
|
|
157
|
+
"document.status.copying": string;
|
|
158
|
+
"document.status.error": string;
|
|
159
|
+
"sentence.status.todo": string;
|
|
160
|
+
"sentence.status.done": string;
|
|
161
|
+
"sentence.status.ignore": string;
|
|
162
|
+
"sentence.status.tagged": string;
|
|
163
|
+
"sentence.status.review": string;
|
|
164
|
+
"sentence.status.error": string;
|
|
165
|
+
"sentence.status.auto": string;
|
|
142
166
|
};
|
|
143
167
|
};
|
|
@@ -1,143 +1,167 @@
|
|
|
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
|
-
|
|
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
|
+
"label.public": "Public",
|
|
18
|
+
"label.private": "Private",
|
|
19
|
+
"label.notavailable": "N/A",
|
|
20
|
+
"select.empty": "Select",
|
|
21
|
+
"pagination.label.showing": "",
|
|
22
|
+
"pagination.label.results": "results per page",
|
|
23
|
+
"pagination.label.total": "Total",
|
|
24
|
+
"generic.placeholder": "Type here",
|
|
25
|
+
"generic.placeholder.comma.separated": "Type here separated by commas",
|
|
26
|
+
"generic.placeholder.select": "Select one here",
|
|
27
|
+
"validation.required": "Required field.",
|
|
28
|
+
"placeholder.check": "click to choose",
|
|
29
|
+
"placeholder.input": "click to add",
|
|
30
|
+
"user.status.active": "Active",
|
|
31
|
+
"user.status.inactive": "Inactive",
|
|
32
|
+
"user.status.super": "Super",
|
|
33
|
+
"user.status.visitor": "Visitor",
|
|
34
|
+
"update.success": "saved!",
|
|
35
|
+
"internal.server.error": "An unexpected error occurred. Contact the administrator.",
|
|
36
|
+
"table.label.rows-page": "Items per page",
|
|
37
|
+
"table.label.pages": "of {{value}} pages",
|
|
38
|
+
"table.label.items": "{{first}} - {{last}} of {{total}} items",
|
|
39
|
+
"tooltip.copy": "Copy",
|
|
40
|
+
"tooltip.copied": "Copied!",
|
|
41
|
+
"document.status.deleted": "Deleted",
|
|
42
|
+
"document.status.editing": "Editing",
|
|
43
|
+
"document.status.edited": "Edited",
|
|
44
|
+
"document.status.revision": "In revision",
|
|
45
|
+
"document.status.completed": "Completed",
|
|
46
|
+
"document.status.syntactic": "Revision",
|
|
47
|
+
"document.status.copying": "Copying",
|
|
48
|
+
"document.status.error": "Error",
|
|
49
|
+
"sentence.status.todo": "to do",
|
|
50
|
+
"sentence.status.done": "done",
|
|
51
|
+
"sentence.status.ignore": "ignore",
|
|
52
|
+
"sentence.status.tagged": "tagged",
|
|
53
|
+
"sentence.status.review": "review",
|
|
54
|
+
"sentence.status.error": "error",
|
|
55
|
+
"sentence.status.auto": "automatic",
|
|
48
56
|
},
|
|
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
|
-
|
|
57
|
+
"pt-BR": {
|
|
58
|
+
"button.confirm": "Confirmar",
|
|
59
|
+
"button.continue": "Continuar",
|
|
60
|
+
"button.cancel": "Cancelar",
|
|
61
|
+
"button.remove": "Remover",
|
|
62
|
+
"button.save": "Salvar",
|
|
63
|
+
"button.clone": "Clonar",
|
|
64
|
+
"button.apply": "Aplicar",
|
|
65
|
+
"button.search": "Buscar",
|
|
66
|
+
"button.edit": "Editar",
|
|
67
|
+
"button.open": "Abrir",
|
|
68
|
+
"button.add": "Adicionar",
|
|
69
|
+
"button.close": "Fechar",
|
|
70
|
+
"button.filter": "Filtrar",
|
|
71
|
+
"button.clear": "Limpar",
|
|
72
|
+
"label.public": "Público",
|
|
73
|
+
"label.private": "Privado",
|
|
74
|
+
"label.notavailable": "N/A",
|
|
75
|
+
"select.empty": "Selecionar",
|
|
76
|
+
"pagination.label.showing": "Exibindo",
|
|
77
|
+
"pagination.label.results": "resultados por página",
|
|
78
|
+
"pagination.label.total": "Total",
|
|
79
|
+
"generic.placeholder": "Digite aqui",
|
|
80
|
+
"generic.placeholder.select": "Selecione um aqui",
|
|
81
|
+
"generic.placeholder.comma.separated": "Digite aqui separado por vírgulas",
|
|
82
|
+
"validation.required": "Campo obrigatório.",
|
|
83
|
+
"placeholder.check": "clique para selecionar",
|
|
84
|
+
"placeholder.input": "clique para adicionar",
|
|
85
|
+
"user.status.active": "Ativo",
|
|
86
|
+
"user.status.inactive": "Inativo",
|
|
87
|
+
"user.status.super": "Super",
|
|
88
|
+
"user.status.visitor": "Visitante",
|
|
89
|
+
"update.success": "salvo!",
|
|
90
|
+
"internal.server.error": "Ocorreu um erro inesperado. Entre em contato com o administrador.",
|
|
91
|
+
"table.label.rows-page": "Itens por página",
|
|
92
|
+
"table.label.pages": "de {{value}} páginas",
|
|
93
|
+
"table.label.items": "{{first}} - {{last}} de {{total}} itens",
|
|
94
|
+
"tooltip.copy": "Copiar",
|
|
95
|
+
"tooltip.copied": "Copiado!",
|
|
96
|
+
"document.status.deleted": "Excluído",
|
|
97
|
+
"document.status.editing": "Editando",
|
|
98
|
+
"document.status.edited": "Editado",
|
|
99
|
+
"document.status.revision": "Em revisão",
|
|
100
|
+
"document.status.completed": "Completo",
|
|
101
|
+
"document.status.syntactic": "Revisão",
|
|
102
|
+
"document.status.copying": "Copiando",
|
|
103
|
+
"document.status.error": "Erro",
|
|
104
|
+
"sentence.status.todo": "a fazer",
|
|
105
|
+
"sentence.status.done": "finalizado",
|
|
106
|
+
"sentence.status.ignore": "ignorar",
|
|
107
|
+
"sentence.status.tagged": "etiquetado",
|
|
108
|
+
"sentence.status.review": "revisar",
|
|
109
|
+
"sentence.status.error": "erro",
|
|
110
|
+
"sentence.status.auto": "automático",
|
|
95
111
|
},
|
|
96
112
|
it: {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
113
|
+
"button.confirm": "Conferma",
|
|
114
|
+
"button.continue": "Continua",
|
|
115
|
+
"button.cancel": "Annulla",
|
|
116
|
+
"button.remove": "Rimuovi",
|
|
117
|
+
"button.save": "Salva",
|
|
118
|
+
"button.clone": "Clona",
|
|
119
|
+
"button.search": "Cerca",
|
|
120
|
+
"button.edit": "Modifica",
|
|
121
|
+
"button.open": "Apri",
|
|
122
|
+
"button.apply": "Applica",
|
|
123
|
+
"button.add": "Aggiungi",
|
|
124
|
+
"button.close": "Chiudi",
|
|
125
|
+
"button.filter": "Filtra",
|
|
126
|
+
"button.clear": "Pulisci",
|
|
127
|
+
"label.public": "Pubblico",
|
|
128
|
+
"label.private": "Privato",
|
|
129
|
+
"label.notavailable": "N/A",
|
|
130
|
+
"select.empty": "Seleziona",
|
|
131
|
+
"pagination.label.showing": "Mostrando",
|
|
132
|
+
"pagination.label.results": "risultati per pagina",
|
|
133
|
+
"pagination.label.total": "Totale",
|
|
134
|
+
"generic.placeholder": "Scrivi qui",
|
|
135
|
+
"generic.placeholder.select": "Seleziona uno qui",
|
|
136
|
+
"generic.placeholder.comma.separated": "Scrivi qui separato per virgole",
|
|
137
|
+
"validation.required": "Campo obbligatorio.",
|
|
138
|
+
"placeholder.check": "clicca per scegliere",
|
|
139
|
+
"placeholder.input": "clicca per aggiungere",
|
|
140
|
+
"user.status.active": "Attivo",
|
|
141
|
+
"user.status.inactive": "Inattivo",
|
|
142
|
+
"user.status.super": "Super",
|
|
143
|
+
"user.status.visitor": "Visitatore",
|
|
144
|
+
"update.success": "salvato!",
|
|
145
|
+
"internal.server.error": "Si è verificato un errore inaspettato. Contatta l'amministratore.",
|
|
146
|
+
"table.label.rows-page": "Elementi per pagina",
|
|
147
|
+
"table.label.pages": "di {{value}} pagine",
|
|
148
|
+
"table.label.items": "{{first}} - {{last}} di {{total}} elementi",
|
|
149
|
+
"tooltip.copy": "Copia",
|
|
150
|
+
"tooltip.copied": "Copiato!",
|
|
151
|
+
"document.status.deleted": "Eliminato",
|
|
152
|
+
"document.status.editing": "Modifica",
|
|
153
|
+
"document.status.edited": "Modificato",
|
|
154
|
+
"document.status.revision": "In revisione",
|
|
155
|
+
"document.status.completed": "Completato",
|
|
156
|
+
"document.status.syntactic": "Revisione",
|
|
157
|
+
"document.status.copying": "Copiando",
|
|
158
|
+
"document.status.error": "Errore",
|
|
159
|
+
"sentence.status.todo": "da fare",
|
|
160
|
+
"sentence.status.done": "fatto",
|
|
161
|
+
"sentence.status.ignore": "ignora",
|
|
162
|
+
"sentence.status.tagged": "etichettato",
|
|
163
|
+
"sentence.status.review": "revisione",
|
|
164
|
+
"sentence.status.error": "errore",
|
|
165
|
+
"sentence.status.auto": "automatico",
|
|
142
166
|
},
|
|
143
167
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tycho-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"react-hook-form": "^7.45.2",
|
|
52
52
|
"react-i18next": "^13.0.2",
|
|
53
53
|
"react-router-dom": "^6.14.2",
|
|
54
|
-
"tycho-storybook": "0.4.
|
|
54
|
+
"tycho-storybook": "0.4.4",
|
|
55
55
|
"yup": "^1.2.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|