forked from jackyzha0/quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added italian localization in i18n/it.toml (jackyzha0#239)
- Loading branch information
Showing
1 changed file
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <a href=\"https://github.com/jackyzha0/quartz\">Quartz</a>, © {{ .year }}" |