tycho-components 0.1.0-SNAPSHOT-2 → 0.1.0-SNAPSHOT-3
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.
|
@@ -5,6 +5,7 @@ export declare const commonResources: {
|
|
|
5
5
|
'button.cancel': string;
|
|
6
6
|
'button.remove': string;
|
|
7
7
|
'button.save': string;
|
|
8
|
+
'button.clone': string;
|
|
8
9
|
'select.empty': string;
|
|
9
10
|
'pagination.label.showing': string;
|
|
10
11
|
'pagination.label.results': string;
|
|
@@ -143,6 +144,7 @@ export declare const commonResources: {
|
|
|
143
144
|
'button.cancel': string;
|
|
144
145
|
'button.remove': string;
|
|
145
146
|
'button.save': string;
|
|
147
|
+
'button.clone': string;
|
|
146
148
|
'select.empty': string;
|
|
147
149
|
'pagination.label.showing': string;
|
|
148
150
|
'pagination.label.results': string;
|
|
@@ -4,6 +4,7 @@ export declare const CommonTexts: {
|
|
|
4
4
|
'button.cancel': string;
|
|
5
5
|
'button.remove': string;
|
|
6
6
|
'button.save': string;
|
|
7
|
+
'button.clone': string;
|
|
7
8
|
'select.empty': string;
|
|
8
9
|
'pagination.label.showing': string;
|
|
9
10
|
'pagination.label.results': string;
|
|
@@ -28,6 +29,7 @@ export declare const CommonTexts: {
|
|
|
28
29
|
'button.cancel': string;
|
|
29
30
|
'button.remove': string;
|
|
30
31
|
'button.save': string;
|
|
32
|
+
'button.clone': string;
|
|
31
33
|
'select.empty': string;
|
|
32
34
|
'pagination.label.showing': string;
|
|
33
35
|
'pagination.label.results': string;
|
|
@@ -52,6 +54,7 @@ export declare const CommonTexts: {
|
|
|
52
54
|
'button.cancel': string;
|
|
53
55
|
'button.remove': string;
|
|
54
56
|
'button.save': string;
|
|
57
|
+
'button.clone': string;
|
|
55
58
|
'select.empty': string;
|
|
56
59
|
'pagination.label.showing': string;
|
|
57
60
|
'pagination.label.results': string;
|
|
@@ -4,6 +4,7 @@ export const CommonTexts = {
|
|
|
4
4
|
'button.cancel': 'Cancel',
|
|
5
5
|
'button.remove': 'Remove',
|
|
6
6
|
'button.save': 'Save',
|
|
7
|
+
'button.clone': 'Clone',
|
|
7
8
|
'select.empty': 'Select',
|
|
8
9
|
'pagination.label.showing': '',
|
|
9
10
|
'pagination.label.results': 'results per page',
|
|
@@ -28,6 +29,7 @@ export const CommonTexts = {
|
|
|
28
29
|
'button.cancel': 'Cancelar',
|
|
29
30
|
'button.remove': 'Remover',
|
|
30
31
|
'button.save': 'Salvar',
|
|
32
|
+
'button.clone': 'Clonar',
|
|
31
33
|
'select.empty': 'Selecionar',
|
|
32
34
|
'pagination.label.showing': 'Exibindo',
|
|
33
35
|
'pagination.label.results': 'resultados por página',
|
|
@@ -52,6 +54,7 @@ export const CommonTexts = {
|
|
|
52
54
|
'button.cancel': 'Annulla',
|
|
53
55
|
'button.remove': 'Rimuovi',
|
|
54
56
|
'button.save': 'Salva',
|
|
57
|
+
'button.clone': 'Clona',
|
|
55
58
|
'select.empty': 'Seleziona',
|
|
56
59
|
'pagination.label.showing': 'Mostrando',
|
|
57
60
|
'pagination.label.results': 'risultati per pagina',
|