Add zh-CN

Co-authored-by: Lugiad' <2070109+Adri1@users.noreply.github.com>
This commit is contained in:
NightKev 2025-02-06 05:20:18 -08:00 committed by GitHub
parent dde2addf4f
commit 48dbefbaa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ export default class TitleUiHandler extends OptionSelectUiHandler {
"it": ` - INFORMATION - Italian translation goes here:\n${startDate} until ${endDate}`, "it": ` - INFORMATION - Italian translation goes here:\n${startDate} until ${endDate}`,
"pt-BR": ` - INFORMATION - Portugese 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-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}`, "ko": ` - INFORMATION - Korean translation goes here:\n${startDate} until ${endDate}`,
"ja": ` - INFORMATION - Japanese translation goes here:\n${startDate} until ${endDate}`, "ja": ` - INFORMATION - Japanese translation goes here:\n${startDate} until ${endDate}`,
}; };