93 lines
2.2 KiB
YAML
93 lines
2.2 KiB
YAML
# General
|
|
- id: read_more
|
|
translation: "Leer más"
|
|
|
|
- id: menu_label
|
|
translation: "Menú"
|
|
|
|
- id: sidemenu_title
|
|
translation: "Menú"
|
|
|
|
# Post meta
|
|
- id: meta_lastmod
|
|
translation: "Última modificación"
|
|
|
|
- id: meta_translations
|
|
translation: "Traducciones"
|
|
|
|
# Table of Contents
|
|
- id: toc_title
|
|
translation: "Índice"
|
|
|
|
# Post nav
|
|
- id: post_nav_prev
|
|
translation: "Anterior"
|
|
|
|
- id: post_nav_next
|
|
translation: "Siguiente"
|
|
|
|
# Authorbox
|
|
- id: authorbox_name
|
|
translation: "Sobre el autor {{ .Name }}"
|
|
|
|
# Sidebar
|
|
- id: sidebar_warning
|
|
translation: "Atención"
|
|
|
|
- id: sidebar_recommendation
|
|
translation: "Activa al menos un widget en la barra lateral."
|
|
|
|
# Search widget
|
|
- id: search_placeholder
|
|
translation: "Buscar…"
|
|
|
|
# Languages widget
|
|
- id: languages_title
|
|
translation: "Idiomas"
|
|
|
|
# Categories widget
|
|
- id: categories_title
|
|
translation: "Categorías"
|
|
|
|
# Recent Posts widget
|
|
- id: recent_title
|
|
translation: "Más Recientes"
|
|
|
|
# Social widget
|
|
- id: social_title
|
|
translation: "Social"
|
|
|
|
# Tags List widget
|
|
- id: tags_title
|
|
translation: "Etiquetas"
|
|
|
|
# Footer
|
|
- id: footer_credits
|
|
translation:
|
|
"Generado con <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> y \
|
|
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a>."
|
|
|
|
# 404
|
|
- id: 404_title
|
|
translation: "404. Página no encontrada"
|
|
|
|
- id: 404_text
|
|
translation: "La página que estás buscando no aparece, no existe o se ha movido a otro lugar."
|
|
|
|
- id: 404_linktext
|
|
translation: "Página principal"
|
|
|
|
# No posts empty state
|
|
- id: noposts_warning_title
|
|
translation: "¡Todavía no hay publicaciones!"
|
|
|
|
- id: noposts_warning_description
|
|
translation:
|
|
"Una vez que publiques algo en cualquier carpeta (sección) dentro del directorio <b>content</b>, se verá aquí. \
|
|
Sólo una sección (la que tenga más publicaciones) se mostrará por defecto en la página principal."
|
|
|
|
- id: noposts_warning_tip
|
|
translation:
|
|
"<b>Aviso:</b> Puedes mostrar tantas secciones como gustes con el parámetro de configuración \
|
|
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b>."
|