Skip to content

Commit 5e88fb0

Browse files
authored
Update auto-generated docs and translations (#20817)
1 parent cc5eacb commit 5e88fb0

File tree

11 files changed

+11
-7
lines changed

11 files changed

+11
-7
lines changed

site/content/en/docs/commands/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ minikube start [flags]
5353
The key should be '.' separated, and the first part before the dot is the component to apply the configuration to.
5454
Valid components are: kubelet, kubeadm, apiserver, controller-manager, etcd, proxy, scheduler
5555
Valid kubeadm parameters: ignore-preflight-errors, dry-run, kubeconfig, kubeconfig-dir, node-name, cri-socket, experimental-upload-certs, certificate-key, rootfs, skip-phases, pod-network-cidr
56-
--extra-disks int Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)
56+
--extra-disks int Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, qemu2, and vfkit drivers)
5757
--feature-gates string A set of key=value pairs that describe feature gates for alpha/experimental features.
5858
--force Force minikube to perform possibly dangerous operations
5959
--force-systemd If set, force the container runtime to use systemd as cgroup manager. Defaults to false.

translations/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@
496496
"Number of CPUs allocated to the minikube VM": "Anzahl der CPUs, die der minikube-VM zugeordnet sind",
497497
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit and kvm2 drivers)": "Anzahl der Extra-Disks, die erstellt und an die Minikube VM gehängt werden (derzeit nur im hyperkit und kvm2 Treiber implementiert)",
498498
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "Anzahl der Extra-Disks die erstellen und an die Minikube VM gehängt werden (derzeit nur für die Treiber Hyperkit, kvm2 und qemu2 implementiert",
499+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, qemu2, and vfkit drivers)": "",
499500
"Number of lines back to go within the log": "Anzahl der Zeilen, die im Log zurückgegangen werden soll",
500501
"OS release is {{.pretty_name}}": "Die Betriebssystem-Version ist {{.pretty_name}}",
501502
"One of 'text', 'yaml' or 'json'.": "Entweder 'text', 'yaml' oder 'json'.",

translations/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
"Noticed you have an activated docker-env on {{.driver_name}} driver in this terminal:": "",
488488
"Noticed you have an activated podman-env on {{.driver_name}} driver in this terminal:": "",
489489
"Number of CPUs allocated to the minikube VM": "Número de CPU asignadas a la VM de minikube",
490-
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "",
490+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, qemu2, and vfkit drivers)": "",
491491
"Number of lines back to go within the log": "",
492492
"OS release is {{.pretty_name}}": "",
493493
"One of 'text', 'yaml' or 'json'.": "",

translations/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@
486486
"Noticed you have an activated podman-env on {{.driver_name}} driver in this terminal:": "Vous avez remarqué que vous avez un pilote podman-env activé sur {{.driver_name}} dans ce terminal :",
487487
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit and kvm2 drivers)": "Nombre de disques supplémentaires créés et attachés à la machine virtuelle minikube (actuellement implémenté uniquement pour les pilotes hyperkit et kvm2)",
488488
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "Nombre de disques supplémentaires créés et attachés à la machine virtuelle minikube (actuellement uniquement implémenté pour les pilotes hyperkit, kvm2 et qemu2)",
489+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, qemu2, and vfkit drivers)": "",
489490
"Number of lines back to go within the log": "Nombre de lignes à remonter dans le journal",
490491
"OS release is {{.pretty_name}}": "La version du système d'exploitation est {{.pretty_name}}",
491492
"One of 'text', 'yaml' or 'json'.": "Un parmi 'text', 'yaml' ou 'json'.",

translations/id.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@
448448
"Noticed you have an activated docker-env on {{.driver_name}} driver in this terminal:": "Terlihat anda memiliki lingkungan docker-env yang aktif pada driver {{.driver_name}} di terminal ini:",
449449
"Noticed you have an activated podman-env on {{.driver_name}} driver in this terminal:": "Terlihat anda memiliki lingkungan podman-env yang aktif pada driver {{.driver_name}} di terminal ini:",
450450
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "Jumlah disk tambahan yang dibuat dan dipasang ke VM minikube (saat ini hanya diimplementasikan untuk driver hyperkit, kvm2, dan qemu2)",
451+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, qemu2, and vfkit drivers)": "",
451452
"Number of lines back to go within the log": "Jumlah baris mundur dalam log",
452453
"OS release is {{.pretty_name}}": "Rilis OS adalah {{.pretty_name}}",
453454
"One of 'text', 'yaml' or 'json'.": "Salah satu dari 'text', 'yaml', atau 'json'.",

translations/ja.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
"Noticed you have an activated docker-env on {{.driver_name}} driver in this terminal:": "通知: このターミナルでは、{{.driver_name}} ドライバーの docker-env が有効になっています:",
468468
"Noticed you have an activated podman-env on {{.driver_name}} driver in this terminal:": "通知: このターミナルでは、{{.driver_name}} ドライバーの podman-env が有効になっています:",
469469
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit and kvm2 drivers)": "作成して minikube VM に接続する追加ディスク数 (現在、hyperkit と kvm2 ドライバーでのみ実装されています)",
470-
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "",
470+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, qemu2, and vfkit drivers)": "",
471471
"Number of lines back to go within the log": "ログ中で遡る行数",
472472
"OS release is {{.pretty_name}}": "OS リリースは {{.pretty_name}} です",
473473
"One of 'text', 'yaml' or 'json'.": "'text'、'yaml'、'json' のいずれか。",

translations/ko.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
"None of the known repositories in your location are accessible. Using {{.image_repository_name}} as fallback.": "",
504504
"Noticed you have an activated docker-env on {{.driver_name}} driver in this terminal:": "",
505505
"Noticed you have an activated podman-env on {{.driver_name}} driver in this terminal:": "",
506-
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "",
506+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, qemu2, and vfkit drivers)": "",
507507
"Number of lines back to go within the log": "",
508508
"OS release is {{.pretty_name}}": "",
509509
"One of 'text', 'yaml' or 'json'.": "",

translations/pl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
"Number of CPUs allocated to Kubernetes.": "Liczba procesorów przypisana do Kubernetesa",
491491
"Number of CPUs allocated to the minikube VM": "Liczba procesorów przypisana do maszyny wirtualnej minikube",
492492
"Number of CPUs allocated to the minikube VM.": "Liczba procesorów przypisana do maszyny wirtualnej minikube",
493-
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "",
493+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, qemu2, and vfkit drivers)": "",
494494
"Number of lines back to go within the log": "",
495495
"OS release is {{.pretty_name}}": "Wersja systemu operacyjnego to {{.pretty_name}}",
496496
"One of 'text', 'yaml' or 'json'.": "",

translations/ru.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
"None of the known repositories in your location are accessible. Using {{.image_repository_name}} as fallback.": "",
447447
"Noticed you have an activated docker-env on {{.driver_name}} driver in this terminal:": "",
448448
"Noticed you have an activated podman-env on {{.driver_name}} driver in this terminal:": "",
449-
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "",
449+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, qemu2, and vfkit drivers)": "",
450450
"Number of lines back to go within the log": "",
451451
"OS release is {{.pretty_name}}": "",
452452
"One of 'text', 'yaml' or 'json'.": "",

translations/strings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
"None of the known repositories in your location are accessible. Using {{.image_repository_name}} as fallback.": "",
446446
"Noticed you have an activated docker-env on {{.driver_name}} driver in this terminal:": "",
447447
"Noticed you have an activated podman-env on {{.driver_name}} driver in this terminal:": "",
448-
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, and qemu2 drivers)": "",
448+
"Number of extra disks created and attached to the minikube VM (currently only implemented for hyperkit, kvm2, qemu2, and vfkit drivers)": "",
449449
"Number of lines back to go within the log": "",
450450
"OS release is {{.pretty_name}}": "",
451451
"One of 'text', 'yaml' or 'json'.": "",

0 commit comments

Comments
 (0)