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": [ ],