tycho-components 0.4.5 → 0.4.7
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.
|
@@ -46,34 +46,36 @@ 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
|
-
|
|
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
|
+
"select.empty": string;
|
|
59
|
+
"pagination.label.showing": string;
|
|
60
|
+
"pagination.label.results": string;
|
|
61
|
+
"pagination.label.total": string;
|
|
62
|
+
"generic.placeholder": string;
|
|
63
|
+
"generic.placeholder.comma.separated": string;
|
|
64
|
+
"generic.placeholder.select": string;
|
|
65
|
+
"validation.required": string;
|
|
66
|
+
"placeholder.check": string;
|
|
67
|
+
"placeholder.input": string;
|
|
68
|
+
"user.status.active": string;
|
|
69
|
+
"user.status.inactive": string;
|
|
70
|
+
"user.status.super": string;
|
|
71
|
+
"user.status.visitor": string;
|
|
72
|
+
"update.success": string;
|
|
73
|
+
"internal.server.error": string;
|
|
74
|
+
"table.label.rows-page": string;
|
|
75
|
+
"table.label.pages": string;
|
|
76
|
+
"table.label.items": string;
|
|
77
|
+
"tooltip.copy": string;
|
|
78
|
+
"tooltip.copied": string;
|
|
77
79
|
};
|
|
78
80
|
header: {
|
|
79
81
|
'label.platform': string;
|
|
@@ -284,34 +286,36 @@ export declare const commonResources: {
|
|
|
284
286
|
'label.edited': string;
|
|
285
287
|
};
|
|
286
288
|
common: {
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
289
|
+
"button.confirm": string;
|
|
290
|
+
"button.continue": string;
|
|
291
|
+
"button.cancel": string;
|
|
292
|
+
"button.remove": string;
|
|
293
|
+
"button.save": string;
|
|
294
|
+
"button.clone": string;
|
|
295
|
+
"button.apply": string;
|
|
296
|
+
"button.search": string;
|
|
297
|
+
"button.edit": string;
|
|
298
|
+
"select.empty": string;
|
|
299
|
+
"pagination.label.showing": string;
|
|
300
|
+
"pagination.label.results": string;
|
|
301
|
+
"pagination.label.total": string;
|
|
302
|
+
"generic.placeholder": string;
|
|
303
|
+
"generic.placeholder.select": string;
|
|
304
|
+
"generic.placeholder.comma.separated": string;
|
|
305
|
+
"validation.required": string;
|
|
306
|
+
"placeholder.check": string;
|
|
307
|
+
"placeholder.input": string;
|
|
308
|
+
"user.status.active": string;
|
|
309
|
+
"user.status.inactive": string;
|
|
310
|
+
"user.status.super": string;
|
|
311
|
+
"user.status.visitor": string;
|
|
312
|
+
"update.success": string;
|
|
313
|
+
"internal.server.error": string;
|
|
314
|
+
"table.label.rows-page": string;
|
|
315
|
+
"table.label.pages": string;
|
|
316
|
+
"table.label.items": string;
|
|
317
|
+
"tooltip.copy": string;
|
|
318
|
+
"tooltip.copied": string;
|
|
315
319
|
};
|
|
316
320
|
header: {
|
|
317
321
|
'label.platform': string;
|
|
@@ -520,34 +524,36 @@ export declare const commonResources: {
|
|
|
520
524
|
'label.edited': string;
|
|
521
525
|
};
|
|
522
526
|
common: {
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
527
|
+
"button.confirm": string;
|
|
528
|
+
"button.continue": string;
|
|
529
|
+
"button.cancel": string;
|
|
530
|
+
"button.remove": string;
|
|
531
|
+
"button.save": string;
|
|
532
|
+
"button.clone": string;
|
|
533
|
+
"button.search": string;
|
|
534
|
+
"button.edit": string;
|
|
535
|
+
"select.empty": string;
|
|
536
|
+
"button.apply": string;
|
|
537
|
+
"pagination.label.showing": string;
|
|
538
|
+
"pagination.label.results": string;
|
|
539
|
+
"pagination.label.total": string;
|
|
540
|
+
"generic.placeholder": string;
|
|
541
|
+
"generic.placeholder.select": string;
|
|
542
|
+
"generic.placeholder.comma.separated": string;
|
|
543
|
+
"validation.required": string;
|
|
544
|
+
"placeholder.check": string;
|
|
545
|
+
"placeholder.input": string;
|
|
546
|
+
"user.status.active": string;
|
|
547
|
+
"user.status.inactive": string;
|
|
548
|
+
"user.status.super": string;
|
|
549
|
+
"user.status.visitor": string;
|
|
550
|
+
"update.success": string;
|
|
551
|
+
"internal.server.error": string;
|
|
552
|
+
"table.label.rows-page": string;
|
|
553
|
+
"table.label.pages": string;
|
|
554
|
+
"table.label.items": string;
|
|
555
|
+
"tooltip.copy": string;
|
|
556
|
+
"tooltip.copied": string;
|
|
551
557
|
};
|
|
552
558
|
header: {
|
|
553
559
|
'label.platform': string;
|
|
@@ -1,92 +1,98 @@
|
|
|
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
|
-
|
|
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
|
+
"select.empty": string;
|
|
13
|
+
"pagination.label.showing": string;
|
|
14
|
+
"pagination.label.results": string;
|
|
15
|
+
"pagination.label.total": string;
|
|
16
|
+
"generic.placeholder": string;
|
|
17
|
+
"generic.placeholder.comma.separated": string;
|
|
18
|
+
"generic.placeholder.select": string;
|
|
19
|
+
"validation.required": string;
|
|
20
|
+
"placeholder.check": string;
|
|
21
|
+
"placeholder.input": string;
|
|
22
|
+
"user.status.active": string;
|
|
23
|
+
"user.status.inactive": string;
|
|
24
|
+
"user.status.super": string;
|
|
25
|
+
"user.status.visitor": string;
|
|
26
|
+
"update.success": string;
|
|
27
|
+
"internal.server.error": string;
|
|
28
|
+
"table.label.rows-page": string;
|
|
29
|
+
"table.label.pages": string;
|
|
30
|
+
"table.label.items": string;
|
|
31
|
+
"tooltip.copy": string;
|
|
32
|
+
"tooltip.copied": string;
|
|
31
33
|
};
|
|
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
|
-
|
|
34
|
+
"pt-BR": {
|
|
35
|
+
"button.confirm": string;
|
|
36
|
+
"button.continue": string;
|
|
37
|
+
"button.cancel": string;
|
|
38
|
+
"button.remove": string;
|
|
39
|
+
"button.save": string;
|
|
40
|
+
"button.clone": string;
|
|
41
|
+
"button.apply": string;
|
|
42
|
+
"button.search": string;
|
|
43
|
+
"button.edit": string;
|
|
44
|
+
"select.empty": string;
|
|
45
|
+
"pagination.label.showing": string;
|
|
46
|
+
"pagination.label.results": string;
|
|
47
|
+
"pagination.label.total": string;
|
|
48
|
+
"generic.placeholder": string;
|
|
49
|
+
"generic.placeholder.select": string;
|
|
50
|
+
"generic.placeholder.comma.separated": string;
|
|
51
|
+
"validation.required": string;
|
|
52
|
+
"placeholder.check": string;
|
|
53
|
+
"placeholder.input": string;
|
|
54
|
+
"user.status.active": string;
|
|
55
|
+
"user.status.inactive": string;
|
|
56
|
+
"user.status.super": string;
|
|
57
|
+
"user.status.visitor": string;
|
|
58
|
+
"update.success": string;
|
|
59
|
+
"internal.server.error": string;
|
|
60
|
+
"table.label.rows-page": string;
|
|
61
|
+
"table.label.pages": string;
|
|
62
|
+
"table.label.items": string;
|
|
63
|
+
"tooltip.copy": string;
|
|
64
|
+
"tooltip.copied": string;
|
|
61
65
|
};
|
|
62
66
|
it: {
|
|
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
|
-
|
|
67
|
+
"button.confirm": string;
|
|
68
|
+
"button.continue": string;
|
|
69
|
+
"button.cancel": string;
|
|
70
|
+
"button.remove": string;
|
|
71
|
+
"button.save": string;
|
|
72
|
+
"button.clone": string;
|
|
73
|
+
"button.search": string;
|
|
74
|
+
"button.edit": string;
|
|
75
|
+
"select.empty": string;
|
|
76
|
+
"button.apply": string;
|
|
77
|
+
"pagination.label.showing": string;
|
|
78
|
+
"pagination.label.results": string;
|
|
79
|
+
"pagination.label.total": string;
|
|
80
|
+
"generic.placeholder": string;
|
|
81
|
+
"generic.placeholder.select": string;
|
|
82
|
+
"generic.placeholder.comma.separated": string;
|
|
83
|
+
"validation.required": string;
|
|
84
|
+
"placeholder.check": string;
|
|
85
|
+
"placeholder.input": string;
|
|
86
|
+
"user.status.active": string;
|
|
87
|
+
"user.status.inactive": string;
|
|
88
|
+
"user.status.super": string;
|
|
89
|
+
"user.status.visitor": string;
|
|
90
|
+
"update.success": string;
|
|
91
|
+
"internal.server.error": string;
|
|
92
|
+
"table.label.rows-page": string;
|
|
93
|
+
"table.label.pages": string;
|
|
94
|
+
"table.label.items": string;
|
|
95
|
+
"tooltip.copy": string;
|
|
96
|
+
"tooltip.copied": string;
|
|
91
97
|
};
|
|
92
98
|
};
|
|
@@ -1,92 +1,98 @@
|
|
|
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
|
-
|
|
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
|
+
"select.empty": "Select",
|
|
13
|
+
"pagination.label.showing": "",
|
|
14
|
+
"pagination.label.results": "results per page",
|
|
15
|
+
"pagination.label.total": "Total",
|
|
16
|
+
"generic.placeholder": "Type here",
|
|
17
|
+
"generic.placeholder.comma.separated": "Type here separated by commas",
|
|
18
|
+
"generic.placeholder.select": "Select one here",
|
|
19
|
+
"validation.required": "Required field.",
|
|
20
|
+
"placeholder.check": "click to choose",
|
|
21
|
+
"placeholder.input": "click to add",
|
|
22
|
+
"user.status.active": "Active",
|
|
23
|
+
"user.status.inactive": "Inactive",
|
|
24
|
+
"user.status.super": "Super",
|
|
25
|
+
"user.status.visitor": "Visitor",
|
|
26
|
+
"update.success": "saved!",
|
|
27
|
+
"internal.server.error": "An unexpected error occurred. Contact the administrator.",
|
|
28
|
+
"table.label.rows-page": "Items per page",
|
|
29
|
+
"table.label.pages": "of {{value}} pages",
|
|
30
|
+
"table.label.items": "{{first}} - {{last}} of {{total}} items",
|
|
31
|
+
"tooltip.copy": "Copy",
|
|
32
|
+
"tooltip.copied": "Copied!",
|
|
31
33
|
},
|
|
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
|
-
|
|
34
|
+
"pt-BR": {
|
|
35
|
+
"button.confirm": "Confirmar",
|
|
36
|
+
"button.continue": "Continuar",
|
|
37
|
+
"button.cancel": "Cancelar",
|
|
38
|
+
"button.remove": "Remover",
|
|
39
|
+
"button.save": "Salvar",
|
|
40
|
+
"button.clone": "Clonar",
|
|
41
|
+
"button.apply": "Aplicar",
|
|
42
|
+
"button.search": "Buscar",
|
|
43
|
+
"button.edit": "Editar",
|
|
44
|
+
"select.empty": "Selecionar",
|
|
45
|
+
"pagination.label.showing": "Exibindo",
|
|
46
|
+
"pagination.label.results": "resultados por página",
|
|
47
|
+
"pagination.label.total": "Total",
|
|
48
|
+
"generic.placeholder": "Digite aqui",
|
|
49
|
+
"generic.placeholder.select": "Selecione um aqui",
|
|
50
|
+
"generic.placeholder.comma.separated": "Digite aqui separado por vírgulas",
|
|
51
|
+
"validation.required": "Campo obrigatório.",
|
|
52
|
+
"placeholder.check": "clique para selecionar",
|
|
53
|
+
"placeholder.input": "clique para adicionar",
|
|
54
|
+
"user.status.active": "Ativo",
|
|
55
|
+
"user.status.inactive": "Inativo",
|
|
56
|
+
"user.status.super": "Super",
|
|
57
|
+
"user.status.visitor": "Visitante",
|
|
58
|
+
"update.success": "salvo!",
|
|
59
|
+
"internal.server.error": "Ocorreu um erro inesperado. Entre em contato com o administrador.",
|
|
60
|
+
"table.label.rows-page": "Itens por página",
|
|
61
|
+
"table.label.pages": "de {{value}} páginas",
|
|
62
|
+
"table.label.items": "{{first}} - {{last}} de {{total}} itens",
|
|
63
|
+
"tooltip.copy": "Copiar",
|
|
64
|
+
"tooltip.copied": "Copiado!",
|
|
61
65
|
},
|
|
62
66
|
it: {
|
|
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
|
-
|
|
67
|
+
"button.confirm": "Conferma",
|
|
68
|
+
"button.continue": "Continua",
|
|
69
|
+
"button.cancel": "Annulla",
|
|
70
|
+
"button.remove": "Rimuovi",
|
|
71
|
+
"button.save": "Salva",
|
|
72
|
+
"button.clone": "Clona",
|
|
73
|
+
"button.search": "Cerca",
|
|
74
|
+
"button.edit": "Modifica",
|
|
75
|
+
"select.empty": "Seleziona",
|
|
76
|
+
"button.apply": "Applica",
|
|
77
|
+
"pagination.label.showing": "Mostrando",
|
|
78
|
+
"pagination.label.results": "risultati per pagina",
|
|
79
|
+
"pagination.label.total": "Totale",
|
|
80
|
+
"generic.placeholder": "Scrivi qui",
|
|
81
|
+
"generic.placeholder.select": "Seleziona uno qui",
|
|
82
|
+
"generic.placeholder.comma.separated": "Scrivi qui separato per virgole",
|
|
83
|
+
"validation.required": "Campo obbligatorio.",
|
|
84
|
+
"placeholder.check": "clicca per scegliere",
|
|
85
|
+
"placeholder.input": "clicca per aggiungere",
|
|
86
|
+
"user.status.active": "Attivo",
|
|
87
|
+
"user.status.inactive": "Inattivo",
|
|
88
|
+
"user.status.super": "Super",
|
|
89
|
+
"user.status.visitor": "Visitatore",
|
|
90
|
+
"update.success": "salvato!",
|
|
91
|
+
"internal.server.error": "Si è verificato un errore inaspettato. Contatta l'amministratore.",
|
|
92
|
+
"table.label.rows-page": "Elementi per pagina",
|
|
93
|
+
"table.label.pages": "di {{value}} pagine",
|
|
94
|
+
"table.label.items": "{{first}} - {{last}} di {{total}} elementi",
|
|
95
|
+
"tooltip.copy": "Copia",
|
|
96
|
+
"tooltip.copied": "Copiato!",
|
|
91
97
|
},
|
|
92
98
|
};
|