65 lines
1.6 KiB
YAML
65 lines
1.6 KiB
YAML
# Content
|
|
- id: dateFormat
|
|
translation: "2 de enero, 2006"
|
|
- id: shortdateFormat
|
|
translation: "2 Jan, 2006 15:04:05"
|
|
- id: postedOnDate
|
|
translation: "Publicado el {{ .Count }}"
|
|
- id: translationsLabel
|
|
translation: "Otros idiomas: "
|
|
- id: translationsSeparator
|
|
translation: ", "
|
|
- id: readMore
|
|
translation: "Leer más"
|
|
- id: olderPosts
|
|
translation: "Artículos anteriores"
|
|
- id: newerPosts
|
|
translation: "Artículos siguientes"
|
|
- id: previousPost
|
|
translation: "Artículo anterior"
|
|
- id: nextPost
|
|
translation: "Artículo siguiente"
|
|
- id: readTime
|
|
translation: "min"
|
|
- id: words
|
|
translation: "mots"
|
|
|
|
|
|
# 404 page
|
|
- id: pageNotFound
|
|
translation: "¡Vaya! Esta página no existe (error 404)"
|
|
|
|
# Footer
|
|
- id: poweredBy # Accepts HTML
|
|
translation: '<a href="http://gohugo.io">Hugo v{{ .Hugo.Version }}</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'
|
|
|
|
# Navigation
|
|
- id: toggleNavigation
|
|
translation: "Conmuta navegación"
|
|
- id: languageSwitcherLabel
|
|
translation: "Idioma"
|
|
- id: gcseLabelShort
|
|
translation: "Buscar"
|
|
- id: gcseLabelLong
|
|
translation: "Buscar en {{ .Site.Title }}"
|
|
- id: gcseClose
|
|
translation: "Cerrar"
|
|
|
|
# Staticman
|
|
- id: noComment
|
|
translation: "No comment"
|
|
- id: oneComment
|
|
translation: "comment"
|
|
- id: moreComment
|
|
translation: "comments"
|
|
- id: useMarkdown
|
|
translation: "You can use Markdown syntax"
|
|
- id: yourName
|
|
translation: "Your name"
|
|
- id: yourEmail
|
|
translation: "Your email address"
|
|
- id: yourWebsite
|
|
translation: "You website"
|
|
|
|
|
|
|