tycho-components 0.4.6 → 0.4.8
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.
|
@@ -54,6 +54,8 @@ export declare const commonResources: {
|
|
|
54
54
|
"button.clone": string;
|
|
55
55
|
"button.apply": string;
|
|
56
56
|
"button.search": string;
|
|
57
|
+
"button.edit": string;
|
|
58
|
+
"button.open": string;
|
|
57
59
|
"select.empty": string;
|
|
58
60
|
"pagination.label.showing": string;
|
|
59
61
|
"pagination.label.results": string;
|
|
@@ -293,6 +295,8 @@ export declare const commonResources: {
|
|
|
293
295
|
"button.clone": string;
|
|
294
296
|
"button.apply": string;
|
|
295
297
|
"button.search": string;
|
|
298
|
+
"button.edit": string;
|
|
299
|
+
"button.open": string;
|
|
296
300
|
"select.empty": string;
|
|
297
301
|
"pagination.label.showing": string;
|
|
298
302
|
"pagination.label.results": string;
|
|
@@ -529,8 +533,10 @@ export declare const commonResources: {
|
|
|
529
533
|
"button.save": string;
|
|
530
534
|
"button.clone": string;
|
|
531
535
|
"button.search": string;
|
|
532
|
-
"
|
|
536
|
+
"button.edit": string;
|
|
537
|
+
"button.open": string;
|
|
533
538
|
"button.apply": string;
|
|
539
|
+
"select.empty": string;
|
|
534
540
|
"pagination.label.showing": string;
|
|
535
541
|
"pagination.label.results": string;
|
|
536
542
|
"pagination.label.total": string;
|
|
@@ -8,6 +8,8 @@ export declare const CommonTexts: {
|
|
|
8
8
|
"button.clone": string;
|
|
9
9
|
"button.apply": string;
|
|
10
10
|
"button.search": string;
|
|
11
|
+
"button.edit": string;
|
|
12
|
+
"button.open": string;
|
|
11
13
|
"select.empty": string;
|
|
12
14
|
"pagination.label.showing": string;
|
|
13
15
|
"pagination.label.results": string;
|
|
@@ -39,6 +41,8 @@ export declare const CommonTexts: {
|
|
|
39
41
|
"button.clone": string;
|
|
40
42
|
"button.apply": string;
|
|
41
43
|
"button.search": string;
|
|
44
|
+
"button.edit": string;
|
|
45
|
+
"button.open": string;
|
|
42
46
|
"select.empty": string;
|
|
43
47
|
"pagination.label.showing": string;
|
|
44
48
|
"pagination.label.results": string;
|
|
@@ -69,8 +73,10 @@ export declare const CommonTexts: {
|
|
|
69
73
|
"button.save": string;
|
|
70
74
|
"button.clone": string;
|
|
71
75
|
"button.search": string;
|
|
72
|
-
"
|
|
76
|
+
"button.edit": string;
|
|
77
|
+
"button.open": string;
|
|
73
78
|
"button.apply": string;
|
|
79
|
+
"select.empty": string;
|
|
74
80
|
"pagination.label.showing": string;
|
|
75
81
|
"pagination.label.results": string;
|
|
76
82
|
"pagination.label.total": string;
|
|
@@ -8,6 +8,8 @@ export const CommonTexts = {
|
|
|
8
8
|
"button.clone": "Clone",
|
|
9
9
|
"button.apply": "Apply",
|
|
10
10
|
"button.search": "Search",
|
|
11
|
+
"button.edit": "Edit",
|
|
12
|
+
"button.open": "Open",
|
|
11
13
|
"select.empty": "Select",
|
|
12
14
|
"pagination.label.showing": "",
|
|
13
15
|
"pagination.label.results": "results per page",
|
|
@@ -39,6 +41,8 @@ export const CommonTexts = {
|
|
|
39
41
|
"button.clone": "Clonar",
|
|
40
42
|
"button.apply": "Aplicar",
|
|
41
43
|
"button.search": "Buscar",
|
|
44
|
+
"button.edit": "Editar",
|
|
45
|
+
"button.open": "Abrir",
|
|
42
46
|
"select.empty": "Selecionar",
|
|
43
47
|
"pagination.label.showing": "Exibindo",
|
|
44
48
|
"pagination.label.results": "resultados por página",
|
|
@@ -69,8 +73,10 @@ export const CommonTexts = {
|
|
|
69
73
|
"button.save": "Salva",
|
|
70
74
|
"button.clone": "Clona",
|
|
71
75
|
"button.search": "Cerca",
|
|
72
|
-
"
|
|
76
|
+
"button.edit": "Modifica",
|
|
77
|
+
"button.open": "Apri",
|
|
73
78
|
"button.apply": "Applica",
|
|
79
|
+
"select.empty": "Seleziona",
|
|
74
80
|
"pagination.label.showing": "Mostrando",
|
|
75
81
|
"pagination.label.results": "risultati per pagina",
|
|
76
82
|
"pagination.label.total": "Totale",
|