Skip to content

Commit

Permalink
Merge pull request #74 from PearsSauce/main
Browse files Browse the repository at this point in the history
Create zh_CN.json
  • Loading branch information
rajnandan1 authored Apr 27, 2024
2 parents e8a39cb + 0c9073a commit fa1a16a
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions locales/zh_CN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"root": {
"ongoing_incidents": "正在进行的事件",
"availability_per_component": "每个组件的可用性",
"other_monitors": "其他显示器",
"no_monitors": "未找到显示器",
"read_doc_monitor": "阅读文档以添加您的第一个显示器",
"here": "这里",
"category": "类别",
"incident": "事件",
"incidents": "事件",
"no_recent_incident": "最近没有发生事件",
"recent_incidents": "最近发生的事件",
"active_incidents": "活跃事件",
"no_active_incident": "无活跃事件",
"last_x_hours": "最后_x_个小时"
},
"statuses": {
"UP": "正常",
"DOWN": "失败",
"DEGRADED": "降级"
},
"incident": {
"identified": "确认",
"resolved": "解决",
"maintenance": "维护"
},
"monitor": {
"share": "分享",
"badge": "徽章",
"embed": "嵌入",
"mode": "模式",
"status": "状态",
"copied": "已复制",
"uptime": "正常运行时间",
"theme": "主题",
"theme_light": "Light",
"theme_dark": "Dark",
"today": "今天",
"90_day": "90 天",
"share_desc": "使用链接与其他人共享此显示器",
"badge_desc": "获取此显示器的 SVG 徽章",
"embed_desc": "在您的应用程序中使用 <script> 或 <iframe> 嵌入此监视器。",
"cp_link": "复制链接",
"cpd_link": "链接已复制",
"cp_code": "复制代码",
"cpd_code": "代码已复制",
"status_x_minute": "n分钟的状态",
"status_x_minutes": "n分钟的状态",
"status_x_hour_y_minute": "n小时n分钟的状态",
"status_no_data": "无数据",
"status_ok": "状态正常",
"am": "上午",
"pm": "下午"
},
"numbers": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
}

0 comments on commit fa1a16a

Please sign in to comment.