From 48dbefbaa45b92bfebc1acf50bfc6d8051f804f4 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Thu, 6 Feb 2025 05:20:18 -0800 Subject: [PATCH] Add `zh-CN` Co-authored-by: Lugiad' <2070109+Adri1@users.noreply.github.com> --- src/ui/title-ui-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/title-ui-handler.ts b/src/ui/title-ui-handler.ts index d336c3a95d6..5479d6f202f 100644 --- a/src/ui/title-ui-handler.ts +++ b/src/ui/title-ui-handler.ts @@ -89,7 +89,7 @@ export default class TitleUiHandler extends OptionSelectUiHandler { "it": ` - INFORMATION - Italian translation goes here:\n${startDate} until ${endDate}`, "pt-BR": ` - INFORMATION - Portugese translation goes here:\n${startDate} until ${endDate}`, "zh-TW": ` - INFORMATION - Chinese-traditional translation goes here:\n${startDate} until ${endDate}`, - "zh-CN": ` - INFORMATION - Chinese-simplified translation goes here:\n${startDate} until ${endDate}`, + "zh-CN": ` - 通知 - \n服务器预计在以下时间维护:\n${startDate} 至 ${endDate}\n维护结束时间是预计时间\n维护可能稍早或稍晚结束。`, "ko": ` - INFORMATION - Korean translation goes here:\n${startDate} until ${endDate}`, "ja": ` - INFORMATION - Japanese translation goes here:\n${startDate} until ${endDate}`, };