generazione applicazione e entita
This commit is contained in:
31
src/main/webapp/i18n/it/notifica.json
Normal file
31
src/main/webapp/i18n/it/notifica.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"smartbookingApp": {
|
||||
"notifica": {
|
||||
"home": {
|
||||
"title": "Notificas",
|
||||
"refreshListLabel": "Refresh list",
|
||||
"createLabel": "Genera un nuovo Notifica",
|
||||
"createOrEditLabel": "Genera o modifica un Notifica",
|
||||
"notFound": "No Notificas found"
|
||||
},
|
||||
"created": "È stato generato un nuovo Notifica con identificatore { param }",
|
||||
"updated": "È stato aggiornato Notifica identificato da { param }",
|
||||
"deleted": "È stato eliminato Notifica con identificatore { param }",
|
||||
"delete": {
|
||||
"question": "Sei sicuro di volere eliminare Notifica { id }?"
|
||||
},
|
||||
"detail": {
|
||||
"title": "Notifica"
|
||||
},
|
||||
"id": "ID",
|
||||
"tipoCanale": "Tipo Canale",
|
||||
"tipoEvento": "Tipo Evento",
|
||||
"messaggio": "Messaggio",
|
||||
"inviata": "Inviata",
|
||||
"inviataAt": "Inviata At",
|
||||
"errore": "Errore",
|
||||
"createdAt": "Created At",
|
||||
"conferma": "Conferma"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user