Add localization support for layouts (#13832)
Add layouts/docs/glossary en i18n strings
Add layouts/docs/glossary es i18n strings
Use i18n strings in layouts/docs/glossary
Add layouts/blog/pager en i18n strings
Add layouts/blog/pager es i18n strings
Use i18n strings in layouts/blog/pager
Add layouts/blog/list en i18n strings
Add layouts/blog/list es i18n strings
Use i18n strings in layouts/case-studies/list
Add layouts/docs/search en i18n strings
Add layouts/docs/search es i18n strings
Use i18n strings in layouts/docs/search
Add layouts/partials/feedback en i18n strings
Add layouts/partials/feedback es i18n strings
Use i18n strings in layouts/partials/feedback
Set html lang using "{{ .Language }}"
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
798c6c748c
commit
20842e037a
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user