From 42752f43c4fa8a8111db72ccafcc4497481b3aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Fri, 3 Mar 2023 02:43:21 -0600 Subject: [PATCH] Add lang `es` --- i18n/es.yaml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 i18n/es.yaml diff --git a/i18n/es.yaml b/i18n/es.yaml new file mode 100644 index 0000000..8b6c235 --- /dev/null +++ b/i18n/es.yaml @@ -0,0 +1,47 @@ +powered: + other: "Powered by" + +theme: + other: "tema" + +readMore: + other: "Leer más" + +toNewPosts: + other: "a nuevos posts" + +toOldPosts: + other: "a posts antiguos" + +tag: + other: "etiqueta" + +Tags: + other: "Etiquetas" + +Posts: + other: "Posts" + +category: + other: "categoría" + +Categories: + other: "Categorías" + +toAllTags: + other: "a todas las etiquetas" + +toAllCategories: + other: "a todas las categorías" + +skipToContent: + other: "Saltar al contenido principal" + +darkTheme: + other: "Dark theme" + +lightTheme: + other: "Light theme" + +readNext: + other: "Leer el siguiente"