chore(lang): updated translations from crowdin
Co-authored-by: Crowdin Homarr <190541745+homarr-crowdin[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0362487156
commit
d699aad529
@@ -612,17 +612,17 @@
|
|||||||
"select": {
|
"select": {
|
||||||
"label": "选择应用",
|
"label": "选择应用",
|
||||||
"notFound": "未找到应用",
|
"notFound": "未找到应用",
|
||||||
"search": "",
|
"search": "搜索应用",
|
||||||
"noResults": "",
|
"noResults": "没有结果",
|
||||||
"action": "",
|
"action": "选择 {app}",
|
||||||
"title": ""
|
"title": "选择一个应用程序添加到此面板"
|
||||||
},
|
},
|
||||||
"create": {
|
"create": {
|
||||||
"title": "",
|
"title": "创建应用",
|
||||||
"description": "",
|
"description": "创建应用 ",
|
||||||
"action": ""
|
"action": "打开应用创建"
|
||||||
},
|
},
|
||||||
"add": ""
|
"add": "添加应用"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"integration": {
|
"integration": {
|
||||||
@@ -705,59 +705,59 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"common": {
|
"common": {
|
||||||
"cause": {
|
"cause": {
|
||||||
"title": ""
|
"title": "更多详情"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"unknown": {
|
"unknown": {
|
||||||
"title": "",
|
"title": "未知错误",
|
||||||
"description": ""
|
"description": "发生未知错误,打开下面的原因以查看更多详情"
|
||||||
},
|
},
|
||||||
"parse": {
|
"parse": {
|
||||||
"title": "",
|
"title": "解析错误",
|
||||||
"description": ""
|
"description": "无法解析该响应。请确认URL指向服务的基本URL。"
|
||||||
},
|
},
|
||||||
"authorization": {
|
"authorization": {
|
||||||
"title": "",
|
"title": "授权错误",
|
||||||
"description": ""
|
"description": "请求未被授权。请验证凭据是否正确,并且您拥有足够的权限。"
|
||||||
},
|
},
|
||||||
"statusCode": {
|
"statusCode": {
|
||||||
"title": "",
|
"title": "响应错误",
|
||||||
"description": "",
|
"description": "",
|
||||||
"otherDescription": "",
|
"otherDescription": "",
|
||||||
"reason": {
|
"reason": {
|
||||||
"badRequest": "",
|
"badRequest": "错误请求",
|
||||||
"notFound": "",
|
"notFound": "未找到",
|
||||||
"tooManyRequests": "",
|
"tooManyRequests": "请求过于频繁",
|
||||||
"internalServerError": "",
|
"internalServerError": "服务器内部错误",
|
||||||
"serviceUnavailable": "",
|
"serviceUnavailable": "服务暂时不可用",
|
||||||
"gatewayTimeout": ""
|
"gatewayTimeout": "网关超时"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"certificate": {
|
"certificate": {
|
||||||
"title": "",
|
"title": "证书错误",
|
||||||
"description": {
|
"description": {
|
||||||
"expired": "",
|
"expired": "此证书已经过期。",
|
||||||
"notYetValid": "",
|
"notYetValid": "此证书尚未生效。",
|
||||||
"untrusted": "",
|
"untrusted": "此证书不受信任。",
|
||||||
"hostnameMismatch": ""
|
"hostnameMismatch": "证书主机名与 URL 不匹配。"
|
||||||
},
|
},
|
||||||
"alert": {
|
"alert": {
|
||||||
"permission": {
|
"permission": {
|
||||||
"title": "",
|
"title": "权限不足",
|
||||||
"message": ""
|
"message": "您无权信任或上传证书。请与您的管理员联系上传必要的根证书。"
|
||||||
},
|
},
|
||||||
"hostnameMismatch": {
|
"hostnameMismatch": {
|
||||||
"title": "",
|
"title": "主机名不匹配",
|
||||||
"message": ""
|
"message": "证书中的主机名与您连接的主机名不匹配。 这可能会显示安全风险,但您仍然可以选择信任此证书。"
|
||||||
},
|
},
|
||||||
"extract": {
|
"extract": {
|
||||||
"title": "",
|
"title": "CA证书提取失败",
|
||||||
"message": ""
|
"message": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"retry": {
|
"retry": {
|
||||||
"label": ""
|
"label": "重试创建"
|
||||||
},
|
},
|
||||||
"trust": {
|
"trust": {
|
||||||
"label": ""
|
"label": ""
|
||||||
|
|||||||
Reference in New Issue
Block a user