diff --git a/site/content/en/docs/commands/profile.md b/site/content/en/docs/commands/profile.md index f4bea12057..73fc091a8d 100644 --- a/site/content/en/docs/commands/profile.md +++ b/site/content/en/docs/commands/profile.md @@ -93,6 +93,7 @@ minikube profile list [flags] ### Options ``` + -d, --detailed If true, returns a detailed list of profiles. -l, --light If true, returns list of profiles faster by skipping validating the status of the cluster. -o, --output string The output format. One of 'json', 'table' (default "table") ``` diff --git a/translations/de.json b/translations/de.json index 54fae209a7..ca86701fb8 100644 --- a/translations/de.json +++ b/translations/de.json @@ -392,6 +392,7 @@ "If true, only download and cache files for later use - don't install or start anything.": "Wenn true, laden Sie nur Dateien für die spätere Verwendung herunter und speichern Sie sie – installieren oder starten Sie nichts.", "If true, pods might get deleted and restarted on addon enable": "Falls gesetzt, könnten Pods gelöscht und neugestartet werden, wenn ein Addon aktiviert wird", "If true, print web links to addons' documentation if using --output=list (default).": "Falls gesetzt, gibt Links zu den Dokumentationen der Addons aus. Funktioniert nur, wenn --output=list (default).", + "If true, returns a detailed list of profiles.": "", "If true, returns list of profiles faster by skipping validating the status of the cluster.": "Falls gesetzt, gibt die Liste der Profile schneller aus, indem das Validieren des Status des Clusters ausgelassen wird.", "If true, the added node will be marked for work. Defaults to true.": "Falls gesetzt, wird der hinzugefügte Node als Arbeitsnode markiert. Default: true", "If true, the node added will also be a control plane in addition to a worker.": "Falls gesetzt, wird der Knoten auch als Control Plane hinzugefügt, zusätzlich zu als Worker.", diff --git a/translations/es.json b/translations/es.json index 42f6e26347..86b1554295 100644 --- a/translations/es.json +++ b/translations/es.json @@ -388,6 +388,7 @@ "If true, only download and cache files for later use - don't install or start anything.": "Si el valor es \"true\", los archivos solo se descargan y almacenan en caché (no se instala ni inicia nada).", "If true, pods might get deleted and restarted on addon enable": "", "If true, print web links to addons' documentation if using --output=list (default).": "", + "If true, returns a detailed list of profiles.": "", "If true, returns list of profiles faster by skipping validating the status of the cluster.": "", "If true, will perform potentially dangerous operations. Use with discretion.": "", "If you are running minikube within a VM, consider using --driver=none:": "", diff --git a/translations/fr.json b/translations/fr.json index 760e0cec55..5675c92f03 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -386,6 +386,7 @@ "If true, only download and cache files for later use - don't install or start anything.": "Si la valeur est \"true\", téléchargez les fichiers et mettez-les en cache uniquement pour une utilisation future. Ne lancez pas d'installation et ne commencez aucun processus.", "If true, pods might get deleted and restarted on addon enable": "Si vrai, les pods peuvent être supprimés et redémarrés lors addon enable", "If true, print web links to addons' documentation if using --output=list (default).": "Si vrai, affiche les liens Web vers la documentation des addons si vous utilisez --output=list (défaut).", + "If true, returns a detailed list of profiles.": "", "If true, returns list of profiles faster by skipping validating the status of the cluster.": "Si vrai, renvoie la liste des profils plus rapidement en ignorant la validation de l'état du cluster.", "If true, the added node will be marked for work. Defaults to true.": "Si vrai, le nœud ajouté sera marqué pour le travail. La valeur par défaut est true.", "If true, the node added will also be a control plane in addition to a worker.": "Si vrai, le nœud ajouté sera également un plan de contrôle en plus d'un travailleur.", diff --git a/translations/id.json b/translations/id.json index aba1a7975e..e28f8a6e3f 100644 --- a/translations/id.json +++ b/translations/id.json @@ -353,6 +353,7 @@ "If true, only download and cache files for later use - don't install or start anything.": "Jika true, hanya mengunduh dan menyimpan file untuk digunakan nanti - tidak menginstal atau memulai apa pun.", "If true, pods might get deleted and restarted on addon enable": "Jika true, pod mungkin akan dihapus dan dimulai ulang saat addon diaktifkan.", "If true, print web links to addons' documentation if using --output=list (default).": "Jika true, tampilkan tautan dokumentasi addons jika menggunakan --output=list (default).", + "If true, returns a detailed list of profiles.": "", "If true, returns list of profiles faster by skipping validating the status of the cluster.": "Jika true, mengembalikan daftar profil lebih cepat dengan melewati validasi status klaster.", "If true, will perform potentially dangerous operations. Use with discretion.": "Jika true, akan melakukan operasi yang berpotensi berbahaya. Gunakan dengan bijak.", "If you are running minikube within a VM, consider using --driver=none:": "Jika anda menjalankan minikube di dalam VM, pertimbangkan untuk menggunakan --driver=none:", diff --git a/translations/ja.json b/translations/ja.json index bd90b1fd56..6f0e36cd28 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -370,6 +370,7 @@ "If true, only download and cache files for later use - don't install or start anything.": "true の場合、後の使用のためのファイルのダウンロードとキャッシュ保存のみ行われます。インストールも起動も行いません", "If true, pods might get deleted and restarted on addon enable": "true の場合、有効なアドオンの Pod は削除され、再起動されます", "If true, print web links to addons' documentation if using --output=list (default).": "true の場合、--output=list (default) を利用することでアドオンのドキュメントへの web リンクを表示します", + "If true, returns a detailed list of profiles.": "", "If true, returns list of profiles faster by skipping validating the status of the cluster.": "true の場合、クラスター状態の検証を省略することにより高速にプロファイル一覧を返します。", "If true, the added node will be marked for work. Defaults to true.": "true の場合、追加されたノードはワーカー用としてマークされます。デフォルトは true です。", "If true, will perform potentially dangerous operations. Use with discretion.": "true の場合、潜在的に危険な操作を行うことになります。慎重に使用してください。", diff --git a/translations/ko.json b/translations/ko.json index 5c74709813..16c4acba9c 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -406,6 +406,7 @@ "If true, only download and cache files for later use - don't install or start anything.": "", "If true, pods might get deleted and restarted on addon enable": "", "If true, print web links to addons' documentation if using --output=list (default).": "", + "If true, returns a detailed list of profiles.": "", "If true, returns list of profiles faster by skipping validating the status of the cluster.": "", "If true, will perform potentially dangerous operations. Use with discretion.": "", "If you are running minikube within a VM, consider using --driver=none:": "", diff --git a/translations/pl.json b/translations/pl.json index 7aff3dc8f4..ebbc365cf1 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -386,6 +386,7 @@ "If true, only download and cache files for later use - don't install or start anything.": "", "If true, pods might get deleted and restarted on addon enable": "", "If true, print web links to addons' documentation if using --output=list (default).": "", + "If true, returns a detailed list of profiles.": "", "If true, returns list of profiles faster by skipping validating the status of the cluster.": "", "If true, will perform potentially dangerous operations. Use with discretion.": "", "If using the none driver, ensure that systemctl is installed": "Jeśli użyto sterownika 'none', upewnij się że systemctl jest zainstalowany", diff --git a/translations/ru.json b/translations/ru.json index 4b73492ce6..60bf1e7ca5 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -352,6 +352,7 @@ "If true, only download and cache files for later use - don't install or start anything.": "", "If true, pods might get deleted and restarted on addon enable": "", "If true, print web links to addons' documentation if using --output=list (default).": "", + "If true, returns a detailed list of profiles.": "", "If true, returns list of profiles faster by skipping validating the status of the cluster.": "", "If true, will perform potentially dangerous operations. Use with discretion.": "", "If you are running minikube within a VM, consider using --driver=none:": "", diff --git a/translations/strings.txt b/translations/strings.txt index eb9bc9aecc..225d43fd69 100644 --- a/translations/strings.txt +++ b/translations/strings.txt @@ -351,6 +351,7 @@ "If true, only download and cache files for later use - don't install or start anything.": "", "If true, pods might get deleted and restarted on addon enable": "", "If true, print web links to addons' documentation if using --output=list (default).": "", + "If true, returns a detailed list of profiles.": "", "If true, returns list of profiles faster by skipping validating the status of the cluster.": "", "If true, will perform potentially dangerous operations. Use with discretion.": "", "If you are running minikube within a VM, consider using --driver=none:": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index f760be4a40..c24a19d367 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -475,6 +475,7 @@ "If true, only download and cache files for later use - don't install or start anything.": "如果为 true,仅会下载和缓存文件以备后用 - 不会安装或启动任何项。", "If true, pods might get deleted and restarted on addon enable": "如果为 true,pods可能会被删除并在启用插件时重新启动", "If true, print web links to addons' documentation if using --output=list (default).": "如果为 true,则使用 --output=list(默认值)输出 web 链接到插件文档。", + "If true, returns a detailed list of profiles.": "", "If true, returns list of profiles faster by skipping validating the status of the cluster.": "如果为 true,则通过跳过验证群集的状态从而更快地返回配置文件列表。", "If true, the added node will be marked for work. Defaults to true.": "如果为true,则添加的节点将标记为 work,默认为 true。", "If true, will perform potentially dangerous operations. Use with discretion.": "如果为 true,将执行潜在的危险操作。谨慎使用。",