From 92f0f0252fc7a3a619a8eaaa76c146d283dcd621 Mon Sep 17 00:00:00 2001 From: Andrea Nanni <37385837+ananni13@users.noreply.github.com> Date: Sun, 21 Feb 2021 05:44:14 +0100 Subject: [PATCH] feat(i18n): add it.json (#72) --- locales/it.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 locales/it.json diff --git a/locales/it.json b/locales/it.json new file mode 100644 index 0000000..dc6d5bb --- /dev/null +++ b/locales/it.json @@ -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" +}