From a551ee51598789ca1c12fad4bdf96e3ac555552f Mon Sep 17 00:00:00 2001 From: naiba Date: Sun, 1 May 2022 23:58:48 +0800 Subject: [PATCH 1/5] New translations zh-CN.toml (English) --- resource/l10n/en-US.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resource/l10n/en-US.toml b/resource/l10n/en-US.toml index 3831e0c..295ed4c 100644 --- a/resource/l10n/en-US.toml +++ b/resource/l10n/en-US.toml @@ -493,6 +493,9 @@ other = "Incident" [Resolved] other = "Resolved" +[StatusDown] +other = "故障" + [StatusNoData] other = "No Data" From 092b3a397a42523110a2b80cf41661c78059f932 Mon Sep 17 00:00:00 2001 From: naiba Date: Sun, 1 May 2022 23:58:49 +0800 Subject: [PATCH 2/5] New translations zh-CN.toml (Spanish) --- resource/l10n/es-ES.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resource/l10n/es-ES.toml b/resource/l10n/es-ES.toml index 2045142..99881c8 100644 --- a/resource/l10n/es-ES.toml +++ b/resource/l10n/es-ES.toml @@ -493,6 +493,9 @@ other = "Incidente" [Resolved] other = "Resuelto" +[StatusDown] +other = "故障" + [StatusNoData] other = "No hay datos disponibles" From 24a4719c705f451b7810014ebc9cc32825c9f441 Mon Sep 17 00:00:00 2001 From: naiba Date: Mon, 2 May 2022 00:36:37 +0800 Subject: [PATCH 3/5] Update source file zh-CN.toml --- resource/l10n/zh-CN.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resource/l10n/zh-CN.toml b/resource/l10n/zh-CN.toml index b3fe1fb..fb8fd3f 100644 --- a/resource/l10n/zh-CN.toml +++ b/resource/l10n/zh-CN.toml @@ -493,6 +493,9 @@ other = "故障" [Resolved] other = "恢复" +[StatusDown] +other = "故障" + [StatusNoData] other = "无数据" From 33ed1f4bfce2fbfc5da95760aae6496efe800ed8 Mon Sep 17 00:00:00 2001 From: naiba Date: Mon, 2 May 2022 00:39:22 +0800 Subject: [PATCH 4/5] New translations zh-CN.toml (Spanish) --- resource/l10n/es-ES.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/l10n/es-ES.toml b/resource/l10n/es-ES.toml index 99881c8..6966218 100644 --- a/resource/l10n/es-ES.toml +++ b/resource/l10n/es-ES.toml @@ -494,7 +494,7 @@ other = "Incidente" other = "Resuelto" [StatusDown] -other = "故障" +other = "Fallo" [StatusNoData] other = "No hay datos disponibles" From 84db184fdcc7f417c61052ec021c9b56cb373a95 Mon Sep 17 00:00:00 2001 From: naiba Date: Mon, 2 May 2022 00:39:23 +0800 Subject: [PATCH 5/5] New translations zh-CN.toml (English) --- resource/l10n/en-US.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/l10n/en-US.toml b/resource/l10n/en-US.toml index 295ed4c..0a13711 100644 --- a/resource/l10n/en-US.toml +++ b/resource/l10n/en-US.toml @@ -494,7 +494,7 @@ other = "Incident" other = "Resolved" [StatusDown] -other = "故障" +other = "Failure" [StatusNoData] other = "No Data"