tycho-components 0.3.4 → 0.3.6
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.
|
@@ -58,6 +58,7 @@ export declare const commonResources: {
|
|
|
58
58
|
'pagination.label.results': string;
|
|
59
59
|
'pagination.label.total': string;
|
|
60
60
|
'generic.placeholder': string;
|
|
61
|
+
'generic.placeholder.comma.separated': string;
|
|
61
62
|
'generic.placeholder.select': string;
|
|
62
63
|
'validation.required': string;
|
|
63
64
|
'placeholder.check': string;
|
|
@@ -291,6 +292,7 @@ export declare const commonResources: {
|
|
|
291
292
|
'pagination.label.total': string;
|
|
292
293
|
'generic.placeholder': string;
|
|
293
294
|
'generic.placeholder.select': string;
|
|
295
|
+
'generic.placeholder.comma.separated': string;
|
|
294
296
|
'validation.required': string;
|
|
295
297
|
'placeholder.check': string;
|
|
296
298
|
'placeholder.input': string;
|
|
@@ -521,6 +523,7 @@ export declare const commonResources: {
|
|
|
521
523
|
'pagination.label.total': string;
|
|
522
524
|
'generic.placeholder': string;
|
|
523
525
|
'generic.placeholder.select': string;
|
|
526
|
+
'generic.placeholder.comma.separated': string;
|
|
524
527
|
'validation.required': string;
|
|
525
528
|
'placeholder.check': string;
|
|
526
529
|
'placeholder.input': string;
|
|
@@ -12,6 +12,7 @@ export declare const CommonTexts: {
|
|
|
12
12
|
'pagination.label.results': string;
|
|
13
13
|
'pagination.label.total': string;
|
|
14
14
|
'generic.placeholder': string;
|
|
15
|
+
'generic.placeholder.comma.separated': string;
|
|
15
16
|
'generic.placeholder.select': string;
|
|
16
17
|
'validation.required': string;
|
|
17
18
|
'placeholder.check': string;
|
|
@@ -42,6 +43,7 @@ export declare const CommonTexts: {
|
|
|
42
43
|
'pagination.label.total': string;
|
|
43
44
|
'generic.placeholder': string;
|
|
44
45
|
'generic.placeholder.select': string;
|
|
46
|
+
'generic.placeholder.comma.separated': string;
|
|
45
47
|
'validation.required': string;
|
|
46
48
|
'placeholder.check': string;
|
|
47
49
|
'placeholder.input': string;
|
|
@@ -71,6 +73,7 @@ export declare const CommonTexts: {
|
|
|
71
73
|
'pagination.label.total': string;
|
|
72
74
|
'generic.placeholder': string;
|
|
73
75
|
'generic.placeholder.select': string;
|
|
76
|
+
'generic.placeholder.comma.separated': string;
|
|
74
77
|
'validation.required': string;
|
|
75
78
|
'placeholder.check': string;
|
|
76
79
|
'placeholder.input': string;
|
|
@@ -12,6 +12,7 @@ export const CommonTexts = {
|
|
|
12
12
|
'pagination.label.results': 'results per page',
|
|
13
13
|
'pagination.label.total': 'Total',
|
|
14
14
|
'generic.placeholder': 'Type here',
|
|
15
|
+
'generic.placeholder.comma.separated': 'Type here separated by commas',
|
|
15
16
|
'generic.placeholder.select': 'Select one here',
|
|
16
17
|
'validation.required': 'Required field.',
|
|
17
18
|
'placeholder.check': 'click to choose',
|
|
@@ -42,6 +43,7 @@ export const CommonTexts = {
|
|
|
42
43
|
'pagination.label.total': 'Total',
|
|
43
44
|
'generic.placeholder': 'Digite aqui',
|
|
44
45
|
'generic.placeholder.select': 'Selecione um aqui',
|
|
46
|
+
'generic.placeholder.comma.separated': 'Digite aqui separado por vírgulas',
|
|
45
47
|
'validation.required': 'Campo obrigatório.',
|
|
46
48
|
'placeholder.check': 'clique para selecionar',
|
|
47
49
|
'placeholder.input': 'clique para adicionar',
|
|
@@ -71,6 +73,7 @@ export const CommonTexts = {
|
|
|
71
73
|
'pagination.label.total': 'Totale',
|
|
72
74
|
'generic.placeholder': 'Scrivi qui',
|
|
73
75
|
'generic.placeholder.select': 'Seleziona uno qui',
|
|
76
|
+
'generic.placeholder.comma.separated': 'Scrivi qui separato per virgole',
|
|
74
77
|
'validation.required': 'Campo obbligatorio.',
|
|
75
78
|
'placeholder.check': 'clicca per scegliere',
|
|
76
79
|
'placeholder.input': 'clicca per aggiungere',
|