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
e7652ea4eb
commit
740e9a5082
@@ -263,14 +263,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"removeImage": {
|
"removeImage": {
|
||||||
"label": "删除图像",
|
"label": "删除头像",
|
||||||
"confirm": "确定要移除这张图片吗?",
|
"confirm": "确定要移除这张图片吗?",
|
||||||
"notification": {
|
"notification": {
|
||||||
"success": {
|
"success": {
|
||||||
"message": "图像删除成功"
|
"message": "图像删除成功"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"message": "无法删除图像"
|
"message": "无法删除头像"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -722,8 +722,8 @@
|
|||||||
},
|
},
|
||||||
"statusCode": {
|
"statusCode": {
|
||||||
"title": "响应错误",
|
"title": "响应错误",
|
||||||
"description": "",
|
"description": "收到来自<url></url>的意外{statusCode} ({reason})响应。请验证URL是否指向集成的基本URL。",
|
||||||
"otherDescription": "",
|
"otherDescription": "从<url></url>收到意外的{statusCode}响应。请验证URL是否指向集成的基本URL。",
|
||||||
"reason": {
|
"reason": {
|
||||||
"badRequest": "错误请求",
|
"badRequest": "错误请求",
|
||||||
"notFound": "未找到",
|
"notFound": "未找到",
|
||||||
@@ -752,7 +752,7 @@
|
|||||||
},
|
},
|
||||||
"extract": {
|
"extract": {
|
||||||
"title": "CA证书提取失败",
|
"title": "CA证书提取失败",
|
||||||
"message": ""
|
"message": "只有自签署证书链可以自动获取。如果使用的是自签名证书,请确保手动上传CA证书。您可以找到有关如何执行此操作的说明<docsLink></docsLink>。"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
@@ -760,70 +760,70 @@
|
|||||||
"label": "重试创建"
|
"label": "重试创建"
|
||||||
},
|
},
|
||||||
"trust": {
|
"trust": {
|
||||||
"label": ""
|
"label": "信任证书"
|
||||||
},
|
},
|
||||||
"upload": {
|
"upload": {
|
||||||
"label": ""
|
"label": "上传证书"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hostnameMismatch": {
|
"hostnameMismatch": {
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"title": "",
|
"title": "信任主机名不匹配",
|
||||||
"message": ""
|
"message": "您确定要信任主机名不匹配的证书吗?"
|
||||||
},
|
},
|
||||||
"notification": {
|
"notification": {
|
||||||
"success": {
|
"success": {
|
||||||
"title": "",
|
"title": "可信证书",
|
||||||
"message": ""
|
"message": "将主机名添加到受信任证书列表中"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"title": "",
|
"title": "信任证书失败",
|
||||||
"message": ""
|
"message": "主机名不匹配的证书不可信"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"selfSigned": {
|
"selfSigned": {
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"title": "",
|
"title": "信任自签名证书",
|
||||||
"message": ""
|
"message": "您确定要信任此自签名证书吗?"
|
||||||
},
|
},
|
||||||
"notification": {
|
"notification": {
|
||||||
"success": {
|
"success": {
|
||||||
"title": "",
|
"title": "可信证书",
|
||||||
"message": ""
|
"message": "已添加证书到可信证书列表"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"title": "",
|
"title": "信任证书失败",
|
||||||
"message": ""
|
"message": "向受信任证书列表添加证书失败"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"details": {
|
"details": {
|
||||||
"title": "",
|
"title": "详情",
|
||||||
"description": "",
|
"description": "在决定信任证书信息之前,请检查该证书信息。",
|
||||||
"content": {
|
"content": {
|
||||||
"action": "",
|
"action": "显示内容",
|
||||||
"title": ""
|
"title": "PEM 证书"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"request": {
|
"request": {
|
||||||
"title": "",
|
"title": "错误请求",
|
||||||
"description": {
|
"description": {
|
||||||
"connection": {
|
"connection": {
|
||||||
"hostUnreachable": "",
|
"hostUnreachable": "无法连接到服务器。这通常意味着主机离线或无法从您的网络访问。",
|
||||||
"networkUnreachable": "",
|
"networkUnreachable": "网络不可达。请检查网络连接或网络配置。",
|
||||||
"refused": "",
|
"refused": "服务器拒绝连接。它可能没有运行或正在拒绝指定端口上的请求。",
|
||||||
"reset": ""
|
"reset": "服务器意外关闭了连接。如果服务器不稳定或重新启动,就会发生这种情况。"
|
||||||
},
|
},
|
||||||
"dns": {
|
"dns": {
|
||||||
"notFound": "",
|
"notFound": "找不到服务器地址。请检查URL是否有拼写错误或无效的域名。",
|
||||||
"timeout": "",
|
"timeout": "DNS查找超时。这可能是暂时的问题,请稍后再试。",
|
||||||
"noAnswer": ""
|
"noAnswer": "DNS服务器没有返回有效的响应。域可能存在,但没有有效记录。"
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"aborted": "",
|
"aborted": "请求在完成之前被中止。这可能是由于用户操作或系统超时造成的。",
|
||||||
"timeout": ""
|
"timeout": "请求耗时太长。请检查您的网络或稍后再试。"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -895,8 +895,8 @@
|
|||||||
"message": "该路径可能不正确"
|
"message": "该路径可能不正确"
|
||||||
},
|
},
|
||||||
"tooManyRequests": {
|
"tooManyRequests": {
|
||||||
"title": "",
|
"title": "指定时间内请求过多",
|
||||||
"message": ""
|
"message": "请求太多了。您可能会受到速率限制或被目标系统拒绝"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -1004,7 +1004,7 @@
|
|||||||
"cancel": "取消",
|
"cancel": "取消",
|
||||||
"delete": "删除",
|
"delete": "删除",
|
||||||
"discard": "Discard",
|
"discard": "Discard",
|
||||||
"close": "",
|
"close": "关闭",
|
||||||
"confirm": "确认",
|
"confirm": "确认",
|
||||||
"continue": "继续",
|
"continue": "继续",
|
||||||
"previous": "上一步",
|
"previous": "上一步",
|
||||||
@@ -1220,7 +1220,7 @@
|
|||||||
"label": "集成"
|
"label": "集成"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
"label": ""
|
"label": "标题"
|
||||||
},
|
},
|
||||||
"customCssClasses": {
|
"customCssClasses": {
|
||||||
"label": "自定义 CSS 类"
|
"label": "自定义 CSS 类"
|
||||||
@@ -1758,7 +1758,7 @@
|
|||||||
"label": "显示内存信息"
|
"label": "显示内存信息"
|
||||||
},
|
},
|
||||||
"showUptime": {
|
"showUptime": {
|
||||||
"label": ""
|
"label": "显示运行时间"
|
||||||
},
|
},
|
||||||
"fileSystem": {
|
"fileSystem": {
|
||||||
"label": "显示文件系统信息"
|
"label": "显示文件系统信息"
|
||||||
@@ -1767,7 +1767,7 @@
|
|||||||
"label": "默认标签"
|
"label": "默认标签"
|
||||||
},
|
},
|
||||||
"visibleClusterSections": {
|
"visibleClusterSections": {
|
||||||
"label": ""
|
"label": "可见集群部分"
|
||||||
},
|
},
|
||||||
"sectionIndicatorRequirement": {
|
"sectionIndicatorRequirement": {
|
||||||
"label": "部分指标要求"
|
"label": "部分指标要求"
|
||||||
@@ -1839,11 +1839,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dockerContainers": {
|
"dockerContainers": {
|
||||||
"name": "",
|
"name": "Docker 状态",
|
||||||
"description": "",
|
"description": "您的容器状态 (这个小部件只能用管理员权限添加)",
|
||||||
"option": {},
|
"option": {},
|
||||||
"error": {
|
"error": {
|
||||||
"internalServerError": ""
|
"internalServerError": "获取容器统计信息失败"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"common": {
|
"common": {
|
||||||
@@ -1912,8 +1912,8 @@
|
|||||||
"description": "显示媒体服务器上的当前流",
|
"description": "显示媒体服务器上的当前流",
|
||||||
"option": {
|
"option": {
|
||||||
"showOnlyPlaying": {
|
"showOnlyPlaying": {
|
||||||
"label": "",
|
"label": "只显示当前正在播放",
|
||||||
"description": ""
|
"description": "禁用此功能对plex不起作用"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"items": {
|
"items": {
|
||||||
@@ -1946,7 +1946,7 @@
|
|||||||
"label": "显示标记为已完成的 Torrent 条目"
|
"label": "显示标记为已完成的 Torrent 条目"
|
||||||
},
|
},
|
||||||
"showCompletedHttp": {
|
"showCompletedHttp": {
|
||||||
"label": ""
|
"label": "显示标记为已完成的杂项"
|
||||||
},
|
},
|
||||||
"activeTorrentThreshold": {
|
"activeTorrentThreshold": {
|
||||||
"label": "隐藏在此阈值下已完成的 Torrent (kiB/s)"
|
"label": "隐藏在此阈值下已完成的 Torrent (kiB/s)"
|
||||||
@@ -1961,8 +1961,8 @@
|
|||||||
"label": "使用过滤器来计算比率"
|
"label": "使用过滤器来计算比率"
|
||||||
},
|
},
|
||||||
"limitPerIntegration": {
|
"limitPerIntegration": {
|
||||||
"label": "",
|
"label": "限制每个集成的项目",
|
||||||
"description": ""
|
"description": "这将限制每个集成显示的项目数量,而不是全局项目"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
@@ -2095,7 +2095,7 @@
|
|||||||
"approved": "已批准",
|
"approved": "已批准",
|
||||||
"declined": "已拒绝",
|
"declined": "已拒绝",
|
||||||
"failed": "失败",
|
"failed": "失败",
|
||||||
"completed": ""
|
"completed": "已完成"
|
||||||
},
|
},
|
||||||
"toBeDetermined": "待定"
|
"toBeDetermined": "待定"
|
||||||
},
|
},
|
||||||
@@ -2199,106 +2199,106 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"releases": {
|
"releases": {
|
||||||
"name": "",
|
"name": "发布",
|
||||||
"description": "",
|
"description": "显示特定版本正则表达式中当前版本的列表。",
|
||||||
"option": {
|
"option": {
|
||||||
"newReleaseWithin": {
|
"newReleaseWithin": {
|
||||||
"label": "",
|
"label": "内部新版本",
|
||||||
"description": ""
|
"description": "使用示例:1w(1周),10M(10个月)。支持单位类型h(小时),d(天),w(周),M(月),y(年)。留空不突出显示新版本。"
|
||||||
},
|
},
|
||||||
"staleReleaseWithin": {
|
"staleReleaseWithin": {
|
||||||
"label": "",
|
"label": "内部过期发布",
|
||||||
"description": ""
|
"description": "使用示例:1w(1周),10M(10个月)。支持单位类型h(小时),d(天),w(周),M(月),y(年)。留空不突出显示过时的版本。"
|
||||||
},
|
},
|
||||||
"showOnlyHighlighted": {
|
"showOnlyHighlighted": {
|
||||||
"label": "",
|
"label": "只显示高亮显示",
|
||||||
"description": ""
|
"description": "只显示新的或过时的版本。如上所述。"
|
||||||
},
|
},
|
||||||
"showDetails": {
|
"showDetails": {
|
||||||
"label": ""
|
"label": "展开详情"
|
||||||
},
|
},
|
||||||
"topReleases": {
|
"topReleases": {
|
||||||
"label": "",
|
"label": "热门发布",
|
||||||
"description": ""
|
"description": "要显示的最新版本的最大数量。零表示没有限制。"
|
||||||
},
|
},
|
||||||
"repositories": {
|
"repositories": {
|
||||||
"label": "",
|
"label": "仓库",
|
||||||
"addRepository": {
|
"addRepository": {
|
||||||
"label": ""
|
"label": "添加仓库"
|
||||||
},
|
},
|
||||||
"importRepositories": {
|
"importRepositories": {
|
||||||
"label": "",
|
"label": "从 Docker 导入",
|
||||||
"loading": "",
|
"loading": "正在加载 docker 映像",
|
||||||
"noImagesFound": "",
|
"noImagesFound": "没有找到 docker 映像",
|
||||||
"listFoundImages": "",
|
"listFoundImages": "找到的映像列表",
|
||||||
"listAlreadyImportedImages": "",
|
"listAlreadyImportedImages": "已导入的映像列表",
|
||||||
"allImagesAlreadyImported": "",
|
"allImagesAlreadyImported": "所有映像已导入",
|
||||||
"onlyAdminCanImport": ""
|
"onlyAdminCanImport": "只有管理员才能从 docker 导入"
|
||||||
},
|
},
|
||||||
"provider": {
|
"provider": {
|
||||||
"label": ""
|
"label": "提供者"
|
||||||
},
|
},
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"label": "",
|
"label": "标识符",
|
||||||
"placeholder": ""
|
"placeholder": "姓名或所有者名称"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"label": ""
|
"label": "名称"
|
||||||
},
|
},
|
||||||
"versionFilter": {
|
"versionFilter": {
|
||||||
"label": "",
|
"label": "版本过滤器",
|
||||||
"prefix": {
|
"prefix": {
|
||||||
"label": ""
|
"label": "前缀"
|
||||||
},
|
},
|
||||||
"precision": {
|
"precision": {
|
||||||
"label": "",
|
"label": "精度",
|
||||||
"options": {
|
"options": {
|
||||||
"none": ""
|
"none": "空"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"suffix": {
|
"suffix": {
|
||||||
"label": ""
|
"label": "后缀"
|
||||||
},
|
},
|
||||||
"regex": {
|
"regex": {
|
||||||
"label": ""
|
"label": "正则表达式"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"edit": {
|
"edit": {
|
||||||
"label": ""
|
"label": "编辑"
|
||||||
},
|
},
|
||||||
"editForm": {
|
"editForm": {
|
||||||
"title": "",
|
"title": "编辑仓库",
|
||||||
"cancel": {
|
"cancel": {
|
||||||
"label": ""
|
"label": "取消"
|
||||||
},
|
},
|
||||||
"confirm": {
|
"confirm": {
|
||||||
"label": ""
|
"label": "确认"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"importForm": {
|
"importForm": {
|
||||||
"title": ""
|
"title": "从 Docker 导入"
|
||||||
},
|
},
|
||||||
"example": {
|
"example": {
|
||||||
"label": ""
|
"label": "示例"
|
||||||
},
|
},
|
||||||
"invalid": ""
|
"invalid": "仓库定义无效,请检查值"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"not-found": "",
|
"not-found": "未找到",
|
||||||
"pre-release": "",
|
"pre-release": "预发行",
|
||||||
"archived": "",
|
"archived": "已归档",
|
||||||
"forked": "",
|
"forked": "复刻成功",
|
||||||
"starsCount": "",
|
"starsCount": "星",
|
||||||
"forksCount": "",
|
"forksCount": "复刻",
|
||||||
"issuesCount": "",
|
"issuesCount": "打开问题",
|
||||||
"openProjectPage": "",
|
"openProjectPage": "打开项目页面",
|
||||||
"openReleasePage": "",
|
"openReleasePage": "打开发布页面",
|
||||||
"releaseDescription": "",
|
"releaseDescription": "发布说明",
|
||||||
"created": "",
|
"created": "已创建",
|
||||||
"error": {
|
"error": {
|
||||||
"label": "",
|
"label": "错误",
|
||||||
"options": {
|
"options": {
|
||||||
"noMatchingVersion": ""
|
"noMatchingVersion": "没有找到匹配的版本"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -2306,56 +2306,56 @@
|
|||||||
"option": {},
|
"option": {},
|
||||||
"card": {
|
"card": {
|
||||||
"vpn": {
|
"vpn": {
|
||||||
"countConnected": ""
|
"countConnected": "{count} 已连接"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"integrationsDisconnected": "",
|
"integrationsDisconnected": "没有可用的数据,所有集成已断开",
|
||||||
"unknownContentOption": ""
|
"unknownContentOption": "网络控制器摘要小部件的未知内容选项: "
|
||||||
},
|
},
|
||||||
"name": "",
|
"name": "网络控制器概述",
|
||||||
"description": ""
|
"description": "显示网络控制器摘要(如Unifi Controller)"
|
||||||
},
|
},
|
||||||
"networkControllerStatus": {
|
"networkControllerStatus": {
|
||||||
"card": {
|
"card": {
|
||||||
"variants": {
|
"variants": {
|
||||||
"wired": {
|
"wired": {
|
||||||
"name": ""
|
"name": "有线"
|
||||||
},
|
},
|
||||||
"wifi": {
|
"wifi": {
|
||||||
"name": ""
|
"name": "Wi-Fi"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"users": {
|
"users": {
|
||||||
"label": ""
|
"label": "用户数"
|
||||||
},
|
},
|
||||||
"guests": {
|
"guests": {
|
||||||
"label": ""
|
"label": "游客"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"option": {
|
"option": {
|
||||||
"content": {
|
"content": {
|
||||||
"option": {
|
"option": {
|
||||||
"wifi": {
|
"wifi": {
|
||||||
"label": ""
|
"label": "Wi-Fi"
|
||||||
},
|
},
|
||||||
"wired": {
|
"wired": {
|
||||||
"label": ""
|
"label": "有线"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"label": ""
|
"label": "小部件内容"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"integrationsDisconnected": "",
|
"integrationsDisconnected": "没有可用的数据,所有集成已断开",
|
||||||
"unknownContentOption": ""
|
"unknownContentOption": "网络状态小部件的未知内容选项: "
|
||||||
},
|
},
|
||||||
"name": "",
|
"name": "网络状态",
|
||||||
"description": ""
|
"description": "在网络上显示已连接的设备"
|
||||||
},
|
},
|
||||||
"networkController": {
|
"networkController": {
|
||||||
"error": {
|
"error": {
|
||||||
"internalServerError": ""
|
"internalServerError": "获取网络控制器概述失败"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -2478,10 +2478,10 @@
|
|||||||
},
|
},
|
||||||
"backgroundImageUrl": {
|
"backgroundImageUrl": {
|
||||||
"label": "背景图片 URL",
|
"label": "背景图片 URL",
|
||||||
"placeholder": "",
|
"placeholder": "开始输入以搜索本地映像",
|
||||||
"group": {
|
"group": {
|
||||||
"your": "你的图像",
|
"your": "你的映像",
|
||||||
"other": ""
|
"other": "其他映像"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"backgroundImageAttachment": {
|
"backgroundImageAttachment": {
|
||||||
@@ -3123,7 +3123,7 @@
|
|||||||
"label": "网络控制器"
|
"label": "网络控制器"
|
||||||
},
|
},
|
||||||
"dockerContainers": {
|
"dockerContainers": {
|
||||||
"label": ""
|
"label": "Docker 容器"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -3189,7 +3189,7 @@
|
|||||||
"updated": "已更新 {when}",
|
"updated": "已更新 {when}",
|
||||||
"search": "搜索 {count} 容器",
|
"search": "搜索 {count} 容器",
|
||||||
"selected": "{totalCount} 容器的 {selectCount}",
|
"selected": "{totalCount} 容器的 {selectCount}",
|
||||||
"footer": ""
|
"footer": "总计 {count} 容器"
|
||||||
},
|
},
|
||||||
"field": {
|
"field": {
|
||||||
"name": {
|
"name": {
|
||||||
@@ -3209,10 +3209,10 @@
|
|||||||
},
|
},
|
||||||
"stats": {
|
"stats": {
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"label": ""
|
"label": "CPU"
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"label": ""
|
"label": "内存"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"containerImage": {
|
"containerImage": {
|
||||||
@@ -3223,7 +3223,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
"title": "",
|
"title": "操作",
|
||||||
"start": {
|
"start": {
|
||||||
"label": "开始",
|
"label": "开始",
|
||||||
"notification": {
|
"notification": {
|
||||||
@@ -3668,7 +3668,7 @@
|
|||||||
"certificates": {
|
"certificates": {
|
||||||
"label": "证书",
|
"label": "证书",
|
||||||
"hostnames": {
|
"hostnames": {
|
||||||
"label": ""
|
"label": "主机名"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -4069,25 +4069,25 @@
|
|||||||
"certificate": {
|
"certificate": {
|
||||||
"field": {
|
"field": {
|
||||||
"hostname": {
|
"hostname": {
|
||||||
"label": ""
|
"label": "主机名"
|
||||||
},
|
},
|
||||||
"subject": {
|
"subject": {
|
||||||
"label": ""
|
"label": "主题"
|
||||||
},
|
},
|
||||||
"issuer": {
|
"issuer": {
|
||||||
"label": ""
|
"label": "发行者"
|
||||||
},
|
},
|
||||||
"validFrom": {
|
"validFrom": {
|
||||||
"label": ""
|
"label": "有效期自"
|
||||||
},
|
},
|
||||||
"validTo": {
|
"validTo": {
|
||||||
"label": ""
|
"label": "有效期至"
|
||||||
},
|
},
|
||||||
"serialNumber": {
|
"serialNumber": {
|
||||||
"label": ""
|
"label": "序号"
|
||||||
},
|
},
|
||||||
"fingerprint": {
|
"fingerprint": {
|
||||||
"label": ""
|
"label": "指纹"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"page": {
|
"page": {
|
||||||
@@ -4098,19 +4098,19 @@
|
|||||||
"title": "还没有证书"
|
"title": "还没有证书"
|
||||||
},
|
},
|
||||||
"invalid": {
|
"invalid": {
|
||||||
"title": "",
|
"title": "无效证书",
|
||||||
"description": ""
|
"description": "解析证书失败"
|
||||||
},
|
},
|
||||||
"expires": "到期时间 {when}",
|
"expires": "到期时间 {when}",
|
||||||
"toHostnames": ""
|
"toHostnames": "信任的主机名"
|
||||||
},
|
},
|
||||||
"hostnames": {
|
"hostnames": {
|
||||||
"title": "",
|
"title": "信任的证书主机名",
|
||||||
"description": "",
|
"description": "某些证书不允许指定域名使用 Homarr 请求他们, 由于这个原因,所有信任的主机名及其证书缩略图都被用来绕过这些限制。",
|
||||||
"noResults": {
|
"noResults": {
|
||||||
"title": ""
|
"title": "还没有主机名"
|
||||||
},
|
},
|
||||||
"toCertificates": ""
|
"toCertificates": "证书"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"action": {
|
"action": {
|
||||||
@@ -4142,16 +4142,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"removeHostname": {
|
"removeHostname": {
|
||||||
"label": "",
|
"label": "删除受信任的主机名",
|
||||||
"confirm": "",
|
"confirm": "您确定要删除此受信任的主机名吗?这可能会导致一些集成停止工作。",
|
||||||
"notification": {
|
"notification": {
|
||||||
"success": {
|
"success": {
|
||||||
"title": "",
|
"title": "主机名已删除",
|
||||||
"message": ""
|
"message": "主机名已成功删除"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"title": "",
|
"title": "主机名未删除",
|
||||||
"message": ""
|
"message": "无法删除主机名"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user