From e2585f4db81ad0d86aa0abf8d29023ea7b2d02b5 Mon Sep 17 00:00:00 2001 From: Waxer59 Date: Fri, 23 Jun 2023 23:33:21 +0200 Subject: i18n(es): Translated `404.md` (#248) --- docs/src/content/docs/es/404.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/src/content/docs/es/404.md diff --git a/docs/src/content/docs/es/404.md b/docs/src/content/docs/es/404.md new file mode 100644 index 00000000..befb6a70 --- /dev/null +++ b/docs/src/content/docs/es/404.md @@ -0,0 +1,13 @@ +--- +title: No encontrada +template: splash +editUrl: false +hero: + title: '404' + tagline: Houston, tenemos un problema. No pudimos encontrar esa página.
Verifica la URL o intenta usar la barra de búsqueda. + actions: + - text: Ir a la Home + icon: right-arrow + link: / + variant: primary +--- \ No newline at end of file -- cgit