From 0d32619b1afae5be5e74742fb5d5b5855e0d3f23 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 3831e0cb..295ed4c4 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 b19379ab07674466e3787eedd1e19990079ca35d 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 2045142d..99881c80 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 d1a239b4f02df89f7358642b4554b92bba5048e3 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 b3fe1fb0..fb8fd3f3 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 42ecb218b5f67a1fae9b09b0bf25d6eaed69acad 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 99881c80..69662187 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 33053837268e049475ecd2fe33e4cf55e601180b 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 295ed4c4..0a137115 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"