Skip to content

Commit 06e7be5

Browse files
author
Tim Bannister
committed
Allow localization teams to review their own strings
1 parent 80a91d7 commit 06e7be5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3847
-3414
lines changed

data/i18n/de/OWNERS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
# Localized strings for German.
4+
# Teams and members are visible at https://github.com/orgs/kubernetes/teams.
5+
6+
reviewers:
7+
- sig-docs-de-reviews
8+
9+
approvers:
10+
- sig-docs-de-owners
11+
12+
labels:
13+
- language/de

data/i18n/de/de.toml

Lines changed: 203 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,203 @@
1+
# i18n strings for the German (main) site.
2+
3+
[deprecation_warning]
4+
other = " Die Dokumentation wird nicht mehr aktiv gepflegt. Die aktuell angezeigte Version ist eine statische Momentaufnahme. Aktuelle Dokumentation finden Sie unter "
5+
6+
[deprecation_file_warning]
7+
other = "Veraltet"
8+
9+
[objectives_heading]
10+
other = "Ziele"
11+
12+
[cleanup_heading]
13+
other = "Aufräumen"
14+
15+
[prerequisites_heading]
16+
other = "Bevor Sie beginnen"
17+
18+
[subscribe_button]
19+
other = "Abonnieren"
20+
21+
[whatsnext_heading]
22+
other = "Nächste Schritte"
23+
24+
[feedback_heading]
25+
other = "Feedback"
26+
27+
[feedback_question]
28+
other = "War diese Seite hilfreich?"
29+
30+
[feedback_yes]
31+
other = "Ja"
32+
33+
[feedback_no]
34+
other = "Nein"
35+
36+
[latest_version]
37+
other = "aktuelle Version."
38+
39+
[version_check_mustbe]
40+
other = "Ihr Kubernetes-Server benötigt die Version "
41+
42+
[version_check_mustbeorlater]
43+
other = "Ihr Kubernetes-Server benötigt mindestens die Version "
44+
45+
[version_check_tocheck]
46+
other = "Um die Version zu überprüfen, geben Sie Folgendes ein "
47+
48+
[caution]
49+
other = "Achtung:"
50+
51+
[note]
52+
other = "Hinweis:"
53+
54+
[warning]
55+
other = "Warnung:"
56+
57+
[main_read_about]
58+
other = "Mehr Informationen"
59+
60+
[main_read_more]
61+
other = "Weiterlesen"
62+
63+
[main_github_invite]
64+
other = "Interested in hacking on the core Kubernetes code base?"
65+
66+
[main_github_view_on]
67+
other = "Auf GitHub ansehen"
68+
69+
[main_github_create_an_issue]
70+
other = "Problem berichten"
71+
72+
[main_community_explore]
73+
other = "Entdecke die Community"
74+
75+
[main_kubernetes_features]
76+
other = "Kubernetes Features"
77+
78+
[main_cncf_project]
79+
other = """Wir sind ein <a href="https://cncf.io/">CNCF</a> Abschlussprojekt</p>"""
80+
81+
[main_kubeweekly_baseline]
82+
other = "Möchten Sie die neuesten Nachrichten von Kubernetes erhalten? Melden Sie sich für KubeWeekly an."
83+
84+
[main_kubernetes_past_link]
85+
other = "Frühere Newsletter anzeigen"
86+
87+
[main_kubeweekly_signup]
88+
other = "Abonnieren"
89+
90+
[main_contribute]
91+
other = "Contribute"
92+
93+
[main_edit_this_page]
94+
other = "Diese Seite bearbeiten"
95+
96+
[main_page_history]
97+
other ="Seitenverlauf"
98+
99+
[main_page_last_modified_on]
100+
other = "Letzte Änderung am"
101+
102+
[main_by]
103+
other = "durch"
104+
105+
[main_documentation_license]
106+
other = """The Kubernetes Authors | Documentation Distributed under <a href="https://git.k8s.io/website/LICENSE" class="light-text">CC BY 4.0</a>"""
107+
108+
[main_copyright_notice]
109+
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>"""
110+
111+
# Labels for the docs portal home page.
112+
[docs_label_browse]
113+
other = "Dokumention durchsuchen"
114+
115+
[docs_label_contributors]
116+
other = "Mitwirkende"
117+
118+
[docs_label_users]
119+
other = "Users"
120+
121+
[docs_label_i_am]
122+
other = "ICH BIN..."
123+
124+
125+
# layouts > blog > pager
126+
127+
[layouts_blog_pager_prev]
128+
other = "<< Zurück"
129+
130+
[layouts_blog_pager_next]
131+
other = "Vor >>"
132+
133+
# layouts > blog > list
134+
135+
[layouts_case_studies_list_tell]
136+
other = "Erzählen Sie Ihre Geschichte"
137+
138+
# layouts > docs > glossary
139+
140+
[layouts_docs_glossary_description]
141+
other = "Dieses Glossar soll eine umfassende, standardisierte Liste der Kubernetes-Terminologie darstellen. Es enthält technische Begriffe, die für K8 spezifisch sind, sowie allgemeinere Begriffe, die einen nützlichen Kontext bieten."
142+
143+
[layouts_docs_glossary_filter]
144+
other = "Begriffe nach ihren Tags filtern"
145+
146+
[layouts_docs_glossary_select_all]
147+
other = "Alle auswählen"
148+
149+
[layouts_docs_glossary_deselect_all]
150+
other = "Alle abwählen"
151+
152+
[layouts_docs_glossary_aka]
153+
other = "Auch bekannt als"
154+
155+
[layouts_docs_glossary_click_details_before]
156+
other = "Klicken Sie auf die"
157+
158+
[layouts_docs_glossary_click_details_after]
159+
other = "Indikatoren unten, um eine längere Erklärung für einen bestimmten Begriff zu erhalten."
160+
161+
# layouts > docs > search
162+
163+
[layouts_docs_search_fetching]
164+
other = "Ergebnisse werden abgerufen..."
165+
166+
# layouts > partial > feedback
167+
168+
[layouts_docs_partials_feedback_thanks]
169+
other = "Danke für die Rückmeldung. Wenn Sie eine spezifische, beantwortbare Frage zur Verwendung von Kubernetes haben, stellen Sie diese unter "
170+
171+
[layouts_docs_partials_feedback_issue]
172+
other = "Öffnen Sie ein Problem im GitHub-Repo, wenn Sie möchten "
173+
174+
[layouts_docs_partials_feedback_problem]
175+
other = "Ein Problem melden"
176+
177+
[layouts_docs_partials_feedback_or]
178+
other = "oder"
179+
180+
[layouts_docs_partials_feedback_improvement]
181+
other = "Eine Verbesserung vorschlagen"
182+
183+
184+
# Community links
185+
[community_twitter_name]
186+
other = "Twitter"
187+
[community_github_name]
188+
other = "GitHub"
189+
[community_slack_name]
190+
other = "Slack"
191+
[community_stack_overflow_name]
192+
other = "Stack Overflow"
193+
[community_forum_name]
194+
other = "Forum"
195+
[community_events_calendar]
196+
other = "Veranstaltungskalender"
197+
198+
# UI elements
199+
[ui_search_placeholder]
200+
other = "Suchen"
201+
202+
[input_placeholder_email_address]
203+
other = "E-Mail-Addresse"

data/i18n/en/OWNERS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
# Upstream (English) localized strings.
4+
# Teams and members are visible at https://github.com/orgs/kubernetes/teams.
5+
6+
reviewers:
7+
- sig-docs-en-reviews
8+
9+
approvers:
10+
- sig-docs-en-owners
11+
12+
labels:
13+
- language/en

0 commit comments

Comments
 (0)