From 2b23587200c03f684fc7ee08e6c7720a68486d8a Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Thu, 19 Jun 2025 22:40:15 -0400 Subject: [PATCH] New translations en-us.json (Chinese Simplified) --- messages/zh-CN.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/messages/zh-CN.json b/messages/zh-CN.json index 13cdf22f..83651aab 100644 --- a/messages/zh-CN.json +++ b/messages/zh-CN.json @@ -1128,5 +1128,9 @@ "light": "浅色", "dark": "深色", "system": "系统", - "theme": "主题" -} \ No newline at end of file + "theme": "主题", + "initialSetupTitle": "Initial Server Setup", + "initialSetupDescription": "Create the intial server admin account. Only one server admin can exist. You can always change these credentials later.", + "createAdminAccount": "Create Admin Account", + "setupErrorCreateAdmin": "An error occurred while creating the server admin account." +}