From 3e85d33843087ca83665f97766e48d145ce16031 Mon Sep 17 00:00:00 2001 From: rmiki Date: Wed, 13 Mar 2024 01:21:01 +0900 Subject: [PATCH] [ja]fix typo in "kubectl config delete-context -h" Kubernetes-commit: 6229729e86775febdb99b45d03be2b4026f00846 --- pkg/util/i18n/translations/kubectl/ja_JP/LC_MESSAGES/k8s.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/i18n/translations/kubectl/ja_JP/LC_MESSAGES/k8s.po b/pkg/util/i18n/translations/kubectl/ja_JP/LC_MESSAGES/k8s.po index 7036ad59..f7280b4f 100644 --- a/pkg/util/i18n/translations/kubectl/ja_JP/LC_MESSAGES/k8s.po +++ b/pkg/util/i18n/translations/kubectl/ja_JP/LC_MESSAGES/k8s.po @@ -432,7 +432,7 @@ msgstr "Create a service account with the specified name" # https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/delete_cluster.go#L38 #: staging/src/k8s.io/kubectl/pkg/cmd/config/delete_cluster.go:42 msgid "Delete the specified cluster from the kubeconfig" -msgstr "指定したコンテキストをkubeconfigから削除する" +msgstr "指定したクラスターをkubeconfigから削除する" # https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/config/delete_context.go#L38 #: staging/src/k8s.io/kubectl/pkg/cmd/config/delete_context.go:42