Init German translation (#13340)
* Init German translation * Removed EN content * Removed binary files, unnesscary files * Fixed typo, added rlenferink to owners file for german content * Removed English content * Add missing case-studies link * Removed css
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
39cb126d96
commit
a5ddc03b4f
+139
@@ -0,0 +1,139 @@
|
||||
# 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"
|
||||
|
||||
[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öchten Sie die neuesten Nachrichten von Kubernetes erhalten? Melden Sie sich 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..."
|
||||
|
||||
|
||||
|
||||
# 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"
|
||||
Reference in New Issue
Block a user