"- \"minikube ssh\" to SSH into minikube's node.\n- \"minikube docker-env\" to point your docker-cli to the docker inside minikube.\n- \"minikube image\" to build images without docker.":"",
"- \"minikube ssh\" to SSH into minikube's node.\n- \"minikube image\" to build images without docker.":"",
"- \"minikube ssh\" to SSH into minikube's node.\n- \"minikube podman-env\" to point your podman-cli to the podman inside minikube.\n- \"minikube image\" to build images without docker.":"",
"--kvm-numa-count range is 1-8":"--kvm-numa-count の範囲は 1~8 です",
"--network flag is only valid with the docker/podman and KVM drivers, it will be ignored":"--network フラグは、docker/podman および KVM ドライバーでのみ有効であるため、無視されます",
"127.0.0.1":"127.0.0.1",
"\u003ctarget file absolute path\u003e must be an absolute Path. Relative Path is not allowed (example: \"/home/docker/copied.txt\")":"\u003ctarget file absolute path\u003e は絶対パスでなければなりません。相対パスは使用できません (例:「/home/docker/copied.txt」)",
"==\u003e Last Start \u003c==":"==\u003e Last Start \u003c==",
"A VPN or firewall is interfering with HTTP access to the minikube VM. Alternatively, try a different VM driver: https://minikube.sigs.k8s.io/docs/start/":"VPN、あるいはファイアウォールによって、minkube VM への HTTP アクセスが干渉されています。他の手段として、別の VM ドライバーを試してみてください: https://minikube.sigs.k8s.io/docs/start/",
"A firewall is blocking Docker the minikube VM from reaching the image repository. You may need to select --image-repository, or use a proxy.":"Docker の minikube VM がイメージリポジトリーに到達するのを、ファイアウォールがブロックしています。--image-repository を指定するか、プロキシーを使用する必要があるかもしれません。",
"A firewall is interfering with minikube's ability to make outgoing HTTPS requests. You may need to change the value of the HTTPS_PROXY environment variable.":"ファイアウォールによって、minikube は外側への HTTPS リクエストをすることができません。HTTPS_PROXY 環境変数の値を変える必要があるかもしれません。",
"A firewall is likely blocking minikube from reaching the internet. You may need to configure minikube to use a proxy.":"ファイアウォールによって、minikube がインターネットに接続できていない可能性があります。minikube がプロキシーを使用するように設定する必要があるかもしれません。",
"A set of apiserver IP Addresses which are used in the generated certificate for kubernetes. This can be used if you want to make the apiserver available from outside the machine":"Kubernetes 用に生成された証明書で使用される一連の API サーバーの IP アドレス。マシンの外部から API サーバーを利用できるようにする場合に使用します",
"A set of apiserver names which are used in the generated certificate for kubernetes. This can be used if you want to make the apiserver available from outside the machine":"Kubernetes 用に生成された証明書で使用される一連の API サーバー名。マシンの外部から API サーバーを利用できるようにする場合に使用します",
"A set of key=value pairs that describe feature gates for alpha/experimental features.":"アルファ版または試験運用版の機能のフィーチャーゲートを記述する一連の key=value ペアです。",
"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",
"After the addon is enabled, please run \"minikube tunnel\" and your ingress resources would be available at \"127.0.0.1\"":"アドオンを有効にした後、「minikube tunnel」を実行することで、ingress リソースが「127.0.0.1」で利用可能になります",
"Alternative image repository to pull docker images from. This can be used when you have limited access to gcr.io. Set it to \\\"auto\\\" to let minikube decide one for you. For Chinese mainland users, you may use local gcr.io mirrors such as registry.cn-hangzhou.aliyuncs.com/google_containers":"Docker イメージの pull 元の代替イメージ リポジトリ。これは、gcr.io へのアクセスが制限されている場合に使用できます。これを \\\"auto\\\" に設定すると、minikube によって自動的に指定されるようになります。中国本土のユーザーの場合、registry.cn-hangzhou.aliyuncs.com/google_containers などのローカル gcr.io ミラーを使用できます",
"Amount of RAM to allocate to Kubernetes (format: \u003cnumber\u003e[\u003cunit\u003e], where unit = b, k, m or g).":"Kubernetesに割り当てられた RAM 容量(形式: \u003cnumber\u003e[\u003cunit\u003e]、unit = b、k、m、g)",
"Because you are using a Docker driver on {{.operating_system}}, the terminal needs to be open to run it.":"Dockerドライバーを{{.operating_system}}上で動かしているため、実行するにはターミナルを開く必要があります。",
"Both driver={{.driver}} and vm-driver={{.vmd}} have been set.\n\n Since vm-driver is deprecated, minikube will default to driver={{.driver}}.\n\n If vm-driver is set in the global config, please run \"minikube config unset vm-driver\" to resolve this warning.\n\t\t\t":"",
"CGroup allocation is not available in your environment, You might be running minikube in a nested container. Try running:\n\t\t\t\n\tminikube start --extra-config=kubelet.cgroups-per-qos=false --extra-config=kubelet.enforce-node-allocatable=\"\"\n\n\t\t\t\n\t\t\t":"",
"CGroup allocation is not available in your environment. You might be running minikube in a nested container. Try running:\n\t\t\t\n\tminikube start --extra-config=kubelet.cgroups-per-qos=false --extra-config=kubelet.enforce-node-allocatable=\"\"\n\n\t\t\t\n\t\t\t":"",
"Check your firewall rules for interference, and run 'virt-host-validate' to check for KVM configuration issues. If you are running minikube within a VM, consider using --driver=none":"",
"Configure an external network switch following the official documentation, then add `--hyperv-virtual-switch=\u003cswitch-name\u003e` to `minikube start`":"",
"Configures the addon w/ADDON_NAME within minikube (example: minikube addons configure registry-creds). For a list of available addons use: minikube addons list":"",
"Confirm that you have a working internet connection and that your VM has not run out of resources by using: 'minikube logs'":"'minikube logs' を使用して、インターネットに接続されていること、および VM のリソースが不足していないことを確認してください",
"Confirm that you have supplied the correct value to --hyperv-virtual-switch using the 'Get-VMSwitch' command":"'Get-VMSwitch' コマンドを使用して、--hyperv-virtual-switch に正しい値が入っていることを確認してください",
"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\"":"",
"Copy the specified file into minikube, it will be saved at path \u003ctarget file absolute path\u003e in your minikube.\\nExample Command : \\\"minikube cp a.txt /home/docker/b.txt\\\"\\n \\\"minikube cp a.txt minikube-m02:/home/docker/b.txt\\\"\\n":"指定したファイルを minikube にコピーします。ファイルは minikube 内の \u003ctarget file absolute path\u003e に保存されます。\\nコマンドの例: 「minikube cp a.txt /home/docker/b.txt」\\n 「minikube cp a.txt minikube-m02:/home/docker/b.txt」\\n",
"Could not determine a Google Cloud project, which might be ok.":"Google Cloud プロジェクトを特定できませんでしたが、問題はないかもしれません。",
"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.":"GCP の認証情報が見つかりませんでした。`gcloud auth application-default login` を実行するか、環境変数 GOOGLE_APPLICATION_CREDENTIALS に認証情報ファイルのパスを設定してください。",
"Could not process error from failed deletion":"削除の失敗によるエラーを処理できませんでした",
"Could not process errors from failed deletion":"削除の失敗によるエラーを処理できませんでした",
"Could not resolve IP address":"IP アドレスの解決ができませんでした",
"Country code of the image mirror to be used. Leave empty to use the global one. For Chinese mainland users, set it to cn.":"使用するイメージミラーの国コード。グローバルのものを使用する場合は空のままにします。中国本土のユーザーの場合は、cn に設定します。",
"Deletes a local Kubernetes cluster":"ローカルの Kubernetes クラスターを削除します",
"Deletes a local Kubernetes cluster. This command deletes the VM, and removes all\nassociated files.":"ローカルの Kubernetes クラスターを削除します。このコマンドによって、VM とそれに関連付けられているすべてのファイルが削除されます。",
"Deletes a node from a cluster.":"クラスターからノードを削除します。",
"Deleting existing cluster {{.name}} with different driver {{.driver_name}} due to --delete-on-failure flag set by the user. ":"ユーザーが設定した --delete-on-failure フラグにより、異なるドライバー {{.driver_name}} を持つ既存のクラスター {{.name}} を削除しています。",
"Deleting node {{.name}} from cluster {{.cluster}}":"クラスター {{.cluster}} から、ノード {{.name}} を削除しています",
"Disable checking for the availability of hardware virtualization before the vm is started (virtualbox driver only)":"VM が起動する前にハードウェアの仮想化の可用性チェックを無効にします (virtualbox ドライバーのみ)",
"Disable dynamic memory in your VM manager, or pass in a larger --memory value":"VM マネージャーで動的メモリーを無効にするか、より大きな --memory の値を指定してください",
"Disables the addon w/ADDON_NAME within minikube (example: minikube addons disable dashboard). For a list of available addons use: minikube addons list ":"minikube 内の ADDON_NAME のアドオンを無効にします (例: minikube addons disable dashboard)。利用可能なアドオンのリストは、minikube addons list を使用してください",
"Disables the filesystem mounts provided by the hypervisors":"ハイパーバイザーによって提供されているファイルシステムのマウントを無効にします",
"Disk size allocated to the minikube VM (format: \u003cnumber\u003e[\u003cunit\u003e], where unit = b, k, m or g).":"minikube VM に割り当てられたディスクサイズ (形式: \u003cnumber\u003e[\u003cunit\u003e]、unit = b、k、m、g)。",
"Display dashboard URL instead of opening a browser":"ブラウザーで開く代わりにダッシュボードの URL を表示します",
"Display the Kubernetes addons URL in the CLI instead of opening it in the default browser":"Kubernetes のアドオンの URL を、デフォルトのブラウザーで開く代わりに CLI で表示します",
"Display the Kubernetes service URL in the CLI instead of opening it in the default browser":"Kubernetes のサービスの URL を、デフォルトのブラウザーで開く代わりに CLI で表示します",
"Display values currently set in the minikube config file.":"現在の minikube の設定ファイルにセットされている値を表示します。",
"Docker Desktop has less than 2 CPUs configured, but Kubernetes requires at least 2 to be available":"Docker Desktop では 2 つ未満の CPU が設定されていますが、Kubernetes では少なくとも 2 つ必要です",
"Docker Desktop is configured for Windows containers, but Linux containers are required for minikube":"Docker Desktop は Windows コンテナー用に設定されていますが、minikube には Linux コンテナーが必要です",
"Docker Desktop only has {{.size}}MiB available, less than the required {{.req}}MiB for Kubernetes":"Docker Desktop では {{.size}}MiB しか利用できず、Kubernetes に必要な {{.req}}MiB より少ないです",
"Docker Desktop only has {{.size}}MiB available, you may encounter application deployment failures.":"Docker Desktop では {{.size}}MiB しか利用できないため、アプリケーションのデプロイに失敗することがあります。",
"Docker container exited prematurely after it was created, consider investigating Docker's performance/health.":"Docker コンテナーは、作成後に途中で終了しました。Docker の動作や状態の調査を検討してください。",
"Docker has less than 2 CPUs available, but Kubernetes requires at least 2 to be available":"Docker は 2 つ未満の CPU で利用可能ですが、Kubernetes では少なくとも 2 つ必要です",
"Done! kubectl is now configured to use \"{{.name}}\"":"完了しました! kubectl が「\"{{.name}}\"」を使用するよう構成されました",
"Done! kubectl is now configured to use \"{{.name}}\" cluster and \"{{.ns}}\" namespace by default":"完了しました! kubectl が「\"{{.name}}\"」クラスタと「\"{{.ns}}\"」ネームスペースを使用するよう構成されました",
"Ensure that CRI-O is installed and healthy: Run 'sudo systemctl start crio' and 'journalctl -u crio'. Alternatively, use --container-runtime=docker":"",
"Ensure that Docker is installed and healthy: Run 'sudo systemctl start docker' and 'journalctl -u docker'. Alternatively, select another value for --driver":"",
"Failed to set NO_PROXY Env. Please use `export NO_PROXY=$NO_PROXY,{{.ip}}`.":"NO_PROXY 環境変数を設定できませんでした。「export NO_PROXY=$NO_PROXY,{{.ip}}」を使用してください。",
"Gets the status of a local Kubernetes cluster.\n\tExit status contains the status of minikube's VM, cluster and Kubernetes encoded on it's bits in this order from right to left.\n\tEg: 7 meaning: 1 (for minikube NOK) + 2 (for cluster NOK) + 4 (for Kubernetes NOK)":"",
"Go template format string for the cache list output. The format for Go templates can be found here: https://golang.org/pkg/text/template/\nFor the list of accessible variables for the template, see the struct values here: https://godoc.org/k8s.io/minikube/cmd/minikube/cmd#CacheListTemplate":"",
"Go template format string for the config view output. The format for Go templates can be found here: https://golang.org/pkg/text/template/\nFor the list of accessible variables for the template, see the struct values here: https://godoc.org/k8s.io/minikube/cmd/minikube/cmd/config#ConfigViewTemplate":"",
"Go template format string for the status output. The format for Go templates can be found here: https://golang.org/pkg/text/template/\nFor the list accessible variables for the template, see the struct values here: https://godoc.org/k8s.io/minikube/cmd/minikube/cmd#Status":"",
"Hyperkit networking is broken. Try disabling Internet Sharing: System Preference \u003e Sharing \u003e Internet Sharing. \nAlternatively, you can try upgrading to the latest hyperkit version, or using an alternate driver.":"",
"If true, cache docker images for the current bootstrapper and load them into the machine. Always false with --vm-driver=none.":"true の場合、現在のブートストラッパの Docker イメージをキャッシュに保存して、マシンに読み込みます。--vm-driver=none の場合は常に false です",
"If true, only download and cache files for later use - don't install or start anything.":"true の場合、後で使用できるようにファイルのダウンロードとキャッシュ保存だけが行われます。インストールも起動も行われません",
"Insecure Docker registries to pass to the Docker daemon. The default service CIDR range will automatically be added.":"Docker デーモンに渡す Docker レジストリが安全ではありません。デフォルトのサービス CIDR 範囲が自動的に追加されます",
"It seems that you are running in GCE, which means authentication should work without the GCP Auth addon. If you would still like to authenticate using a credentials file, use the --force flag.":"",
"List of guest VSock ports that should be exposed as sockets on the host (hyperkit driver only)":"ホストでソケットとして公開する必要のあるゲスト VSock ポートのリスト(hyperkit ドライバのみ)",
"Location of the VPNKit socket used for networking. If empty, disables Hyperkit VPNKitSock, if 'auto' uses Docker for Mac VPNKit connection, otherwise uses the specified VSock (hyperkit driver only)":"ネットワーキングに使用する VPNKit ソケットのロケーション。空の場合、Hyperkit VPNKitSock が無効になり、「auto」の場合、Mac VPNKit 接続に Docker が使用され、それ以外の場合、指定された VSock が使用されます(hyperkit ドライバのみ)",
"Location of the minikube iso":"minikube iso のロケーション",
"None of the known repositories in your location are accessible. Using {{.image_repository_name}} as fallback.":"使用しているロケーション内で既知のいずれのリポジトリにもアクセスできません。フォールバックとして {{.image_repository_name}} を使用します",
"None of the known repositories is accessible. Consider specifying an alternative image repository with --image-repository flag":"既知のいずれのリポジトリにもアクセスできません。--image-repository フラグとともに代替のイメージ リポジトリを指定することを検討してください",
"Opens the addon w/ADDON_NAME within minikube (example: minikube addons open dashboard). For a list of available addons use: minikube addons list ":"",
"Outputs minikube shell completion for the given shell (bash, zsh or fish)\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\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":"",
"Please specify the directory to be mounted: \n\tminikube mount \u003csource directory\u003e:\u003ctarget directory\u003e (example: \"/host-home:/vm-home\")":"",
"Please visit the following link for documentation around this: \n\thttps://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages#authenticating-to-github-packages\n":"",
"Reinstall VirtualBox and verify that it is not blocked: System Preferences -\u003e Security \u0026 Privacy -\u003e General -\u003e Some system software was blocked from loading":"",
"Requested memory allocation ({{.memory}}MB) is less than the default memory allocation of {{.default_memorysize}}MB. Beware that minikube might not work correctly or crash unexpectedly.":"リクエストされたメモリ割り当て({{.memory}} MB)がデフォルトのメモリ割り当て {{.default_memorysize}} MB 未満です。minikube が正常に動作しないか、予期せずクラッシュする可能性があることに注意してください",
"Requested memory allocation {{.requested_size}} is less than the minimum allowed of {{.minimum_size}}":"リクエストされたメモリ割り当て {{.requested_size}} が許可される最小値 {{.minimum_size}} 未満です",
"Run the Kubernetes client, download it if necessary. Remember -- after kubectl!\n\nThis will run the Kubernetes client (kubectl) with the same version as the cluster\n\nNormally it will download a binary matching the host operating system and architecture,\nbut optionally you can also run it directly on the control plane over the ssh connection.\nThis can be useful if you cannot run kubectl locally for some reason, like unsupported\nhost. Please be aware that when using --ssh all paths will apply to the remote machine.":"",
"Service '{{.service}}' was not found in '{{.namespace}}' namespace.\nYou may select another namespace by using 'minikube service {{.service}} -n \u003cnamespace\u003e'. Or list out all the services using 'minikube service list'":"",
"Some dashboard features require the metrics-server addon. To enable all features please run:\n\n\tminikube{{.profileArg}} addons enable metrics-server\t\n\n":"",
"Sorry, the IP provided with the --listen-address flag is invalid: {{.listenAddr}}.":"",
"Sorry, the address provided with the --insecure-registry flag is invalid: {{.addr}}. Expected formats are: \u003cip\u003e[:\u003cport\u003e], \u003chostname\u003e[:\u003cport\u003e] or \u003cnetwork\u003e/\u003cnetmask\u003e":"",
"Sorry, the kubeadm.{{.parameter_name}} parameter is currently not supported by --extra-config":"申し訳ありません。現在、kubeadm.{{.parameter_name}} パラメータは --extra-config でサポートされていません",
"Sorry, the url provided with the --registry-mirror flag is invalid: {{.url}}":"申し訳ありません。--registry-mirror フラグとともに指定された URL は無効です。{{.url}}",
"Specifying extra disks is currently only supported for the following drivers: {{.supported_drivers}}. If you can contribute to add this feature, please create a PR.":"",
"Stops a local Kubernetes cluster. This command stops the underlying VM or container, but keeps user data intact. The cluster can be started again with the \"start\" command.":"",
"Target directory {{.path}} must be an absolute path":"ターゲットディレクトリ {{.path}} は絶対パスでなければなりません。",
"Target {{.path}} can not be empty":"ターゲット {{.path}} は空にできません",
"Test docs have been saved at - {{.path}}":"テストドキュメントは {{.path}} に保存されました",
"The \"{{.driver_name}}\" driver requires root privileges. Please run minikube using 'sudo minikube --vm-driver={{.driver_name}}":"「{{.driver_name}}」ドライバーにはルート権限が必要です。'sudo minikube --vm-driver={{.driver_name}}' を使用して minikube を実行してください",
"The \"{{.driver_name}}\" driver should not be used with root privileges.":"「{{.driver_name}}」ドライバーは root 権限で使用すべきではありません。",
"The \"{{.name}}\" cluster has been deleted.":"「{{.name}}」クラスターが削除されました",
"The \"{{.name}}\" cluster has been deleted.__1":"「{{.name}}」クラスターが削除されました",
"The 'none' driver is designed for experts who need to integrate with an existing VM":"'none' ドライバーは既存 VM の統合が必要なエキスパートに向けて設計されています。",
"The 'none' driver provides limited isolation and may reduce system security and reliability.":"ドライバーに 'none' を指定すると、分離が制限され、システムのセキュリティーと信頼性が低下する可能性があります",
"The '{{.addonName}}' addon is enabled":"'{{.addonName}}' アドオンが有効です",
"The '{{.driver}}' driver requires elevated permissions. The following commands will be executed:\\n\\n{{ .example }}\\n":"'{{.driver}}' ドライバーは権限昇格が必要です。次のコマンドを実行してください:\\n\\n{{ .example }}\\n",
"The '{{.driver}}' provider was not found: {{.error}}":"'{{.driver}}' プロバイダーが見つかりません: {{.error}}",
"The '{{.name}} driver does not support multiple profiles: https://minikube.sigs.k8s.io/docs/reference/drivers/none/":"'{{.name}} ドライバーは複数のプロファイルをサポートしていません: https://minikube.sigs.k8s.io/docs/reference/drivers/none/",
"The '{{.name}}' driver does not respect the --cpus flag":"'{{.name}}' ドライバーは --cpus フラグを無視します",
"The '{{.name}}' driver does not respect the --memory flag":"'{{.name}}' ドライバーは --memory フラグを無視します",
"The --image-repository flag your provided contains Scheme: {{.scheme}}, which will be removed automatically":"指定された --image-repository フラグは {{.scheme}} スキームを含んでいますので、自動的に削除されます",
"The --image-repository flag your provided ended with a trailing / that could cause conflict in kuberentes, removed automatically":"指定された --image-repository フラグは kubernetes で競合の原因となりうる / が末尾に付いていますので、自動的に削除されます",
"The CIDR to be used for service cluster IPs.":"サービスクラスター IP に使用される CIDR。",
"The CIDR to be used for the minikube VM (virtualbox driver only)":"minikube VM に使用される CIDR (virtualbox ドライバーのみ)",
"The KVM QEMU connection URI. (kvm2 driver only)":"KVM QEMU 接続 URI (kvm2 ドライバーのみ)",
"The KVM driver is unable to resurrect this old VM. Please run `minikube delete` to delete it and try again.":"KVM ドライバーはこの古い VM を復元できません。`minikube delete` で VM を削除して、再度試行してください。",
"The KVM network name. (kvm2 driver only)":"KVM ネットワーク名 (kvm2 ドライバーのみ)",
"The VM driver crashed. Run 'minikube start --alsologtostderr -v=8' to see the VM driver error message":"VM ドライバーがクラッシュしました。'minikube start --alsologtostderr -v=8' を実行して、VM ドライバーのエラーメッセージを参照してください",
"The VM driver exited with an error, and may be corrupt. Run 'minikube start' with --alsologtostderr -v=8 to see the error":"VM ドライバーがエラー停止したため、破損している可能性があります。'minikube start --alsologtostderr -v=8' を実行して、エラーを参照してください",
"The VM that minikube is configured for no longer exists. Run 'minikube delete'":"minikube が設定された VM はもう存在しません。'minikube delete' を実行してください",
"The \\\"{{.name}}\\\" container runtime requires CNI":"「{{.name}}」コンテナーランタイムは CNI が必要です",
"The ambassador addon has stopped working as of v1.23.0, for more details visit: https://github.com/datawire/ambassador-operator/issues/73":"v1.23.0 で ambassador アドオンは機能を停止しました。 詳細はこちらを参照してください: https://github.com/datawire/ambassador-operator/issues/73",
"The apiserver listening port":"API サーバーリスニングポート",
"The apiserver name which is used in the generated certificate for kubernetes. This can be used if you want to make the apiserver available from outside the machine":"Kubernetes 用に生成された証明書で使用される API サーバー名。マシンの外部から API サーバーを利用できるようにする場合に使用します",
"The argument to pass the minikube mount command on start":"起動時に minikube マウントコマンドを渡す引数",
"The argument to pass the minikube mount command on start.":"起動時に minikube マウントコマンドを渡す引数。",
"The authoritative apiserver hostname for apiserver certificates and connectivity. This can be used if you want to make the apiserver available from outside the machine":"API サーバーの証明書と接続のための、権威 API サーバーホスト名。マシン外部から API サーバーに接続できるようにしたい場合に使用します。",
"The base image to use for docker/podman drivers. Intended for local development.":"Docker/Podman ドライバーで使用されるベースイメージ。ローカルデプロイ用です。",
"The certificate hostname provided appears to be invalid (may be a minikube bug, try 'minikube delete')":"提供された証明書ホスト名が無効のようです (minikube のバグかも知れません。'minikube delete' を試してください)",
"The cluster dns domain name used in the Kubernetes cluster":"Kubernetes クラスターで使用されるクラスター DNS ドメイン名",
"The cluster dns domain name used in the kubernetes cluster":"Kubernetes クラスターで使用されるクラスター DNS ドメイン名",
"The cluster {{.cluster}} already exists which means the --nodes parameter will be ignored. Use \"minikube node add\" to add nodes to an existing cluster.":"{{.cluster}} クラスターは既に存在するので、--nodes パラメーターは無視されます。「minikube node add」を使って、既存クラスターにノードを追加してください。",
"The container runtime to be used (docker, crio, containerd)":"使用されるコンテナーランタイム (docker、crio、containerd)",
"The control plane for \"{{.name}}\" is paused!":"「{{.name}}」用コントロールプレーンは一時停止中です!",
"The control plane node \"{{.name}}\" does not exist.":"「{{.name}}」コントロールプレーンノードが存在しません。",
"The control plane node is not running (state={{.state}})":"コントロールプレーンノードは実行中ではありません (state={{.state}})",
"The control plane node must be running for this command":"このコマンドではコントロールプレーンノードが実行中でなければなりません",
"The docker-env command is incompatible with multi-node clusters. Use the 'registry' add-on: https://minikube.sigs.k8s.io/docs/handbook/registry/":"docker-env コマンドはマルチノードクラスターと互換性がありません。'registry' アドオンを使用してください: https://minikube.sigs.k8s.io/docs/handbook/registry/",
"The docker-env command is only compatible with the \"docker\" runtime, but this cluster was configured to use the \"{{.runtime}}\" runtime.":"docker-env コマンドは「docker」ランタイムとだけ互換性がありますが、このクラスターは「{{.runtime}}」ランタイムを使用するよう設定されています。",
"The driver '{{.driver}}' is not supported on {{.os}}/{{.arch}}":"'{{.driver}}' ドライバーは {{.os}}/{{.arch}} に対応していません",
"The existing \"{{.name}}\" cluster was created using the \"{{.old}}\" driver, which is incompatible with requested \"{{.new}}\" driver.":"既存の「{{.name}}」クラスターは、(要求された「{{.new}}」ドライバーとは互換性のない)「{{.old}}」ドライバーを使用して作成されました。 ",
"The existing node configuration appears to be corrupt. Run 'minikube delete'":"既存のノード設定が破損しているようです。'minikube delete' を実行してください",
"The heapster addon is depreciated. please try to disable metrics-server instead":"heapster アドオンは廃止予定です。代わりに metrics-server を無効化してみてください",
"The hyperv virtual switch name. Defaults to first found. (hyperv driver only)":"hyperv 仮想スイッチ名。デフォルト値は最初に見つかったスイッチ名です。 (hyperv ドライバーのみ)",
"The hypervisor does not appear to be configured properly. Run 'minikube start --alsologtostderr -v=1' and inspect the error code":"ハイパーバイザーが適切に設定されていないようです。'minikube start --alsologtostderr -v=1' を実行してエラーコードを確認してください",
"The image '{{.imageName}}' was not found; unable to add it to cache.":"'{{.imageName}}' イメージは見つかりませんでした (キャッシュに追加できません)。",
"The initial time interval for each check that wait performs in seconds":"実行待機チェックの初期時間間隔 (秒)",
"The kubeadm binary within the Docker container is not executable":"Docker コンテナー内の kubeadm バイナリーが実行可能形式ではありません",
"The kubernetes version that the minikube VM will use (ex: v1.2.3)":"minikube VM で使用する Kubernetes バージョン (例: v1.2.3)",
"The machine-driver specified is failing to start. Try running 'docker-machine-driver-\u003ctype\u003e version'":"指定された machine-driver は起動に失敗しました。'docker-machine-driver-\u003ctype\u003e version' を実行してみてください",
"The minikube VM is offline. Please run 'minikube start' to start it again.":"minikube VM がオフラインです。'minikube start' を実行して minikube VM を再起動してください。",
"The minikube {{.driver_name}} container exited unexpectedly.":"minikube {{.driver_name}} コンテナーは想定外で終了しました。",
"The minimum required version for podman is \"{{.minVersion}}\". your version is \"{{.currentVersion}}\". minikube might not work. use at your own risk. To install latest version please see https://podman.io/getting-started/installation.html":"minikube が要求する podman のバージョンは「{{.minVersion}}」です。あなたのバージョンは「{{.currentVersion}}」です。minikube は動作しないかも知れません。自己責任で使用してください。最新バージョンのインストールには https://podman.io/getting-started/installation.html を参照してください。",
"The name of the network plugin":"ネットワークプラグインの名前",
"The named space to activate after start":"起動後にアクティベートするネームスペース",
"The node to build on. Defaults to the primary control plane.":"構築するノード。デフォルトは最初のコントロールプレーンです。",
"The node to check status for. Defaults to control plane. Leave blank with default format for status on all nodes.":"状態をチェックするノード。デフォルトはコントロールプレーンです。デフォルトフォーマットの空白のままにすると、全ノードの状態になります。",
"The node to get IP. Defaults to the primary control plane.":"IP を取得するノード。デフォルトは最初のコントロールプレーンです。",
"The node to get logs from. Defaults to the primary control plane.":"ログを取得するノード。デフォルトは最初のコントロールプレーンです。",
"The node to get ssh-key path. Defaults to the primary control plane.":"ssh-key パスを取得するノード。デフォルトは最初のコントロールプレーンです。",
"The node to ssh into. Defaults to the primary control plane.":"ssh ログインするノード。デフォルトは最初のコントロールプレーンです。",
"The node {{.name}} has ran out of available PIDs.":"{{.name}} ノードは利用可能な PID を使い果たしました。",
"The node {{.name}} has ran out of disk space.":"{{.name}} ノードはディスクスペースを使い果たしました。",
"The node {{.name}} has ran out of memory.":"{{.name}} ノードはメモリーを使い果たしました。",
"The node {{.name}} network is not available. Please verify network settings.":"{{.name}} ノードはネットワークが使用不能です。ネットワーク設定を検証してください。",
"The none driver is not compatible with multi-node clusters.":"ノードドライバーはマルチノードクラスターと互換性がありません。",
"The number of bytes to use for 9p packet payload":"9p パケットペイロードに使用するバイト数",
"The number of nodes to spin up. Defaults to 1.":"起動するノード数。デフォルトは 1。",
"The output format. One of 'json', 'table'":"出力形式。'json', 'table' のいずれか",
"The path on the file system where the docs in markdown need to be saved":"markdown で書かれたドキュメントの保存先のファイルシステムパス",
"The path on the file system where the error code docs in markdown need to be saved":"markdown で書かれたエラーコードドキュメントの保存先のファイルシステムパス",
"The path on the file system where the testing docs in markdown need to be saved":"markdown で書かれたテストドキュメントの保存先のファイルシステムパス",
"The podman service within '{{.cluster}}' is not active":"'{{.cluster}}' 内の podman サービスが active ではありません",
"The podman-env command is incompatible with multi-node clusters. Use the 'registry' add-on: https://minikube.sigs.k8s.io/docs/handbook/registry/":"podman-env コマンドはマルチノードクラスターと互換性がありません。'registry' アドオンを使用してください: https://minikube.sigs.k8s.io/docs/handbook/registry/",
"The requested memory allocation of {{.requested}}MiB does not leave room for system overhead (total system memory: {{.system_limit}}MiB). You may face stability issues.":"要求された {{.requested}}MiB のメモリー割当は、システムのオーバーヘッド (合計システムメモリー: {{.system_limit}}MiB) に十分な空きを残しません。安定性の問題に直面するかも知れません。",
"There are a couple ways to enable the required file sharing:\n1. Enable \"Use the WSL 2 based engine\" in Docker Desktop\nor\n2. Enable file sharing in Docker Desktop for the %s%s directory":"",
"There's a new version for '{{.driver_executable}}'. Please consider upgrading. {{.documentation_url}}":"「{{.driver_executable}}」の新しいバージョンがあります。アップグレードを検討してください。{{.documentation_url}}",
"This addon does not have an endpoint defined for the 'addons open' command.\nYou can add one by annotating a service with the label {{.labelName}}:{{.addonName}}":"",
"This can also be done automatically by setting the env var CHANGE_MINIKUBE_NONE_USER=true":"これは環境変数 CHANGE_MINIKUBE_NONE_USER=true を設定して自動的に行うこともできます",
"This is unusual - you may want to investigate using \"{{.command}}\"":"これは異常です - 「{{.command}}」を使って調査できます",
"This will keep the existing kubectl context and will create a minikube context.":"これにより既存の kubectl コンテキストが保持され、minikube コンテキストが作成されます。",
"This will start the mount daemon and automatically mount files into minikube":"これによりマウントデーモンが起動し、ファイルが minikube に自動的にマウントされます",
"This will start the mount daemon and automatically mount files into minikube.":"これによりマウントデーモンが起動し、ファイルが minikube に自動的にマウントされます。",
"This {{.type}} is having trouble accessing https://{{.repository}}":"この {{.type}} は https://{{.repository}} アクセスにおける問題があります",
"Tip: To remove this root owned cluster, run: sudo {{.cmd}}":"ヒント: この root 所有クラスターの削除コマンド: sudo {{.cmd}}",
"Tip: To remove this root owned cluster, run: sudo {{.cmd}} delete":"ヒント: この root 所有クラスターの削除コマンド: sudo {{.cmd}} delete",
"To connect to this cluster, use: --context={{.name}}":"このクラスターに接続するためには、--context={{.name}} を使用します",
"To connect to this cluster, use: kubectl --context={{.name}}":"このクラスターに接続するためには、kubectl --context={{.name}} を使用します",
"To connect to this cluster, use: kubectl --context={{.name}}__1":"このクラスターに接続するためには、kubectl --context={{.name}} を使用します",
"To connect to this cluster, use: kubectl --context={{.profile_name}}":"このクラスターに接続するためには、kubectl --context={{.profile_name}} を使用します",
"To disable beta notices, run: 'minikube config set WantBetaUpdateNotification false'":"ベータ通知を無効にするためには、'minikube config set WantBetaUpdateNotification false' を実行します",
"To disable this notice, run: 'minikube config set WantUpdateNotification false'\\n":"この通知を無効にするためには、'minikube config set WantUpdateNotification false' を実行します\\n",
"To disable update notices in general, run: 'minikube config set WantUpdateNotification false'\\n":"全体的に更新通知を無効にするためには、'minikube config set WantUpdateNotification false' を実行します\\n",
"To pull new external images, you may need to configure a proxy: https://minikube.sigs.k8s.io/docs/reference/networking/proxy/":"外部イメージを取得するためには、プロキシーを設定する必要があるかも知れません: https://minikube.sigs.k8s.io/docs/reference/networking/proxy/",
"To see addons list for other profiles use: `minikube addons -p name list`":"他のプロファイル用のアドオン一覧を表示するためには、`minikube addons -p name list` を実行します",
"To set your Google Cloud project, run:\n\n\t\tgcloud config set project \u003cproject name\u003e\n\nor set the GOOGLE_CLOUD_PROJECT environment variable.":"Google Cloud プロジェクトを設定するためには、\n\n\t\tgcloud config set project \u003cproject name\u003e\n\n を実行するか、環境変数 GOOGLE_CLOUD_PROJECT を設定します。",
"To start a cluster, run: \"{{.command}}\"":"クラスターを起動するためには、「{{.command}}」を実行します",
"To start minikube with Hyper-V, Powershell must be in your PATH`":"Hyper-V で minikube を起動するためには、PATH 中に Powershell がなければなりません",
"To use kubectl or minikube commands as your own user, you may need to relocate them. For example, to overwrite your own settings, run:":"kubectl か minikube コマンドを独自のユーザーとして使用するためには、そのコマンドの再配置が必要な場合があります。たとえば、独自の設定を上書きするためには、以下を実行します",
"Unable to create dedicated network, this might result in cluster IP change after restart: {{.error}}":"独立したネットワークの作成ができず、再起動後にクラスター IP が変更される結果になるかも知れません: {{.error}}",
"Unable to enable dashboard":"ダッシュボードが有効になりません",
"Unable to fetch latest version info":"最新バージョン情報を取得できません",
"Unable to find control plane":"コントロールプレーンが見つかりません",
"Unable to generate docs":"ドキュメントを生成できません",
"Unable to generate the documentation. Please ensure that the path specified is a directory, exists \u0026 you have permission to write to it.":"ドキュメントを生成できません。指定されたパスが、書き込み権限が付与された既存のディレクトリーかどうか確認してください。",
"Unable to get CPU info: {{.err}}":"CPU 情報が取得できません: {{.err}}",
"Unable to get bootstrapper: {{.error}}":"ブートストラッパーを取得できません: {{.error}}",
"Unable to get command runner":"コマンドランナーを取得できません",
"Unable to get control plane status: {{.error}}":"コントロールプレーンの状態を取得できません: {{.error}}",
"Unable to get current user":"現在のユーザーを取得できません",
"Unable to get forwarded endpoint":"フォワードされたエンドポイントを取得できません",
"Unable to get machine status":"マシンの状態を取得できません",
"Unable to get runtime":"ランタイムを取得できません",
"Unable to kill mount process: {{.error}}":"mount プロセスを停止できません: {{.error}}",
"Unable to list profiles: {{.error}}":"プロファイルのリストを作成できません: {{.error}}",
"Unable to load cached images from config file.":"キャッシュされたイメージを設定ファイルから読み込めません。",
"Unable to load cached images: {{.error}}":"キャッシュされたイメージを読み込めません: {{.error}}",
"Unable to load config: {{.error}}":"設定を読み込めません: {{.error}}",
"Unable to load host":"ホストを読み込めません",
"Unable to load profile: {{.error}}":"プロファイルを読み込めません: {{.error}}",
"Unable to parse \"{{.kubernetes_version}}\": {{.error}}":"「{{.kubernetes_version}}」を解析できません: {{.error}}",
"Unable to parse default Kubernetes version from constants: {{.error}}":"定数からデフォルトの Kubernetes バージョンを解析できません: {{.error}}",
"Unable to parse memory '{{.memory}}': {{.error}}":"メモリー '{{.memory}}' を解析できません: {{.error}}",
"Unable to parse oldest Kubernetes version from constants: {{.error}}":"定数から最古の Kubernetes バージョンを解析できません: {{.error}}",
"Unable to pick a default driver. Here is what was considered, in preference order:":"デフォルトドライバーを採用できませんでした。こちらが可能性の高い順に考えられる事です:",
"Unable to pull images, which may be OK: {{.error}}":"イメージを取得できませんが、問題ありません。{{.error}}",
"Unset the KUBECONFIG environment variable, or verify that it does not point to an empty or otherwise invalid path":"環境変数 KUBECONFIG をセット解除するか、同変数が空または不正なパスに設定されていないことを確認してください",
"Unset variables instead of setting them":"変数をセットせず解除します",
"Update Docker to the latest minor version, this version is unsupported":"Docker を最新のマイナーバージョンに更新してください (このバージョンは未サポートです)",
"Update kubeconfig in case of an IP or port change":"IP アドレスやポート番号が変わった場合に kubeconfig を更新してください",
"Update server returned an empty list":"空リストを返したサーバーを更新してください",
"Upgrade to QEMU v3.1.0+, run 'virt-host-validate', or ensure that you are not running in a nested VM environment.":"QEMU v3.1.0 以降にアップグレードするか、'virt-host-validate' を実行するか、ネストされた VM 環境中で実行されていないことを確認してください。",
"Use SSH for running kubernetes client on the node":"ノード上で実行中の Kubernetes クライアントへの接続に SSH を使用します",
"Use VirtualBox to remove the conflicting VM and/or network interfaces":"VirtualBox を使用して、衝突した VM やネットワークインターフェイスを削除してください",
"Use native Golang SSH client (default true). Set to 'false' to use the command line 'ssh' command when accessing the docker machine. Useful for the machine drivers when they will not start with 'Waiting for SSH'.":"ネイティブの Go 言語 SSH クライアントを使用します (デフォルトは true)。Docker マシンにアクセスする際に、コマンドラインの 'ssh' コマンドを使用する場合は 'false' をセットしてください。マシンドライバーが 'Waiting for SSH' で開始されない場合に有用です。",
"VirtualBox and Hyper-V are having a conflict. Use '--driver=hyperv' or disable Hyper-V using: 'bcdedit /set hypervisorlaunchtype off'":"VirtualBox と Hyper-V が衝突しています。'--driver=hyperv' を使用するか、次のコマンドで Hyper-V を無効にしてください: 'bcdedit /set hypervisorlaunchtype off'",
"VirtualBox cannot create a network, probably because it conflicts with an existing network that minikube no longer knows about. Try running 'minikube delete'":"VirtualBox がネットワークを作成できません。おそらく minikube が最早把握していない既存ネットワークと衝突しています。'minikube delete' を実行してみてください",
"VirtualBox is broken. Disable real-time anti-virus software, reboot, and reinstall VirtualBox if the problem continues.":"VirtualBox が故障しています。問題が解決しない場合、リアルタイムのアンチウィルスソフトを無効化し、OS を再起動して、VirtualBox を再インストールしてください。",
"VirtualBox is broken. Reinstall VirtualBox, reboot, and run 'minikube delete'.":"VirtualBox が故障しています。 VirtualBox を再インストールして OS を再起動し、'minikube delete' を実行してください。",
"VirtualBox is unable to find its network interface. Try upgrading to the latest release and rebooting.":"VirtualBox はネットワークインターフェイスを検出できません。最新版にアップデートして、OS を再起動してみてください。",
"Virtualization support is disabled on your computer. If you are running minikube within a VM, try '--driver=docker'. Otherwise, consult your systems BIOS manual for how to enable virtualization.":"このコンピューターでは仮想化サポートが無効です。VM 内で minikube を実行する場合、'--driver=docker' を試してみてください。そうでなければ、仮想化を有効化する方法を BIOS の説明書を調べてください。",
"Wait until Kubernetes core services are healthy before exiting":"終了する前に、Kubernetes コアサービスが正常になるまで待機してください",
"Want kubectl {{.version}}? Try 'minikube kubectl -- get pods -A'":"kubectl {{.version}} が必要ですか? 'minikube kubectl -- get pods -A' を試してみてください",
"Where to root the NFS Shares, defaults to /nfsshares (hyperkit driver only)":"NFS 共有のルートに指定する場所。デフォルトは /nfsshares (hyperkit ドライバーのみ)",
"Whether to use external switch over Default Switch if virtual switch not explicitly specified. (hyperv driver only)":"仮想スイッチが明示的に設定されていない場合、Default Switch 越しに外部のスイッチを使用するかどうか (Hyper-V ドライバーのみ)。",
"With --network-plugin=cni, you will need to provide your own CNI. See --cni flag as a user-friendly alternative":"--network-plugin=cni を用いる場合、自身の CNI を提供する必要があります。便利な代替策として --cni フラグを参照してください",
"You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}).":"プロキシーを使用しようとしていますが、minikube の IP ({{.ip_address}}) が NO_PROXY 環境変数に含まれていません。",
"You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP ({{.ip_address}}). Please see {{.documentation_url}} for more details":"プロキシーを使用しようとしていますが、minikube の IP ({{.ip_address}}) が NO_PROXY 環境変数に含まれていません。詳細は {{.documentation_url}} を参照してください",
"You are trying to run a windows .exe binary inside WSL. For better integration please use a Linux binary instead (Download at https://minikube.sigs.k8s.io/docs/start/.). Otherwise if you still want to do this, you can do it using --force":"WSL 内で Windows の .exe バイナリーを実行しようとしています。これより優れた統合として、Linux バイナリーを代わりに使用してください (https://minikube.sigs.k8s.io/docs/start/ でダウンロードしてください)。そうではなく、引き続きこのバイナリーを使用したい場合、--force オプションを使用してください",
"You are trying to run amd64 binary on M1 system. Please consider running darwin/arm64 binary instead (Download at {{.url}}.)":"M1 システム上で amd64 バイナリーを実行しようとしています。darwin/arm64 バイナリーを代わりに実行することをご検討ください ({{.url}} でダウンロードしてください)。",
"You can also use 'minikube kubectl -- get pods' to invoke a matching version":"一致するバージョンを実行するために、'minikube kubectl -- get pods' も使用できます",
"You can delete them using the following command(s):":"次のコマンドで削除できます:",
"You can delete them using the following command(s): ":"次のコマンドで削除できます: ",
"You can force an unsupported Kubernetes version via the --force flag":"--force フラグを介して、サポート外の Kubernetes バージョンを強制的に使用できます",
"You cannot add or remove extra disks for an existing minikube cluster. Please first delete the cluster.":"既存の minikube クラスターに対して、外部ディスクを追加または削除できません。最初にクラスターを削除してください。",
"You cannot change the CPUs for an existing minikube cluster. Please first delete the cluster.":"既存の minikube クラスターに対して、CPU を変更できません。最初にクラスターを削除してください。",
"You cannot change the disk size for an existing minikube cluster. Please first delete the cluster.":"既存の minikube クラスターに対して、ディスクサイズを変更できません。最初にクラスターを削除してください。",
"You cannot change the memory size for an existing minikube cluster. Please first delete the cluster.":"既存の minikube クラスターに対して、メモリサイズを変更できません。最初にクラスターを削除してください。",
"You have authenticated with a service account that does not have an associated JSON. The GCP Auth requires credentials with a JSON file to in order to continue. The image pull secret has been imported.":"関連する JSON がないサービスアカウントで認証しています。GCP Auth は、作業を続行するために JSON ファイル付きクレデンシャルを要求します。イメージ取得シークレットがインポートされました。",
"You have chosen to disable the CNI but the \\\"{{.name}}\\\" container runtime requires CNI":"CNI 無効が選択されましたが、「{{.name}}」コンテナランタイムは CNI が必要です",
"You have selected \"virtualbox\" driver, but there are better options !\nFor better performance and support consider using a different driver: {{.drivers}}\n\nTo turn off this warning run:\n\n\t$ minikube config set WantVirtualBoxDriverWarning false\n\n\nTo learn more about on minikube drivers checkout https://minikube.sigs.k8s.io/docs/drivers/\nTo see benchmarks checkout https://minikube.sigs.k8s.io/docs/benchmarks/cpuusage/\n\n":"「virtualbox」ドライバーが選択されましたが、より良い選択肢があります!\n性能と機能の向上のため、別のドライバー使用を検討してください: {{.drivers}}\n\nこの警告を表示させないためには、以下を実行してください:\n\n\t$ minikube config set WantVirtualBoxDriverWarning false\n\n\nminikube ドライバーについてもっと知るためには、https://minikube.sigs.k8s.io/docs/drivers/ を確認してください。\nベンチマークについては https://minikube.sigs.k8s.io/docs/benchmarks/cpuusage/ を確認してください\n\n",
"You may need to manually remove the \"{{.name}}\" VM from your hypervisor":"ハイパーバイザーから「{{.name}}」VM を手動で削除することが必要かもしれません",
"You may need to stop the Hyper-V Manager and run `minikube delete` again.":"Hyper-V マネージャーを停止して、'minikube delete' を再度実行する必要があるかもしれません。",
"You might be using an amd64 version of minikube on a M1 Mac, use the arm64 version of minikube instead":"M1 Mac 上で amd64 版 minikube を使用しているかもしれません。代わりに arm64 版 minikube を使用してください",
"You must specify a service name":"サービス名を指定する必要があります",
"Your GCP credentials will now be mounted into every pod created in the {{.name}} cluster.":"あなたの GCP クレデンシャルは、{{.name}} クラスターに作成された各 Pod にマウントされます。",
"Your cgroup does not allow setting memory.":"あなたの cgroup ではメモリーの設定ができません。",
"Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem":"ホストが KVM 仮想化をサポートしていません。 qemu-kvm がインストールされていることを確認し、'virt-host-validate' を実行して問題を調査してください",
"Your host does not support virtualization. If you are running minikube within a VM, try '--driver=docker'. Otherwise, enable virtualization in your BIOS":"ホストが仮想化をサポートしていません。VM 内で minikube を動かしている場合、'--driver=docker' を試してください。そうでなければ、 BIOS で仮想化を有効化してください",
"Your host is failing to route packets to the minikube VM. If you have VPN software, try turning it off or configuring it so that it does not re-route traffic to the VM IP. If not, check your VM environment routing options.":"ホストが minikube の VM へのパケットルーティングに失敗しています。VPN ソフトウェアがある場合、VPN を無効にするか、VM の IP アドレスにトラフィックを再ルーティングしないように VPN を設定してください。VPN ソフトウェアがない場合、VM 環境のルーティングオプションを確認してください。",
"Your minikube config refers to an unsupported driver. Erase ~/.minikube, and try again.":"minikube 設定がサポートされていないドライバーを参照しています。 ~/.minikube を削除して、もう一度試してください。",
"Your minikube vm is not running, try minikube start.":"minikube の VM が実行されていません。minikube start を試してみてください。",
"[WARNING] For full functionality, the 'csi-hostpath-driver' addon requires the 'volumesnapshots' addon to be enabled.\n\nYou can enable 'volumesnapshots' addon by running: 'minikube addons enable volumesnapshots'\n":"[警告] フル機能のために、'csi-hostpath-driver' アドオンが 'volumesnapshots' アドオンの有効化を要求しています。\n\n'minikube addons enable volumesnapshots' を実行して 'volumesnapshots' を有効化できます\n",
"\\\"minikube cache\\\" will be deprecated in upcoming versions, please switch to \\\"minikube image load\\\"":"「minikube cache」は今後のバージョンで廃止予定になりますので、「minikube image load」に切り替えてください",
"addon '{{.name}}' is currently not enabled.\nTo enable this addon run:\nminikube addons enable {{.name}}":"'{{.name}}' アドオンは現在無効になっています。\n有効にするためには、以下のコマンドを実行してください。 \nminikube addons enable {{.name}}",
"addon '{{.name}}' is not a valid addon packaged with minikube.\nTo see the list of available addons run:\nminikube addons list":"'{{.name}}' は minikube にパッケージングされた有効なアドオンではありません。\n利用可能なアドオンの一覧を表示するためには、以下のコマンドを実行してください。 \nminikube addons list",
"addons modifies minikube addons files using subcommands like \"minikube addons enable dashboard\"":"addons コマンドは「minikube addons enable dashboard」のようなサブコマンドを使用することで、minikube アドオンファイルを修正します",
"auto-pause addon is an alpha feature and still in early development. Please file issues to help us make it better.":"auto-pause アドオンはアルファ機能で、まだ開発の初期段階です。auto-pause アドオン改善の手助けのために、問題は報告してください。",
"if you want to create a profile you can by this command: minikube start -p {{.profile_name}}":"プロファイルを作成したい場合、次のコマンドで作成できます: minikube start -p {{.profile_name}}",
"initialization failed, will try again: {{.error}}":"初期化に失敗しました。再試行します: {{.error}}",
"keep the kube-context active after cluster is stopped. Defaults to false.":"クラスター停止後に kube-context をアクティブのままにします。デフォルトは false です。",
"kubeadm detected a TCP port conflict with another process: probably another local Kubernetes installation. Run lsof -p\u003cport\u003e to find the process and kill it":"kubeadm が他のプロセス (おそらくローカルにインストールされた他の Kubernetes) との TCP ポート衝突を検出しました。 lsof -p\u003cport\u003e を実行してそのプロセスを特定し、停止してください",
"kubectl and minikube configuration will be stored in {{.home_folder}}":"kubectl と minikube の構成は {{.home_folder}} に保存されます",
"kubectl not found. If you need it, try: 'minikube kubectl -- get pods -A'":"kubectl が見つかりません。kubectl が必要な場合、'minikube kubectl -- get pods -A' を試してください",
"minikube is exiting due to an error. If the above message is not useful, open an issue:":"minikube がエラーで終了しました。上記メッセージが有用でない場合、Issue を作成してください: ",
"minikube is missing files relating to your guest environment. This can be fixed by running 'minikube delete'":"minikube はあなたのゲスト環境に関連するファイルを見失いました。これは 'minikube delete' を実行することで修正できます",
"minikube is not meant for production use. You are opening non-local traffic":"minikube は本番適用を意図されたものではありません。あなたは非ローカルのトラフィックを開こうとしています",
"minikube is unable to access the Google Container Registry. You may need to configure it to use a HTTP proxy.":"minikube が Google Container Registry に接続できません。 HTTP プロキシーを使用するように設定する必要があるかもしれません。",
"minikube is unable to connect to the VM: {{.error}}\n\n\tThis is likely due to one of two reasons:\n\n\t- VPN or firewall interference\n\t- {{.hypervisor}} network configuration issue\n\n\tSuggested workarounds:\n\n\t- Disable your local VPN or firewall software\n\t- Configure your local VPN or firewall to allow access to {{.ip}}\n\t- Restart or reinstall {{.hypervisor}}\n\t- Use an alternative --vm-driver\n\t- Use --force to override this connectivity check":"minikube が VM に接続できません: {{.error}}\n\n\t考えられる理由は以下の 2 つです:\n\n\t- VPN またはファイアウォールによる干渉\n\t- {{.hypervisor}} のネットワーク設定の問題\n\n\t回避策には以下があります:\n\n\t- ローカルの VPN またはファイアウォールを無効化\n\t- {{.ip}} へのアクセスを許可するようにローカルの VPN またはファイアウォールを設定\n\t- {{.hypervisor}} を再起動または再インストール\n\t- 代わりの --vm-driver を使用\n\t- --force を使用してこの接続チェックを上書き",
"minikube is unable to connect to the VM: {{.error}}\n\n\tThis is likely due to one of two reasons:\n\n\t- VPN or firewall interference\n\t- {{.hypervisor}} network configuration issue\n\n\tSuggested workarounds:\n\n\t- Disable your local VPN or firewall software\n\t- Configure your local VPN or firewall to allow access to {{.ip}}\n\t- Restart or reinstall {{.hypervisor}}\n\t- Use an alternative --vm-driver\n\t- Use --force to override this connectivity check\n\t":"minikube が VM に接続できません: {{.error}}\n\n\t考えられる理由は以下の 2 つです:\n\n\t- VPN またはファイアウォールによる干渉\n\t- {{.hypervisor}} のネットワーク設定の問題\n\n\t回避策には以下があります:\n\n\t- ローカルの VPN またはファイアウォールを無効化\n\t- {{.ip}} へのアクセスを許可するようにローカルの VPN またはファイアウォールを設定\n\t- {{.hypervisor}} を再起動または再インストール\n\t- 代わりの --vm-driver を使用\n\t- --force を使用してこの接続チェックを上書き\n\t",
"minikube profile was successfully set to {{.profile_name}}":"無事 minikube のプロファイルが {{.profile_name}} に設定されました",
"minikube provisions and manages local Kubernetes clusters optimized for development workflows.":"minikube は、開発ワークフロー用に最適化されたローカル Kubernetes クラスターを構築・管理します。",
"minikube quickly sets up a local Kubernetes cluster":"minikube はローカル Kubernetes クラスターを迅速にセットアップします",
"minikube skips various validations when --force is supplied; this may lead to unexpected behavior":"minikube は --force が付与された場合、様々な検証をスキップします (これは予期せぬ挙動を引き起こすかも知れません)",
"mkcmp is used to compare performance of two minikube binaries":"mkcmp で 2 つの minikube のバイナリーのパフォーマンスを比較できます",
"mount argument \"{{.value}}\" must be in form: \u003csource directory\u003e:\u003ctarget directory\u003e":"マウント引数「{{.value}}」は次の形式でなければなりません: \u003cソースディレクトリー\u003e:\u003cターゲットディレクトリー\u003e",
"network to run minikube with. Now it is used by docker/podman and KVM drivers. If left empty, minikube will create a new network.":"minikube を実行するネットワーク。現時点では docker/podman と KVM ドライバーで使用されます。空の場合、minikube は新しいネットワークを作成します。",
"none driver does not support multi-node clusters":"none ドライバーはマルチノードクラスターをサポートしていません",
"not enough arguments ({{.ArgCount}}).\\nusage: minikube config set PROPERTY_NAME PROPERTY_VALUE":"引数 ({{.ArgCount}}) が不十分です。\\n使用方法: minikube config set PROPERTY_NAME PROPERTY_VALUE",
"numa node is only supported on k8s v1.18 and later":"NUMA ノードは k8s v1.18 以降でのみサポートされます",
"preload extraction failed: \\\"No space left on device\\\"":"プリロードの展開に失敗しました: 「デバイスに空きスペースがありません」",
"profile sets the current minikube profile, or gets the current profile if no arguments are provided. This is used to run and manage multiple minikube instance. You can return to the default minikube profile by running `minikube profile default`":"profile は現在の minikube プロファイルを設定します (profile に引数を指定しない場合、現在のプロファイルを取得します)。このコマンドは複数の minikube インスタンスを管理するのに使用されます。`minikube profile default` でデフォルトの minikube プロファイルを返します",
"provisioning host for node":"ノード用ホストの構築中",
"reload cached images.":"登録済のイメージを再登録します。",
"reloads images previously added using the 'cache add' subcommand":"以前 'cache add' サブコマンドを用いて登録されたイメージを再登録します",
"toom any arguments ({{.ArgCount}}).\\nusage: minikube config set PROPERTY_NAME PROPERTY_VALUE":"引数 ({{.ArgCount}} 個) が多すぎます。\\n使用法: minikube config set PROPERTY_NAME PROPERTY_VALUE",
"tunnel creates a route to services deployed with type LoadBalancer and sets their Ingress to their ClusterIP. for a detailed example see https://minikube.sigs.k8s.io/docs/tasks/loadbalancer":"tunnel は LoadBalancer タイプで作成されたサービスへのルートを作成し、Ingress をサービスの ClusterIP に設定します。詳細例は https://minikube.sigs.k8s.io/docs/tasks/loadbalancer を参照してください",
"tunnel makes services of type LoadBalancer accessible on localhost":"tunnel は LoadBalancer タイプのサービスを localhost からアクセス可能にします",
"unable to bind flags":"フラグをバインドできません",
"unable to daemonize: {{.err}}":"デーモン化できません: {{.err}}",
"unable to delete minikube config folder":"minikube の設定フォルダーを削除できません",
"unable to set logtostderr":"logtostderr を設定できません",
"unpause Kubernetes":"Kubernetes を停止解除します",
"unset failed":"unset に失敗しました",
"unsets PROPERTY_NAME from the minikube config file. Can be overwritten by flags or environmental variables":"minikube 設定ファイルから PROPERTY_NAME の設定を解除します。フラグまたは環境変数で上書き可能です",
"unsets an individual value in a minikube config file":"minikube 設定ファイルの個々の設定を解除します",
"unsupported or missing driver: {{.name}}":"未サポートのドライバーか、ドライバーが見あたりません: {{.name}}",
"{{.Driver}} is currently using the {{.StorageDriver}} storage driver, consider switching to overlay2 for better performance":"{{.Driver}} は現在 {{.StorageDriver}} ストレージドライバーを使用しています。性能向上のため overlay2 への切替を検討してください",
"{{.cluster}} IP has been updated to point at {{.ip}}":"{{.cluster}} の IP アドレスは {{.ip}} に更新されました",
"{{.cluster}} IP was already correctly configured for {{.ip}}":"{{.cluster}} の IP アドレスはすでに {{.ip}} に設定されています",
"{{.driver_name}} couldn't proceed because {{.driver_name}} service is not healthy.":"{{.driver_name}} サービスが正常ではないため、{{.driver_name}} は機能しません。",
"{{.driver_name}} has less than 2 CPUs available, but Kubernetes requires at least 2 to be available":"{{.driver_name}} で利用できる CPU が 2 個未満ですが、Kubernetes を使用するには 2 個以上の CPU が必要です",
"{{.driver_name}} has only {{.container_limit}}MB memory but you specified {{.specified_memory}}MB":"{{.driver_name}} は {{.container_limit}}MB のメモリーしか使用できませんが、{{.specified_memory}}MB のメモリー使用を指定されました",
"{{.driver}} does not appear to be installed, but is specified by an existing profile. Please run 'minikube delete' or install {{.driver}}":"{{.driver}} がインストールされていないようですが、既存のプロファイルから指定されています。'minikube delete' を実行するか、{{.driver}} をインストールしてください",
"{{.driver}} only has {{.size}}MiB available, less than the required {{.req}}MiB for Kubernetes":"{{.driver}} は Kubernetes に必要な {{.req}}MiB 未満の {{.size}}MiB しか使用できません",
"{{.n}} is nearly out of disk space, which may cause deployments to fail! ({{.p}}% of capacity)":"{{.n}} はほとんどディスクがいっぱいで、デプロイが失敗する原因になりかねません! (容量の {{.p}}%)",
"{{.n}} is out of disk space! (/var is at {{.p}}% of capacity)":"{{.n}} はディスクがいっぱいです! (/var は容量の {{.p}}% です)",
"{{.ocibin}} is taking an unsually long time to respond, consider restarting {{.ocibin}}":"{{.ocibin}} の反応が異常なほど長時間かかっています。{{.ocibin}} の再起動を検討してください",
"{{.path}} is version {{.client_version}}, which may have incompatibilites with Kubernetes {{.cluster_version}}.":"{{.path}} のバージョンは {{.client_version}} で、Kubernetes {{.cluster_version}} と互換性がないかもしれません。",
"{{.path}} is v{{.client_version}}, which may be incompatible with Kubernetes v{{.cluster_version}}.":"{{.path}} のバージョンは {{.client_version}} で、Kubernetes v{{.cluster_version}} と互換性がないかもしれません。",