diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/en.yaml | 51 | ||||
| -rw-r--r-- | i18n/it.yaml | 51 |
2 files changed, 102 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..cd061c0 --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,51 @@ +# Navigation & UI +articles: "Articles" +about: "About" +here: "Contact" +legal: "Privacy" +language: "Language" +toggleTheme: "Theme" +toggleMenu: "Menu" +closeMenu: "Close" +email: "Email" +contact: "Contact" +links: "Links" +allRightsReserved: "All rights reserved." + +# Articles +readMore: "Read more" +published: "Published" +updated: "Updated" +readingTime: "reading time" +min: "min" +author: "Author" +category: "Category" +tags: "Tags" +relatedPosts: "Related articles" +noRelated: "No related articles." + +# Article types +life: "Life" +photo: "Photo" +link: "Link" +quote: "Quote" +tech: "Tech" + +# Sharing +share: "Share" +shareOn: "Share on" +copyLink: "Copy link" +twitter: "Twitter" +facebook: "Facebook" + +# Forms +name: "Name" +message: "Message" +submit: "Send" +sending: "Sending..." +success: "Message sent successfully!" +error: "An error occurred. Please try again." + +# Social +follow: "Follow me" +contactMe: "Contact me" diff --git a/i18n/it.yaml b/i18n/it.yaml new file mode 100644 index 0000000..92406d9 --- /dev/null +++ b/i18n/it.yaml @@ -0,0 +1,51 @@ +# Navigation & UI +articles: "Articoli" +about: "Chi Sono" +here: "Contatti" +legal: "Privacy" +language: "Lingua" +toggleTheme: "Tema" +toggleMenu: "Menu" +closeMenu: "Chiudi" +email: "Email" +contact: "Contatti" +links: "Link" +allRightsReserved: "Tutti i diritti riservati." + +# Articles +readMore: "Leggi di più" +published: "Pubblicato" +updated: "Aggiornato" +readingTime: "tempo di lettura" +min: "min" +author: "Autore" +category: "Categoria" +tags: "Tag" +relatedPosts: "Articoli correlati" +noRelated: "Nessun articolo correlato." + +# Article types +life: "Vita" +photo: "Foto" +link: "Link" +quote: "Citazione" +tech: "Tech" + +# Sharing +share: "Condividi" +shareOn: "Condividi su" +copyLink: "Copia link" +twitter: "Twitter" +facebook: "Facebook" + +# Forms +name: "Nome" +message: "Messaggio" +submit: "Invia" +sending: "Invio in corso..." +success: "Messaggio inviato con successo!" +error: "Si è verificato un errore. Riprova." + +# Social +follow: "Seguimi" +contactMe: "Contattami" |
