Unverified Commit fe5ba937 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #62148 from mengqiy/fix_gen_bindata

Automatic merge from submit-queue (batch tested with PRs 62160, 62148). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. fix generated bindata Changes in https://github.com/kubernetes/kubernetes/pull/60878/files cause test failure e.g. log: https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/61905/pull-kubernetes-verify/84901/ The failing test was complaining about ``` #: pkg/kubectl/cmd/describe.go:86 msgid "Show details of a specific resource or group of resources" -msgstr "Mostra i dettagli di una specifiche risorsa o un gruppo di risorse" +msgstr "Mostra i dettagli di una specifica risorsa o un gruppo di risorse" ``` This failing test blocks all the change in `staging/`. The change in this PR is generated by run `hack/generate-bindata.sh` ```release-note NONE ```
parents 5b0906b9 e351f0c1
...@@ -13651,7 +13651,7 @@ msgstr "Imposta il current-context in un file kubeconfig" ...@@ -13651,7 +13651,7 @@ msgstr "Imposta il current-context in un file kubeconfig"
#: pkg/kubectl/cmd/describe.go:86 #: pkg/kubectl/cmd/describe.go:86
msgid "Show details of a specific resource or group of resources" msgid "Show details of a specific resource or group of resources"
msgstr "Mostra i dettagli di una specifiche risorsa o un gruppo di risorse" msgstr "Mostra i dettagli di una specifica risorsa o un gruppo di risorse"
#: pkg/kubectl/cmd/rollout/rollout_status.go:58 #: pkg/kubectl/cmd/rollout/rollout_status.go:58
msgid "Show the status of the rollout" msgid "Show the status of the rollout"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment