From ebcbccb3bb76dbe5db72fc5b83664f2b8a3062a6 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Tue, 23 Nov 2021 19:22:01 -0600 Subject: [PATCH] Update i18n/ files --- .gitattributes | 2 -- i18n/en.yaml | 23 ++++++++----- i18n/es.yaml | 91 +++++++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 96 insertions(+), 20 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index c65c50f..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -i18n/** linguist-detectable=true -data/** linguist-detectable=true diff --git a/i18n/en.yaml b/i18n/en.yaml index 776e4c6..401bc94 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,6 +1,15 @@ +# Misc credit_comment: other: "" +table_of_contents: + other: "Table of Contents" + +browser_no_video_support: + other: "Your browser does not support video." + + +# Meta items long_date: other: "{{ .Date.Format `January 2, 2006` }}" @@ -12,14 +21,8 @@ readingtime: one: "{{ . }} min" other: "{{ . }} mins" -read_more: - other: "Read more" - - -browser_no_video_support: - other: "Your browser does not support video." - +# Post count no_posts: other: "No posts here!" @@ -28,8 +31,9 @@ post_count: other: "{{ . }} posts" -table_of_contents: - other: "Table of Contents" +# Navigation +read_more: + other: "Read more" see_also: other: "See also" @@ -40,6 +44,7 @@ older_post: newer_post: other: "Newer" + # ARIA labels aria_header_link: other: "header link" diff --git a/i18n/es.yaml b/i18n/es.yaml index 5e7ed30..4de8ba9 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -1,6 +1,15 @@ +# Misc credit_comment: other: "" +table_of_contents: + other: "Índice" + +browser_no_video_support: + other: "Tu navegador de internet no admite video." + + +# Meta items long_date: other: "{{ .Date.Day }} de {{ index .Data.meses (printf `%d` .Date.Month) }} de {{ .Date.Year }}" @@ -12,20 +21,19 @@ readingtime: one: "{{ . }} min" other: "{{ . }} mins" -read_more: - other: "Leer más" - - -browser_no_video_support: - other: "Tu navegador de internet no admite video." - +# Post count no_posts: other: "¡No hay contenido para mostrar!" +# post_count: +# one: "{{ . }} post" +# other: "{{ . }} posts" -table_of_contents: - other: "Índice" + +# Navigation +read_more: + other: "Leer más" see_also: other: "Véase también" @@ -35,3 +43,68 @@ older_post: newer_post: other: "Más nuevo" + + +# ARIA labels +# aria_header_link: +# other: "header link" + +# aria_back_to_top_button: +# other: "back to top button" + +# aria_rss_link: +# other: "RSS feed link" + +# aria_post_meta_view_source: +# other: "link to page source" + +# aria_post_meta_translations: +# other: "translations" + +# aria_post_meta_tags: +# other: "tags" + +# aria_post_meta_reading_time: +# other: "reading time" + +# aria_post_meta_authors: +# other: "authors" + +# aria_post_meta_series: +# other: "series" + +# aria_breadcrumbnav: +# other: "breadcrumb navigation bar" + +# aria_post_metadata: +# other: "post metadata" + +# aria_author_metadata: +# other: "author metadata" + +# aria_post_meta_date: +# other: "date" + +# aria_post_meta_modified_date: +# other: "last modified date" + +# aria_author_post_count: +# other: "post count" + +# aria_author_word_count: +# other: "word count" + +# aria_series_metadata: +# other: "series metadata" + +# aria_navbar: +# other: "navigation bar" + +# aria_langpicker: +# other: "language picker" + +# aria_langpicker_list: +# other: "language list" + +# aria_table_of_contents: +# other: "table of contents"