From 5cce3963bc004b3d033081c7b67776ae64e19cec Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 18 Apr 2022 23:04:26 +0000 Subject: [PATCH] Update auto-generated docs and translations --- site/content/en/docs/commands/cache.md | 6 +++--- translations/de.json | 2 ++ translations/es.json | 2 ++ translations/fr.json | 2 ++ translations/ja.json | 2 ++ translations/ko.json | 2 ++ translations/pl.json | 2 ++ translations/ru.json | 3 ++- translations/strings.txt | 3 ++- translations/zh-CN.json | 3 ++- 10 files changed, 21 insertions(+), 6 deletions(-) diff --git a/site/content/en/docs/commands/cache.md b/site/content/en/docs/commands/cache.md index 435dfbab60..163210bcbf 100644 --- a/site/content/en/docs/commands/cache.md +++ b/site/content/en/docs/commands/cache.md @@ -1,17 +1,17 @@ --- title: "cache" description: > - Add, delete, or push a local image into minikube + Manage cache for images --- ## minikube cache -Add, delete, or push a local image into minikube +Manage cache for images ### Synopsis -Add, delete, or push a local image into minikube +Add an image into minikube as a local cache, or delete, reload the cached images ### Options inherited from parent commands diff --git a/translations/de.json b/translations/de.json index 3a0f010635..804158394b 100644 --- a/translations/de.json +++ b/translations/de.json @@ -40,6 +40,7 @@ "Access the Kubernetes dashboard running within the minikube cluster": "Zugriff auf das Kubernetes Dashboard, welches im Minikube Cluster läuft", "Access to ports below 1024 may fail on Windows with OpenSSH clients older than v8.1. For more information, see: https://minikube.sigs.k8s.io/docs/handbook/accessing/#access-to-ports-1024-on-windows-requires-root-permission": "", "Add SSH identity key to SSH authentication agent": "SSH Identitäts-Schlüssel zu SSH Authentifizierungs-Agenten hinzufügen", + "Add an image into minikube as a local cache, or delete, reload the cached images": "", "Add an image to local cache.": "Ein Image dem lokalen Cache hinzufügen.", "Add host key to SSH known_hosts file": "Einen Host-Schlüssel zur SSH known_hosts Datei hinzufügen", "Add image to cache for all running minikube clusters": "Ein Image zum Cache aller laufender Minikube Cluster hinzufügen", @@ -397,6 +398,7 @@ "Locations to fetch the minikube ISO from.": "Ort von dem das Minikube ISO geladen werden soll.", "Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'.": "Einloggen oder einen Befehl auf der Maschine mit SSH ausführen; vergleichbar mit 'docker-machine ssh'.", "Log into the minikube environment (for debugging)": "In die Minikube Umgebung einloggen (fürs Debugging)", + "Manage cache for images": "", "Manage images": "Images verwalten", "Message Size: {{.size}}": "Message Größe: {{.size}}", "Minimum VirtualBox Version supported: {{.vers}}, current VirtualBox version: {{.cvers}}": "", diff --git a/translations/es.json b/translations/es.json index 7e034b806c..ba72e9494b 100644 --- a/translations/es.json +++ b/translations/es.json @@ -41,6 +41,7 @@ "Access the Kubernetes dashboard running within the minikube cluster": "Acceder al panel de Kubernetes que corre dentro del cluster minikube", "Access to ports below 1024 may fail on Windows with OpenSSH clients older than v8.1. For more information, see: https://minikube.sigs.k8s.io/docs/handbook/accessing/#access-to-ports-1024-on-windows-requires-root-permission": "", "Add SSH identity key to SSH authentication agent": "Agregar llave SSH al agente de autenticacion SSH", + "Add an image into minikube as a local cache, or delete, reload the cached images": "", "Add an image to local cache.": "Agregar una imagen al caché local", "Add host key to SSH known_hosts file": "Agregar la llave del host al fichero known_hosts", "Add image to cache for all running minikube clusters": "Agregar la imagen al cache para todos los cluster de minikube activos", @@ -406,6 +407,7 @@ "Locations to fetch the minikube ISO from.": "", "Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'.": "", "Log into the minikube environment (for debugging)": "", + "Manage cache for images": "", "Manage images": "", "Message Size: {{.size}}": "", "Minimum VirtualBox Version supported: {{.vers}}, current VirtualBox version: {{.cvers}}": "", diff --git a/translations/fr.json b/translations/fr.json index 0bcb0ecbd3..704e9ec1cd 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -41,6 +41,7 @@ "Access the Kubernetes dashboard running within the minikube cluster": "Accéder au tableau de bord Kubernetes exécuté dans le cluster de minikube", "Access to ports below 1024 may fail on Windows with OpenSSH clients older than v8.1. For more information, see: https://minikube.sigs.k8s.io/docs/handbook/accessing/#access-to-ports-1024-on-windows-requires-root-permission": "Accéder aux ports inférieurs à 1024 peut échouer sur Windows avec les clients OpenSSH antérieurs à v8.1. Pour plus d'information, voir: https://minikube.sigs.k8s.io/docs/handbook/accessing/#access-to-ports-1024-on-windows-requires-root-permission", "Add SSH identity key to SSH authentication agent": "Ajouter la clé d'identité SSH à l'agent d'authentication SSH", + "Add an image into minikube as a local cache, or delete, reload the cached images": "", "Add an image to local cache.": "Ajouter une image au cache local.", "Add host key to SSH known_hosts file": "Ajouter la clé hôte au fichier SSH known_hosts", "Add image to cache for all running minikube clusters": "Ajouter l'image au cache pour tous les cluster minikube en fonctionnement", @@ -386,6 +387,7 @@ "Locations to fetch the minikube ISO from.": "Emplacements à partir desquels récupérer l'ISO minikube.", "Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'.": "Connectez-vous ou exécutez une commande sur une machine avec SSH ; similaire à 'docker-machine ssh'.", "Log into the minikube environment (for debugging)": "Connectez-vous à l'environnement minikube (pour le débogage)", + "Manage cache for images": "", "Manage images": "Gérer les images", "Message Size: {{.size}}": "Taille du message : {{.size}}", "Minimum VirtualBox Version supported: {{.vers}}, current VirtualBox version: {{.cvers}}": "Version minimale de VirtualBox prise en charge : {{.vers}}, version actuelle de VirtualBox : {{.cvers}}", diff --git a/translations/ja.json b/translations/ja.json index a8c62fbd5a..0ae287adeb 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -42,6 +42,7 @@ "Access the Kubernetes dashboard running within the minikube cluster": "minikube クラスター内で動いている Kubernetes のダッシュボードにアクセスします", "Access to ports below 1024 may fail on Windows with OpenSSH clients older than v8.1. For more information, see: https://minikube.sigs.k8s.io/docs/handbook/accessing/#access-to-ports-1024-on-windows-requires-root-permission": "Windows で v8.1 より古い OpenSSH クライアントを使用している場合、1024 未満のポートへのアクセスに失敗することがあります。詳細はこちら: https://minikube.sigs.k8s.io/docs/handbook/accessing/#access-to-ports-1024-on-windows-requires-root-permission", "Add SSH identity key to SSH authentication agent": "SSH 認証エージェントに SSH 鍵を追加します", + "Add an image into minikube as a local cache, or delete, reload the cached images": "", "Add an image to local cache.": "イメージをローカルキャッシュに追加します。", "Add host key to SSH known_hosts file": "SSH known_hosts ファイルにホストキーを追加します", "Add image to cache for all running minikube clusters": "実行中のすべての minikube クラスターのキャッシュに、イメージを追加します", @@ -396,6 +397,7 @@ "Locations to fetch the minikube ISO from.": "minikube ISO の取得元", "Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'.": "SSH を使ってマシンにログインしたりコマンドを実行します ('docker-machine ssh' と同様です)。", "Log into the minikube environment (for debugging)": "minikube の環境にログインします (デバッグ用)", + "Manage cache for images": "", "Manage images": "イメージを管理します", "Message Size: {{.size}}": "メッセージのサイズ: {{.size}}", "Minimum VirtualBox Version supported: {{.vers}}, current VirtualBox version: {{.cvers}}": "", diff --git a/translations/ko.json b/translations/ko.json index 1003278cb3..9d58f52743 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -43,6 +43,7 @@ "Access the Kubernetes dashboard running within the minikube cluster": "minikube 클러스터 내의 쿠버네티스 대시보드에 접근합니다", "Access to ports below 1024 may fail on Windows with OpenSSH clients older than v8.1. For more information, see: https://minikube.sigs.k8s.io/docs/handbook/accessing/#access-to-ports-1024-on-windows-requires-root-permission": "", "Add SSH identity key to SSH authentication agent": "SSH 인증 에이전트에 SSH ID 키 추가합니다", + "Add an image into minikube as a local cache, or delete, reload the cached images": "", "Add an image to local cache.": "로컬 캐시에 이미지를 추가합니다", "Add host key to SSH known_hosts file": "SSH known_hosts 파일에 호스트 키를 추가합니다", "Add image to cache for all running minikube clusters": "실행 중인 모든 미니큐브 클러스터의 캐시에 이미지를 추가합니다", @@ -421,6 +422,7 @@ "Locations to fetch the minikube ISO from.": "", "Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'.": "", "Log into the minikube environment (for debugging)": "(디버깅을 위해) minikube 환경에 접속합니다", + "Manage cache for images": "", "Manage images": "", "Message Size: {{.size}}": "메시지 사이즈: {{.size}}", "Minikube is a CLI tool that provisions and manages single-node Kubernetes clusters optimized for development workflows.": "Minikube 는 개발용으로 최적화된 싱글 노드 쿠버네티스 클러스터 제공 및 관리 CLI 툴입니다", diff --git a/translations/pl.json b/translations/pl.json index a2e129e66e..7d14a11a93 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -42,6 +42,7 @@ "Access the Kubernetes dashboard running within the minikube cluster": "Dostęp do dashboardu uruchomionego w klastrze kubernetesa w minikube", "Access to ports below 1024 may fail on Windows with OpenSSH clients older than v8.1. For more information, see: https://minikube.sigs.k8s.io/docs/handbook/accessing/#access-to-ports-1024-on-windows-requires-root-permission": "", "Add SSH identity key to SSH authentication agent": "", + "Add an image into minikube as a local cache, or delete, reload the cached images": "", "Add an image to local cache.": "Dodaj obraz do lokalnego cache", "Add host key to SSH known_hosts file": "Dodaj klucz hosta do pliku known_hosts", "Add image to cache for all running minikube clusters": "Dodaj obraz do cache'a dla wszystkich uruchomionych klastrów minikube", @@ -412,6 +413,7 @@ "Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'": "Zaloguj się i wykonaj polecenie w maszynie za pomocą ssh. Podobne do 'docker-machine ssh'", "Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'.": "Zaloguj się i wykonaj polecenie w maszynie za pomocą ssh. Podobne do 'docker-machine ssh'", "Log into the minikube environment (for debugging)": "Zaloguj się do środowiska minikube (do debugowania)", + "Manage cache for images": "", "Manage images": "Zarządzaj obrazami", "Message Size: {{.size}}": "Rozmiar wiadomości: {{.size}}", "Minimum VirtualBox Version supported: {{.vers}}, current VirtualBox version: {{.cvers}}": "", diff --git a/translations/ru.json b/translations/ru.json index 20e96c5553..2b47f5047c 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -37,11 +37,11 @@ "Access the Kubernetes dashboard running within the minikube cluster": "", "Access to ports below 1024 may fail on Windows with OpenSSH clients older than v8.1. For more information, see: https://minikube.sigs.k8s.io/docs/handbook/accessing/#access-to-ports-1024-on-windows-requires-root-permission": "", "Add SSH identity key to SSH authentication agent": "", + "Add an image into minikube as a local cache, or delete, reload the cached images": "", "Add an image to local cache.": "", "Add host key to SSH known_hosts file": "", "Add image to cache for all running minikube clusters": "", "Add machine IP to NO_PROXY environment variable": "", - "Add, delete, or push a local image into minikube": "", "Add, remove, or list additional nodes": "", "Adding node {{.name}} to cluster {{.cluster}}": "", "Additional help topics": "", @@ -374,6 +374,7 @@ "Locations to fetch the minikube ISO from.": "", "Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'.": "", "Log into the minikube environment (for debugging)": "", + "Manage cache for images": "", "Manage images": "", "Message Size: {{.size}}": "", "Minimum VirtualBox Version supported: {{.vers}}, current VirtualBox version: {{.cvers}}": "", diff --git a/translations/strings.txt b/translations/strings.txt index 98672b3c0a..8325e64994 100644 --- a/translations/strings.txt +++ b/translations/strings.txt @@ -37,11 +37,11 @@ "Access the Kubernetes dashboard running within the minikube cluster": "", "Access to ports below 1024 may fail on Windows with OpenSSH clients older than v8.1. For more information, see: https://minikube.sigs.k8s.io/docs/handbook/accessing/#access-to-ports-1024-on-windows-requires-root-permission": "", "Add SSH identity key to SSH authentication agent": "", + "Add an image into minikube as a local cache, or delete, reload the cached images": "", "Add an image to local cache.": "", "Add host key to SSH known_hosts file": "", "Add image to cache for all running minikube clusters": "", "Add machine IP to NO_PROXY environment variable": "", - "Add, delete, or push a local image into minikube": "", "Add, remove, or list additional nodes": "", "Adding node {{.name}} to cluster {{.cluster}}": "", "Additional help topics": "", @@ -374,6 +374,7 @@ "Locations to fetch the minikube ISO from.": "", "Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'.": "", "Log into the minikube environment (for debugging)": "", + "Manage cache for images": "", "Manage images": "", "Message Size: {{.size}}": "", "Minimum VirtualBox Version supported: {{.vers}}, current VirtualBox version: {{.cvers}}": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index 804609078f..893955fd13 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -49,12 +49,12 @@ "Access the Kubernetes dashboard running within the minikube cluster": "访问在 minikube 集群中运行的 kubernetes dashboard", "Access to ports below 1024 may fail on Windows with OpenSSH clients older than v8.1. For more information, see: https://minikube.sigs.k8s.io/docs/handbook/accessing/#access-to-ports-1024-on-windows-requires-root-permission": "", "Add SSH identity key to SSH authentication agent": "", + "Add an image into minikube as a local cache, or delete, reload the cached images": "", "Add an image to local cache.": "将 image 添加到本地缓存。", "Add host key to SSH known_hosts file": "", "Add image to cache for all running minikube clusters": "", "Add machine IP to NO_PROXY environment variable": "将机器IP添加到环境变量 NO_PROXY 中", "Add or delete an image from the local cache.": "在本地缓存中添加或删除 image。", - "Add, delete, or push a local image into minikube": "", "Add, remove, or list additional nodes": "", "Adding node {{.name}} to cluster {{.cluster}}": "添加节点 {{.name}} 至集群 {{.cluster}}", "Additional help topics": "其他帮助", @@ -483,6 +483,7 @@ "Locations to fetch the minikube ISO from.": "", "Log into or run a command on a machine with SSH; similar to 'docker-machine ssh'.": "", "Log into the minikube environment (for debugging)": "", + "Manage cache for images": "", "Manage images": "", "Message Size: {{.size}}": "", "Minikube is a CLI tool that provisions and manages single-node Kubernetes clusters optimized for development workflows.": "Minikube 是一个命令行工具,它提供和管理针对开发工作流程优化的单节点 Kubernetes 集群。",