️ fix: improve accessibility and i18n (#183)

This commit is contained in:
Óscar Fernández 2023-10-02 18:08:57 +02:00 committed by GitHub
parent 28fb52581f
commit 2c6ac293ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 214 additions and 49 deletions

View file

@ -19,6 +19,10 @@ next = "Siguiente" # As in "Next" page.
of = "sur" # E.g. Page 1 "of" 3
all_posts = "Todas las entradas"
all_tags = "Todas las etiquetas"
language_selection = "Selección de idioma"
toggle_mode = "Cambiar a modo $MODE" # $MODE will be replaced by a value (or both) below.
dark = "oscuro"
light = "claro"
# Post metadata.
draft = "BORRADOR"
@ -31,6 +35,10 @@ see_changes = "Ver cambios"
table_of_contents = "Tabla de contenido"
load_comments = "Cargar comentarios"
# Copy code block button.
copied = "Copiado!"
copy_code_to_clipboard = "Copiar código al portapapeles"
# Footer: Powered by Zola and tabi.
powered_by = "Impulsado por"
and = "y"