feat(i18n): add it.json (#72)

This commit is contained in:
Andrea Nanni 2021-02-21 05:44:14 +01:00 committed by GitHub
parent ca352cedd4
commit 92f0f0252f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
locales/it.json Normal file
View File

@ -0,0 +1,17 @@
{
"button": {
"about": "Su di me",
"back": "Indietro",
"go": "Vai",
"home": "Home",
"toggle_dark": "Attiva/disattiva modalità scura",
"toggle_langs": "Cambia lingua"
},
"intro": {
"desc": "Modello per una Applicazione Vite",
"dynamic-route": "Demo di rotta dinamica",
"hi": "Ciao, {name}!",
"whats-your-name": "Come ti chiami?"
},
"not-found": "Non trovato"
}