Fix Polish language, add missing Status Page i18n

This commit is contained in:
Adam Stachowicz
2021-09-28 06:53:23 +02:00
parent cc9fe26584
commit 58aa83331e
20 changed files with 42 additions and 25 deletions

View File

@@ -170,7 +170,7 @@ export default {
"Avg. Ping": "平均Ping",
"Avg. Response": "平均响应",
"Entry Page": "入口页面",
"statusPageNothing": "这里什么也没有,请添加一个分组或一个监控项。",
statusPageNothing: "这里什么也没有,请添加一个分组或一个监控项。",
"No Services": "无服务",
"All Systems Operational": "所有服务运行正常",
"Partially Degraded Service": "部分服务出现故障",
@@ -179,4 +179,5 @@ export default {
"Add a monitor": "添加监控项",
"Edit Status Page": "编辑状态页",
"Go to Dashboard": "前往仪表盘",
"Status Page": "Status Page",
};