♿️ fix: improve accessibility and i18n (#183)
This commit is contained in:
@@ -19,6 +19,10 @@ next = "Successivo" # As in "Next" page.
|
||||
of = "di" # E.g. Page 1 "of" 3
|
||||
all_posts = "Tutti i post"
|
||||
all_tags = "Tutti i tag"
|
||||
language_selection = "Selezione della lingua"
|
||||
toggle_mode = "Passa alla modalità $MODE" # $MODE will be replaced by a value (or both) below.
|
||||
dark = "scuro"
|
||||
light = "chiaro"
|
||||
|
||||
# Post metadata.
|
||||
draft = "BOZZA"
|
||||
@@ -31,6 +35,10 @@ see_changes = "Vedi modifiche"
|
||||
table_of_contents = "Indice"
|
||||
load_comments = "Carica commenti"
|
||||
|
||||
# Copy code block button.
|
||||
copied = "Copiato!"
|
||||
copy_code_to_clipboard = "Copia codice negli appunti"
|
||||
|
||||
# Footer: Powered by Zola and tabi.
|
||||
powered_by = "Alimentato da"
|
||||
and = "e"
|
||||
|
Reference in New Issue
Block a user