diff --git a/web/xliff/zh_CN.xlf b/web/xliff/zh_CN.xlf
index a598336822..25c4c9eea1 100644
--- a/web/xliff/zh_CN.xlf
+++ b/web/xliff/zh_CN.xlf
@@ -554,7 +554,7 @@
- :
+ : :
@@ -1013,26 +1013,11 @@
Client Secret客户端 Secret
-
-
- Redirect URIs/Origins (RegEx)
- 重定向 URI/Origin(正则)
-
-
-
- Valid redirect URLs after a successful authorization flow. Also specify any origins here for Implicit flows.
- 授权流程成功后有效的重定向 URL。还可以在此处为隐式流程指定任何来源。
-
If no explicit redirect URIs are specified, the first successfully used redirect URI will be saved.如果未指定显式重定向 URI,则将保存第一个成功使用的重定向 URI。
-
-
- To allow any redirect URI, set this value to ".*". Be aware of the possible security implications this can have.
- 要允许任何重定向 URI,请将此值设置为 ".*"。请注意这可能带来的安全影响。
-
Signing Key
@@ -9297,6 +9282,26 @@ Bindings to groups/users are checked against the user of the event.
External applications that use as an identity provider via protocols like OAuth2 and SAML. All applications are shown here, even ones you cannot access.通过 OAuth2 和 SAML 等协议,使用 作为身份提供程序的外部应用程序。此处显示了所有应用程序,即使您无法访问的也包括在内。
+
+
+ Strict
+ 严格
+
+
+ Regex
+ 正则表达式
+
+
+ Valid redirect URIs after a successful authorization flow. Also specify any origins here for Implicit flows.
+ 授权流程成功后有效的重定向 URI。还可以在此处为隐式流程指定任何来源。
+
+
+ To allow any redirect URI, set the mode to Regex and the value to ".*". Be aware of the possible security implications this can have.
+ 要允许任何重定向 URI,请设置模式为正则表达式,并将此值设置为 ".*"。请注意这可能带来的安全影响。
+
+
+ Redirect URIs/Origins
+ 重定向 URI/Origin