Commit 09efc99f authored by xilabao's avatar xilabao

update default translation of annotations

parent 286bcc6f
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -23,7 +23,7 @@ Once the strings are wrapped, you can extract strings from go files using ...@@ -23,7 +23,7 @@ Once the strings are wrapped, you can extract strings from go files using
the `go-xgettext` command which can be installed with: the `go-xgettext` command which can be installed with:
```console ```console
go get github.com/gosexy/gettext/tree/master/go-xgettext go get github.com/gosexy/gettext/go-xgettext
``` ```
Once that's installed you can run `hack/update-translations.sh`, which Once that's installed you can run `hack/update-translations.sh`, which
......
...@@ -8,14 +8,14 @@ msgstr "" ...@@ -8,14 +8,14 @@ msgstr ""
"Project-Id-Version: gettext-go-examples-hello\n" "Project-Id-Version: gettext-go-examples-hello\n"
"Report-Msgid-Bugs-To: EMAIL\n" "Report-Msgid-Bugs-To: EMAIL\n"
"POT-Creation-Date: 2017-03-14 21:32-0700\n" "POT-Creation-Date: 2017-03-14 21:32-0700\n"
"PO-Revision-Date: 2017-03-14 21:34-0800\n" "PO-Revision-Date: 2017-05-24 18:01+0800\n"
"Last-Translator: Brendan Burns <brendan.d.burns@gmail.com>\n" "Last-Translator: Brendan Burns <brendan.d.burns@gmail.com>\n"
"Language-Team: \n" "Language-Team: \n"
"Language: en\n" "Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.6.10\n" "X-Generator: Poedit 1.8.12\n"
"X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
...@@ -3379,9 +3379,7 @@ msgstr "Update resource requests/limits on objects with pod templates" ...@@ -3379,9 +3379,7 @@ msgstr "Update resource requests/limits on objects with pod templates"
#: pkg/kubectl/cmd/annotate.go:116 #: pkg/kubectl/cmd/annotate.go:116
msgid "Update the annotations on a resource" msgid "Update the annotations on a resource"
msgstr "" msgstr "Update the annotations on a resource"
"Update the annotations on a resourcewatch is only supported on individual "
"resources and resource collections - %d resources were found"
# https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/label.go#L109 # https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/label.go#L109
#: pkg/kubectl/cmd/label.go:114 #: pkg/kubectl/cmd/label.go:114
......
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