Skip to content

Commit

Permalink
feat: add es-ES support to locales (#533)
Browse files Browse the repository at this point in the history
Using the already existing locales in the chirpy repository, I added a new locale file in Spanish.
  • Loading branch information
camartinezbu authored Mar 16, 2022
1 parent 3e64400 commit efe75ad
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions _data/locales/es-ES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
# The layout text of site

# ----- Commons label -----

layout:
post: Entrada
category: Categoría
tag: Etiqueta

# The tabs of sidebar
tabs:
# format: <filename_without_extension>: <value>
home: Inicio
categories: Categorías
tags: Etiquetas
archives: Archivo
about: Acerca de

# the text displayed in the search bar & search results
search:
hint: Buscar
cancel: Cancelar
no_results: ¡Oops! No se encuentran resultados.

panel:
lastmod: Actualizado recientemente
trending_tags: Etiquetas populares
toc: Contenido

copyright:
# Shown at the bottom of the post
license:
template: Esta entrada está licenciada bajo :LICENSE_NAME por el autor.
name: CC BY 4.0
link: https://creativecommons.org/licenses/by/4.0/

# Displayed in the footer
brief: Algunos derechos reservados.
verbose: >-
Salvo que se indique explícitamente, las entradas de este blog están licenciadas
bajo la Creative Commons Attribution 4.0 International (CC BY 4.0) License por el autor.
meta: Hecho con :PLATFORM usando el tema :THEME.

not_found:
statment: Lo sentimos, hemos perdido esa URL o apunta a algo que no existe.
hint_template: :HEAD_BAK para intentar de nuevo, o búscala en la :ARCHIVES_PAGE.
head_back: Vuelve a inicio
archives_page: Página de archivo

# ----- Posts related labels -----

post:
written_by: Por
posted: Publicado
updated: Actualizado
words: palabras
pageview_measure: visitas
read_time:
unit: min
prompt: ' de lectura'
relate_posts: Lecturas adicionales
share: Compartir
button:
next: Nuevo
previous: Anterior
copy_code:
succeed: ¡Copiado!
share_link:
title: Copiar enlace
succeed: ¡Enlace copiado!
# pinned prompt of posts list on homepage
pin_prompt: Fijado

# categories page
categories:
category_measure: categorias
post_measure: entradas

0 comments on commit efe75ad

Please sign in to comment.