forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhi.toml
195 lines (133 loc) · 4.35 KB
/
hi.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
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 ®. 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"