@applica-software-guru/react-admin 1.5.331 → 1.5.333
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.
- package/dist/components/ra-forms/Edit.d.ts +4 -2
- package/dist/components/ra-forms/Edit.d.ts.map +1 -1
- package/dist/i18n/createI18nProvider.d.ts +2 -1
- package/dist/i18n/createI18nProvider.d.ts.map +1 -1
- package/dist/i18n/en.json +8 -0
- package/{public/i18n/messages.json → dist/i18n/it.json} +446 -446
- package/dist/i18n/it.json.gz +0 -0
- package/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.gz +0 -0
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +16 -11
- package/dist/react-admin.es.js.gz +0 -0
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.gz +0 -0
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/public/i18n/en.json +8 -0
- package/{dist/i18n/messages.json → public/i18n/it.json} +446 -446
- package/src/components/ra-forms/Edit.tsx +2 -3
- package/src/i18n/createI18nProvider.tsx +24 -19
- package/src/playground/App.jsx +12 -1
- package/dist/i18n/languages.json +0 -1
- package/dist/i18n/messages.json.gz +0 -0
- package/public/i18n/languages.json +0 -1
|
@@ -1,1340 +1,1340 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"id": "
|
|
3
|
+
"id": "it.Forbidden",
|
|
4
4
|
"code": "Forbidden",
|
|
5
|
-
"lang": "
|
|
5
|
+
"lang": "it",
|
|
6
6
|
"text": "Accesso non consentito"
|
|
7
7
|
},
|
|
8
8
|
{
|
|
9
|
-
"id": "
|
|
9
|
+
"id": "it.app.date_format.long",
|
|
10
10
|
"code": "app.date_format.long",
|
|
11
|
-
"lang": "
|
|
11
|
+
"lang": "it",
|
|
12
12
|
"text": "DD/MM/YYYY, HH:mm:ss"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
|
-
"id": "
|
|
15
|
+
"id": "it.app.input.max_length_info",
|
|
16
16
|
"code": "app.input.max_length_info",
|
|
17
|
-
"lang": "
|
|
17
|
+
"lang": "it",
|
|
18
18
|
"text": "Usati %{count} su %{max} caratteri disponibili (spazi inclusi)"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"id": "
|
|
21
|
+
"id": "it.app.label.day",
|
|
22
22
|
"code": "app.label.day",
|
|
23
|
-
"lang": "
|
|
23
|
+
"lang": "it",
|
|
24
24
|
"text": "Data"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
"id": "
|
|
27
|
+
"id": "it.app.label.end_at",
|
|
28
28
|
"code": "app.label.end_at",
|
|
29
|
-
"lang": "
|
|
29
|
+
"lang": "it",
|
|
30
30
|
"text": "Alla data"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
|
-
"id": "
|
|
33
|
+
"id": "it.app.welcome",
|
|
34
34
|
"code": "app.welcome",
|
|
35
|
-
"lang": "
|
|
35
|
+
"lang": "it",
|
|
36
36
|
"text": "Benvenuto %{full_name}"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"id": "
|
|
39
|
+
"id": "it.crud.error.serialization",
|
|
40
40
|
"code": "crud.error.serialization",
|
|
41
|
-
"lang": "
|
|
41
|
+
"lang": "it",
|
|
42
42
|
"text": "Errore nella serializzazione dei dati"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
"id": "
|
|
45
|
+
"id": "it.error.validation",
|
|
46
46
|
"code": "error.validation",
|
|
47
|
-
"lang": "
|
|
47
|
+
"lang": "it",
|
|
48
48
|
"text": "Errore di validazione"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
"id": "
|
|
51
|
+
"id": "it.iam.error.email-address-already-exists",
|
|
52
52
|
"code": "iam.error.email-address-already-exists",
|
|
53
|
-
"lang": "
|
|
53
|
+
"lang": "it",
|
|
54
54
|
"text": "Indirizzo e-mail già utilizzato"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
"id": "
|
|
57
|
+
"id": "it.menu.groups.admin",
|
|
58
58
|
"code": "menu.groups.admin",
|
|
59
|
-
"lang": "
|
|
59
|
+
"lang": "it",
|
|
60
60
|
"text": "Amministrazione"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
|
-
"id": "
|
|
63
|
+
"id": "it.menu.items.command-logs",
|
|
64
64
|
"code": "menu.items.command-logs",
|
|
65
|
-
"lang": "
|
|
65
|
+
"lang": "it",
|
|
66
66
|
"text": "Comandi (Logs)"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
"id": "
|
|
69
|
+
"id": "it.menu.items.entities/i18n-message",
|
|
70
70
|
"code": "menu.items.entities/i18n-message",
|
|
71
|
-
"lang": "
|
|
71
|
+
"lang": "it",
|
|
72
72
|
"text": "Messaggi (i18n)"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
"id": "
|
|
75
|
+
"id": "it.menu.items.entities/notification",
|
|
76
76
|
"code": "menu.items.entities/notification",
|
|
77
|
-
"lang": "
|
|
77
|
+
"lang": "it",
|
|
78
78
|
"text": "Notifiche"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
|
-
"id": "
|
|
81
|
+
"id": "it.menu.items.entities/user",
|
|
82
82
|
"code": "menu.items.entities/user",
|
|
83
|
-
"lang": "
|
|
83
|
+
"lang": "it",
|
|
84
84
|
"text": "Utenti"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
|
-
"id": "
|
|
87
|
+
"id": "it.menu.items.notifications",
|
|
88
88
|
"code": "menu.items.notifications",
|
|
89
|
-
"lang": "
|
|
89
|
+
"lang": "it",
|
|
90
90
|
"text": "Notifiche"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
|
-
"id": "
|
|
93
|
+
"id": "it.menu.items.users",
|
|
94
94
|
"code": "menu.items.users",
|
|
95
|
-
"lang": "
|
|
95
|
+
"lang": "it",
|
|
96
96
|
"text": "Utenti"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
|
-
"id": "
|
|
99
|
+
"id": "it.ra.action.add",
|
|
100
100
|
"code": "ra.action.add",
|
|
101
|
-
"lang": "
|
|
101
|
+
"lang": "it",
|
|
102
102
|
"text": "Aggiungi"
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
|
-
"id": "
|
|
105
|
+
"id": "it.ra.action.add_filter",
|
|
106
106
|
"code": "ra.action.add_filter",
|
|
107
|
-
"lang": "
|
|
107
|
+
"lang": "it",
|
|
108
108
|
"text": "Filtri"
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
|
-
"id": "
|
|
111
|
+
"id": "it.ra.action.all",
|
|
112
112
|
"code": "ra.action.all",
|
|
113
|
-
"lang": "
|
|
113
|
+
"lang": "it",
|
|
114
114
|
"text": "(Tutti)"
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
|
-
"id": "
|
|
117
|
+
"id": "it.ra.action.back",
|
|
118
118
|
"code": "ra.action.back",
|
|
119
|
-
"lang": "
|
|
119
|
+
"lang": "it",
|
|
120
120
|
"text": "Indietro"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
"id": "
|
|
123
|
+
"id": "it.ra.action.bulk_actions",
|
|
124
124
|
"code": "ra.action.bulk_actions",
|
|
125
|
-
"lang": "
|
|
125
|
+
"lang": "it",
|
|
126
126
|
"text": "%{smart_count} selezionati"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
"id": "
|
|
129
|
+
"id": "it.ra.action.cancel",
|
|
130
130
|
"code": "ra.action.cancel",
|
|
131
|
-
"lang": "
|
|
131
|
+
"lang": "it",
|
|
132
132
|
"text": "Annulla"
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
"id": "
|
|
135
|
+
"id": "it.ra.action.clear_array_input",
|
|
136
136
|
"code": "ra.action.clear_array_input",
|
|
137
|
-
"lang": "
|
|
137
|
+
"lang": "it",
|
|
138
138
|
"text": "Rimuovi tutti gli elementi"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
|
-
"id": "
|
|
141
|
+
"id": "it.ra.action.clear_input_value",
|
|
142
142
|
"code": "ra.action.clear_input_value",
|
|
143
|
-
"lang": "
|
|
143
|
+
"lang": "it",
|
|
144
144
|
"text": "Svuota il modulo"
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
|
-
"id": "
|
|
147
|
+
"id": "it.ra.action.clone",
|
|
148
148
|
"code": "ra.action.clone",
|
|
149
|
-
"lang": "
|
|
149
|
+
"lang": "it",
|
|
150
150
|
"text": "Duplica"
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
|
-
"id": "
|
|
153
|
+
"id": "it.ra.action.close",
|
|
154
154
|
"code": "ra.action.close",
|
|
155
|
-
"lang": "
|
|
155
|
+
"lang": "it",
|
|
156
156
|
"text": "Chiudi"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
|
-
"id": "
|
|
159
|
+
"id": "it.ra.action.close_menu",
|
|
160
160
|
"code": "ra.action.close_menu",
|
|
161
|
-
"lang": "
|
|
161
|
+
"lang": "it",
|
|
162
162
|
"text": "Chiudi il menu"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
|
-
"id": "
|
|
165
|
+
"id": "it.ra.action.confirm",
|
|
166
166
|
"code": "ra.action.confirm",
|
|
167
|
-
"lang": "
|
|
167
|
+
"lang": "it",
|
|
168
168
|
"text": "Conferma"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
|
-
"id": "
|
|
171
|
+
"id": "it.ra.action.create",
|
|
172
172
|
"code": "ra.action.create",
|
|
173
|
-
"lang": "
|
|
173
|
+
"lang": "it",
|
|
174
174
|
"text": "Crea"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
|
-
"id": "
|
|
177
|
+
"id": "it.ra.action.delete",
|
|
178
178
|
"code": "ra.action.delete",
|
|
179
|
-
"lang": "
|
|
179
|
+
"lang": "it",
|
|
180
180
|
"text": "Cancella"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
|
-
"id": "
|
|
183
|
+
"id": "it.ra.action.edit",
|
|
184
184
|
"code": "ra.action.edit",
|
|
185
|
-
"lang": "
|
|
185
|
+
"lang": "it",
|
|
186
186
|
"text": "Modifica"
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
|
-
"id": "
|
|
189
|
+
"id": "it.ra.action.expand",
|
|
190
190
|
"code": "ra.action.expand",
|
|
191
|
-
"lang": "
|
|
191
|
+
"lang": "it",
|
|
192
192
|
"text": "Espandi"
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
|
-
"id": "
|
|
195
|
+
"id": "it.ra.action.export",
|
|
196
196
|
"code": "ra.action.export",
|
|
197
|
-
"lang": "
|
|
197
|
+
"lang": "it",
|
|
198
198
|
"text": "Esporta"
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
|
-
"id": "
|
|
201
|
+
"id": "it.ra.action.list",
|
|
202
202
|
"code": "ra.action.list",
|
|
203
|
-
"lang": "
|
|
203
|
+
"lang": "it",
|
|
204
204
|
"text": "Elenco"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
|
-
"id": "
|
|
207
|
+
"id": "it.ra.action.next",
|
|
208
208
|
"code": "ra.action.next",
|
|
209
|
-
"lang": "
|
|
209
|
+
"lang": "it",
|
|
210
210
|
"text": "Prosegui"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
|
-
"id": "
|
|
213
|
+
"id": "it.ra.action.open_menu",
|
|
214
214
|
"code": "ra.action.open_menu",
|
|
215
|
-
"lang": "
|
|
215
|
+
"lang": "it",
|
|
216
216
|
"text": "Apri il menu"
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
|
-
"id": "
|
|
219
|
+
"id": "it.ra.action.refresh",
|
|
220
220
|
"code": "ra.action.refresh",
|
|
221
|
-
"lang": "
|
|
221
|
+
"lang": "it",
|
|
222
222
|
"text": "Aggiorna"
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
|
-
"id": "
|
|
225
|
+
"id": "it.ra.action.remove",
|
|
226
226
|
"code": "ra.action.remove",
|
|
227
|
-
"lang": "
|
|
227
|
+
"lang": "it",
|
|
228
228
|
"text": "Rimuovi"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
|
-
"id": "
|
|
231
|
+
"id": "it.ra.action.remove_filter",
|
|
232
232
|
"code": "ra.action.remove_filter",
|
|
233
|
-
"lang": "
|
|
233
|
+
"lang": "it",
|
|
234
234
|
"text": "Rimuovi questo filtro"
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
|
-
"id": "
|
|
237
|
+
"id": "it.ra.action.save",
|
|
238
238
|
"code": "ra.action.save",
|
|
239
|
-
"lang": "
|
|
239
|
+
"lang": "it",
|
|
240
240
|
"text": "Salva"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
|
-
"id": "
|
|
243
|
+
"id": "it.ra.action.search",
|
|
244
244
|
"code": "ra.action.search",
|
|
245
|
-
"lang": "
|
|
245
|
+
"lang": "it",
|
|
246
246
|
"text": "Ricerca"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
|
-
"id": "
|
|
249
|
+
"id": "it.ra.action.show",
|
|
250
250
|
"code": "ra.action.show",
|
|
251
|
-
"lang": "
|
|
251
|
+
"lang": "it",
|
|
252
252
|
"text": "Mostra"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"id": "
|
|
255
|
+
"id": "it.ra.action.sort",
|
|
256
256
|
"code": "ra.action.sort",
|
|
257
|
-
"lang": "
|
|
257
|
+
"lang": "it",
|
|
258
258
|
"text": "Ordina"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
|
-
"id": "
|
|
261
|
+
"id": "it.ra.action.undo",
|
|
262
262
|
"code": "ra.action.undo",
|
|
263
|
-
"lang": "
|
|
263
|
+
"lang": "it",
|
|
264
264
|
"text": "Annulla"
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
|
-
"id": "
|
|
267
|
+
"id": "it.ra.action.unselect",
|
|
268
268
|
"code": "ra.action.unselect",
|
|
269
|
-
"lang": "
|
|
269
|
+
"lang": "it",
|
|
270
270
|
"text": "Annulla selezione"
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
|
-
"id": "
|
|
273
|
+
"id": "it.ra.action.view_all",
|
|
274
274
|
"code": "ra.action.view_all",
|
|
275
|
-
"lang": "
|
|
275
|
+
"lang": "it",
|
|
276
276
|
"text": "Visualizza Tutto"
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
|
-
"id": "
|
|
279
|
+
"id": "it.ra.active.false",
|
|
280
280
|
"code": "ra.active.false",
|
|
281
|
-
"lang": "
|
|
281
|
+
"lang": "it",
|
|
282
282
|
"text": "Disattivata"
|
|
283
283
|
},
|
|
284
284
|
{
|
|
285
|
-
"id": "
|
|
285
|
+
"id": "it.ra.active.true",
|
|
286
286
|
"code": "ra.active.true",
|
|
287
|
-
"lang": "
|
|
287
|
+
"lang": "it",
|
|
288
288
|
"text": "Attiva"
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
|
-
"id": "
|
|
291
|
+
"id": "it.ra.attachment.info",
|
|
292
292
|
"code": "ra.attachment.info",
|
|
293
|
-
"lang": "
|
|
293
|
+
"lang": "it",
|
|
294
294
|
"text": "Creato da %{user} %{created}"
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
|
-
"id": "
|
|
297
|
+
"id": "it.ra.auth.account",
|
|
298
298
|
"code": "ra.auth.account",
|
|
299
|
-
"lang": "
|
|
299
|
+
"lang": "it",
|
|
300
300
|
"text": "Username o email"
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
|
-
"id": "
|
|
303
|
+
"id": "it.ra.auth.activate",
|
|
304
304
|
"code": "ra.auth.activate",
|
|
305
|
-
"lang": "
|
|
305
|
+
"lang": "it",
|
|
306
306
|
"text": "Attivazione Account"
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
|
-
"id": "
|
|
309
|
+
"id": "it.ra.auth.activate_pending",
|
|
310
310
|
"code": "ra.auth.activate_pending",
|
|
311
|
-
"lang": "
|
|
311
|
+
"lang": "it",
|
|
312
312
|
"text": "Verifica dell'account in corso..."
|
|
313
313
|
},
|
|
314
314
|
{
|
|
315
|
-
"id": "
|
|
315
|
+
"id": "it.ra.auth.activate_success",
|
|
316
316
|
"code": "ra.auth.activate_success",
|
|
317
|
-
"lang": "
|
|
317
|
+
"lang": "it",
|
|
318
318
|
"text": "Account attivato correttamente"
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
|
-
"id": "
|
|
321
|
+
"id": "it.ra.auth.already_have_account",
|
|
322
322
|
"code": "ra.auth.already_have_account",
|
|
323
|
-
"lang": "
|
|
323
|
+
"lang": "it",
|
|
324
324
|
"text": "Hai già un account?"
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
|
-
"id": "
|
|
327
|
+
"id": "it.ra.auth.auth_check_error",
|
|
328
328
|
"code": "ra.auth.auth_check_error",
|
|
329
|
-
"lang": "
|
|
329
|
+
"lang": "it",
|
|
330
330
|
"text": "E' necessario accedere per continuare"
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
|
-
"id": "
|
|
333
|
+
"id": "it.ra.auth.back_to_login",
|
|
334
334
|
"code": "ra.auth.back_to_login",
|
|
335
|
-
"lang": "
|
|
335
|
+
"lang": "it",
|
|
336
336
|
"text": "Torna al login"
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
|
-
"id": "
|
|
339
|
+
"id": "it.ra.auth.change_password",
|
|
340
340
|
"code": "ra.auth.change_password",
|
|
341
|
-
"lang": "
|
|
341
|
+
"lang": "it",
|
|
342
342
|
"text": "Cambia Password"
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
|
-
"id": "
|
|
345
|
+
"id": "it.ra.auth.create_account",
|
|
346
346
|
"code": "ra.auth.create_account",
|
|
347
|
-
"lang": "
|
|
347
|
+
"lang": "it",
|
|
348
348
|
"text": "Registrati"
|
|
349
349
|
},
|
|
350
350
|
{
|
|
351
|
-
"id": "
|
|
351
|
+
"id": "it.ra.auth.first_access.change_password",
|
|
352
352
|
"code": "ra.auth.first_access.change_password",
|
|
353
|
-
"lang": "
|
|
353
|
+
"lang": "it",
|
|
354
354
|
"text": "Cambio Password"
|
|
355
355
|
},
|
|
356
356
|
{
|
|
357
|
-
"id": "
|
|
357
|
+
"id": "it.ra.auth.first_access.change_password_helper",
|
|
358
358
|
"code": "ra.auth.first_access.change_password_helper",
|
|
359
|
-
"lang": "
|
|
359
|
+
"lang": "it",
|
|
360
360
|
"text": "Successivamente al primo accesso è necessario cambiare la propria password. Inserire la password comunicata ed una nuova password da utilizzare per procedere."
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
|
-
"id": "
|
|
363
|
+
"id": "it.ra.auth.forgot_password",
|
|
364
364
|
"code": "ra.auth.forgot_password",
|
|
365
|
-
"lang": "
|
|
365
|
+
"lang": "it",
|
|
366
366
|
"text": "Password dimenticata?"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
|
-
"id": "
|
|
369
|
+
"id": "it.ra.auth.impersonating.undo",
|
|
370
370
|
"code": "ra.auth.impersonating.undo",
|
|
371
|
-
"lang": "
|
|
371
|
+
"lang": "it",
|
|
372
372
|
"text": "Smetti di impersonate %{name}"
|
|
373
373
|
},
|
|
374
374
|
{
|
|
375
|
-
"id": "
|
|
375
|
+
"id": "it.ra.auth.impersonating.undo.short",
|
|
376
376
|
"code": "ra.auth.impersonating.undo.short",
|
|
377
|
-
"lang": "
|
|
377
|
+
"lang": "it",
|
|
378
378
|
"text": "Esci da %{name}"
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
|
-
"id": "
|
|
381
|
+
"id": "it.ra.auth.login.spid",
|
|
382
382
|
"code": "ra.auth.login.spid",
|
|
383
|
-
"lang": "
|
|
383
|
+
"lang": "it",
|
|
384
384
|
"text": "Entra con SPID/CIE/CNS"
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
|
-
"id": "
|
|
387
|
+
"id": "it.ra.auth.logout",
|
|
388
388
|
"code": "ra.auth.logout",
|
|
389
|
-
"lang": "
|
|
389
|
+
"lang": "it",
|
|
390
390
|
"text": "Disconnessione"
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
|
-
"id": "
|
|
393
|
+
"id": "it.ra.auth.password",
|
|
394
394
|
"code": "ra.auth.password",
|
|
395
|
-
"lang": "
|
|
395
|
+
"lang": "it",
|
|
396
396
|
"text": "Password"
|
|
397
397
|
},
|
|
398
398
|
{
|
|
399
|
-
"id": "
|
|
399
|
+
"id": "it.ra.auth.password_changed",
|
|
400
400
|
"code": "ra.auth.password_changed",
|
|
401
|
-
"lang": "
|
|
401
|
+
"lang": "it",
|
|
402
402
|
"text": "Password aggiornata correttamente"
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
|
-
"id": "
|
|
405
|
+
"id": "it.ra.auth.password_placeholder",
|
|
406
406
|
"code": "ra.auth.password_placeholder",
|
|
407
|
-
"lang": "
|
|
407
|
+
"lang": "it",
|
|
408
408
|
"text": "La tua password"
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
|
-
"id": "
|
|
411
|
+
"id": "it.ra.auth.password_reset.button",
|
|
412
412
|
"code": "ra.auth.password_reset.button",
|
|
413
|
-
"lang": "
|
|
413
|
+
"lang": "it",
|
|
414
414
|
"text": "Reimposta"
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
|
-
"id": "
|
|
417
|
+
"id": "it.ra.auth.password_reset.title",
|
|
418
418
|
"code": "ra.auth.password_reset.title",
|
|
419
|
-
"lang": "
|
|
419
|
+
"lang": "it",
|
|
420
420
|
"text": "Reimposta password"
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
|
-
"id": "
|
|
423
|
+
"id": "it.ra.auth.recover",
|
|
424
424
|
"code": "ra.auth.recover",
|
|
425
|
-
"lang": "
|
|
425
|
+
"lang": "it",
|
|
426
426
|
"text": "Invia E-mail conferma reset password"
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
|
-
"id": "
|
|
429
|
+
"id": "it.ra.auth.recover.inbox_help",
|
|
430
430
|
"code": "ra.auth.recover.inbox_help",
|
|
431
|
-
"lang": "
|
|
431
|
+
"lang": "it",
|
|
432
432
|
"text": "Ricorda di controllare la cartella SPAM"
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
|
-
"id": "
|
|
435
|
+
"id": "it.ra.auth.recover.title",
|
|
436
436
|
"code": "ra.auth.recover.title",
|
|
437
|
-
"lang": "
|
|
437
|
+
"lang": "it",
|
|
438
438
|
"text": "Recupera Password"
|
|
439
439
|
},
|
|
440
440
|
{
|
|
441
|
-
"id": "
|
|
441
|
+
"id": "it.ra.auth.recover_ok",
|
|
442
442
|
"code": "ra.auth.recover_ok",
|
|
443
|
-
"lang": "
|
|
443
|
+
"lang": "it",
|
|
444
444
|
"text": "Recupero password eseguito, contorlla la tua e-mail"
|
|
445
445
|
},
|
|
446
446
|
{
|
|
447
|
-
"id": "
|
|
447
|
+
"id": "it.ra.auth.register",
|
|
448
448
|
"code": "ra.auth.register",
|
|
449
|
-
"lang": "
|
|
449
|
+
"lang": "it",
|
|
450
450
|
"text": "Non hai ancora un account?"
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
|
-
"id": "
|
|
453
|
+
"id": "it.ra.auth.register.title",
|
|
454
454
|
"code": "ra.auth.register.title",
|
|
455
|
-
"lang": "
|
|
455
|
+
"lang": "it",
|
|
456
456
|
"text": "Registrati"
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
|
-
"id": "
|
|
459
|
+
"id": "it.ra.auth.register_iam.error.email-address-already-exists",
|
|
460
460
|
"code": "ra.auth.register_iam.error.email-address-already-exists",
|
|
461
|
-
"lang": "
|
|
461
|
+
"lang": "it",
|
|
462
462
|
"text": "Non è possibile utilizzare questo indirizzo e-mail"
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
|
-
"id": "
|
|
465
|
+
"id": "it.ra.auth.register_iam.error.email-not-valid",
|
|
466
466
|
"code": "ra.auth.register_iam.error.email-not-valid",
|
|
467
|
-
"lang": "
|
|
467
|
+
"lang": "it",
|
|
468
468
|
"text": "L'indirizzo e-mail inserito non è valido"
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
|
-
"id": "
|
|
471
|
+
"id": "it.ra.auth.register_ok",
|
|
472
472
|
"code": "ra.auth.register_ok",
|
|
473
|
-
"lang": "
|
|
473
|
+
"lang": "it",
|
|
474
474
|
"text": "Registrazione avvenuta correttamente, controlla la tua e-mail per confermare i dati inseriti"
|
|
475
475
|
},
|
|
476
476
|
{
|
|
477
|
-
"id": "
|
|
477
|
+
"id": "it.ra.auth.reset_password",
|
|
478
478
|
"code": "ra.auth.reset_password",
|
|
479
|
-
"lang": "
|
|
479
|
+
"lang": "it",
|
|
480
480
|
"text": "Recupera Password"
|
|
481
481
|
},
|
|
482
482
|
{
|
|
483
|
-
"id": "
|
|
483
|
+
"id": "it.ra.auth.sign_in",
|
|
484
484
|
"code": "ra.auth.sign_in",
|
|
485
|
-
"lang": "
|
|
485
|
+
"lang": "it",
|
|
486
486
|
"text": "Login"
|
|
487
487
|
},
|
|
488
488
|
{
|
|
489
|
-
"id": "
|
|
489
|
+
"id": "it.ra.auth.sign_in_error",
|
|
490
490
|
"code": "ra.auth.sign_in_error",
|
|
491
|
-
"lang": "
|
|
491
|
+
"lang": "it",
|
|
492
492
|
"text": "Autenticazione fallita, riprovare."
|
|
493
493
|
},
|
|
494
494
|
{
|
|
495
|
-
"id": "
|
|
495
|
+
"id": "it.ra.auth.sign_in_success",
|
|
496
496
|
"code": "ra.auth.sign_in_success",
|
|
497
|
-
"lang": "
|
|
497
|
+
"lang": "it",
|
|
498
498
|
"text": "Utente impersona con successo, ricaricamento pagina in corso..."
|
|
499
499
|
},
|
|
500
500
|
{
|
|
501
|
-
"id": "
|
|
501
|
+
"id": "it.ra.auth.sign_out_success",
|
|
502
502
|
"code": "ra.auth.sign_out_success",
|
|
503
|
-
"lang": "
|
|
503
|
+
"lang": "it",
|
|
504
504
|
"text": "Logout da altro utente eseguito con successo, ricaricamento pagina in corso..."
|
|
505
505
|
},
|
|
506
506
|
{
|
|
507
|
-
"id": "
|
|
507
|
+
"id": "it.ra.auth.stop_impersonate",
|
|
508
508
|
"code": "ra.auth.stop_impersonate",
|
|
509
|
-
"lang": "
|
|
509
|
+
"lang": "it",
|
|
510
510
|
"text": "Smetti di impersonare"
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
|
-
"id": "
|
|
513
|
+
"id": "it.ra.auth.user_menu",
|
|
514
514
|
"code": "ra.auth.user_menu",
|
|
515
|
-
"lang": "
|
|
515
|
+
"lang": "it",
|
|
516
516
|
"text": "Profilo"
|
|
517
517
|
},
|
|
518
518
|
{
|
|
519
|
-
"id": "
|
|
519
|
+
"id": "it.ra.auth.username",
|
|
520
520
|
"code": "ra.auth.username",
|
|
521
|
-
"lang": "
|
|
521
|
+
"lang": "it",
|
|
522
522
|
"text": "Nome utente"
|
|
523
523
|
},
|
|
524
524
|
{
|
|
525
|
-
"id": "
|
|
525
|
+
"id": "it.ra.boolean.false",
|
|
526
526
|
"code": "ra.boolean.false",
|
|
527
|
-
"lang": "
|
|
527
|
+
"lang": "it",
|
|
528
528
|
"text": "No"
|
|
529
529
|
},
|
|
530
530
|
{
|
|
531
|
-
"id": "
|
|
531
|
+
"id": "it.ra.boolean.null",
|
|
532
532
|
"code": "ra.boolean.null",
|
|
533
|
-
"lang": "
|
|
533
|
+
"lang": "it",
|
|
534
534
|
"text": "(Tutti)"
|
|
535
535
|
},
|
|
536
536
|
{
|
|
537
|
-
"id": "
|
|
537
|
+
"id": "it.ra.boolean.true",
|
|
538
538
|
"code": "ra.boolean.true",
|
|
539
|
-
"lang": "
|
|
539
|
+
"lang": "it",
|
|
540
540
|
"text": "Si"
|
|
541
541
|
},
|
|
542
542
|
{
|
|
543
|
-
"id": "
|
|
543
|
+
"id": "it.ra.image.upload_several",
|
|
544
544
|
"code": "ra.image.upload_several",
|
|
545
|
-
"lang": "
|
|
545
|
+
"lang": "it",
|
|
546
546
|
"text": "Trascina le immagini da caricare, oppure clicca per selezionarle."
|
|
547
547
|
},
|
|
548
548
|
{
|
|
549
|
-
"id": "
|
|
549
|
+
"id": "it.ra.image.upload_single",
|
|
550
550
|
"code": "ra.image.upload_single",
|
|
551
|
-
"lang": "
|
|
551
|
+
"lang": "it",
|
|
552
552
|
"text": "Trascina l'immagine da caricare, oppure clicca per selezionarla."
|
|
553
553
|
},
|
|
554
554
|
{
|
|
555
|
-
"id": "
|
|
555
|
+
"id": "it.ra.input.file.upload_several",
|
|
556
556
|
"code": "ra.input.file.upload_several",
|
|
557
|
-
"lang": "
|
|
557
|
+
"lang": "it",
|
|
558
558
|
"text": "Trascina i files da caricare, oppure clicca per selezionare."
|
|
559
559
|
},
|
|
560
560
|
{
|
|
561
|
-
"id": "
|
|
561
|
+
"id": "it.ra.input.file.upload_single",
|
|
562
562
|
"code": "ra.input.file.upload_single",
|
|
563
|
-
"lang": "
|
|
563
|
+
"lang": "it",
|
|
564
564
|
"text": "Trascina il file da caricare, oppure clicca per selezionarlo."
|
|
565
565
|
},
|
|
566
566
|
{
|
|
567
|
-
"id": "
|
|
567
|
+
"id": "it.ra.input.image.upload_single",
|
|
568
568
|
"code": "ra.input.image.upload_single",
|
|
569
|
-
"lang": "
|
|
569
|
+
"lang": "it",
|
|
570
570
|
"text": "Seleziona o sposta qui il file da caricare"
|
|
571
571
|
},
|
|
572
572
|
{
|
|
573
|
-
"id": "
|
|
573
|
+
"id": "it.ra.input.password.toggle_hidden",
|
|
574
574
|
"code": "ra.input.password.toggle_hidden",
|
|
575
|
-
"lang": "
|
|
575
|
+
"lang": "it",
|
|
576
576
|
"text": "Nascondi Password"
|
|
577
577
|
},
|
|
578
578
|
{
|
|
579
|
-
"id": "
|
|
579
|
+
"id": "it.ra.input.password.toggle_visible",
|
|
580
580
|
"code": "ra.input.password.toggle_visible",
|
|
581
|
-
"lang": "
|
|
581
|
+
"lang": "it",
|
|
582
582
|
"text": "Mostra Password"
|
|
583
583
|
},
|
|
584
584
|
{
|
|
585
|
-
"id": "
|
|
585
|
+
"id": "it.ra.menu.control-panel",
|
|
586
586
|
"code": "ra.menu.control-panel",
|
|
587
|
-
"lang": "
|
|
587
|
+
"lang": "it",
|
|
588
588
|
"text": "Impostazioni"
|
|
589
589
|
},
|
|
590
590
|
{
|
|
591
|
-
"id": "
|
|
591
|
+
"id": "it.ra.menu.custom_pages",
|
|
592
592
|
"code": "ra.menu.custom_pages",
|
|
593
|
-
"lang": "
|
|
593
|
+
"lang": "it",
|
|
594
594
|
"text": "Pagine personalizzate"
|
|
595
595
|
},
|
|
596
596
|
{
|
|
597
|
-
"id": "
|
|
597
|
+
"id": "it.ra.menu.item.custom_page",
|
|
598
598
|
"code": "ra.menu.item.custom_page",
|
|
599
|
-
"lang": "
|
|
599
|
+
"lang": "it",
|
|
600
600
|
"text": "Pagina Custom"
|
|
601
601
|
},
|
|
602
602
|
{
|
|
603
|
-
"id": "
|
|
603
|
+
"id": "it.ra.menu.item.entities/device",
|
|
604
604
|
"code": "ra.menu.item.entities/device",
|
|
605
|
-
"lang": "
|
|
605
|
+
"lang": "it",
|
|
606
606
|
"text": "Dispositivi"
|
|
607
607
|
},
|
|
608
608
|
{
|
|
609
|
-
"id": "
|
|
609
|
+
"id": "it.ra.menu.item.entities/i18n-message",
|
|
610
610
|
"code": "ra.menu.item.entities/i18n-message",
|
|
611
|
-
"lang": "
|
|
611
|
+
"lang": "it",
|
|
612
612
|
"text": "Messaggi (i18n)"
|
|
613
613
|
},
|
|
614
614
|
{
|
|
615
|
-
"id": "
|
|
615
|
+
"id": "it.ra.menu.item.entities/notification",
|
|
616
616
|
"code": "ra.menu.item.entities/notification",
|
|
617
|
-
"lang": "
|
|
617
|
+
"lang": "it",
|
|
618
618
|
"text": "Notifiche"
|
|
619
619
|
},
|
|
620
620
|
{
|
|
621
|
-
"id": "
|
|
621
|
+
"id": "it.ra.menu.item.entities/user",
|
|
622
622
|
"code": "ra.menu.item.entities/user",
|
|
623
|
-
"lang": "
|
|
623
|
+
"lang": "it",
|
|
624
624
|
"text": "Utenti"
|
|
625
625
|
},
|
|
626
626
|
{
|
|
627
|
-
"id": "
|
|
627
|
+
"id": "it.ra.menu.item.notification",
|
|
628
628
|
"code": "ra.menu.item.notification",
|
|
629
|
-
"lang": "
|
|
629
|
+
"lang": "it",
|
|
630
630
|
"text": "Notifiche"
|
|
631
631
|
},
|
|
632
632
|
{
|
|
633
|
-
"id": "
|
|
633
|
+
"id": "it.ra.message.about",
|
|
634
634
|
"code": "ra.message.about",
|
|
635
|
-
"lang": "
|
|
635
|
+
"lang": "it",
|
|
636
636
|
"text": "Informazioni"
|
|
637
637
|
},
|
|
638
638
|
{
|
|
639
|
-
"id": "
|
|
639
|
+
"id": "it.ra.message.are_you_sure",
|
|
640
640
|
"code": "ra.message.are_you_sure",
|
|
641
|
-
"lang": "
|
|
641
|
+
"lang": "it",
|
|
642
642
|
"text": "Sei sicuro?"
|
|
643
643
|
},
|
|
644
644
|
{
|
|
645
|
-
"id": "
|
|
645
|
+
"id": "it.ra.message.bulk_delete_content",
|
|
646
646
|
"code": "ra.message.bulk_delete_content",
|
|
647
|
-
"lang": "
|
|
647
|
+
"lang": "it",
|
|
648
648
|
"text": "Sei sicuro di voler cancellare questo %{name}? |||| Sei sicuro di voler eliminare questi %{smart_count} %{name}?"
|
|
649
649
|
},
|
|
650
650
|
{
|
|
651
|
-
"id": "
|
|
651
|
+
"id": "it.ra.message.bulk_delete_title",
|
|
652
652
|
"code": "ra.message.bulk_delete_title",
|
|
653
|
-
"lang": "
|
|
653
|
+
"lang": "it",
|
|
654
654
|
"text": "Delete %{name} |||| Delete %{smart_count} %{name} items"
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
|
-
"id": "
|
|
657
|
+
"id": "it.ra.message.clear_array_input",
|
|
658
658
|
"code": "ra.message.clear_array_input",
|
|
659
|
-
"lang": "
|
|
659
|
+
"lang": "it",
|
|
660
660
|
"text": "Sei sicuro di voler rimuovere tutti gli elementi?"
|
|
661
661
|
},
|
|
662
662
|
{
|
|
663
|
-
"id": "
|
|
663
|
+
"id": "it.ra.message.confirm_delete",
|
|
664
664
|
"code": "ra.message.confirm_delete",
|
|
665
|
-
"lang": "
|
|
665
|
+
"lang": "it",
|
|
666
666
|
"text": "Sei sicuro di voler cancellare questo elemento?"
|
|
667
667
|
},
|
|
668
668
|
{
|
|
669
|
-
"id": "
|
|
669
|
+
"id": "it.ra.message.delete_content",
|
|
670
670
|
"code": "ra.message.delete_content",
|
|
671
|
-
"lang": "
|
|
671
|
+
"lang": "it",
|
|
672
672
|
"text": "Sicuro di voler cancellare questo elemento?"
|
|
673
673
|
},
|
|
674
674
|
{
|
|
675
|
-
"id": "
|
|
675
|
+
"id": "it.ra.message.delete_title",
|
|
676
676
|
"code": "ra.message.delete_title",
|
|
677
|
-
"lang": "
|
|
677
|
+
"lang": "it",
|
|
678
678
|
"text": "Conferma cancellazione"
|
|
679
679
|
},
|
|
680
680
|
{
|
|
681
|
-
"id": "
|
|
681
|
+
"id": "it.ra.message.details",
|
|
682
682
|
"code": "ra.message.details",
|
|
683
|
-
"lang": "
|
|
683
|
+
"lang": "it",
|
|
684
684
|
"text": "Dettagli"
|
|
685
685
|
},
|
|
686
686
|
{
|
|
687
|
-
"id": "
|
|
687
|
+
"id": "it.ra.message.error",
|
|
688
688
|
"code": "ra.message.error",
|
|
689
|
-
"lang": "
|
|
689
|
+
"lang": "it",
|
|
690
690
|
"text": "Si è verificato un errore locale per cui non è stato possibile completare l'operazione. "
|
|
691
691
|
},
|
|
692
692
|
{
|
|
693
|
-
"id": "
|
|
693
|
+
"id": "it.ra.message.invalid_form",
|
|
694
694
|
"code": "ra.message.invalid_form",
|
|
695
|
-
"lang": "
|
|
695
|
+
"lang": "it",
|
|
696
696
|
"text": "Il modulo non è valido. Si prega di verificare la presenza di errori."
|
|
697
697
|
},
|
|
698
698
|
{
|
|
699
|
-
"id": "
|
|
699
|
+
"id": "it.ra.message.loading",
|
|
700
700
|
"code": "ra.message.loading",
|
|
701
|
-
"lang": "
|
|
701
|
+
"lang": "it",
|
|
702
702
|
"text": "La pagina si sta caricando, solo un momento per favore"
|
|
703
703
|
},
|
|
704
704
|
{
|
|
705
|
-
"id": "
|
|
705
|
+
"id": "it.ra.message.no",
|
|
706
706
|
"code": "ra.message.no",
|
|
707
|
-
"lang": "
|
|
707
|
+
"lang": "it",
|
|
708
708
|
"text": "No"
|
|
709
709
|
},
|
|
710
710
|
{
|
|
711
|
-
"id": "
|
|
711
|
+
"id": "it.ra.message.not_found",
|
|
712
712
|
"code": "ra.message.not_found",
|
|
713
|
-
"lang": "
|
|
713
|
+
"lang": "it",
|
|
714
714
|
"text": "Hai inserito un URL errato, oppure hai cliccato un link errato"
|
|
715
715
|
},
|
|
716
716
|
{
|
|
717
|
-
"id": "
|
|
717
|
+
"id": "it.ra.message.profile_updated",
|
|
718
718
|
"code": "ra.message.profile_updated",
|
|
719
|
-
"lang": "
|
|
719
|
+
"lang": "it",
|
|
720
720
|
"text": "Profilo aggiornato correttamente"
|
|
721
721
|
},
|
|
722
722
|
{
|
|
723
|
-
"id": "
|
|
723
|
+
"id": "it.ra.message.unsaved_changes",
|
|
724
724
|
"code": "ra.message.unsaved_changes",
|
|
725
|
-
"lang": "
|
|
725
|
+
"lang": "it",
|
|
726
726
|
"text": "Alcune modifiche non sono state salvate. Sei sicuro di volerle ignorare?"
|
|
727
727
|
},
|
|
728
728
|
{
|
|
729
|
-
"id": "
|
|
729
|
+
"id": "it.ra.message.yes",
|
|
730
730
|
"code": "ra.message.yes",
|
|
731
|
-
"lang": "
|
|
731
|
+
"lang": "it",
|
|
732
732
|
"text": "Si"
|
|
733
733
|
},
|
|
734
734
|
{
|
|
735
|
-
"id": "
|
|
735
|
+
"id": "it.ra.navigation.next",
|
|
736
736
|
"code": "ra.navigation.next",
|
|
737
|
-
"lang": "
|
|
737
|
+
"lang": "it",
|
|
738
738
|
"text": "Successivo"
|
|
739
739
|
},
|
|
740
740
|
{
|
|
741
|
-
"id": "
|
|
741
|
+
"id": "it.ra.navigation.no_more_results",
|
|
742
742
|
"code": "ra.navigation.no_more_results",
|
|
743
|
-
"lang": "
|
|
743
|
+
"lang": "it",
|
|
744
744
|
"text": "La pagina numero %{page} è fuori dall'intervallo. Prova la pagina precedente."
|
|
745
745
|
},
|
|
746
746
|
{
|
|
747
|
-
"id": "
|
|
747
|
+
"id": "it.ra.navigation.no_results",
|
|
748
748
|
"code": "ra.navigation.no_results",
|
|
749
|
-
"lang": "
|
|
749
|
+
"lang": "it",
|
|
750
750
|
"text": "Nessun risultato trovato"
|
|
751
751
|
},
|
|
752
752
|
{
|
|
753
|
-
"id": "
|
|
753
|
+
"id": "it.ra.navigation.page_out_from_begin",
|
|
754
754
|
"code": "ra.navigation.page_out_from_begin",
|
|
755
|
-
"lang": "
|
|
755
|
+
"lang": "it",
|
|
756
756
|
"text": "Il numero di pagina deve essere maggiore di 1"
|
|
757
757
|
},
|
|
758
758
|
{
|
|
759
|
-
"id": "
|
|
759
|
+
"id": "it.ra.navigation.page_out_from_end",
|
|
760
760
|
"code": "ra.navigation.page_out_from_end",
|
|
761
|
-
"lang": "
|
|
761
|
+
"lang": "it",
|
|
762
762
|
"text": "Fine della paginazione"
|
|
763
763
|
},
|
|
764
764
|
{
|
|
765
|
-
"id": "
|
|
765
|
+
"id": "it.ra.navigation.page_out_of_boundaries",
|
|
766
766
|
"code": "ra.navigation.page_out_of_boundaries",
|
|
767
|
-
"lang": "
|
|
767
|
+
"lang": "it",
|
|
768
768
|
"text": "Il numero di pagina %{page} è fuori dei limiti"
|
|
769
769
|
},
|
|
770
770
|
{
|
|
771
|
-
"id": "
|
|
771
|
+
"id": "it.ra.navigation.page_range_info",
|
|
772
772
|
"code": "ra.navigation.page_range_info",
|
|
773
|
-
"lang": "
|
|
773
|
+
"lang": "it",
|
|
774
774
|
"text": "%{offsetBegin}-%{offsetEnd} di %{total}"
|
|
775
775
|
},
|
|
776
776
|
{
|
|
777
|
-
"id": "
|
|
777
|
+
"id": "it.ra.navigation.page_rows_per_page",
|
|
778
778
|
"code": "ra.navigation.page_rows_per_page",
|
|
779
|
-
"lang": "
|
|
779
|
+
"lang": "it",
|
|
780
780
|
"text": "Righe per pagina"
|
|
781
781
|
},
|
|
782
782
|
{
|
|
783
|
-
"id": "
|
|
783
|
+
"id": "it.ra.navigation.prev",
|
|
784
784
|
"code": "ra.navigation.prev",
|
|
785
|
-
"lang": "
|
|
785
|
+
"lang": "it",
|
|
786
786
|
"text": "Precedente"
|
|
787
787
|
},
|
|
788
788
|
{
|
|
789
|
-
"id": "
|
|
789
|
+
"id": "it.ra.navigation.skip_nav",
|
|
790
790
|
"code": "ra.navigation.skip_nav",
|
|
791
|
-
"lang": "
|
|
791
|
+
"lang": "it",
|
|
792
792
|
"text": "Vai al contenuto"
|
|
793
793
|
},
|
|
794
794
|
{
|
|
795
|
-
"id": "
|
|
795
|
+
"id": "it.ra.no",
|
|
796
796
|
"code": "ra.no",
|
|
797
|
-
"lang": "
|
|
797
|
+
"lang": "it",
|
|
798
798
|
"text": "No"
|
|
799
799
|
},
|
|
800
800
|
{
|
|
801
|
-
"id": "
|
|
801
|
+
"id": "it.ra.no_results",
|
|
802
802
|
"code": "ra.no_results",
|
|
803
|
-
"lang": "
|
|
803
|
+
"lang": "it",
|
|
804
804
|
"text": "Nessun elemento registrato."
|
|
805
805
|
},
|
|
806
806
|
{
|
|
807
|
-
"id": "
|
|
807
|
+
"id": "it.ra.notification",
|
|
808
808
|
"code": "ra.notification",
|
|
809
|
-
"lang": "
|
|
809
|
+
"lang": "it",
|
|
810
810
|
"text": "Notifica"
|
|
811
811
|
},
|
|
812
812
|
{
|
|
813
|
-
"id": "
|
|
813
|
+
"id": "it.ra.notification.bad_item",
|
|
814
814
|
"code": "ra.notification.bad_item",
|
|
815
|
-
"lang": "
|
|
815
|
+
"lang": "it",
|
|
816
816
|
"text": "Record errato"
|
|
817
817
|
},
|
|
818
818
|
{
|
|
819
|
-
"id": "
|
|
819
|
+
"id": "it.ra.notification.canceled",
|
|
820
820
|
"code": "ra.notification.canceled",
|
|
821
|
-
"lang": "
|
|
821
|
+
"lang": "it",
|
|
822
822
|
"text": "Azione annullata"
|
|
823
823
|
},
|
|
824
824
|
{
|
|
825
|
-
"id": "
|
|
825
|
+
"id": "it.ra.notification.created",
|
|
826
826
|
"code": "ra.notification.created",
|
|
827
|
-
"lang": "
|
|
827
|
+
"lang": "it",
|
|
828
828
|
"text": "Salvataggio eseguito"
|
|
829
829
|
},
|
|
830
830
|
{
|
|
831
|
-
"id": "
|
|
831
|
+
"id": "it.ra.notification.data_provider_error",
|
|
832
832
|
"code": "ra.notification.data_provider_error",
|
|
833
|
-
"lang": "
|
|
833
|
+
"lang": "it",
|
|
834
834
|
"text": "Errore del data provider. Controlla la console per i dettagli."
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
"id": "
|
|
837
|
+
"id": "it.ra.notification.deleted",
|
|
838
838
|
"code": "ra.notification.deleted",
|
|
839
|
-
"lang": "
|
|
839
|
+
"lang": "it",
|
|
840
840
|
"text": "Record eliminato |||| %{smart_count} records eliminati"
|
|
841
841
|
},
|
|
842
842
|
{
|
|
843
|
-
"id": "
|
|
843
|
+
"id": "it.ra.notification.http_error",
|
|
844
844
|
"code": "ra.notification.http_error",
|
|
845
|
-
"lang": "
|
|
845
|
+
"lang": "it",
|
|
846
846
|
"text": "Errore di comunicazione con il server dati"
|
|
847
847
|
},
|
|
848
848
|
{
|
|
849
|
-
"id": "
|
|
849
|
+
"id": "it.ra.notification.i18n_error",
|
|
850
850
|
"code": "ra.notification.i18n_error",
|
|
851
|
-
"lang": "
|
|
851
|
+
"lang": "it",
|
|
852
852
|
"text": "Traduzioni non trovate per il linguaggio specificato"
|
|
853
853
|
},
|
|
854
854
|
{
|
|
855
|
-
"id": "
|
|
855
|
+
"id": "it.ra.notification.item_doesnt_exist",
|
|
856
856
|
"code": "ra.notification.item_doesnt_exist",
|
|
857
|
-
"lang": "
|
|
857
|
+
"lang": "it",
|
|
858
858
|
"text": "Record inesistente"
|
|
859
859
|
},
|
|
860
860
|
{
|
|
861
|
-
"id": "
|
|
861
|
+
"id": "it.ra.notification.logged_out",
|
|
862
862
|
"code": "ra.notification.logged_out",
|
|
863
|
-
"lang": "
|
|
863
|
+
"lang": "it",
|
|
864
864
|
"text": "La sessione è stata terminata, si prega di ripetere l'autenticazione."
|
|
865
865
|
},
|
|
866
866
|
{
|
|
867
|
-
"id": "
|
|
867
|
+
"id": "it.ra.notification.mark_as_readed",
|
|
868
868
|
"code": "ra.notification.mark_as_readed",
|
|
869
|
-
"lang": "
|
|
869
|
+
"lang": "it",
|
|
870
870
|
"text": "Segna come letto"
|
|
871
871
|
},
|
|
872
872
|
{
|
|
873
|
-
"id": "
|
|
873
|
+
"id": "it.ra.notification.mark_as_unreaded",
|
|
874
874
|
"code": "ra.notification.mark_as_unreaded",
|
|
875
|
-
"lang": "
|
|
875
|
+
"lang": "it",
|
|
876
876
|
"text": "Segna come non letto"
|
|
877
877
|
},
|
|
878
878
|
{
|
|
879
|
-
"id": "
|
|
879
|
+
"id": "it.ra.notification.readed",
|
|
880
880
|
"code": "ra.notification.readed",
|
|
881
|
-
"lang": "
|
|
881
|
+
"lang": "it",
|
|
882
882
|
"text": "Letta in data %{readed}"
|
|
883
883
|
},
|
|
884
884
|
{
|
|
885
|
-
"id": "
|
|
885
|
+
"id": "it.ra.notification.readed_error",
|
|
886
886
|
"code": "ra.notification.readed_error",
|
|
887
|
-
"lang": "
|
|
887
|
+
"lang": "it",
|
|
888
888
|
"text": "Impossibile segnare le notifiche selezionate."
|
|
889
889
|
},
|
|
890
890
|
{
|
|
891
|
-
"id": "
|
|
891
|
+
"id": "it.ra.notification.unreaded",
|
|
892
892
|
"code": "ra.notification.unreaded",
|
|
893
|
-
"lang": "
|
|
893
|
+
"lang": "it",
|
|
894
894
|
"text": "Non lette"
|
|
895
895
|
},
|
|
896
896
|
{
|
|
897
|
-
"id": "
|
|
897
|
+
"id": "it.ra.notification.updated",
|
|
898
898
|
"code": "ra.notification.updated",
|
|
899
|
-
"lang": "
|
|
899
|
+
"lang": "it",
|
|
900
900
|
"text": "Record aggiornato |||| %{smart_count} records aggiornati"
|
|
901
901
|
},
|
|
902
902
|
{
|
|
903
|
-
"id": "
|
|
903
|
+
"id": "it.ra.notifications.read_all",
|
|
904
904
|
"code": "ra.notifications.read_all",
|
|
905
|
-
"lang": "
|
|
905
|
+
"lang": "it",
|
|
906
906
|
"text": "Segna tutte come lette"
|
|
907
907
|
},
|
|
908
908
|
{
|
|
909
|
-
"id": "
|
|
909
|
+
"id": "it.ra.notifications.title",
|
|
910
910
|
"code": "ra.notifications.title",
|
|
911
|
-
"lang": "
|
|
911
|
+
"lang": "it",
|
|
912
912
|
"text": "Notifiche"
|
|
913
913
|
},
|
|
914
914
|
{
|
|
915
|
-
"id": "
|
|
915
|
+
"id": "it.ra.page.create",
|
|
916
916
|
"code": "ra.page.create",
|
|
917
|
-
"lang": "
|
|
917
|
+
"lang": "it",
|
|
918
918
|
"text": "Aggiungi %{name}"
|
|
919
919
|
},
|
|
920
920
|
{
|
|
921
|
-
"id": "
|
|
921
|
+
"id": "it.ra.page.dashboard",
|
|
922
922
|
"code": "ra.page.dashboard",
|
|
923
|
-
"lang": "
|
|
923
|
+
"lang": "it",
|
|
924
924
|
"text": "Cruscotto"
|
|
925
925
|
},
|
|
926
926
|
{
|
|
927
|
-
"id": "
|
|
927
|
+
"id": "it.ra.page.edit",
|
|
928
928
|
"code": "ra.page.edit",
|
|
929
|
-
"lang": "
|
|
929
|
+
"lang": "it",
|
|
930
930
|
"text": "%{name} %{id}"
|
|
931
931
|
},
|
|
932
932
|
{
|
|
933
|
-
"id": "
|
|
933
|
+
"id": "it.ra.page.empty",
|
|
934
934
|
"code": "ra.page.empty",
|
|
935
|
-
"lang": "
|
|
935
|
+
"lang": "it",
|
|
936
936
|
"text": "Nessun dato caricato per %{name}"
|
|
937
937
|
},
|
|
938
938
|
{
|
|
939
|
-
"id": "
|
|
939
|
+
"id": "it.ra.page.error",
|
|
940
940
|
"code": "ra.page.error",
|
|
941
|
-
"lang": "
|
|
941
|
+
"lang": "it",
|
|
942
942
|
"text": "Qualcosa non ha funzionato"
|
|
943
943
|
},
|
|
944
944
|
{
|
|
945
|
-
"id": "
|
|
945
|
+
"id": "it.ra.page.invite",
|
|
946
946
|
"code": "ra.page.invite",
|
|
947
|
-
"lang": "
|
|
947
|
+
"lang": "it",
|
|
948
948
|
"text": "Vuoi aggiungerne uno?"
|
|
949
949
|
},
|
|
950
950
|
{
|
|
951
|
-
"id": "
|
|
951
|
+
"id": "it.ra.page.list",
|
|
952
952
|
"code": "ra.page.list",
|
|
953
|
-
"lang": "
|
|
953
|
+
"lang": "it",
|
|
954
954
|
"text": "%{name}"
|
|
955
955
|
},
|
|
956
956
|
{
|
|
957
|
-
"id": "
|
|
957
|
+
"id": "it.ra.page.loading",
|
|
958
958
|
"code": "ra.page.loading",
|
|
959
|
-
"lang": "
|
|
959
|
+
"lang": "it",
|
|
960
960
|
"text": "Caricamento in corso"
|
|
961
961
|
},
|
|
962
962
|
{
|
|
963
|
-
"id": "
|
|
963
|
+
"id": "it.ra.page.not_found",
|
|
964
964
|
"code": "ra.page.not_found",
|
|
965
|
-
"lang": "
|
|
965
|
+
"lang": "it",
|
|
966
966
|
"text": "Non trovato"
|
|
967
967
|
},
|
|
968
968
|
{
|
|
969
|
-
"id": "
|
|
969
|
+
"id": "it.ra.page.profile.title",
|
|
970
970
|
"code": "ra.page.profile.title",
|
|
971
|
-
"lang": "
|
|
971
|
+
"lang": "it",
|
|
972
972
|
"text": "Informazioni profilo"
|
|
973
973
|
},
|
|
974
974
|
{
|
|
975
|
-
"id": "
|
|
975
|
+
"id": "it.ra.page.show",
|
|
976
976
|
"code": "ra.page.show",
|
|
977
|
-
"lang": "
|
|
977
|
+
"lang": "it",
|
|
978
978
|
"text": "%{name} %{id}"
|
|
979
979
|
},
|
|
980
980
|
{
|
|
981
|
-
"id": "
|
|
981
|
+
"id": "it.ra.password.toggle_hidden",
|
|
982
982
|
"code": "ra.password.toggle_hidden",
|
|
983
|
-
"lang": "
|
|
983
|
+
"lang": "it",
|
|
984
984
|
"text": "Mostra la password"
|
|
985
985
|
},
|
|
986
986
|
{
|
|
987
|
-
"id": "
|
|
987
|
+
"id": "it.ra.password.toggle_visible",
|
|
988
988
|
"code": "ra.password.toggle_visible",
|
|
989
|
-
"lang": "
|
|
989
|
+
"lang": "it",
|
|
990
990
|
"text": "Nascondi la password"
|
|
991
991
|
},
|
|
992
992
|
{
|
|
993
|
-
"id": "
|
|
993
|
+
"id": "it.ra.reference_list.sorry",
|
|
994
994
|
"code": "ra.reference_list.sorry",
|
|
995
|
-
"lang": "
|
|
995
|
+
"lang": "it",
|
|
996
996
|
"text": "Salva almeno una volta l'elemento corrente per poter aggiungere nuove informazioni in questa sezione."
|
|
997
997
|
},
|
|
998
998
|
{
|
|
999
|
-
"id": "
|
|
999
|
+
"id": "it.ra.references.all_missing",
|
|
1000
1000
|
"code": "ra.references.all_missing",
|
|
1001
|
-
"lang": "
|
|
1001
|
+
"lang": "it",
|
|
1002
1002
|
"text": "Impossibile trovare i riferimenti associati."
|
|
1003
1003
|
},
|
|
1004
1004
|
{
|
|
1005
|
-
"id": "
|
|
1005
|
+
"id": "it.ra.references.many_missing",
|
|
1006
1006
|
"code": "ra.references.many_missing",
|
|
1007
|
-
"lang": "
|
|
1007
|
+
"lang": "it",
|
|
1008
1008
|
"text": "Almeno uno dei riferimenti associati non sembra più disponibile."
|
|
1009
1009
|
},
|
|
1010
1010
|
{
|
|
1011
|
-
"id": "
|
|
1011
|
+
"id": "it.ra.references.single_missing",
|
|
1012
1012
|
"code": "ra.references.single_missing",
|
|
1013
|
-
"lang": "
|
|
1013
|
+
"lang": "it",
|
|
1014
1014
|
"text": "Il riferimento associato non sembra più disponibile."
|
|
1015
1015
|
},
|
|
1016
1016
|
{
|
|
1017
|
-
"id": "
|
|
1017
|
+
"id": "it.ra.register.name",
|
|
1018
1018
|
"code": "ra.register.name",
|
|
1019
|
-
"lang": "
|
|
1019
|
+
"lang": "it",
|
|
1020
1020
|
"text": "Nome Account"
|
|
1021
1021
|
},
|
|
1022
1022
|
{
|
|
1023
|
-
"id": "
|
|
1023
|
+
"id": "it.ra.sort.ASC",
|
|
1024
1024
|
"code": "ra.sort.ASC",
|
|
1025
|
-
"lang": "
|
|
1025
|
+
"lang": "it",
|
|
1026
1026
|
"text": "cresente"
|
|
1027
1027
|
},
|
|
1028
1028
|
{
|
|
1029
|
-
"id": "
|
|
1029
|
+
"id": "it.ra.sort.DESC",
|
|
1030
1030
|
"code": "ra.sort.DESC",
|
|
1031
|
-
"lang": "
|
|
1031
|
+
"lang": "it",
|
|
1032
1032
|
"text": "decrescente"
|
|
1033
1033
|
},
|
|
1034
1034
|
{
|
|
1035
|
-
"id": "
|
|
1035
|
+
"id": "it.ra.sort.sort_by",
|
|
1036
1036
|
"code": "ra.sort.sort_by",
|
|
1037
|
-
"lang": "
|
|
1037
|
+
"lang": "it",
|
|
1038
1038
|
"text": "Ordina per %{field} %{order}"
|
|
1039
1039
|
},
|
|
1040
1040
|
{
|
|
1041
|
-
"id": "
|
|
1041
|
+
"id": "it.ra.title.confirm_delete",
|
|
1042
1042
|
"code": "ra.title.confirm_delete",
|
|
1043
|
-
"lang": "
|
|
1043
|
+
"lang": "it",
|
|
1044
1044
|
"text": "Conferma"
|
|
1045
1045
|
},
|
|
1046
1046
|
{
|
|
1047
|
-
"id": "
|
|
1047
|
+
"id": "it.ra.user.roles",
|
|
1048
1048
|
"code": "ra.user.roles",
|
|
1049
|
-
"lang": "
|
|
1049
|
+
"lang": "it",
|
|
1050
1050
|
"text": "Ruoli"
|
|
1051
1051
|
},
|
|
1052
1052
|
{
|
|
1053
|
-
"id": "
|
|
1053
|
+
"id": "it.ra.validation.email",
|
|
1054
1054
|
"code": "ra.validation.email",
|
|
1055
|
-
"lang": "
|
|
1055
|
+
"lang": "it",
|
|
1056
1056
|
"text": "Deve essere un valido indirizzo email"
|
|
1057
1057
|
},
|
|
1058
1058
|
{
|
|
1059
|
-
"id": "
|
|
1059
|
+
"id": "it.ra.validation.future_date",
|
|
1060
1060
|
"code": "ra.validation.future_date",
|
|
1061
|
-
"lang": "
|
|
1061
|
+
"lang": "it",
|
|
1062
1062
|
"text": "La data deve essere successiva ad oggi"
|
|
1063
1063
|
},
|
|
1064
1064
|
{
|
|
1065
|
-
"id": "
|
|
1065
|
+
"id": "it.ra.validation.maxLength",
|
|
1066
1066
|
"code": "ra.validation.maxLength",
|
|
1067
|
-
"lang": "
|
|
1067
|
+
"lang": "it",
|
|
1068
1068
|
"text": "Deve essere lungo %{max} caratteri al massimo"
|
|
1069
1069
|
},
|
|
1070
1070
|
{
|
|
1071
|
-
"id": "
|
|
1071
|
+
"id": "it.ra.validation.maxValue",
|
|
1072
1072
|
"code": "ra.validation.maxValue",
|
|
1073
|
-
"lang": "
|
|
1073
|
+
"lang": "it",
|
|
1074
1074
|
"text": "Deve essere al massimo %{max}"
|
|
1075
1075
|
},
|
|
1076
1076
|
{
|
|
1077
|
-
"id": "
|
|
1077
|
+
"id": "it.ra.validation.minLength",
|
|
1078
1078
|
"code": "ra.validation.minLength",
|
|
1079
|
-
"lang": "
|
|
1079
|
+
"lang": "it",
|
|
1080
1080
|
"text": "Deve essere lungo %{min} caratteri almeno"
|
|
1081
1081
|
},
|
|
1082
1082
|
{
|
|
1083
|
-
"id": "
|
|
1083
|
+
"id": "it.ra.validation.minValue",
|
|
1084
1084
|
"code": "ra.validation.minValue",
|
|
1085
|
-
"lang": "
|
|
1085
|
+
"lang": "it",
|
|
1086
1086
|
"text": "Deve essere almeno %{min}"
|
|
1087
1087
|
},
|
|
1088
1088
|
{
|
|
1089
|
-
"id": "
|
|
1089
|
+
"id": "it.ra.validation.number",
|
|
1090
1090
|
"code": "ra.validation.number",
|
|
1091
|
-
"lang": "
|
|
1091
|
+
"lang": "it",
|
|
1092
1092
|
"text": "Deve essere un numero"
|
|
1093
1093
|
},
|
|
1094
1094
|
{
|
|
1095
|
-
"id": "
|
|
1095
|
+
"id": "it.ra.validation.oneOf",
|
|
1096
1096
|
"code": "ra.validation.oneOf",
|
|
1097
|
-
"lang": "
|
|
1097
|
+
"lang": "it",
|
|
1098
1098
|
"text": "Deve essere uno di: %{options}"
|
|
1099
1099
|
},
|
|
1100
1100
|
{
|
|
1101
|
-
"id": "
|
|
1101
|
+
"id": "it.ra.validation.regex",
|
|
1102
1102
|
"code": "ra.validation.regex",
|
|
1103
|
-
"lang": "
|
|
1103
|
+
"lang": "it",
|
|
1104
1104
|
"text": "Deve rispettare il formato (espressione regolare): %{pattern}"
|
|
1105
1105
|
},
|
|
1106
1106
|
{
|
|
1107
|
-
"id": "
|
|
1107
|
+
"id": "it.ra.validation.required",
|
|
1108
1108
|
"code": "ra.validation.required",
|
|
1109
|
-
"lang": "
|
|
1109
|
+
"lang": "it",
|
|
1110
1110
|
"text": "Campo obbligatorio"
|
|
1111
1111
|
},
|
|
1112
1112
|
{
|
|
1113
|
-
"id": "
|
|
1113
|
+
"id": "it.ra.validation_summary.message.success",
|
|
1114
1114
|
"code": "ra.validation_summary.message.success",
|
|
1115
|
-
"lang": "
|
|
1115
|
+
"lang": "it",
|
|
1116
1116
|
"text": "Tutte le informazioni presenti nella sezione corrente sono state inserite correttamente."
|
|
1117
1117
|
},
|
|
1118
1118
|
{
|
|
1119
|
-
"id": "
|
|
1119
|
+
"id": "it.ra.yes",
|
|
1120
1120
|
"code": "ra.yes",
|
|
1121
|
-
"lang": "
|
|
1121
|
+
"lang": "it",
|
|
1122
1122
|
"text": "Si"
|
|
1123
1123
|
},
|
|
1124
1124
|
{
|
|
1125
|
-
"id": "
|
|
1125
|
+
"id": "it.resources.entities/device.alert",
|
|
1126
1126
|
"code": "resources.entities/device.alert",
|
|
1127
|
-
"lang": "
|
|
1127
|
+
"lang": "it",
|
|
1128
1128
|
"text": "Di seguito è presente l'elenco dei dispositivi registrati per cui è disponibile il login con pin."
|
|
1129
1129
|
},
|
|
1130
1130
|
{
|
|
1131
|
-
"id": "
|
|
1131
|
+
"id": "it.resources.entities/device.breadcrumbs.create",
|
|
1132
1132
|
"code": "resources.entities/device.breadcrumbs.create",
|
|
1133
|
-
"lang": "
|
|
1133
|
+
"lang": "it",
|
|
1134
1134
|
"text": "Nuovo Dispositivo"
|
|
1135
1135
|
},
|
|
1136
1136
|
{
|
|
1137
|
-
"id": "
|
|
1137
|
+
"id": "it.resources.entities/device.breadcrumbs.edit",
|
|
1138
1138
|
"code": "resources.entities/device.breadcrumbs.edit",
|
|
1139
|
-
"lang": "
|
|
1139
|
+
"lang": "it",
|
|
1140
1140
|
"text": "Dettaglio Dispositivo"
|
|
1141
1141
|
},
|
|
1142
1142
|
{
|
|
1143
|
-
"id": "
|
|
1143
|
+
"id": "it.resources.entities/device.fields.code",
|
|
1144
1144
|
"code": "resources.entities/device.fields.code",
|
|
1145
|
-
"lang": "
|
|
1145
|
+
"lang": "it",
|
|
1146
1146
|
"text": "Codice Univoco"
|
|
1147
1147
|
},
|
|
1148
1148
|
{
|
|
1149
|
-
"id": "
|
|
1149
|
+
"id": "it.resources.entities/device.fields.registrationDate",
|
|
1150
1150
|
"code": "resources.entities/device.fields.registrationDate",
|
|
1151
|
-
"lang": "
|
|
1151
|
+
"lang": "it",
|
|
1152
1152
|
"text": "Data di registrazione"
|
|
1153
1153
|
},
|
|
1154
1154
|
{
|
|
1155
|
-
"id": "
|
|
1155
|
+
"id": "it.resources.entities/device.fields.secret",
|
|
1156
1156
|
"code": "resources.entities/device.fields.secret",
|
|
1157
|
-
"lang": "
|
|
1157
|
+
"lang": "it",
|
|
1158
1158
|
"text": "Segreto condiviso"
|
|
1159
1159
|
},
|
|
1160
1160
|
{
|
|
1161
|
-
"id": "
|
|
1161
|
+
"id": "it.resources.entities/device.name",
|
|
1162
1162
|
"code": "resources.entities/device.name",
|
|
1163
|
-
"lang": "
|
|
1163
|
+
"lang": "it",
|
|
1164
1164
|
"text": "Dispositivo |||| Dispositivi"
|
|
1165
1165
|
},
|
|
1166
1166
|
{
|
|
1167
|
-
"id": "
|
|
1167
|
+
"id": "it.resources.entities/device.title",
|
|
1168
1168
|
"code": "resources.entities/device.title",
|
|
1169
|
-
"lang": "
|
|
1169
|
+
"lang": "it",
|
|
1170
1170
|
"text": "Dettagli Dispositivo"
|
|
1171
1171
|
},
|
|
1172
1172
|
{
|
|
1173
|
-
"id": "
|
|
1173
|
+
"id": "it.resources.entities/i18n-message.breadcrumbs.create",
|
|
1174
1174
|
"code": "resources.entities/i18n-message.breadcrumbs.create",
|
|
1175
|
-
"lang": "
|
|
1175
|
+
"lang": "it",
|
|
1176
1176
|
"text": "Nuovo Messaggio"
|
|
1177
1177
|
},
|
|
1178
1178
|
{
|
|
1179
|
-
"id": "
|
|
1179
|
+
"id": "it.resources.entities/i18n-message.breadcrumbs.edit",
|
|
1180
1180
|
"code": "resources.entities/i18n-message.breadcrumbs.edit",
|
|
1181
|
-
"lang": "
|
|
1181
|
+
"lang": "it",
|
|
1182
1182
|
"text": "Modifica Messaggio"
|
|
1183
1183
|
},
|
|
1184
1184
|
{
|
|
1185
|
-
"id": "
|
|
1185
|
+
"id": "it.resources.entities/i18n-message.fields.code",
|
|
1186
1186
|
"code": "resources.entities/i18n-message.fields.code",
|
|
1187
|
-
"lang": "
|
|
1187
|
+
"lang": "it",
|
|
1188
1188
|
"text": "Codice"
|
|
1189
1189
|
},
|
|
1190
1190
|
{
|
|
1191
|
-
"id": "
|
|
1191
|
+
"id": "it.resources.entities/i18n-message.fields.lang",
|
|
1192
1192
|
"code": "resources.entities/i18n-message.fields.lang",
|
|
1193
|
-
"lang": "
|
|
1193
|
+
"lang": "it",
|
|
1194
1194
|
"text": "Lingua"
|
|
1195
1195
|
},
|
|
1196
1196
|
{
|
|
1197
|
-
"id": "
|
|
1197
|
+
"id": "it.resources.entities/i18n-message.fields.text",
|
|
1198
1198
|
"code": "resources.entities/i18n-message.fields.text",
|
|
1199
|
-
"lang": "
|
|
1199
|
+
"lang": "it",
|
|
1200
1200
|
"text": "Testo"
|
|
1201
1201
|
},
|
|
1202
1202
|
{
|
|
1203
|
-
"id": "
|
|
1203
|
+
"id": "it.resources.entities/i18n-message.fields.translated",
|
|
1204
1204
|
"code": "resources.entities/i18n-message.fields.translated",
|
|
1205
|
-
"lang": "
|
|
1205
|
+
"lang": "it",
|
|
1206
1206
|
"text": "Tradotto"
|
|
1207
1207
|
},
|
|
1208
1208
|
{
|
|
1209
|
-
"id": "
|
|
1209
|
+
"id": "it.resources.entities/i18n-message.name",
|
|
1210
1210
|
"code": "resources.entities/i18n-message.name",
|
|
1211
|
-
"lang": "
|
|
1211
|
+
"lang": "it",
|
|
1212
1212
|
"text": "Messaggi (i18n)"
|
|
1213
1213
|
},
|
|
1214
1214
|
{
|
|
1215
|
-
"id": "
|
|
1215
|
+
"id": "it.resources.entities/i18n-message.title",
|
|
1216
1216
|
"code": "resources.entities/i18n-message.title",
|
|
1217
|
-
"lang": "
|
|
1217
|
+
"lang": "it",
|
|
1218
1218
|
"text": "Messaggio Localizzato"
|
|
1219
1219
|
},
|
|
1220
1220
|
{
|
|
1221
|
-
"id": "
|
|
1221
|
+
"id": "it.resources.entities/notification.name",
|
|
1222
1222
|
"code": "resources.entities/notification.name",
|
|
1223
|
-
"lang": "
|
|
1223
|
+
"lang": "it",
|
|
1224
1224
|
"text": "Notifiche"
|
|
1225
1225
|
},
|
|
1226
1226
|
{
|
|
1227
|
-
"id": "
|
|
1227
|
+
"id": "it.resources.entities/user.breadcrumbs.create",
|
|
1228
1228
|
"code": "resources.entities/user.breadcrumbs.create",
|
|
1229
|
-
"lang": "
|
|
1229
|
+
"lang": "it",
|
|
1230
1230
|
"text": "Nuovo Utente"
|
|
1231
1231
|
},
|
|
1232
1232
|
{
|
|
1233
|
-
"id": "
|
|
1233
|
+
"id": "it.resources.entities/user.breadcrumbs.edit",
|
|
1234
1234
|
"code": "resources.entities/user.breadcrumbs.edit",
|
|
1235
|
-
"lang": "
|
|
1235
|
+
"lang": "it",
|
|
1236
1236
|
"text": "Modifica Utente"
|
|
1237
1237
|
},
|
|
1238
1238
|
{
|
|
1239
|
-
"id": "
|
|
1239
|
+
"id": "it.resources.entities/user.fields.active",
|
|
1240
1240
|
"code": "resources.entities/user.fields.active",
|
|
1241
|
-
"lang": "
|
|
1241
|
+
"lang": "it",
|
|
1242
1242
|
"text": "Attivo"
|
|
1243
1243
|
},
|
|
1244
1244
|
{
|
|
1245
|
-
"id": "
|
|
1245
|
+
"id": "it.resources.entities/user.fields.image",
|
|
1246
1246
|
"code": "resources.entities/user.fields.image",
|
|
1247
|
-
"lang": "
|
|
1247
|
+
"lang": "it",
|
|
1248
1248
|
"text": "Immagine di profilo"
|
|
1249
1249
|
},
|
|
1250
1250
|
{
|
|
1251
|
-
"id": "
|
|
1251
|
+
"id": "it.resources.entities/user.fields.name",
|
|
1252
1252
|
"code": "resources.entities/user.fields.name",
|
|
1253
|
-
"lang": "
|
|
1253
|
+
"lang": "it",
|
|
1254
1254
|
"text": "Nome e Cognome"
|
|
1255
1255
|
},
|
|
1256
1256
|
{
|
|
1257
|
-
"id": "
|
|
1257
|
+
"id": "it.resources.entities/user.fields.registrationDate",
|
|
1258
1258
|
"code": "resources.entities/user.fields.registrationDate",
|
|
1259
|
-
"lang": "
|
|
1259
|
+
"lang": "it",
|
|
1260
1260
|
"text": "Data di registrazione"
|
|
1261
1261
|
},
|
|
1262
1262
|
{
|
|
1263
|
-
"id": "
|
|
1263
|
+
"id": "it.resources.entities/user.fields.role",
|
|
1264
1264
|
"code": "resources.entities/user.fields.role",
|
|
1265
|
-
"lang": "
|
|
1265
|
+
"lang": "it",
|
|
1266
1266
|
"text": "Ruolo"
|
|
1267
1267
|
},
|
|
1268
1268
|
{
|
|
1269
|
-
"id": "
|
|
1269
|
+
"id": "it.resources.entities/user.name",
|
|
1270
1270
|
"code": "resources.entities/user.name",
|
|
1271
|
-
"lang": "
|
|
1271
|
+
"lang": "it",
|
|
1272
1272
|
"text": "Utenti"
|
|
1273
1273
|
},
|
|
1274
1274
|
{
|
|
1275
|
-
"id": "
|
|
1275
|
+
"id": "it.resources.entities/user.title.create",
|
|
1276
1276
|
"code": "resources.entities/user.title.create",
|
|
1277
|
-
"lang": "
|
|
1277
|
+
"lang": "it",
|
|
1278
1278
|
"text": "Nuovo Utente"
|
|
1279
1279
|
},
|
|
1280
1280
|
{
|
|
1281
|
-
"id": "
|
|
1281
|
+
"id": "it.resources.entities/user.title.edit",
|
|
1282
1282
|
"code": "resources.entities/user.title.edit",
|
|
1283
|
-
"lang": "
|
|
1283
|
+
"lang": "it",
|
|
1284
1284
|
"text": "Modifica utente %{name}"
|
|
1285
1285
|
},
|
|
1286
1286
|
{
|
|
1287
|
-
"id": "
|
|
1287
|
+
"id": "it.resources.notifications.empty",
|
|
1288
1288
|
"code": "resources.notifications.empty",
|
|
1289
|
-
"lang": "
|
|
1289
|
+
"lang": "it",
|
|
1290
1290
|
"text": "Ancora nessuna notifica!"
|
|
1291
1291
|
},
|
|
1292
1292
|
{
|
|
1293
|
-
"id": "
|
|
1293
|
+
"id": "it.resources.notifications.messages.readed.done",
|
|
1294
1294
|
"code": "resources.notifications.messages.readed.done",
|
|
1295
|
-
"lang": "
|
|
1295
|
+
"lang": "it",
|
|
1296
1296
|
"text": "Notifiche segnate come lette."
|
|
1297
1297
|
},
|
|
1298
1298
|
{
|
|
1299
|
-
"id": "
|
|
1299
|
+
"id": "it.resources.notifications.messages.unreaded.done",
|
|
1300
1300
|
"code": "resources.notifications.messages.unreaded.done",
|
|
1301
|
-
"lang": "
|
|
1301
|
+
"lang": "it",
|
|
1302
1302
|
"text": "Notifiche segnate come non lette."
|
|
1303
1303
|
},
|
|
1304
1304
|
{
|
|
1305
|
-
"id": "
|
|
1305
|
+
"id": "it.resources.transactions.fields.id",
|
|
1306
1306
|
"code": "resources.transactions.fields.id",
|
|
1307
|
-
"lang": "
|
|
1307
|
+
"lang": "it",
|
|
1308
1308
|
"text": "#ID"
|
|
1309
1309
|
},
|
|
1310
1310
|
{
|
|
1311
|
-
"id": "
|
|
1311
|
+
"id": "it.resources.transactions.fields.notes.show_less",
|
|
1312
1312
|
"code": "resources.transactions.fields.notes.show_less",
|
|
1313
|
-
"lang": "
|
|
1313
|
+
"lang": "it",
|
|
1314
1314
|
"text": "Mostra meno"
|
|
1315
1315
|
},
|
|
1316
1316
|
{
|
|
1317
|
-
"id": "
|
|
1317
|
+
"id": "it.resources.transactions.fields.state",
|
|
1318
1318
|
"code": "resources.transactions.fields.state",
|
|
1319
|
-
"lang": "
|
|
1319
|
+
"lang": "it",
|
|
1320
1320
|
"text": "Stato"
|
|
1321
1321
|
},
|
|
1322
1322
|
{
|
|
1323
|
-
"id": "
|
|
1323
|
+
"id": "it.resources.user/change-password.fields.newPassword",
|
|
1324
1324
|
"code": "resources.user/change-password.fields.newPassword",
|
|
1325
|
-
"lang": "
|
|
1325
|
+
"lang": "it",
|
|
1326
1326
|
"text": "Nuova Password"
|
|
1327
1327
|
},
|
|
1328
1328
|
{
|
|
1329
|
-
"id": "
|
|
1329
|
+
"id": "it.resources.user/change-password.fields.oldPassword",
|
|
1330
1330
|
"code": "resources.user/change-password.fields.oldPassword",
|
|
1331
|
-
"lang": "
|
|
1331
|
+
"lang": "it",
|
|
1332
1332
|
"text": "Password precedente"
|
|
1333
1333
|
},
|
|
1334
1334
|
{
|
|
1335
|
-
"id": "
|
|
1335
|
+
"id": "it.resources.user/change-password.title",
|
|
1336
1336
|
"code": "resources.user/change-password.title",
|
|
1337
|
-
"lang": "
|
|
1337
|
+
"lang": "it",
|
|
1338
1338
|
"text": "Cambio Password"
|
|
1339
1339
|
}
|
|
1340
1340
|
]
|