- Created new user-friendly reservation form component (prenotazione-form-user) - Added getCurrentUser() method to UtenteAppService - Added route /prenotazione/nuova for user reservation form - Added Italian translations for new UI elements - Form includes booking details and auto-populated user data - Radio button toggle for private/company data display - Form validation with required facility selection - Created comprehensive documentation in frontend-changes.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
32 lines
992 B
JSON
32 lines
992 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|