mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-10-31 15:25:58 -05:00
32 lines
658 B
TOML
32 lines
658 B
TOML
[credit_comment]
|
|
other = "<!-- bobatheme está disponible en GitHub basado en la licensia MIT: https://github.com/BBaoVanC/bobatheme. -->"
|
|
|
|
[long_date]
|
|
other = "{{ .Date.Day }} de {{ index .Data.meses (printf `%d` .Date.Month) }} de {{ .Date.Year }}"
|
|
|
|
[wordcount]
|
|
one = "{{ . }} palabra"
|
|
other = "{{ . }} palabras"
|
|
|
|
[readingtime]
|
|
one = "{{ . }} min"
|
|
other = "{{ . }} mins"
|
|
|
|
[read_more]
|
|
other = "Leer más"
|
|
|
|
|
|
[browser_no_video_support]
|
|
other = "Tu navegador de internet no admite video."
|
|
|
|
|
|
[filtering_for]
|
|
other = "Filtrando por \"{{ . }}\""
|
|
|
|
[no_posts]
|
|
other = "¡No hay contenido para mostrar!"
|
|
|
|
|
|
[table_of_contents]
|
|
other = "Índice"
|