generazione applicazione e entita

This commit is contained in:
2025-12-10 17:19:16 +01:00
parent e4b8486f4b
commit 9ad99bd05f
363 changed files with 36699 additions and 44 deletions

View 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"
}
}
}