diff --git a/i18n/en.toml b/i18n/en.toml index e841e1952b..2467ca4d24 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -118,7 +118,63 @@ other = "Users" [docs_label_i_am] other = "I AM..." +# layouts > blog > pager +[layouts_blog_pager_prev] +other = "<< Prev" + +[layouts_blog_pager_next] +other = "Next >>" + +# layouts > blog > list + +[layouts_case_studies_list_tell] +other = "Tell your story" + +# layouts > docs > glossary + +[layouts_docs_glossary_description] +other = "This glossary is intended to be a comprehensive, standardized list of Kubernetes terminology. It includes technical terms that are specific to K8s, as well as more general terms that provide useful context." + +[layouts_docs_glossary_filter] +other = "Filter terms according to their tags" + +[layouts_docs_glossary_select_all] +other = "Select all" + +[layouts_docs_glossary_deselect_all] +other = "Deselect all" + +[layouts_docs_glossary_aka] +other = "Also known as" + +[layouts_docs_glossary_click_details_before] +other = "Click on the" + +[layouts_docs_glossary_click_details_after] +other = "indicators below to get a longer explanation for any particular term." + +# layouts > docs > search + +[layouts_docs_search_fetching] +other = "Fetching results.." + +# layouts > partial > feedback + +[layouts_docs_partials_feedback_thanks] +other = "Thanks for the feedback. If you have a specific, answerable question about how to use Kubernetes, ask it on" + +[layouts_docs_partials_feedback_issue] +other = "Open an issue in the GitHub repo if you want to " + +[layouts_docs_partials_feedback_problem] +other = "report a problem" + +[layouts_docs_partials_feedback_or] +other = "or" + +[layouts_docs_partials_feedback_improvement] +other = "suggest an improvement" # Community links [community_twitter_name] diff --git a/i18n/es.toml b/i18n/es.toml index c64d309d2a..446579e506 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -118,7 +118,63 @@ other = "Usuarios" [docs_label_i_am] other = "Yo soy..." +# layouts > blog > pager +[layouts_blog_pager_prev] +other = "<< Anterior" + +[layouts_blog_pager_next] +other = "Siguiente >>" + +# layouts > blog > list + +[layouts_case_studies_list_tell] +other = "Cuéntanos tu historia" + +# layouts > docs > glossary + +[layouts_docs_glossary_description] +other = "Este glosario tiene la intención de ser una lista completa y estandarizada de la terminología de Kubernetes. Incluye términos técnicos que son específicos de k8s, así como términos más generales que proporcionan un contexto." + +[layouts_docs_glossary_filter] +other = "Filtrar terminos por categoría:" + +[layouts_docs_glossary_select_all] +other = "Seleccionar todos" + +[layouts_docs_glossary_deselect_all] +other = "Elmininar selección" + +[layouts_docs_glossary_aka] +other = "Also known as" + +[layouts_docs_glossary_click_details_before] +other = "Haz click en el símbolo" + +[layouts_docs_glossary_click_details_after] +other = "para obtener información detallada sobre el término." + +# layouts > docs > search + +[layouts_docs_search_fetching] +other = "Obteniendo resultados.." + +# layouts > partial > feedback + +[layouts_docs_partials_feedback_thanks] +other = "Muchas gracias por el feedback. Si tienes alguna pregunta específica sobre como usar Kubernetes, puedes preguntar en" + +[layouts_docs_partials_feedback_issue] +other = "Abre un issue en el repositorio de GitHub si quieres" + +[layouts_docs_partials_feedback_problem] +other = "reportar un problema" + +[layouts_docs_partials_feedback_or] +other = "o" + +[layouts_docs_partials_feedback_improvement] +other = "sugerir alguna mejora" # Community links [community_twitter_name] diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d1cb857069..440655af41 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "head.html" . }} diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html index 1fa2523a52..229a95f47f 100644 --- a/layouts/blog/baseof.html +++ b/layouts/blog/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "head.html" . }} diff --git a/layouts/blog/pager.html b/layouts/blog/pager.html index d9b7350923..1d2dd68a61 100644 --- a/layouts/blog/pager.html +++ b/layouts/blog/pager.html @@ -1,12 +1,12 @@ \ No newline at end of file diff --git a/layouts/case-studies/list.html b/layouts/case-studies/list.html index 6d554f8a09..e0f4565a95 100644 --- a/layouts/case-studies/list.html +++ b/layouts/case-studies/list.html @@ -51,7 +51,7 @@ {{ errorf "Case Studies: Missing logo for %s. Put a PNG with the word 'logo' in the filename into %q" $p.LinkTitle $p.File.Dir }} {{ end }} {{ end }} - Tell your story + {{ T diff --git a/layouts/case-studies/single-baseof.html b/layouts/case-studies/single-baseof.html index 7d6d6a92d9..3ac298c247 100644 --- a/layouts/case-studies/single-baseof.html +++ b/layouts/case-studies/single-baseof.html @@ -1,5 +1,5 @@ - + {{ partial "head.html" . }} diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index f8a9f189dd..39fc908057 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "head.html" . }} diff --git a/layouts/docs/glossary.html b/layouts/docs/glossary.html index 67fae194b2..1412442152 100644 --- a/layouts/docs/glossary.html +++ b/layouts/docs/glossary.html @@ -6,9 +6,9 @@

{{ .Title }}

-

This glossary is intended to be a comprehensive, standardized list of Kubernetes terminology. It includes technical terms that are specific to K8s, as well as more general terms that provide useful context.

+

{{ T "layouts_docs_glossary_description" }}

-

Filter terms according to their tags:

+

{{ T "layouts_docs_glossary_filter" }}

{{ range (index site.Data "canonical-tags") }}
@@ -22,10 +22,10 @@ {{ .name }} {{ end }} - Select all - Deselect all + {{ T "layouts_docs_glossary_select_all" }} + {{ T "layouts_docs_glossary_deselect_all" }}
-

Click on the [+] indicators below to get a longer explanation for any particular term.

+

{{ T "layouts_docs_glossary_click_details_before" }} [+] {{ T "layouts_docs_glossary_click_details_after" }}

{{ partial "docs/glossary-terms.html" . }} {{ $glossary_items := $.Scratch.Get "glossary_items" }} {{ with $glossary_items }} @@ -43,7 +43,7 @@
{{ .Title }}
{{ with .Params.aka }} - Also known as: {{ delimit . ", " }} + {{ T "layouts_docs_glossary_aka" }}:{{ delimit . ", " }}
{{ end }} {{ .Summary }} [+] diff --git a/layouts/docs/search.html b/layouts/docs/search.html index 15e59a795b..46bcf29445 100644 --- a/layouts/docs/search.html +++ b/layouts/docs/search.html @@ -2,7 +2,7 @@

{{ .Title }}

-
Fetching results..
+
{{ T "layouts_docs_search_fetching" }}
diff --git a/layouts/partials/feedback.html b/layouts/partials/feedback.html index 027e8f7f0f..18d9ea4b3c 100644 --- a/layouts/partials/feedback.html +++ b/layouts/partials/feedback.html @@ -4,13 +4,18 @@