提交 3be580c9 编写于 作者: S Sharif Elgamal

add comment for top level command and add chinese transkations

上级 7fc7b245
......@@ -14,6 +14,13 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
/* This file scans all of minikube's code and finds all strings that need to be able to be translated.
It uses the more generic extract.TranslatableStringd, and prints all the translations
into every json file it can find in pkg/minikube/translate/translations.
Usage: from the root minikube directory, go run cmd/extract/extract.go
*/
package main
import (
......
{
"minikube %s on %s (%s)": "",
"Creating %s VM (CPUs=%d, Memory=%dMB, Disk=%dMB) ...": "",
"Configuring environment for Kubernetes %s on %s %s": "",
"Pulling images ...": "",
"Launching Kubernetes ...": "",
"Verifying:": "",
"Done! kubectl is now configured to use %q": ""
"minikube %s on %s (%s)": "您正在使用minikube %s, 运行平台:%s (%s)",
"Creating %s VM (CPUs=%d, Memory=%dMB, Disk=%dMB) ...": "正在创建%s虚拟机(CPU =%d,内存=%dMB,磁盘=%dMB)...",
"Configuring environment for Kubernetes %s on %s %s": "开始为Kubernetes %s,%s %s 配置环境变量",
"Pulling images ...": "拉取镜像 ...",
"Launching Kubernetes ...": "正在启动 Kubernetes ...",
"Verifying:": "正在验证:",
"Done! kubectl is now configured to use %q": "完成!kubectl已经配置至%q"
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册