-
Notifications
You must be signed in to change notification settings - Fork 575
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
增加中文翻译。
src/locales/zh/common.json
Outdated
| "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.
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.
then enter or blur,这个实在不知道要怎么翻译了
更新了部分错误
Baoyuantop
left a comment
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.
Adding a space between Chinese and English can improve readability.
| "enableWebsocket": "启用WebSocket", | ||
| "filterFunc": "过滤函数", | ||
| "host": "主机", | ||
| "hosts": "主机", |
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.
| "hosts": "主机", | |
| "hosts": "主机列表", |
| "methods": "HTTP方法", | ||
| "priority": "优先级", | ||
| "remoteAddr": "远程地址", | ||
| "remoteAddrs": "远程地址", |
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.
| "remoteAddrs": "远程地址", | |
| "remoteAddrs": "远程地址列表", |
| "basic": { | ||
| "desc": "描述", | ||
| "labels": { | ||
| "errorFormat": "标签格式错误, 正确格式为`key:value`", |
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.
| "errorFormat": "标签格式错误, 正确格式为`key:value`", | |
| "errorFormat": "标签格式错误,应为 `key:value`", |
| "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.
| "placeholder": "输入类似`key:value`, then enter or blur", | |
| "placeholder": "输入类似 `key:value` 的文本,然后回车或失去焦点", |
| "add": "增加", | ||
| "addARow": "增加一行", |
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.
| "add": "增加", | |
| "addARow": "增加一行", | |
| "add": "新增", | |
| "addARow": "新增一行", |
| "secrets": "Secrets", | ||
| "services": "服务", | ||
| "ssls": "SSLs", | ||
| "streamRoutes": "Stream Routes", |
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.
| "streamRoutes": "Stream Routes", | |
| "streamRoutes": "流路由", |
| "singular": "SSL" | ||
| }, | ||
| "streamRoutes": { | ||
| "singular": "Stream Route" |
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.
| "singular": "Stream Route" | |
| "singular": "流路由" |
| "singular": "Stream Route" | ||
| }, | ||
| "table": { | ||
| "actions": "动作", |
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.
| "actions": "动作", | |
| "actions": "操作", |
| }, | ||
| "table": { | ||
| "actions": "动作", | ||
| "disabled": "禁止", |
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.
| "disabled": "禁止", | |
| "disabled": "已禁用", |
| "table": { | ||
| "actions": "动作", | ||
| "disabled": "禁止", | ||
| "enabled": "启用" |
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.
| "enabled": "启用" | |
| "enabled": "已启用" |
增加中文翻译。
Add Chinese translation.