From 7ef5ceccf012725e5d8383b39e3a59ffe2285746 Mon Sep 17 00:00:00 2001 From: naiba Date: Sat, 30 Apr 2022 19:24:01 +0800 Subject: [PATCH 1/3] New translations zh-CN.toml (English) --- resource/l10n/en-US.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/resource/l10n/en-US.toml b/resource/l10n/en-US.toml index d06eb8e..97fb2b6 100644 --- a/resource/l10n/en-US.toml +++ b/resource/l10n/en-US.toml @@ -489,3 +489,27 @@ other = "Alarm Rule" [NotificationMethod] other = "Notification Method" + +[Incident] +other = "故障" + +[Resolved] +other = "恢复" + +[StatusNoData] +other = "无数据" + +[StatusGood] +other = "良好" + +[StatusLowAvailability] +other = "低可用" + +[ScheduledTaskExecutedSuccessfully] +other = "任务成功" + +[ScheduledTaskExecutedFailed] +other = "任务失败" + +[IPChanged] +other = "IP变更" From fd403ca4fc3abeb0690bd7f9f55bd507e194e068 Mon Sep 17 00:00:00 2001 From: naiba Date: Sat, 30 Apr 2022 19:27:35 +0800 Subject: [PATCH 2/3] Update source file zh-CN.toml --- resource/l10n/zh-CN.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/resource/l10n/zh-CN.toml b/resource/l10n/zh-CN.toml index fbbd248..7eb1faa 100644 --- a/resource/l10n/zh-CN.toml +++ b/resource/l10n/zh-CN.toml @@ -489,3 +489,27 @@ other = "报警规则" [NotificationMethod] other = "通知方式" + +[Incident] +other = "故障" + +[Resolved] +other = "恢复" + +[StatusNoData] +other = "无数据" + +[StatusGood] +other = "良好" + +[StatusLowAvailability] +other = "低可用" + +[ScheduledTaskExecutedSuccessfully] +other = "任务成功" + +[ScheduledTaskExecutedFailed] +other = "任务失败" + +[IPChanged] +other = "IP变更" From 84972ba5691b7de963fc1d5d1ee9dcbb1f83bfcd Mon Sep 17 00:00:00 2001 From: naiba Date: Sat, 30 Apr 2022 19:28:54 +0800 Subject: [PATCH 3/3] New translations zh-CN.toml (English) --- resource/l10n/en-US.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resource/l10n/en-US.toml b/resource/l10n/en-US.toml index 97fb2b6..a3a26eb 100644 --- a/resource/l10n/en-US.toml +++ b/resource/l10n/en-US.toml @@ -491,25 +491,25 @@ other = "Alarm Rule" other = "Notification Method" [Incident] -other = "故障" +other = "Down" [Resolved] -other = "恢复" +other = "Resolved" [StatusNoData] -other = "无数据" +other = "No Data" [StatusGood] -other = "良好" +other = "Good" [StatusLowAvailability] -other = "低可用" +other = "Low Available" [ScheduledTaskExecutedSuccessfully] -other = "任务成功" +other = "Task succeeded" [ScheduledTaskExecutedFailed] -other = "任务失败" +other = "Task Failed" [IPChanged] -other = "IP变更" +other = "IP Changed"