feat(i18n): add it.json (#72)
This commit is contained in:
parent
ca352cedd4
commit
92f0f0252f
17
locales/it.json
Normal file
17
locales/it.json
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user