-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} |