tycho-components 0.4.12 → 0.4.13
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,37 +46,45 @@ 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
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
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
|
+
'button.open': string;
|
|
59
|
+
'select.empty': string;
|
|
60
|
+
'pagination.label.showing': string;
|
|
61
|
+
'pagination.label.results': string;
|
|
62
|
+
'pagination.label.total': string;
|
|
63
|
+
'generic.placeholder': string;
|
|
64
|
+
'generic.placeholder.comma.separated': string;
|
|
65
|
+
'generic.placeholder.select': string;
|
|
66
|
+
'validation.required': string;
|
|
67
|
+
'placeholder.check': string;
|
|
68
|
+
'placeholder.input': string;
|
|
69
|
+
'user.status.active': string;
|
|
70
|
+
'user.status.inactive': string;
|
|
71
|
+
'user.status.super': string;
|
|
72
|
+
'user.status.visitor': string;
|
|
73
|
+
'update.success': string;
|
|
74
|
+
'internal.server.error': string;
|
|
75
|
+
'table.label.rows-page': string;
|
|
76
|
+
'table.label.pages': string;
|
|
77
|
+
'table.label.items': string;
|
|
78
|
+
'tooltip.copy': string;
|
|
79
|
+
'tooltip.copied': string;
|
|
80
|
+
'document.status.deleted': string;
|
|
81
|
+
'document.status.editing': string;
|
|
82
|
+
'document.status.edited': string;
|
|
83
|
+
'document.status.revision': string;
|
|
84
|
+
'document.status.completed': string;
|
|
85
|
+
'document.status.syntactic': string;
|
|
86
|
+
'document.status.copying': string;
|
|
87
|
+
'document.status.error': string;
|
|
80
88
|
};
|
|
81
89
|
header: {
|
|
82
90
|
'label.platform': string;
|
|
@@ -287,37 +295,45 @@ export declare const commonResources: {
|
|
|
287
295
|
'label.edited': string;
|
|
288
296
|
};
|
|
289
297
|
common: {
|
|
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
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
298
|
+
'button.confirm': string;
|
|
299
|
+
'button.continue': string;
|
|
300
|
+
'button.cancel': string;
|
|
301
|
+
'button.remove': string;
|
|
302
|
+
'button.save': string;
|
|
303
|
+
'button.clone': string;
|
|
304
|
+
'button.apply': string;
|
|
305
|
+
'button.search': string;
|
|
306
|
+
'button.edit': string;
|
|
307
|
+
'button.open': string;
|
|
308
|
+
'select.empty': string;
|
|
309
|
+
'pagination.label.showing': string;
|
|
310
|
+
'pagination.label.results': string;
|
|
311
|
+
'pagination.label.total': string;
|
|
312
|
+
'generic.placeholder': string;
|
|
313
|
+
'generic.placeholder.select': string;
|
|
314
|
+
'generic.placeholder.comma.separated': string;
|
|
315
|
+
'validation.required': string;
|
|
316
|
+
'placeholder.check': string;
|
|
317
|
+
'placeholder.input': string;
|
|
318
|
+
'user.status.active': string;
|
|
319
|
+
'user.status.inactive': string;
|
|
320
|
+
'user.status.super': string;
|
|
321
|
+
'user.status.visitor': string;
|
|
322
|
+
'update.success': string;
|
|
323
|
+
'internal.server.error': string;
|
|
324
|
+
'table.label.rows-page': string;
|
|
325
|
+
'table.label.pages': string;
|
|
326
|
+
'table.label.items': string;
|
|
327
|
+
'tooltip.copy': string;
|
|
328
|
+
'tooltip.copied': string;
|
|
329
|
+
'document.status.deleted': string;
|
|
330
|
+
'document.status.editing': string;
|
|
331
|
+
'document.status.edited': string;
|
|
332
|
+
'document.status.revision': string;
|
|
333
|
+
'document.status.completed': string;
|
|
334
|
+
'document.status.syntactic': string;
|
|
335
|
+
'document.status.copying': string;
|
|
336
|
+
'document.status.error': string;
|
|
321
337
|
};
|
|
322
338
|
header: {
|
|
323
339
|
'label.platform': string;
|
|
@@ -526,37 +542,45 @@ export declare const commonResources: {
|
|
|
526
542
|
'label.edited': string;
|
|
527
543
|
};
|
|
528
544
|
common: {
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
545
|
+
'button.confirm': string;
|
|
546
|
+
'button.continue': string;
|
|
547
|
+
'button.cancel': string;
|
|
548
|
+
'button.remove': string;
|
|
549
|
+
'button.save': string;
|
|
550
|
+
'button.clone': string;
|
|
551
|
+
'button.search': string;
|
|
552
|
+
'button.edit': string;
|
|
553
|
+
'button.open': string;
|
|
554
|
+
'button.apply': string;
|
|
555
|
+
'select.empty': string;
|
|
556
|
+
'pagination.label.showing': string;
|
|
557
|
+
'pagination.label.results': string;
|
|
558
|
+
'pagination.label.total': string;
|
|
559
|
+
'generic.placeholder': string;
|
|
560
|
+
'generic.placeholder.select': string;
|
|
561
|
+
'generic.placeholder.comma.separated': string;
|
|
562
|
+
'validation.required': string;
|
|
563
|
+
'placeholder.check': string;
|
|
564
|
+
'placeholder.input': string;
|
|
565
|
+
'user.status.active': string;
|
|
566
|
+
'user.status.inactive': string;
|
|
567
|
+
'user.status.super': string;
|
|
568
|
+
'user.status.visitor': string;
|
|
569
|
+
'update.success': string;
|
|
570
|
+
'internal.server.error': string;
|
|
571
|
+
'table.label.rows-page': string;
|
|
572
|
+
'table.label.pages': string;
|
|
573
|
+
'table.label.items': string;
|
|
574
|
+
'tooltip.copy': string;
|
|
575
|
+
'tooltip.copied': string;
|
|
576
|
+
'document.status.deleted': string;
|
|
577
|
+
'document.status.editing': string;
|
|
578
|
+
'document.status.edited': string;
|
|
579
|
+
'document.status.revision': string;
|
|
580
|
+
'document.status.completed': string;
|
|
581
|
+
'document.status.syntactic': string;
|
|
582
|
+
'document.status.copying': string;
|
|
583
|
+
'document.status.error': string;
|
|
560
584
|
};
|
|
561
585
|
header: {
|
|
562
586
|
'label.platform': string;
|
|
@@ -1,101 +1,125 @@
|
|
|
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
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
+
'button.open': string;
|
|
13
|
+
'select.empty': string;
|
|
14
|
+
'pagination.label.showing': string;
|
|
15
|
+
'pagination.label.results': string;
|
|
16
|
+
'pagination.label.total': string;
|
|
17
|
+
'generic.placeholder': string;
|
|
18
|
+
'generic.placeholder.comma.separated': string;
|
|
19
|
+
'generic.placeholder.select': string;
|
|
20
|
+
'validation.required': string;
|
|
21
|
+
'placeholder.check': string;
|
|
22
|
+
'placeholder.input': string;
|
|
23
|
+
'user.status.active': string;
|
|
24
|
+
'user.status.inactive': string;
|
|
25
|
+
'user.status.super': string;
|
|
26
|
+
'user.status.visitor': string;
|
|
27
|
+
'update.success': string;
|
|
28
|
+
'internal.server.error': string;
|
|
29
|
+
'table.label.rows-page': string;
|
|
30
|
+
'table.label.pages': string;
|
|
31
|
+
'table.label.items': string;
|
|
32
|
+
'tooltip.copy': string;
|
|
33
|
+
'tooltip.copied': string;
|
|
34
|
+
'document.status.deleted': string;
|
|
35
|
+
'document.status.editing': string;
|
|
36
|
+
'document.status.edited': string;
|
|
37
|
+
'document.status.revision': string;
|
|
38
|
+
'document.status.completed': string;
|
|
39
|
+
'document.status.syntactic': string;
|
|
40
|
+
'document.status.copying': string;
|
|
41
|
+
'document.status.error': string;
|
|
34
42
|
};
|
|
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
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
43
|
+
'pt-BR': {
|
|
44
|
+
'button.confirm': string;
|
|
45
|
+
'button.continue': string;
|
|
46
|
+
'button.cancel': string;
|
|
47
|
+
'button.remove': string;
|
|
48
|
+
'button.save': string;
|
|
49
|
+
'button.clone': string;
|
|
50
|
+
'button.apply': string;
|
|
51
|
+
'button.search': string;
|
|
52
|
+
'button.edit': string;
|
|
53
|
+
'button.open': string;
|
|
54
|
+
'select.empty': string;
|
|
55
|
+
'pagination.label.showing': string;
|
|
56
|
+
'pagination.label.results': string;
|
|
57
|
+
'pagination.label.total': string;
|
|
58
|
+
'generic.placeholder': string;
|
|
59
|
+
'generic.placeholder.select': string;
|
|
60
|
+
'generic.placeholder.comma.separated': string;
|
|
61
|
+
'validation.required': string;
|
|
62
|
+
'placeholder.check': string;
|
|
63
|
+
'placeholder.input': string;
|
|
64
|
+
'user.status.active': string;
|
|
65
|
+
'user.status.inactive': string;
|
|
66
|
+
'user.status.super': string;
|
|
67
|
+
'user.status.visitor': string;
|
|
68
|
+
'update.success': string;
|
|
69
|
+
'internal.server.error': string;
|
|
70
|
+
'table.label.rows-page': string;
|
|
71
|
+
'table.label.pages': string;
|
|
72
|
+
'table.label.items': string;
|
|
73
|
+
'tooltip.copy': string;
|
|
74
|
+
'tooltip.copied': string;
|
|
75
|
+
'document.status.deleted': string;
|
|
76
|
+
'document.status.editing': string;
|
|
77
|
+
'document.status.edited': string;
|
|
78
|
+
'document.status.revision': string;
|
|
79
|
+
'document.status.completed': string;
|
|
80
|
+
'document.status.syntactic': string;
|
|
81
|
+
'document.status.copying': string;
|
|
82
|
+
'document.status.error': string;
|
|
67
83
|
};
|
|
68
84
|
it: {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
85
|
+
'button.confirm': string;
|
|
86
|
+
'button.continue': string;
|
|
87
|
+
'button.cancel': string;
|
|
88
|
+
'button.remove': string;
|
|
89
|
+
'button.save': string;
|
|
90
|
+
'button.clone': string;
|
|
91
|
+
'button.search': string;
|
|
92
|
+
'button.edit': string;
|
|
93
|
+
'button.open': string;
|
|
94
|
+
'button.apply': string;
|
|
95
|
+
'select.empty': string;
|
|
96
|
+
'pagination.label.showing': string;
|
|
97
|
+
'pagination.label.results': string;
|
|
98
|
+
'pagination.label.total': string;
|
|
99
|
+
'generic.placeholder': string;
|
|
100
|
+
'generic.placeholder.select': string;
|
|
101
|
+
'generic.placeholder.comma.separated': string;
|
|
102
|
+
'validation.required': string;
|
|
103
|
+
'placeholder.check': string;
|
|
104
|
+
'placeholder.input': string;
|
|
105
|
+
'user.status.active': string;
|
|
106
|
+
'user.status.inactive': string;
|
|
107
|
+
'user.status.super': string;
|
|
108
|
+
'user.status.visitor': string;
|
|
109
|
+
'update.success': string;
|
|
110
|
+
'internal.server.error': string;
|
|
111
|
+
'table.label.rows-page': string;
|
|
112
|
+
'table.label.pages': string;
|
|
113
|
+
'table.label.items': string;
|
|
114
|
+
'tooltip.copy': string;
|
|
115
|
+
'tooltip.copied': string;
|
|
116
|
+
'document.status.deleted': string;
|
|
117
|
+
'document.status.editing': string;
|
|
118
|
+
'document.status.edited': string;
|
|
119
|
+
'document.status.revision': string;
|
|
120
|
+
'document.status.completed': string;
|
|
121
|
+
'document.status.syntactic': string;
|
|
122
|
+
'document.status.copying': string;
|
|
123
|
+
'document.status.error': string;
|
|
100
124
|
};
|
|
101
125
|
};
|
|
@@ -1,101 +1,125 @@
|
|
|
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
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
+
'button.open': 'Open',
|
|
13
|
+
'select.empty': 'Select',
|
|
14
|
+
'pagination.label.showing': '',
|
|
15
|
+
'pagination.label.results': 'results per page',
|
|
16
|
+
'pagination.label.total': 'Total',
|
|
17
|
+
'generic.placeholder': 'Type here',
|
|
18
|
+
'generic.placeholder.comma.separated': 'Type here separated by commas',
|
|
19
|
+
'generic.placeholder.select': 'Select one here',
|
|
20
|
+
'validation.required': 'Required field.',
|
|
21
|
+
'placeholder.check': 'click to choose',
|
|
22
|
+
'placeholder.input': 'click to add',
|
|
23
|
+
'user.status.active': 'Active',
|
|
24
|
+
'user.status.inactive': 'Inactive',
|
|
25
|
+
'user.status.super': 'Super',
|
|
26
|
+
'user.status.visitor': 'Visitor',
|
|
27
|
+
'update.success': 'saved!',
|
|
28
|
+
'internal.server.error': 'An unexpected error occurred. Contact the administrator.',
|
|
29
|
+
'table.label.rows-page': 'Items per page',
|
|
30
|
+
'table.label.pages': 'of {{value}} pages',
|
|
31
|
+
'table.label.items': '{{first}} - {{last}} of {{total}} items',
|
|
32
|
+
'tooltip.copy': 'Copy',
|
|
33
|
+
'tooltip.copied': 'Copied!',
|
|
34
|
+
'document.status.deleted': 'Deleted',
|
|
35
|
+
'document.status.editing': 'Editing',
|
|
36
|
+
'document.status.edited': 'Edited',
|
|
37
|
+
'document.status.revision': 'In revision',
|
|
38
|
+
'document.status.completed': 'Completed',
|
|
39
|
+
'document.status.syntactic': 'In syntactic revision',
|
|
40
|
+
'document.status.copying': 'Copying',
|
|
41
|
+
'document.status.error': 'Error',
|
|
34
42
|
},
|
|
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
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
43
|
+
'pt-BR': {
|
|
44
|
+
'button.confirm': 'Confirmar',
|
|
45
|
+
'button.continue': 'Continuar',
|
|
46
|
+
'button.cancel': 'Cancelar',
|
|
47
|
+
'button.remove': 'Remover',
|
|
48
|
+
'button.save': 'Salvar',
|
|
49
|
+
'button.clone': 'Clonar',
|
|
50
|
+
'button.apply': 'Aplicar',
|
|
51
|
+
'button.search': 'Buscar',
|
|
52
|
+
'button.edit': 'Editar',
|
|
53
|
+
'button.open': 'Abrir',
|
|
54
|
+
'select.empty': 'Selecionar',
|
|
55
|
+
'pagination.label.showing': 'Exibindo',
|
|
56
|
+
'pagination.label.results': 'resultados por página',
|
|
57
|
+
'pagination.label.total': 'Total',
|
|
58
|
+
'generic.placeholder': 'Digite aqui',
|
|
59
|
+
'generic.placeholder.select': 'Selecione um aqui',
|
|
60
|
+
'generic.placeholder.comma.separated': 'Digite aqui separado por vírgulas',
|
|
61
|
+
'validation.required': 'Campo obrigatório.',
|
|
62
|
+
'placeholder.check': 'clique para selecionar',
|
|
63
|
+
'placeholder.input': 'clique para adicionar',
|
|
64
|
+
'user.status.active': 'Ativo',
|
|
65
|
+
'user.status.inactive': 'Inativo',
|
|
66
|
+
'user.status.super': 'Super',
|
|
67
|
+
'user.status.visitor': 'Visitante',
|
|
68
|
+
'update.success': 'salvo!',
|
|
69
|
+
'internal.server.error': 'Ocorreu um erro inesperado. Entre em contato com o administrador.',
|
|
70
|
+
'table.label.rows-page': 'Itens por página',
|
|
71
|
+
'table.label.pages': 'de {{value}} páginas',
|
|
72
|
+
'table.label.items': '{{first}} - {{last}} de {{total}} itens',
|
|
73
|
+
'tooltip.copy': 'Copiar',
|
|
74
|
+
'tooltip.copied': 'Copiado!',
|
|
75
|
+
'document.status.deleted': 'Excluído',
|
|
76
|
+
'document.status.editing': 'Editando',
|
|
77
|
+
'document.status.edited': 'Editado',
|
|
78
|
+
'document.status.revision': 'Em revisão',
|
|
79
|
+
'document.status.completed': 'Completo',
|
|
80
|
+
'document.status.syntactic': 'Em revisão sintática',
|
|
81
|
+
'document.status.copying': 'Copiando',
|
|
82
|
+
'document.status.error': 'Erro',
|
|
67
83
|
},
|
|
68
84
|
it: {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
85
|
+
'button.confirm': 'Conferma',
|
|
86
|
+
'button.continue': 'Continua',
|
|
87
|
+
'button.cancel': 'Annulla',
|
|
88
|
+
'button.remove': 'Rimuovi',
|
|
89
|
+
'button.save': 'Salva',
|
|
90
|
+
'button.clone': 'Clona',
|
|
91
|
+
'button.search': 'Cerca',
|
|
92
|
+
'button.edit': 'Modifica',
|
|
93
|
+
'button.open': 'Apri',
|
|
94
|
+
'button.apply': 'Applica',
|
|
95
|
+
'select.empty': 'Seleziona',
|
|
96
|
+
'pagination.label.showing': 'Mostrando',
|
|
97
|
+
'pagination.label.results': 'risultati per pagina',
|
|
98
|
+
'pagination.label.total': 'Totale',
|
|
99
|
+
'generic.placeholder': 'Scrivi qui',
|
|
100
|
+
'generic.placeholder.select': 'Seleziona uno qui',
|
|
101
|
+
'generic.placeholder.comma.separated': 'Scrivi qui separato per virgole',
|
|
102
|
+
'validation.required': 'Campo obbligatorio.',
|
|
103
|
+
'placeholder.check': 'clicca per scegliere',
|
|
104
|
+
'placeholder.input': 'clicca per aggiungere',
|
|
105
|
+
'user.status.active': 'Attivo',
|
|
106
|
+
'user.status.inactive': 'Inattivo',
|
|
107
|
+
'user.status.super': 'Super',
|
|
108
|
+
'user.status.visitor': 'Visitatore',
|
|
109
|
+
'update.success': 'salvato!',
|
|
110
|
+
'internal.server.error': "Si è verificato un errore inaspettato. Contatta l'amministratore.",
|
|
111
|
+
'table.label.rows-page': 'Elementi per pagina',
|
|
112
|
+
'table.label.pages': 'di {{value}} pagine',
|
|
113
|
+
'table.label.items': '{{first}} - {{last}} di {{total}} elementi',
|
|
114
|
+
'tooltip.copy': 'Copia',
|
|
115
|
+
'tooltip.copied': 'Copiato!',
|
|
116
|
+
'document.status.deleted': 'Eliminato',
|
|
117
|
+
'document.status.editing': 'Modifica',
|
|
118
|
+
'document.status.edited': 'Modificato',
|
|
119
|
+
'document.status.revision': 'In revisione',
|
|
120
|
+
'document.status.completed': 'Completato',
|
|
121
|
+
'document.status.syntactic': 'In revisione sintattica',
|
|
122
|
+
'document.status.copying': 'Copiando',
|
|
123
|
+
'document.status.error': 'Errore',
|
|
100
124
|
},
|
|
101
125
|
};
|