diff --git a/content/es/_index.html b/content/es/_index.html index 62a3f84c805b..7f878da63c8f 100644 --- a/content/es/_index.html +++ b/content/es/_index.html @@ -37,8 +37,8 @@

- {{< content_panel type="dark" title="latest_news" text="Rápido, seguro y simple: el modo ambient de Istio ya está Disponible de forma General." button="read_more" url="/blog/2024/ambient-reaches-ga/" >}} - {{< content_panel type="dark" title="join_the_community" text="Conecta con más de 10.000 de tus compañeros que usan, prueban e innovan con Istio." button="connect_with_us" url="/get-involved" >}} + {{< content_panel type="dark" title="latest_news" text="Rápido, seguro y simple: el modo ambient de Istio ya está Disponible de forma General." button="read_more" url="/es/blog/2024/ambient-reaches-ga/" >}} + {{< content_panel type="dark" title="join_the_community" text="Conecta con más de 10.000 de tus compañeros que usan, prueban e innovan con Istio." button="connect_with_us" url="/es/get-involved" >}} {{< content_panel type="dark" title="get_started" text="Prueba Istio hoy. Evalúa rápidamente el proyecto en cuatro pasos." button="learn_more" url="/es/docs/overview/quickstart" >}}
@@ -53,7 +53,7 @@

¿Qué es Istio?

- Aprende más + Aprende más
@@ -63,7 +63,7 @@

Con la confianza de

{{< logo_carousel >}}
- Lee nuestros casos de estudio + Lee nuestros casos de estudio
@@ -97,7 +97,7 @@

Proveedores de Istio

- Ver todos los proveedores + Ver todos los proveedores
diff --git a/content/es/news/_index.md b/content/es/news/_index.md new file mode 100644 index 000000000000..cc96f4114e23 --- /dev/null +++ b/content/es/news/_index.md @@ -0,0 +1,13 @@ +--- +title: Noticias +linktitle: Noticias +description: Selecciona boletines de seguridad, anuncios de lanzamientos o anuncios de soporte para mantenerte al día. +sidebar_multicard: true +decoration: pill +layout: news-feed +outputs: + - html + - rss +--- + +¡Bienvenido a la sección de noticias de Istio en español! \ No newline at end of file diff --git a/content/es/news/releases/_index.md b/content/es/news/releases/_index.md new file mode 100644 index 000000000000..566d5a2ac499 --- /dev/null +++ b/content/es/news/releases/_index.md @@ -0,0 +1,7 @@ +--- +title: Anuncios de lanzamientos +description: Anuncios de todos los lanzamientos principales y parches de Istio. +weight: 8 +decoration: pill +data_category: Anuncios de lanzamientos +--- \ No newline at end of file diff --git a/content/es/news/security/_index.md b/content/es/news/security/_index.md new file mode 100644 index 000000000000..8e5e75669ade --- /dev/null +++ b/content/es/news/security/_index.md @@ -0,0 +1,8 @@ +--- +title: Boletines de seguridad +description: Vulnerabilidades de seguridad divulgadas y su mitigación. +weight: 7 +list_by_publishdate: true +layout: security-grid +data_category: Boletines de seguridad +--- \ No newline at end of file diff --git a/content/es/news/support/_index.md b/content/es/news/support/_index.md new file mode 100644 index 000000000000..2c8806871be8 --- /dev/null +++ b/content/es/news/support/_index.md @@ -0,0 +1,7 @@ +--- +title: Anuncios de soporte +description: Anuncios sobre ventanas de soporte. +weight: 15 +list_by_publishdate: true +data_category: Anuncios de soporte +--- \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index f2406011797d..c51861530f09 100644 --- a/hugo.toml +++ b/hugo.toml @@ -197,7 +197,7 @@ disableAliases = true # i18n for Spanish [[languages.es.menu.main]] identifier = "about" - name = "About" + name = "Acerca de" title = "Acerca de la sección" weight = 1 diff --git a/i18n/en.toml b/i18n/en.toml index 61672bc50831..31f4099154b2 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -391,3 +391,9 @@ other = "⚠️ This documentation is for an older version (%s) [archive_banner_link] other = "Read the latest version." + +[not_found_message] +other = "We're sorry, the page you requested cannot be found" + +[not_found_explanation] +other = "The URL may be misspelled or the page you're looking for is no longer available" diff --git a/i18n/es.toml b/i18n/es.toml index e87dad293af6..8f153a22d8f7 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -390,3 +390,10 @@ other = "⚠️ Esta documentación es para una versión anterior (%s
- We're sorry, the page you requested cannot be found + {{ i18n "not_found_message" }}
- The URL may be misspelled or the page you're looking for is no longer available + {{ i18n "not_found_explanation" }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d330ba67c1ed..3964d5f85f66 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -80,6 +80,8 @@ {{ end }} {{ if eq $home.Lang "zh" }} {{ i18n "edit_on_github" }} + {{ else if eq $home.Lang "es" }} + {{ i18n "edit_on_github" }} {{ else }} {{ i18n "edit_on_github" }} {{ end }}