forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
de.toml
203 lines (137 loc) · 4.71 KB
/
de.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
196
197
198
199
200
201
202
203
# i18n strings for the German (main) site.
[deprecation_warning]
other = " Die Dokumentation wird nicht mehr aktiv gepflegt. Die aktuell angezeigte Version ist eine statische Momentaufnahme. Aktuelle Dokumentation finden Sie unter "
[deprecation_file_warning]
other = "Veraltet"
[objectives_heading]
other = "Ziele"
[cleanup_heading]
other = "Aufräumen"
[prerequisites_heading]
other = "Bevor Sie beginnen"
[subscribe_button]
other = "Abonnieren"
[whatsnext_heading]
other = "Nächste Schritte"
[feedback_heading]
other = "Feedback"
[feedback_question]
other = "War diese Seite hilfreich?"
[feedback_yes]
other = "Ja"
[feedback_no]
other = "Nein"
[latest_version]
other = "aktuelle Version."
[version_check_mustbe]
other = "Ihr Kubernetes-Server benötigt die Version "
[version_check_mustbeorlater]
other = "Ihr Kubernetes-Server benötigt mindestens die Version "
[version_check_tocheck]
other = "Um die Version zu überprüfen, geben Sie Folgendes ein "
[caution]
other = "Achtung:"
[note]
other = "Hinweis:"
[warning]
other = "Warnung:"
[main_read_about]
other = "Mehr Informationen"
[main_read_more]
other = "Weiterlesen"
[main_github_invite]
other = "Interested in hacking on the core Kubernetes code base?"
[main_github_view_on]
other = "Auf GitHub ansehen"
[main_github_create_an_issue]
other = "Problem berichten"
[main_community_explore]
other = "Entdecke die Community"
[main_kubernetes_features]
other = "Kubernetes Features"
[main_cncf_project]
other = """Wir sind ein <a href="https://cncf.io/">CNCF</a> Abschlussprojekt</p>"""
[main_kubeweekly_baseline]
other = "Möchtest du die neuesten Nachrichten von Kubernetes erhalten? Melde dich für KubeWeekly an."
[main_kubernetes_past_link]
other = "Frühere Newsletter anzeigen"
[main_kubeweekly_signup]
other = "Abonnieren"
[main_contribute]
other = "Contribute"
[main_edit_this_page]
other = "Diese Seite bearbeiten"
[main_page_history]
other ="Seitenverlauf"
[main_page_last_modified_on]
other = "Letzte Änderung am"
[main_by]
other = "durch"
[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 = "Dokumention durchsuchen"
[docs_label_contributors]
other = "Mitwirkende"
[docs_label_users]
other = "Users"
[docs_label_i_am]
other = "ICH BIN..."
# layouts > blog > pager
[layouts_blog_pager_prev]
other = "<< Zurück"
[layouts_blog_pager_next]
other = "Vor >>"
# layouts > blog > list
[layouts_case_studies_list_tell]
other = "Erzählen Sie Ihre Geschichte"
# layouts > docs > glossary
[layouts_docs_glossary_description]
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."
[layouts_docs_glossary_filter]
other = "Begriffe nach ihren Tags filtern"
[layouts_docs_glossary_select_all]
other = "Alle auswählen"
[layouts_docs_glossary_deselect_all]
other = "Alle abwählen"
[layouts_docs_glossary_aka]
other = "Auch bekannt als"
[layouts_docs_glossary_click_details_before]
other = "Klicken Sie auf die"
[layouts_docs_glossary_click_details_after]
other = "Indikatoren unten, um eine längere Erklärung für einen bestimmten Begriff zu erhalten."
# layouts > docs > search
[layouts_docs_search_fetching]
other = "Ergebnisse werden abgerufen..."
# layouts > partial > feedback
[layouts_docs_partials_feedback_thanks]
other = "Danke für die Rückmeldung. Wenn Sie eine spezifische, beantwortbare Frage zur Verwendung von Kubernetes haben, stellen Sie diese unter "
[layouts_docs_partials_feedback_issue]
other = "Öffnen Sie ein Problem im GitHub-Repo, wenn Sie möchten "
[layouts_docs_partials_feedback_problem]
other = "Ein Problem melden"
[layouts_docs_partials_feedback_or]
other = "oder"
[layouts_docs_partials_feedback_improvement]
other = "Eine Verbesserung vorschlagen"
# 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 = "Veranstaltungskalender"
# UI elements
[ui_search_placeholder]
other = "Suchen"
[input_placeholder_email_address]
other = "E-Mail-Adresse"