From 61175b92aceec9ed9af4cadeda264a4b3ed211d3 Mon Sep 17 00:00:00 2001 From: jossemargt Date: Thu, 14 Oct 2021 01:26:29 -0600 Subject: Add Spanish i18n strings --- i18n/es.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 i18n/es.yaml diff --git a/i18n/es.yaml b/i18n/es.yaml new file mode 100644 index 0000000..475c295 --- /dev/null +++ b/i18n/es.yaml @@ -0,0 +1,28 @@ +- id: last_mod_on + translation: Última modificación {{ .Format "2006-01-02" }} +- id: format_date + translation: '{{ .Format "2006-01-02" }}' +- id: format_date_tosec + translation: '{{ .Format "2006-01-02 15:04" }}' +- id: next_link + translation: Siguiente +- id: prev_link + translation: Previo +- id: no_newer_posts + translation: No hay más publicaciones nuevas. +- id: no_older_posts + translation: No hay más publicaciones antiguas. +- id: comments_disabled + translation: Comentarios deshabilitados. +- id: comments_activate_js + translation: Por favor habilita JavaScript para ver los comentarios +- id: hugo_theme + translation: Tema Hugo +- id: ported_from + translation: Portado de +- id: by + translation: por +- id: draft + translation: BORRADOR +- id: toc_title + translation: Tabla de contenidos -- cgit v1.2.3