From 512fa29ce97fb66a9ab12d1b9b6718bb3da0a527 Mon Sep 17 00:00:00 2001 From: Alone Date: Tue, 21 Jan 2025 10:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=87=A8=F0=9F=87=B3=20Merge=20hacs=20v2.0.?= =?UTF-8?q?3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hacs/translations/zh-Hans.json | 35 ++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/custom_components/hacs/translations/zh-Hans.json b/custom_components/hacs/translations/zh-Hans.json index af7d36c08fb..109d3c9f466 100644 --- a/custom_components/hacs/translations/zh-Hans.json +++ b/custom_components/hacs/translations/zh-Hans.json @@ -7,7 +7,7 @@ "not_setup": "HACS 未安装" }, "error": { - "auth": "个人访问令牌不正确", + "auth": "Github令牌不正确", "acc": "在继续之前,您需要勾选确认上一步的所有声明", "get_shared": "获取共享的Github令牌失败,请重试" }, @@ -25,6 +25,10 @@ }, "device": { "title": "等待设备激活" + }, + "reauth_confirm": { + "title": "需要重新授权", + "description": "Github令牌已失效,需要重新授权" } }, "progress": { @@ -34,6 +38,7 @@ "options": { "abort": { "not_setup": "HACS 未安装", + "pending_tasks": "任务正在进行中,请稍后再试", "release_limit_value": "版本数量限制在1到100" }, "step": { @@ -53,5 +58,33 @@ } } } + }, + "issues": { + "restart_required": { + "title": "需要重启", + "fix_flow": { + "step": { + "confirm_restart": { + "title": "需要重启", + "description": "重启 Home Assistant 以完成安装或更新 {name},点击提交立即重启" + } + } + } + }, + "removed": { + "title": "仓库已从 HACS 移除", + "description": "因为 {reason}, `{name}` 已从 HACS 移除, 请访问 [HACS 面板](/hacs/repository/{repositry_id}) 去移除它。" + } + }, + "entity": { + "switch": { + "pre-release": { + "name": "预发布", + "state": { + "off": "无预发布", + "on": "预发布优先" + } + } + } } } \ No newline at end of file