Merge pull request 'Add Spanish translation' (#87) from libreivan/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/87
This commit is contained in:
@ -44,6 +44,13 @@ generate_feeds = true
|
||||
|
||||
taxonomies = [{ name = "tags", feed = true }]
|
||||
|
||||
[languages.es]
|
||||
title = "Duckquill"
|
||||
description = "Tema Zola de opinión, moderno, bonito y limpio."
|
||||
generate_feeds = true
|
||||
|
||||
taxonomies = [{ name = "tags", feed = true }]
|
||||
|
||||
[languages.ms]
|
||||
title = "Duckquill"
|
||||
description = "Tema Zola yang berpandangan, moden, cantik dan bersih."
|
||||
|
1
content/_index.es.md
Symbolic link
1
content/_index.es.md
Symbolic link
@ -0,0 +1 @@
|
||||
_index.md
|
1
content/blog/_index.es.md
Symbolic link
1
content/blog/_index.es.md
Symbolic link
@ -0,0 +1 @@
|
||||
_index.md
|
1
content/blog/dolor/index.es.md
Symbolic link
1
content/blog/dolor/index.es.md
Symbolic link
@ -0,0 +1 @@
|
||||
index.md
|
1
content/blog/drafted-post/index.es.md
Symbolic link
1
content/blog/drafted-post/index.es.md
Symbolic link
@ -0,0 +1 @@
|
||||
index.md
|
1
content/blog/ipsum/index.es.md
Symbolic link
1
content/blog/ipsum/index.es.md
Symbolic link
@ -0,0 +1 @@
|
||||
index.md
|
1
content/blog/long-long-man/index.es.md
Symbolic link
1
content/blog/long-long-man/index.es.md
Symbolic link
@ -0,0 +1 @@
|
||||
index.md
|
1
content/blog/lorem/index.es.md
Symbolic link
1
content/blog/lorem/index.es.md
Symbolic link
@ -0,0 +1 @@
|
||||
index.md
|
1
content/blog/the-quill-of-duck/index.es.md
Symbolic link
1
content/blog/the-quill-of-duck/index.es.md
Symbolic link
@ -0,0 +1 @@
|
||||
index.md
|
1
content/demo/index.es.md
Symbolic link
1
content/demo/index.es.md
Symbolic link
@ -0,0 +1 @@
|
||||
index.md
|
1
content/demo/page.es.md
Symbolic link
1
content/demo/page.es.md
Symbolic link
@ -0,0 +1 @@
|
||||
page.md
|
1
content/tricks/index.es.md
Symbolic link
1
content/tricks/index.es.md
Symbolic link
@ -0,0 +1 @@
|
||||
index.md
|
82
i18n/es.toml
Normal file
82
i18n/es.toml
Normal file
@ -0,0 +1,82 @@
|
||||
# Shown in language picker for multi-language sites
|
||||
language_name = "Español"
|
||||
# Tera date format used for listing posts
|
||||
# (post publication date, tag posts list...).
|
||||
# Not used in comments, "date_locale" is used instead.
|
||||
# See https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html
|
||||
date_format = "%B %d, %Y"
|
||||
date_locale = "es_ES"
|
||||
|
||||
# Menu items.
|
||||
# Should match the names in config.extra.nav.links and config.extra.footer.links.
|
||||
Links = "Enlaces"
|
||||
Blog = "Blog"
|
||||
Demo = "Demo"
|
||||
Tricks = "Trucos"
|
||||
Coffee = "Café"
|
||||
|
||||
all_tags = "Ver todas las etiquetas"
|
||||
archived = "Archivado"
|
||||
author = "Autor"
|
||||
blog_post_author = "Autor del post"
|
||||
boosts_from = "Boosts de"
|
||||
by_author = "Por $AUTHOR"
|
||||
caution = "Precaución"
|
||||
comments = "Comentarios"
|
||||
comments_description = "Puedes comentar en este post haciendo una respuesta pública en una cuenta de Mastodon u otra plataforma de ActivityPub/Fediverso. Respuestas no privadas serán mostrabas abajo."
|
||||
comments_noscript = "Cargamos comentarios haciendo uso de JavaScript. Prueba a habilitarlo, en caso de no ya estarlo, o a recargar la página. Adicionalmente, puedes visitar el post original en Mastodon."
|
||||
comments_qr = "Código QR al post de Mastodon"
|
||||
copy_code = "Copiar código"
|
||||
disclaimer = "Advertencia"
|
||||
drafted = "Borrador"
|
||||
faves_from = "Favoritos de"
|
||||
featured = "Recomendado"
|
||||
feed = "Feed"
|
||||
file_an_issue = "Reportar un problema"
|
||||
filter_by_tag = "Filtra por etiqueta"
|
||||
first = "Primero"
|
||||
go_to_top = "Ir hasta arriba"
|
||||
hot = "Hot"
|
||||
important = "Importante"
|
||||
language = "Lenguaje"
|
||||
last = "Último"
|
||||
load_comments = "Cargar Commentarios"
|
||||
loading = "Cargando"
|
||||
many_minutes_read = "$NUMBER minutos leídos"
|
||||
many_posts = "$NUMBER publicaciones en total"
|
||||
many_tags = "$NUMBER etiquetas en total"
|
||||
minutes_read = "$NUMBER minuto leído"
|
||||
next = "Siguiente"
|
||||
no_comments = "Sin comentarios aún :/"
|
||||
note = "Nota"
|
||||
one_posts = "$NUMBER publicación en total"
|
||||
one_tags = "$NUMBER etiqueta en total"
|
||||
open_post = "Abrir publicación"
|
||||
poor = "Pobre"
|
||||
posts = "$NUMBER publicaciones en total"
|
||||
posts_with_tag = "Publicaciones con etiqueta"
|
||||
powered_by = "Desarrollado por"
|
||||
powered_by_and = "y"
|
||||
previous = "Anterior"
|
||||
published = "Publicado el"
|
||||
reload = "Recargar"
|
||||
repo = "Repositorio"
|
||||
search = "Buscar"
|
||||
search_for = "Buscar por"
|
||||
share = "Compartir"
|
||||
skip_to_content = "Saltar al contenido principal"
|
||||
source = "Fuente del sitio web"
|
||||
table_of_contents = "Tabla de contenido"
|
||||
tags = "etiquetas"
|
||||
tags_title = "Etiquetas"
|
||||
theme = "Tema"
|
||||
theme_dark = "Cambiar a tema oscuro"
|
||||
theme_light = "Cambiar a tema claro"
|
||||
theme_system = "Usar tema del sistema"
|
||||
tip = "Consejo"
|
||||
trigger_warning = "Advertencia de contenido"
|
||||
updated = "Actualizado el"
|
||||
view_comment = "Ver comentario en"
|
||||
view_profile = "Ver perfil en"
|
||||
warning = "Advertencia"
|
||||
|
Reference in New Issue
Block a user