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