From 7e7f80536c17c106aca90ae4684b8c608d3c2603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E8=83=96=E5=91=8026?= <122529705+wuyuncheng-26@users.noreply.github.com> Date: Sat, 8 Jun 2024 14:27:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=8D=E6=9D=A1:=20`github?= =?UTF-8?q?status.com`=20=E7=AC=AC=E4=B8=89=E9=98=B6=E6=AE=B5=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=20(#166)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locals.js | 59 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 24 deletions(-) diff --git a/locals.js b/locals.js index b53ec8b4c..4b90737ac 100644 --- a/locals.js +++ b/locals.js @@ -19043,30 +19043,41 @@ I18N.zh["features"] = { I18N.zh["status"] = { "static": { - "Community": "社区", - "Subscribe To Updates": "订阅更新", - "All Systems Operational": "所有系统运行正常", - "Current status": "当前状态", - "Normal": "正常", - "Git Operations": "Git 操作", - "API Requests": "API 请求", - "Webhooks": "Web 钩子", - "Pull Requests": "拉取请求", - "Current Status": "当前状态", - "Incident History": "历史事故", - "Incident with Packages": "软件包事故", - "Incident with Issues": "议题事故", - "Incident with Codespaces": "代码空间事故", - "Incident with Copilot": "Copilot 事故", - "Incident with Pull Requests": "拉取请求事故", - "Incident with Git Operations": "Git 操作事故", - "Incident with API Requests": "API 请求事故", - "Incident with Actions": "操作事故", - "We are investigating reports of degraded performance.": "我们正在调查性能下降的报告。", - "This incident has been resolved.": "此事故已解决。", - "+ Show All": "+ 展开全部", - "Incidents": "个事故", - "- Collapse Incidents": "收起事故", + // https://www.githubstatus.com/ + "Community": "社区", + "Subscribe To Updates": "订阅更新", + "All Systems Operational": "所有系统运行正常", + "Normal": "正常", + "Git Operations": "Git 操作", + "API Requests": "API 请求", + "Webhooks": "Web 钩子", + "Pull Requests": "拉取请求", + "Current Status": "当前状态", + "Incident History": "历史事故", + + // https://www.githubstatus.com/history + "Incident with Packages": "软件包事故", + "Incident with Issues": "议题事故", + "Incident with Codespaces": "代码空间事故", + "Incident with Copilot": "Copilot 事故", + "Incident with Pull Requests": "拉取请求事故", + "Incident with Git Operations": "Git 操作事故", + "Incident with API Requests": "API 请求事故", + "Incident with Actions": "操作事故", + "Incident with Pages": "Pages 事故", + "Incident with Webhooks": "Web 钩子事故", + "We are investigating reports of degraded performance.": "我们正在调查性能下降的报告。", + "This incident has been resolved.": "此事故已解决。", + "+ Show All": "+ 展开全部", + "Incidents": "个事故", + "- Collapse Incidents": "- 收起事故", + "Current status": "当前状态", + + // https://www.githubstatus.com/incidents/xxxxxxxxxxxx + "Incident Report for GitHub": "GitHub 事故报告", + "Resolved": "解决", + "Investigating": "调查", + "Posted": "更新", }, "regexp": [ ],