Add Hindi snippets translation file and missing config.toml params (#15080)

pull/15085/head
Luc Perkins 2019-06-24 11:29:55 +08:00 committed by Kubernetes Prow Robot
parent 214bd5d85e
commit a5d33d6774
2 changed files with 202 additions and 3 deletions

View File

@ -24,7 +24,7 @@ pygmentsStyle = "emacs"
enableGitInfo = true
# Norwegian ("no") is sometimes but not currently used for testing.
disableLanguages = ["no"]
disableLanguages = ["hi", "no"]
[blackfriday]
hrefTargetBlank = true
@ -252,6 +252,10 @@ language_alternatives = ["en"]
[languages.hi]
title = "Kubernetes"
description = "Production-Grade Container Orchestration"
languageName ="Hindi"
languageName = "Hindi"
weight = 11
contentDir = "content/hi"
contentDir = "content/hi"
[languages.hi.params]
time_format_blog = "01.02.2006"
language_alternatives = ["en"]

195
i18n/hi.toml Normal file
View File

@ -0,0 +1,195 @@
# i18n strings for the English (main) site.
[deprecation_warning]
other = " documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the "
[deprecation_file_warning]
other = "Deprecated"
[objectives_heading]
other = "Objectives"
[cleanup_heading]
other = "Cleaning up"
[prerequisites_heading]
other = "Before you begin"
[whatsnext_heading]
other = "What's next"
[feedback_heading]
other = "Feedback"
[feedback_question]
other = "Was this page helpful?"
[feedback_yes]
other = "Yes"
[feedback_no]
other = "No"
[latest_version]
other = "latest version."
[version_check_mustbe]
other = "Your Kubernetes server must be version "
[version_check_mustbeorlater]
other = "Your Kubernetes server must be at or later than version "
[version_check_tocheck]
other = "To check the version, enter "
[caution]
other = "Caution:"
[note]
other = "Note:"
[warning]
other = "Warning:"
[main_read_about]
other = "Read about"
[main_read_more]
other = "Read more"
[main_github_invite]
other = "Interested in hacking on the core Kubernetes code base?"
[main_github_view_on]
other = "View On GitHub"
[main_github_create_an_issue]
other = "Create an Issue"
[main_community_explore]
other = "Explore the community"
[main_kubernetes_features]
other = "Kubernetes Features"
[main_cncf_project]
other = """We are a <a href="https://cncf.io/">CNCF</a> graduated project</p>"""
[main_kubeweekly_baseline]
other = "Interested in receiving the latest Kubernetes news? Sign up for KubeWeekly."
[main_kubernetes_past_link]
other = "View past newsletters"
[main_kubeweekly_signup]
other = "Subscribe"
[main_contribute]
other = "Contribute"
[main_edit_this_page]
other = "Edit This Page"
[main_page_history]
other ="Page History"
[main_page_last_modified_on]
other = "Page last modified on"
[main_by]
other = "by"
[main_documentation_license]
other = """The Kubernetes Authors | Documentation Distributed under <a href="https://git.k8s.io/website/LICENSE" class="light-text">CC BY 4.0</a>"""
[main_copyright_notice]
other = """The Linux Foundation &reg;. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage" class="light-text">Trademark Usage page</a>"""
# Labels for the docs portal home page.
[docs_label_browse]
other = "Browse Docs"
[docs_label_contributors]
other = "Contributors"
[docs_label_users]
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]
other = "Twitter"
[community_github_name]
other = "GitHub"
[community_slack_name]
other = "Slack"
[community_stack_overflow_name]
other = "Stack Overflow"
[community_forum_name]
other = "Forum"
[community_events_calendar]
other = "Events Calendar"
# UI elements
[ui_search_placeholder]
other = "Search"