34 lines
967 B
TOML
34 lines
967 B
TOML
table_of_contents = "Tabla de contenido"
|
|
open_main_menu = "Abrir menú principal"
|
|
open_lang_switcher = "Abrir cambiador de idioma"
|
|
[reading_time]
|
|
one = "Un minuto de lectura"
|
|
other = "{{ .Count }} minutos de lectura"
|
|
|
|
[search]
|
|
title = "Buscar"
|
|
empty_result = "No se encontró ningún resultado."
|
|
placeholder = "Buscar..."
|
|
|
|
[header]
|
|
darkmode_toggle = "Cambiar a modo oscuro"
|
|
|
|
[404]
|
|
go_back_home = "Volver al inicio"
|
|
sorry = "Lo siento, no pudimos encontrar la página que estás buscando."
|
|
page_not_found = "Página no encontrada"
|
|
|
|
[footer]
|
|
powered_by = "Con tecnología de {{ .Generator }} {{ .Heart }} {{ .Theme }}"
|
|
copyright_with_since ="{{ .CopyrightSign }} {{ .SinceYear }} - {{ .CurrentYear }} {{ .Copyright }}"
|
|
copyright_wo_since ="{{ .CopyrightSign }} {{ .CurrentYear }} {{ .Copyright }}"
|
|
|
|
[paginator]
|
|
newer_posts = "Entradas más recientes"
|
|
older_posts = "Entradas anteriores"
|
|
|
|
[taxonomies]
|
|
categories = "Categorías"
|
|
tags = "Etiquetas"
|
|
series = "Series"
|