Skip to content
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

frontend: update zh-Hans #325

Merged
merged 1 commit into from
Feb 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/frontend/src/assets/i18n/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,30 @@
"DELETE": "删除加密字典",
"EDIT": "编辑加密字典"
},
"SERVICE": {
"CREATE_EDIT_TEMPLATE": {
"CREATE_SERVICE_TEMPLATE": "创建负载均衡模版",
"RELEASE_DECLARE": "发布说明",
"USE_OUTER_IP": "启用外部IP",
"USE_OUTER_IP_DESCRIPTION": "如需在集群外部访问请勾选此选项,分配LVS会自动勾选此选项",
"USE_CONFIGMAP_IP": "启用集群IP",
"USE_CONFIGMAP_IP_DESCRIPTION": "如需启用内部集群DNS或者集启用外部IP请勾选此选项",
"PORT": "端口",
"TARGET_PORT": "目标端口",
"DELETE_PORT": "删除端口",
"ADD_PORT": "添加端口",
"PROTOCOL_TYPE": "协议类型",
"ALLOT_LVS": "分配LVS",
"LVS_PRICE": "金额: {{value}} 元",
"RELATE_LABEL": "关联标签",
"SELECTOR_NAME": "selector名称",
"SELECTOR_VALUE": "selector值",
"DELETE_LABEL": "删除标签",
"ADD_LABEL": "添加标签",
"TOTAL_PRICE": "费用总计:{{value}} 元/月",
"CREATE_SUCCESS": "创建负载均衡模版成功!"
}
},
"SHARED": {
"DIFF": {
"CHECK_DATA": "请检查数据",
Expand Down