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