From 717a13a580fb82063d40525bcc63cd1d36f5994a Mon Sep 17 00:00:00 2001 From: Filippo Andrea Sighinolfi <83777862+Sighi-04@users.noreply.github.com> Date: Sun, 27 Nov 2022 19:55:13 +0100 Subject: [PATCH] feat: Added italian localization in i18n/it.toml (#239) --- i18n/it.toml | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 i18n/it.toml diff --git a/i18n/it.toml b/i18n/it.toml new file mode 100644 index 00000000..f5817b45 --- /dev/null +++ b/i18n/it.toml @@ -0,0 +1,65 @@ +[404_message] +other = "Hey, ti sei perso? Questa pagina non esiste (o è privata)" + +[404_back] +other = "↳ Torna alla home." + +[all_posts] +other = "Tutti {{.Title}}" + +[last_updated] +other = "Ultima modifica" + +[notes_count] +other = "note con questo tag" + +[first_10] +other = "mostrando i primi 10 risultati" + +[tag] +other = "Tag" + +[backlinks] +other = "Backlinks" + +[no_backlinks] +other = "Nessun Backlink trovato" + +[home] +other = "Home" + +[light_mode] +other = "Modalità Chiara" + +[dark_mode] +other = "Modalità Scura" + +[edit_source] +other = "Modifica Sorgente" + +[interactive_graph] +other = "Grafico Interattivo" + +[search] +other = "Cerca" + +[search_icon] +other = "Icona di ricerca" + +[icon_search] +other = "Icona per aprire la ricerca" + +[recent_notes] +other = "Note Recenti" + +[first_3_notes] +other = "prime 3 {{ .notes }}" + +[search_for_something] +other = "Cerca qualcosa..." + +[toc] +other = "Indice" + +[copyright] +other = "Realizzato da {{ .name }} con Quartz, © {{ .year }}"