-
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?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1 +1,368 @@ | ||||||||||
| {} | ||||||||||
| { | ||||||||||
| "apisix": { | ||||||||||
| "dashboard": "APISIX Dashboard", | ||||||||||
| "logo": "APISIX Logo" | ||||||||||
| }, | ||||||||||
| "consumerGroups": { | ||||||||||
| "singular": "消费者组" | ||||||||||
| }, | ||||||||||
| "consumers": { | ||||||||||
| "singular": "消费者" | ||||||||||
| }, | ||||||||||
| "credentials": { | ||||||||||
| "singular": "凭证" | ||||||||||
| }, | ||||||||||
| "form": { | ||||||||||
| "basic": { | ||||||||||
| "desc": "描述", | ||||||||||
| "labels": { | ||||||||||
| "errorFormat": "格式标签错误, 正确格式为`key:value`", | ||||||||||
| "key": "Key", | ||||||||||
| "placeholder": "输入类似 `key:value`, then enter or blur", | ||||||||||
| "title": "标签", | ||||||||||
| "value": "值" | ||||||||||
| }, | ||||||||||
| "name": "名字", | ||||||||||
| "status": "状态", | ||||||||||
| "statusOption": { | ||||||||||
| "0": "已禁用", | ||||||||||
| "1": "已启用" | ||||||||||
| }, | ||||||||||
| "title": "基本信息" | ||||||||||
| }, | ||||||||||
| "btn": { | ||||||||||
| "add": "增加", | ||||||||||
| "addARow": "增加一行", | ||||||||||
|
Comment on lines
+34
to
+35
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "cancel": "取消", | ||||||||||
| "delete": "删除", | ||||||||||
| "edit": "编辑", | ||||||||||
| "save": "保存", | ||||||||||
| "upload": "上传", | ||||||||||
| "view": "查看" | ||||||||||
| }, | ||||||||||
| "consumers": { | ||||||||||
| "groupId": "组ID", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "username": "用户名" | ||||||||||
| }, | ||||||||||
| "disabled": "禁用,点击开关启用", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "general": { | ||||||||||
| "title": "常规" | ||||||||||
| }, | ||||||||||
| "info": { | ||||||||||
| "create_time": "创建时间", | ||||||||||
| "id": "ID", | ||||||||||
| "title": "信息", | ||||||||||
| "update_time": "更新时间" | ||||||||||
| }, | ||||||||||
| "json": { | ||||||||||
| "parseError": "JSON格式无效" | ||||||||||
| }, | ||||||||||
| "plugins": { | ||||||||||
| "addPlugin": "添加插件", | ||||||||||
| "configId": "插件配置ID", | ||||||||||
| "editPlugin": "编辑插件", | ||||||||||
| "label": "插件", | ||||||||||
| "searchForSelectedPlugins": "搜索所选插件", | ||||||||||
| "selectPlugins": { | ||||||||||
| "title": "选择插件" | ||||||||||
| }, | ||||||||||
| "viewPlugin": "查看插件" | ||||||||||
| }, | ||||||||||
| "protos": { | ||||||||||
| "content": "内容", | ||||||||||
| "contentPlaceholder": "粘贴或上传 {{fileTypes}} 文件" | ||||||||||
| }, | ||||||||||
| "routes": { | ||||||||||
| "enableWebsocket": "启用WebSocket", | ||||||||||
| "filterFunc": "过滤函数", | ||||||||||
| "host": "主机", | ||||||||||
| "hosts": "主机", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "matchRules": "匹配规则", | ||||||||||
| "methods": "HTTP方法", | ||||||||||
| "priority": "优先级", | ||||||||||
| "remoteAddr": "远程地址", | ||||||||||
| "remoteAddrs": "远程地址", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "service": "服务", | ||||||||||
| "uri": "URI", | ||||||||||
| "uris": "URIs", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "vars": "变量" | ||||||||||
| }, | ||||||||||
| "search": "搜索", | ||||||||||
| "secrets": { | ||||||||||
| "aws": { | ||||||||||
| "access_key_id": "访问密钥ID", | ||||||||||
| "endpoint_url": "端点url", | ||||||||||
Baoyuantop marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||||
| "region": "地区", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "secret_access_key": "Secret Access Key", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "session_token": "Session Token" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| }, | ||||||||||
| "gcp": { | ||||||||||
| "auth": "认证", | ||||||||||
| "auth_config": "身份认证配置", | ||||||||||
| "auth_file": "身份认证文件", | ||||||||||
| "client_email": "客户端电子邮件", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "entries_uri": "Entries URI", | ||||||||||
| "private_key": "私钥", | ||||||||||
| "project_id": "项目 ID", | ||||||||||
| "scope": "范围", | ||||||||||
| "ssl_verify": "SSL验证", | ||||||||||
| "token_uri": "Token URI" | ||||||||||
| }, | ||||||||||
| "manager": "安全管理", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "managerConfig": "配置管理", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "title": "安全配置", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "vault": { | ||||||||||
| "namespace": "命名空间", | ||||||||||
| "prefix": "前缀", | ||||||||||
| "token": "Token", | ||||||||||
| "uri": "URI" | ||||||||||
| } | ||||||||||
| }, | ||||||||||
| "services": { | ||||||||||
| "enableWebsocket": "启用WebSocket", | ||||||||||
| "hosts": "主机", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "script": "脚本", | ||||||||||
| "settings": "服务设置" | ||||||||||
| }, | ||||||||||
| "ssls": { | ||||||||||
| "cert": "证书", | ||||||||||
| "cert_key_list": { | ||||||||||
| "add": "添加pair", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "delete": "删除pair", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "title": "证书和密钥对" | ||||||||||
| }, | ||||||||||
| "client": { | ||||||||||
| "ca": "客户端CA证书", | ||||||||||
| "depth": "Verification Depth", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "skipMtlsUriRegex": "跳过 mTLS URI 正则表达式", | ||||||||||
| "title": "客户端" | ||||||||||
| }, | ||||||||||
| "key": "私钥", | ||||||||||
| "sni": "SNI", | ||||||||||
| "snis": "SNIs", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "ssl_protocols": "SSL协议", | ||||||||||
| "type": "证书类型" | ||||||||||
| }, | ||||||||||
| "streamRoutes": { | ||||||||||
| "protocol": { | ||||||||||
| "conf": "配置", | ||||||||||
| "logger": "记录器", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "name": "协议名称", | ||||||||||
| "superiorId": "Superior ID", | ||||||||||
| "title": "协议信息" | ||||||||||
| }, | ||||||||||
| "remoteAddr": "远程地址", | ||||||||||
| "server": "服务器", | ||||||||||
| "serverAddr": "服务器地址", | ||||||||||
| "serverPort": "服务器端口", | ||||||||||
| "sni": "SNI" | ||||||||||
| }, | ||||||||||
| "tagsInput": { | ||||||||||
| "placeholder": "Input text, then enter or blur" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| }, | ||||||||||
| "upload": { | ||||||||||
| "fileOverSize": "文件尺寸太大", | ||||||||||
| "readError": "文件读取错误:" | ||||||||||
| }, | ||||||||||
| "upstreams": { | ||||||||||
| "checks": { | ||||||||||
| "active": { | ||||||||||
| "concurrency": "并发", | ||||||||||
| "healthy": { | ||||||||||
| "http_statuses": "HTTP状态", | ||||||||||
| "interval": "间隔", | ||||||||||
| "successes": "成功", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "title": "健康" | ||||||||||
| }, | ||||||||||
| "host": "主机", | ||||||||||
| "http_path": "HTTP路径", | ||||||||||
| "http_request_headers": "HTTP请求头", | ||||||||||
| "https_verify_certificate": "Https验证证书", | ||||||||||
| "port": "端口", | ||||||||||
| "timeout": "超时", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "title": "活动", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "type": "类型", | ||||||||||
| "unhealthy": { | ||||||||||
| "http_failures": "HTTP失败", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "http_statuses": "HTTP状态", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "interval": "间隔", | ||||||||||
| "tcp_failures": "TCP故障", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "timeouts": "超时", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "title": "故障" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| } | ||||||||||
| }, | ||||||||||
| "passive": { | ||||||||||
| "healthy": { | ||||||||||
| "http_statuses": "HTTP状态", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "successes": "“成功", | ||||||||||
Baoyuantop marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||||
| "title": "Healthy" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| }, | ||||||||||
| "title": "Passive", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "type": "类型", | ||||||||||
| "unhealthy": { | ||||||||||
| "http_failures": "HTTP失败", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "http_statuses": "HTTP状态", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "tcp_failures": "TCP失败", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "timeouts": "超时", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "title": "Unhealthy" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| } | ||||||||||
| }, | ||||||||||
| "title": "健康检查" | ||||||||||
| }, | ||||||||||
| "connectionConfiguration": "连接配置", | ||||||||||
| "discoveryArgs": { | ||||||||||
| "title": "发现Args" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| }, | ||||||||||
| "discoveryType": { | ||||||||||
| "title": "发现类型" | ||||||||||
| }, | ||||||||||
| "findUpstreamFrom": "查找来自上游", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "hashOn": "哈希开启", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "hashOnDesc": "This will be valid when `type` is `chash`", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "identifier": "上游标识符", | ||||||||||
| "inline": "内联上游配置", | ||||||||||
| "keepalivePool": { | ||||||||||
| "idleTimeout": "空闲超时", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "requests": "请求", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "size": "大小", | ||||||||||
| "title": "Keepalive Pool" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| }, | ||||||||||
| "key": "Key", | ||||||||||
| "keyDesc": "This will be valid when `type` is `chash`", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "loadBalancing": "负载平衡", | ||||||||||
Baoyuantop marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||||
| "nodes": { | ||||||||||
| "action": { | ||||||||||
| "title": "操作" | ||||||||||
| }, | ||||||||||
| "add": "添加节点", | ||||||||||
| "host": { | ||||||||||
| "title": "主机" | ||||||||||
| }, | ||||||||||
| "port": { | ||||||||||
| "title": "端口" | ||||||||||
| }, | ||||||||||
| "priority": { | ||||||||||
| "title": "优先级" | ||||||||||
| }, | ||||||||||
| "title": "节点", | ||||||||||
| "weight": { | ||||||||||
| "title": "Weight" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| } | ||||||||||
| }, | ||||||||||
| "passHost": "Pass Host", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "retries": "重试", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "retry": "重试", | ||||||||||
| "retryTimeout": "重试超时", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "scheme": "方案", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "serviceDiscovery": { | ||||||||||
| "serviceName": "服务名称", | ||||||||||
| "title": "服务发现" | ||||||||||
| }, | ||||||||||
| "serviceId": "服务ID", | ||||||||||
| "serviceName": { | ||||||||||
| "title": "服务名称" | ||||||||||
| }, | ||||||||||
| "timeout": { | ||||||||||
| "connect": "连接", | ||||||||||
| "read": "读取", | ||||||||||
| "send": "发送", | ||||||||||
| "title": "超时" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| }, | ||||||||||
| "title": "上", | ||||||||||
Baoyuantop marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||||
| "tls": { | ||||||||||
| "clientCert": "客户端证书", | ||||||||||
| "clientCertId": "客户端证书ID", | ||||||||||
| "clientCertKeyPair": "客户端证书密钥对", | ||||||||||
| "clientKey": "客户端密钥", | ||||||||||
| "title": "TLS", | ||||||||||
| "verify": "验证" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| }, | ||||||||||
| "type": "类型", | ||||||||||
| "updateTime": "更新时间", | ||||||||||
| "upstreamHost": "上游主机", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "upstreamHostDesc": "Set this when `pass_host` is `rewrite`", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "upstreamId": "上游ID" | ||||||||||
| } | ||||||||||
| }, | ||||||||||
| "globalRules": { | ||||||||||
| "singular": "全局规则" | ||||||||||
| }, | ||||||||||
| "help-us-translate": "帮助我们进行翻译!", | ||||||||||
| "info": { | ||||||||||
| "add": { | ||||||||||
| "success": "添加 {{name}} 成功", | ||||||||||
| "title": "添加 {{name}}" | ||||||||||
| }, | ||||||||||
| "delete": { | ||||||||||
| "content": "是否要删除 {{name}}", | ||||||||||
| "success": "删除 {{name}} 成功", | ||||||||||
| "title": "删除 {{name}}" | ||||||||||
| }, | ||||||||||
| "detail": { | ||||||||||
| "title": "{{name}} 详细信息" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| }, | ||||||||||
| "edit": { | ||||||||||
| "success": "编辑 {{name}} 成功", | ||||||||||
| "title": "编辑 {{name}}" | ||||||||||
| } | ||||||||||
| }, | ||||||||||
| "mark": { | ||||||||||
| "question": "?" | ||||||||||
| }, | ||||||||||
| "noData": "无数据", | ||||||||||
| "or": "OR", | ||||||||||
| "pluginConfigs": { | ||||||||||
| "singular": "插件配置" | ||||||||||
| }, | ||||||||||
| "pluginMetadata": { | ||||||||||
| "search": "搜索插件元数据", | ||||||||||
| "singular": "插件元数据" | ||||||||||
| }, | ||||||||||
| "protos": { | ||||||||||
| "singular": "协议" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| }, | ||||||||||
| "routes": { | ||||||||||
| "singular": "路由" | ||||||||||
| }, | ||||||||||
| "seconds": "秒", | ||||||||||
| "secrets": { | ||||||||||
| "singular": "Secret" | ||||||||||
| }, | ||||||||||
| "services": { | ||||||||||
| "singular": "服务" | ||||||||||
| }, | ||||||||||
| "settings": { | ||||||||||
| "adminKey": "管理员密钥”", | ||||||||||
Baoyuantop marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||||||
| "title": "设置", | ||||||||||
| "ui-commit-sha": "UI提交SHA" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| }, | ||||||||||
| "sources": { | ||||||||||
| "consumerGroups": "消费者组", | ||||||||||
| "consumers": "消费者", | ||||||||||
| "credentials": "凭据", | ||||||||||
| "globalRules": "全局规则", | ||||||||||
| "pluginConfigs": "插件配置", | ||||||||||
| "pluginMetadata": "插件元数据", | ||||||||||
| "protos": "协议", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "routes": "路由", | ||||||||||
| "secrets": "Secrets", | ||||||||||
| "services": "服务", | ||||||||||
| "ssls": "SSLs", | ||||||||||
| "streamRoutes": "Stream Routes", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "upstreams": "上游" | ||||||||||
| }, | ||||||||||
| "ssls": { | ||||||||||
| "singular": "SSL" | ||||||||||
| }, | ||||||||||
| "streamRoutes": { | ||||||||||
| "singular": "Stream Route" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| }, | ||||||||||
| "table": { | ||||||||||
| "actions": "动作", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "disabled": "禁止", | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| "enabled": "启用" | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
| }, | ||||||||||
| "upstreams": { | ||||||||||
| "singular": "上游" | ||||||||||
| } | ||||||||||
| } | ||||||||||
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,这个实在不知道要怎么翻译了