translations: Add more Chinese translations #20543
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add more Chinese translations.
test:
[root@localhost minikube]# go test ./pkg/minikube/translate -run TestTranslationFilesValid -v
=== RUN TestTranslationFilesValid
=== RUN TestTranslationFilesValid/de.json
=== RUN TestTranslationFilesValid/es.json
=== RUN TestTranslationFilesValid/fr.json
=== RUN TestTranslationFilesValid/id.json
=== RUN TestTranslationFilesValid/ja.json
=== RUN TestTranslationFilesValid/ko.json
=== RUN TestTranslationFilesValid/pl.json
=== RUN TestTranslationFilesValid/ru.json
=== RUN TestTranslationFilesValid/zh-CN.json
--- PASS: TestTranslationFilesValid (0.10s)
--- PASS: TestTranslationFilesValid/de.json (0.02s)
--- PASS: TestTranslationFilesValid/es.json (0.00s)
--- PASS: TestTranslationFilesValid/fr.json (0.01s)
--- PASS: TestTranslationFilesValid/id.json (0.01s)
--- PASS: TestTranslationFilesValid/ja.json (0.01s)
--- PASS: TestTranslationFilesValid/ko.json (0.01s)
--- PASS: TestTranslationFilesValid/pl.json (0.01s)
--- PASS: TestTranslationFilesValid/ru.json (0.00s)
--- PASS: TestTranslationFilesValid/zh-CN.json (0.02s)
PASS
ok k8s.io/minikube/pkg/minikube/translate (cached)