Apply suggestions from code review
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com> Co-authored-by: atoato88 <akihito-inou@nec.com>pull/12992/head
parent
0d13ec71c3
commit
8ff23c32e6
|
@ -868,8 +868,8 @@
|
|||
"adding node": "ノードを追加しています",
|
||||
"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 アドオン改善の手助けのために、問題は報告してください。",
|
||||
"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 アドオン改善の手助けのために、問題は報告してください。",
|
||||
"bash completion failed": "bash のコマンド補完に失敗しました",
|
||||
"bash completion.": "bash のコマンド補完です。",
|
||||
"call with cleanup=true to remove old tunnels": "cleanup=true で呼び出すことで、古いトンネルを削除してください",
|
||||
|
@ -900,11 +900,11 @@
|
|||
"failed to add node": "ノード追加に失敗しました",
|
||||
"failed to open browser: {{.error}}": "ブラウザー起動に失敗しました: {{.error}}",
|
||||
"failed to save config": "設定保存に失敗しました",
|
||||
"failed to set cloud shell kubelet config options": "クラウドシェル kubelete 設定オプションの設定に失敗しました",
|
||||
"failed to set cloud shell kubelet config options": "クラウドシェル kubelet 設定オプションの設定に失敗しました",
|
||||
"failed to start node": "ノード開始に失敗しました",
|
||||
"fish completion failed": "fish のコマンド補完に失敗しました",
|
||||
"fish completion.": "fish のコマンド補完です。",
|
||||
"if true, will embed the certs in kubeconfig.": "true の場合、Kubernetes に証明書を埋め込みます。",
|
||||
"if true, will embed the certs in kubeconfig.": "true の場合、kubeconfig に証明書を埋め込みます。",
|
||||
"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}}",
|
||||
"invalid kubernetes version": "無効な Kubernetes バージョン",
|
||||
|
|
Loading…
Reference in New Issue