-
Notifications
You must be signed in to change notification settings - Fork 576
feat(i18n): add Chinese (zh) language translations #3256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
增加中文翻译。
| "passive": { | ||
| "healthy": { | ||
| "http_statuses": "HTTP状态", | ||
| "successes": "“成功", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "successes": "“成功", | |
| "successes": "成功", |
| "singular": "服务" | ||
| }, | ||
| "settings": { | ||
| "adminKey": "管理员密钥”", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "adminKey": "管理员密钥”", | |
| "adminKey": "管理员密钥", |
| "send": "发送", | ||
| "title": "超时" | ||
| }, | ||
| "title": "上", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"title": "上游"
| "labels": { | ||
| "errorFormat": "格式标签错误, 正确格式为`key:value`", | ||
| "key": "Key", | ||
| "placeholder": "输入类似 `key:value`, then enter or blur", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The translation is incomplete and appears elsewhere; please check carefully.
| "secrets": { | ||
| "aws": { | ||
| "access_key_id": "访问密钥ID", | ||
| "endpoint_url": "端点url", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "endpoint_url": "端点url", | |
| "endpoint_url": "端点 URL", |
| "send": "发送", | ||
| "title": "超时" | ||
| }, | ||
| "title": "上", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"title": "上游"
| }, | ||
| "key": "Key", | ||
| "keyDesc": "This will be valid when `type` is `chash`", | ||
| "loadBalancing": "负载平衡", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"loadBalancing": "负载均衡"
增加中文翻译。
Add Chinese translation.