Files
smartbooking/src/main/webapp/i18n/it/home.json

26 lines
831 B
JSON

{
"home": {
"title": "Benvenuto, Java Hipster!",
"subtitle": "Questa è la tua home page",
"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": "In caso di domande su JHipster:",
"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"
}
}