From dce7e4779dd1f8c665989af627f172b44a016c8e Mon Sep 17 00:00:00 2001 From: Stavros Date: Thu, 31 Jul 2025 05:00:53 +0300 Subject: [PATCH] New translations en.json (Chinese Simplified) --- frontend/src/lib/i18n/locales/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/i18n/locales/zh-CN.json b/frontend/src/lib/i18n/locales/zh-CN.json index e29a00f..e9047b7 100644 --- a/frontend/src/lib/i18n/locales/zh-CN.json +++ b/frontend/src/lib/i18n/locales/zh-CN.json @@ -53,5 +53,5 @@ "errorSubtitle": "执行此操作时发生错误,请检查控制台以获取更多信息。", "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.", "fieldRequired": "This field is required", - "invalidInput": "Invalid input" + "invalidInput": "无效的输入" } \ No newline at end of file