Skip to content

Commit

Permalink
Merge pull request #18606 from minikube-bot/gendocs
Browse files Browse the repository at this point in the history
Update auto-generated docs and translations
  • Loading branch information
spowelljr authored Apr 9, 2024
2 parents d3bd6d5 + f0292e7 commit e310e14
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"Continuously listing/getting the status with optional interval duration.": "Zeige bzw. hole den Status kontinuierlich mit optionaler Angabe des Zeit-Intervalls",
"Control Plane could not update, try minikube delete --all --purge": "Control-Plane konnte nicht aktualisieren, versuchen Sie minikube delete --all --purge",
"Copy the specified file into minikube": "Kopiere die angegebene Datei in Minikube",
"Copy the specified file into minikube, it will be saved at path \u003ctarget file absolute path\u003e in your minikube.\nDefault target node controlplane and If \u003csource node name\u003e is omitted, It will trying to copy from host.\n\nExample Command : \"minikube cp a.txt /home/docker/b.txt\" +\n \"minikube cp a.txt minikube-m02:/home/docker/b.txt\"\n \"minikube cp minikube-m01:a.txt minikube-m02:/home/docker/b.txt\"": "Kopiere die angegebene Datei in Minikube. Die Datei wird unter dem Pfad <Ziel Datei absoluter Pfad> in Ihrer Minikube Instanz gespeichert.\nDer Default-Ziel-Node ist die Control-Plane. Wenn der <Name des Quell Nodes> nicht angegeben ist, wird versucht vom Host zu kopieren.\n\nBefehls-Beispiel : \"minikube cp a.txt /home/docker/b.txt\" +\n \"minikube cp a.txt minikube-m02:/home/docker/b.txt\"\n \"minikube cp minikube-m01:a.txt minikube-m02:/home/docker/b.txt\"",
"Copy the specified file into minikube, it will be saved at path \u003ctarget file absolute path\u003e in your minikube.\nDefault target node controlplane and If \u003csource node name\u003e is omitted, It will trying to copy from host.\n\nExample Command : \"minikube cp a.txt /home/docker/b.txt\" +\n \"minikube cp a.txt minikube-m02:/home/docker/b.txt\"\n \"minikube cp minikube-m01:a.txt minikube-m02:/home/docker/b.txt\"": "Kopiere die angegebene Datei in Minikube. Die Datei wird unter dem Pfad \u003cZiel Datei absoluter Pfad\u003e in Ihrer Minikube Instanz gespeichert.\nDer Default-Ziel-Node ist die Control-Plane. Wenn der \u003cName des Quell Nodes\u003e nicht angegeben ist, wird versucht vom Host zu kopieren.\n\nBefehls-Beispiel : \"minikube cp a.txt /home/docker/b.txt\" +\n \"minikube cp a.txt minikube-m02:/home/docker/b.txt\"\n \"minikube cp minikube-m01:a.txt minikube-m02:/home/docker/b.txt\"",
"Could not determine a Google Cloud project, which might be ok.": "Konnte Google Cloud Projekt nicht ermitteln, was OK sein könnte.",
"Could not find any GCP credentials. Either run `gcloud auth application-default login` or set the GOOGLE_APPLICATION_CREDENTIALS environment variable to the path of your credentials file.": "Konnte keine GCP Credentials finden. Führen Sie entweder `gcloud auth application-default login` aus oder setzen Sie die Umgebungsvariable GOOGLE_APPLICATION_CREDENTIALS auf den Pfad zu Ihrer Konfigurations-Datei.",
"Could not process error from failed deletion": "Konnte den Fehler der fehlgeschlagenen Löschung nicht verarbeiten",
Expand Down Expand Up @@ -268,7 +268,7 @@
"Failed to cache kubectl": "Cachen von kubectl fehlgeschlagen",
"Failed to change permissions for {{.minikube_dir_path}}: {{.error}}": "Fehler beim Ändern der Berechtigungen für {{.minikube_dir_path}}: {{.error}}",
"Failed to check main repository and mirrors for images": "Prüfen des Haupt-Repositories und der Mirrors für Images fehlgeschlagen",
"Failed to configure auto-pause {{.profile}}": "Fehler beim Konfigurieren von auto-pause {{.profile}}",
"Failed to configure auto-pause {{.profile}}": "Fehler beim Konfigurieren von auto-pause {{.profile}}",
"Failed to configure metallb IP {{.profile}}": "Konfiguration der metallb IP {{.profile}} fehlgeschlagen",
"Failed to configure registry-aliases {{.profile}}": "Konfigurieren von registry-aliases fehlgeschlagen {{.profile}}",
"Failed to create file": "Erstellen der Datei fehlgeschlagen",
Expand All @@ -279,7 +279,7 @@
"Failed to delete cluster: {{.error}}__1": "Fehler beim Löschen des Clusters: {{.error}}",
"Failed to delete images": "Löschen der Images fehlgeschlagen",
"Failed to delete images from config": "Löschen der Images aus der Konfiguration fehlgeschlagen",
"Failed to delete profile(s): {{.error}}": "Löschen des Profils/der Profile fehlgeschlagen: {{.error}}",
"Failed to delete profile(s): {{.error}}": "Löschen des Profils/der Profile fehlgeschlagen: {{.error}}",
"Failed to download licenses": "Lizenz-Download fehlgeschlagen",
"Failed to enable container runtime": "Aktivieren der Container Runtime fehlgeschlagen",
"Failed to extract integer in minutes to pause.": "Extrahieren der Anzahl der Minuten bis zum Pausieren fehlgeschlagen.",
Expand Down Expand Up @@ -502,7 +502,7 @@
"Options: {{.options}}": "Optionen: {{.options}}",
"Output format. Accepted values: [json, yaml]": "Ausgabe Format. Akzeptierte Werte: [json, yaml]",
"Output format. Accepted values: [json]": "Ausgabe Format. Akzeptierte Werte: [json]",
"Outputs minikube shell completion for the given shell (bash, zsh, fish or powershell)\n\n\tThis depends on the bash-completion binary. Example installation instructions:\n\tOS X:\n\t\t$ brew install bash-completion\n\t\t$ source $(brew --prefix)/etc/bash_completion\n\t\t$ minikube completion bash \u003e ~/.minikube-completion # for bash users\n\t\t$ minikube completion zsh \u003e ~/.minikube-completion # for zsh users\n\t\t$ source ~/.minikube-completion\n\t\t$ minikube completion fish \u003e ~/.config/fish/completions/minikube.fish # for fish users\n\tUbuntu:\n\t\t$ apt-get install bash-completion\n\t\t$ source /etc/bash_completion\n\t\t$ source \u003c(minikube completion bash) # for bash users\n\t\t$ source \u003c(minikube completion zsh) # for zsh users\n\t\t$ minikube completion fish \u003e ~/.config/fish/completions/minikube.fish # for fish users\n\n\tAdditionally, you may want to output the completion to a file and source in your .bashrc\n\n\tWindows:\n\t\t## Save completion code to a script and execute in the profile\n\t\tPS\u003e minikube completion powershell \u003e $HOME\\.minikube-completion.ps1\n\t\tPS\u003e Add-Content $PROFILE '. $HOME\\.minikube-completion.ps1'\n\n\t\t## Execute completion code in the profile\n\t\tPS\u003e Add-Content $PROFILE 'if (Get-Command minikube -ErrorAction SilentlyContinue) {\n\t\t minikube completion powershell | Out-String | Invoke-Expression\n\t\t }'\n\n\tNote for zsh users: [1] zsh completions are only supported in versions of zsh \u003e= 5.2\n\tNote for fish users: [2] please refer to this docs for more details https://fishshell.com/docs/current/#tab-completion\n": "Gibt minikube shell completion für die angegebene Shell aus (bash, zsh, fish oder powershell)\n\n\tDies ist abhängig vom bash-completion Binary. Beispiel für mögliche Installations-Befehle: \n\tOS X:\n\t\t$ brew install bash-completion\n\t\t$ source $(brew --prefix)/etc/bash_completion\n\t\t$ minikube completion bash > ~/.minikube-completion # für bash Benutzer\n\t\t$ minikube completion zsh > ~/.minikube-completion # für zsh Benutzer\n\t\t$ source ~/.minikube-completion\n\t\t$ minikube completion fish > ~/.config/fish/completions/minikube.fish # für fish Benutzer\n\tUbuntu:\n\t\t$ apt-get install bash-completion\n\t\t$ source /etc/bash_completion\n\t\t$ source <(minikube completion bash) # für bash Benuzter\n\t\t$ source <(minikube completion zsh) # für zsh Benutzer\n\t\t$ minikube completion fish > ~/.config/fish/completions/minikube.fish # für fish Benutzer\n\n\tZusätzlich können Sie die Completion Befehle in eine Datei ausgeben und diese aus der .bashrc sourcen.\n\n\tWindows:\n\t\t## Sichern Sie den Code in ein Skript und führen Sie es im Profil aus\n\t\tPS> minikube completion powershell > $HOME\\.minikube-completion.ps1\n\t\tPS> Add-Content $PROFILE '. $HOME\\.minikube-completion.ps1'\n\n\t\t## Führe Completion Code im Profil aus\n\t\tPS> Add-Content $PROFILE 'if (Get-Command minikube -ErrorAction SilentlyContinue) {\n\t\t minikube completion powershell | Out-String | Invoke-Expression\n\t\t }'\n\n\tHinweis für zsh Benuzter: [1] zsh completions werden erst ab Version >= 5.2 von zsh unterstützt\n\tHinweis für fish Benuzter: [2] Weitere Informationen finden sich unter https://fishshell.com/docs/current/#tab-completion\n",
"Outputs minikube shell completion for the given shell (bash, zsh, fish or powershell)\n\n\tThis depends on the bash-completion binary. Example installation instructions:\n\tOS X:\n\t\t$ brew install bash-completion\n\t\t$ source $(brew --prefix)/etc/bash_completion\n\t\t$ minikube completion bash \u003e ~/.minikube-completion # for bash users\n\t\t$ minikube completion zsh \u003e ~/.minikube-completion # for zsh users\n\t\t$ source ~/.minikube-completion\n\t\t$ minikube completion fish \u003e ~/.config/fish/completions/minikube.fish # for fish users\n\tUbuntu:\n\t\t$ apt-get install bash-completion\n\t\t$ source /etc/bash_completion\n\t\t$ source \u003c(minikube completion bash) # for bash users\n\t\t$ source \u003c(minikube completion zsh) # for zsh users\n\t\t$ minikube completion fish \u003e ~/.config/fish/completions/minikube.fish # for fish users\n\n\tAdditionally, you may want to output the completion to a file and source in your .bashrc\n\n\tWindows:\n\t\t## Save completion code to a script and execute in the profile\n\t\tPS\u003e minikube completion powershell \u003e $HOME\\.minikube-completion.ps1\n\t\tPS\u003e Add-Content $PROFILE '. $HOME\\.minikube-completion.ps1'\n\n\t\t## Execute completion code in the profile\n\t\tPS\u003e Add-Content $PROFILE 'if (Get-Command minikube -ErrorAction SilentlyContinue) {\n\t\t minikube completion powershell | Out-String | Invoke-Expression\n\t\t }'\n\n\tNote for zsh users: [1] zsh completions are only supported in versions of zsh \u003e= 5.2\n\tNote for fish users: [2] please refer to this docs for more details https://fishshell.com/docs/current/#tab-completion\n": "Gibt minikube shell completion für die angegebene Shell aus (bash, zsh, fish oder powershell)\n\n\tDies ist abhängig vom bash-completion Binary. Beispiel für mögliche Installations-Befehle: \n\tOS X:\n\t\t$ brew install bash-completion\n\t\t$ source $(brew --prefix)/etc/bash_completion\n\t\t$ minikube completion bash \u003e ~/.minikube-completion # für bash Benutzer\n\t\t$ minikube completion zsh \u003e ~/.minikube-completion # für zsh Benutzer\n\t\t$ source ~/.minikube-completion\n\t\t$ minikube completion fish \u003e ~/.config/fish/completions/minikube.fish # für fish Benutzer\n\tUbuntu:\n\t\t$ apt-get install bash-completion\n\t\t$ source /etc/bash_completion\n\t\t$ source \u003c(minikube completion bash) # für bash Benuzter\n\t\t$ source \u003c(minikube completion zsh) # für zsh Benutzer\n\t\t$ minikube completion fish \u003e ~/.config/fish/completions/minikube.fish # für fish Benutzer\n\n\tZusätzlich können Sie die Completion Befehle in eine Datei ausgeben und diese aus der .bashrc sourcen.\n\n\tWindows:\n\t\t## Sichern Sie den Code in ein Skript und führen Sie es im Profil aus\n\t\tPS\u003e minikube completion powershell \u003e $HOME\\.minikube-completion.ps1\n\t\tPS\u003e Add-Content $PROFILE '. $HOME\\.minikube-completion.ps1'\n\n\t\t## Führe Completion Code im Profil aus\n\t\tPS\u003e Add-Content $PROFILE 'if (Get-Command minikube -ErrorAction SilentlyContinue) {\n\t\t minikube completion powershell | Out-String | Invoke-Expression\n\t\t }'\n\n\tHinweis für zsh Benuzter: [1] zsh completions werden erst ab Version \u003e= 5.2 von zsh unterstützt\n\tHinweis für fish Benuzter: [2] Weitere Informationen finden sich unter https://fishshell.com/docs/current/#tab-completion\n",
"Outputs the licenses of dependencies to a directory": "Gibt die Lizenzen der Abhängigkeiten in ein Verzeichnis aus",
"Overwrite image even if same image:tag name exists": "Überschreibe das Image, auch wenn ein Image mit dem gleichen Image:Tag-Namen existiert",
"Path to socket vmnet binary (QEMU driver only)": "Pfad zum Socket des vmnet Binaries (nur QEMU Treiber)",
Expand Down Expand Up @@ -750,9 +750,9 @@
"The control-plane node {{.name}} apiserver is not running: (state={{.state}})": "Der API-Server des Control-Plane Nodes {{.name}} läuft nicht: (state={{.state}})",
"The control-plane node {{.name}} apiserver is paused": "Der API-Server des Control-Plane Nodes {{.name}} ist pausiert",
"The control-plane node {{.name}} apiserver is paused (will try others)": "Der API-Server des Control-Plane Nodes {{.name}} ist pausiert (versuche andere)",
"The control-plane node {{.name}} host does not exist": "Der Host des Control-Plan Nodes {{.name}} existiert nicht",
"The control-plane node {{.name}} host does not exist": "Der Host des Control-Plan Nodes {{.name}} existiert nicht",
"The control-plane node {{.name}} host does not exist (will try others)": "Der Host des Control-Plane Nodes {{.name}} existiert nicht (versuche andere)",
"The control-plane node {{.name}} host is not running (will try others): state={{.state}}": "Der Host des Control-Plane Nodes {{.name}} läuft nicht (versuche andere): state={{.state}}",
"The control-plane node {{.name}} host is not running (will try others): state={{.state}}": "Der Host des Control-Plane Nodes {{.name}} läuft nicht (versuche andere): state={{.state}}",
"The control-plane node {{.name}} host is not running: state={{.state}}": "Der Host des Control-Plane Nodes {{.name}} läuft nicht: state={{.state}}",
"The cri socket path to be used": "Der zu verwendende Cri-Socket-Pfad",
"The cri socket path to be used.": "Der zu verwendende Cri-Socket-Pfad.",
Expand Down Expand Up @@ -863,13 +863,13 @@
"Unable to get command runner": "Kann Command Runner nicht holen",
"Unable to get control plane status: {{.error}}": "Kann Kontroll-Ebene Status nicht holen: {{.error}}",
"Unable to get control-plane node {{.name}} apiserver status (will try others): {{.error}}": "Kann API-Server Status des Control-Plane Nodes {{.name}} nicht ermitteln (versuch einen anderen): {{.error}}",
"Unable to get control-plane node {{.name}} apiserver status: {{.error}}": "Kann API-Server Status des Control-Plane Nodes {{.name}} nicht ermitteln: {{.error}}",
"Unable to get control-plane node {{.name}} apiserver status: {{.error}}": "Kann API-Server Status des Control-Plane Nodes {{.name}} nicht ermitteln: {{.error}}",
"Unable to get control-plane node {{.name}} endpoint (will try others): {{.err}}": "Kann Endpoint des Control-Plane Nodes {{.name}} nicht ermitteln (versuche andere): {{.err}}",
"Unable to get control-plane node {{.name}} endpoint: {{.err}}": "Kann Endpoint des Control-Plane Nodes {{.name}} nicht ermitteln: {{.err}}",
"Unable to get control-plane node {{.name}} host command runner (will try others): {{.err}}": "Kann Host Command Runner des Control-Plane Nodes {{.name}} nicht ermitteln (versuche andere): {{.err}}",
"Unable to get control-plane node {{.name}} host command runner: {{.err}}": "Kann Host Command Runner des Control-Plane Nodes {{.name}} nicht ermitteln: {{.err}}",
"Unable to get control-plane node {{.name}} host status (will try others): {{.err}}": "Kann Host Status des Control Plane Nodes {{.name}} nicht ermitteln (versuche andere): {{.err}}",
"Unable to get control-plane node {{.name}} host status: {{.err}}": "Kann Host Status des Control-Plane Nodes {{.name}} nicht ermitteln: {{.err}}",
"Unable to get control-plane node {{.name}} host command runner: {{.err}}": "Kann Host Command Runner des Control-Plane Nodes {{.name}} nicht ermitteln: {{.err}}",
"Unable to get control-plane node {{.name}} host status (will try others): {{.err}}": "Kann Host Status des Control Plane Nodes {{.name}} nicht ermitteln (versuche andere): {{.err}}",
"Unable to get control-plane node {{.name}} host status: {{.err}}": "Kann Host Status des Control-Plane Nodes {{.name}} nicht ermitteln: {{.err}}",
"Unable to get current user": "Kann aktuellen Benutzer nicht holen",
"Unable to get forwarded endpoint": "Kann weitergeleiteten Endpoint nicht laden",
"Unable to get machine status": "Kann Maschinen Status nicht holen",
Expand All @@ -879,7 +879,7 @@
"Unable to load cached images from config file.": "Zwischengespeicherte Bilder können nicht aus der Konfigurationsdatei geladen werden.",
"Unable to load cached images: {{.error}}": "Kann gecachete Images nicht laden: {{.error}}",
"Unable to load config: {{.error}}": "Konfig kann nicht geladen werden: {{.error}}",
"Unable to load control-plane node {{.name}} host (will try others): {{.err}}": "Kann Host des Control-Plane Nodes {{.name}} nicht laden (versuche andere): {{.err}}",
"Unable to load control-plane node {{.name}} host (will try others): {{.err}}": "Kann Host des Control-Plane Nodes {{.name}} nicht laden (versuche andere): {{.err}}",
"Unable to load control-plane node {{.name}} host: {{.err}}": "Kann Host des Control-Plane Nodes {{.name}} nicht laden: {{.err}}",
"Unable to load host": "Kann Host nicht laden",
"Unable to load profile: {{.error}}": "Kann Profil nicht laden: {{.error}}",
Expand All @@ -891,7 +891,7 @@
"Unable to push cached images: {{.error}}": "Kann gecachete Image nicht veröffentlichen (push): {{.error}}",
"Unable to remove machine directory": "Kann Maschinen Verzeichnis nicht entfernen",
"Unable to restart cluster, will reset it: {{.error}}": "Kann den Cluster nicht neustarten, werde ihn zurücksetzen (reset): {{.error}}",
"Unable to restart control-plane node(s), will reset cluster: {{.error}}": "Kann Control-Plane Node(s) nicht neustarten, Cluster wird zurückgesetzt (reset): {{.error}}",
"Unable to restart control-plane node(s), will reset cluster: {{.error}}": "Kann Control-Plane Node(s) nicht neustarten, Cluster wird zurückgesetzt (reset): {{.error}}",
"Unable to safely downgrade existing Kubernetes v{{.old}} cluster to v{{.new}}": "Kann existierenden Kubernetes v{{.old}} Cluster nicht auf Version v{{.new}} downgraden",
"Unable to stop VM": "Kann VM nicht stoppen",
"Unable to update {{.driver}} driver: {{.error}}": "Kann Treiber {{.driver}} nicht aktualisieren: {{.error}}",
Expand Down Expand Up @@ -1026,7 +1026,7 @@
"error creating clientset": "Fehler beim Anlegen des Clientsets",
"error creating urls": "Fehler beim Erstellen der URLs",
"error fetching Kubernetes version list from GitHub": "Fehler beim Laden der Kubernetes Versionliste von GitHub",
"error getting control-plane node": "Fehler beim Ermitteln der Control-Plane Node",
"error getting control-plane node": "Fehler beim Ermitteln der Control-Plane Node",
"error getting defaults: {{.error}}": "Fehler beim Ermitteln der Default-Einstellungen: {{.error}}",
"error getting primary control plane": "Fehler beim Ermitteln der primären Kontroll-Ebene",
"error getting ssh port": "Fehler beim Ermitteln des ssh Ports",
Expand Down

0 comments on commit e310e14

Please sign in to comment.