Files
smartbooking/src/main/webapp/i18n/it/home.json
Simone Bierti 45968b28e2
All checks were successful
Build and Publish / build (push) Successful in 3m16s
Add Twilio SMS service, enhance booking/confirmation flow, and update home UI
- Add TwilioService for SMS notifications
- Extend PrenotazioneService and ConfermaServiceImpl with new booking/confirmation logic
- Add phone number support in UtenteAppService and UtenteAppServiceImpl
- Update PrenotazioneRepository with custom queries
- Enhance ConfermaResource and PrenotazioneResource REST endpoints
- Add MailService improvements
- Update application.yml with new config entries
- Update home page (home.vue, home.json, global.scss) and add Artegna logo

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-11 15:48:02 +02:00

27 lines
896 B
JSON

{
"home": {
"title": "Benvenuto!",
"subtitle": "Questa è l'home page del sistema smARTbooking.",
"logged": {
"message": "Autenticato come \"{ username }\"."
},
"profile": {
"incomplete": {
"message": "Il tuo profilo è incompleto. Per poter effettuare prenotazioni, completa il tuo profilo con le informazioni richieste.",
"link": "Completa il profilo"
}
},
"question": "Cosa è possibile fare con smARTbooking:",
"link": {
"homepage": "Homepage JHipster",
"stackoverflow": "JHipster su Stack Overflow",
"bugtracker": "JHipster tracciamento errori",
"chat": "Chat room pubblica di JHipster",
"follow": "segui {'@'}jhipster su Twitter"
},
"like": "Se ti piace JHipster, non dimenticarti di darci una stella su",
"github": "GitHub",
"prenotazioni": "Vai alle tue prenotazioni"
}
}