From 42a7fb949a18ecb2f527b5fa05eb1cfda2b97630 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Oct 2025 19:07:42 -0700 Subject: [PATCH] New translations en-us.json (Chinese Simplified) --- messages/zh-CN.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messages/zh-CN.json b/messages/zh-CN.json index abaa2c53..1e6ddce8 100644 --- a/messages/zh-CN.json +++ b/messages/zh-CN.json @@ -1522,5 +1522,7 @@ "resourceAddEntrypointsEditFile": "编辑文件:config/traefik/traefik_config.yml", "resourceExposePortsEditFile": "编辑文件:docker-compose.yml", "emailVerificationRequired": "需要电子邮件验证。 请通过 {dashboardUrl}/auth/login 再次登录以完成此步骤。 然后,回到这里。", - "twoFactorSetupRequired": "需要设置双因素身份验证。 请通过 {dashboardUrl}/auth/login 再次登录以完成此步骤。 然后,回到这里。" -} \ No newline at end of file + "twoFactorSetupRequired": "需要设置双因素身份验证。 请通过 {dashboardUrl}/auth/login 再次登录以完成此步骤。 然后,回到这里。", + "rewritePath": "Rewrite Path", + "rewritePathDescription": "Optionally rewrite the path before forwarding to the target." +}