diff options
Diffstat (limited to '_data')
-rw-r--r-- | _data/en/strings.yml | 21 | ||||
-rw-r--r-- | _data/es/strings.yml | 19 |
2 files changed, 40 insertions, 0 deletions
diff --git a/_data/en/strings.yml b/_data/en/strings.yml new file mode 100644 index 0000000..b13c969 --- /dev/null +++ b/_data/en/strings.yml @@ -0,0 +1,21 @@ + + +global: + language: Language + now: Now + about: About + about_me: About me + archive: Archive + categories: Categories + recent_posts: Recent posts + source_code: Source code +index: + page: Page + of: of + first: First + last: Last +post: + next: Next + previous: Previous +errors: + not_found: The page you were looking for couldn't be found diff --git a/_data/es/strings.yml b/_data/es/strings.yml new file mode 100644 index 0000000..14bd9be --- /dev/null +++ b/_data/es/strings.yml @@ -0,0 +1,19 @@ +global: + language: Lenguaje + now: Ahora + about: Acerca de + about_me: Acerca de mí + archive: Archivados + categories: Categorías + recent_posts: Posts recientes + source_code: Código fuente +index: + page: Página + of: de + first: Primera + last: Última +post: + next: Siguiente + previous: Anterior +errors: + not_found: No se encontró la página que buscabas |