From 10f0580a431d026e1076f6e3ae74e9b29fe24be0 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Mon, 21 Jul 2025 05:32:57 -0700 Subject: [PATCH] chore(translations): update translations via Crowdin (#763) --- frontend/messages/zh-CN.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/messages/zh-CN.json b/frontend/messages/zh-CN.json index 2f65bb73..09842ba9 100644 --- a/frontend/messages/zh-CN.json +++ b/frontend/messages/zh-CN.json @@ -8,7 +8,7 @@ "value": "键值", "remove_custom_claim": "删除自定义声明", "add_custom_claim": "添加自定义声明", - "add_another": "添加另一个", + "add_another": "再添加一个", "select_a_date": "选择日期", "select_file": "选择上传文件", "profile_picture": "头像", @@ -43,7 +43,7 @@ "error_occurred_with_authenticator": "认证器发生错误", "authenticator_does_not_support_discoverable_credentials": "认证器不支持可发现的凭据", "authenticator_does_not_support_resident_keys": "认证器不支持常驻密钥", - "passkey_was_previously_registered": "此通行密钥之前已注册", + "passkey_was_previously_registered": "此通行密钥曾被注册", "authenticator_does_not_support_any_of_the_requested_algorithms": "认证器不支持任何请求的算法", "authenticator_timed_out": "认证器超时", "critical_error_occurred_contact_administrator": "发生严重错误。请联系您的管理员。", @@ -92,7 +92,7 @@ "application_configuration": "设置", "settings": "设置", "update_pocket_id": "更新 Pocket ID", - "powered_by": "由", + "powered_by": "", "see_your_account_activities_from_the_last_3_months": "查看过去 3 个月的账户活动。", "time": "时间", "event": "事件", @@ -143,7 +143,7 @@ "expires_at": "到期时间", "when_this_api_key_will_expire": "此 API 密钥的到期时间。", "optional_description_to_help_identify_this_keys_purpose": "可选描述,用于帮助识别此密钥的用途。", - "expiration_date_must_be_in_the_future": "到期日期必须设定为未来的日期", + "expiration_date_must_be_in_the_future": "到期日期必须在未来", "revoke_api_key": "撤销 API 密钥", "never": "永不", "revoke": "撤销", @@ -173,7 +173,7 @@ "smtp_tls_option": "SMTP TLS 选项", "email_tls_option": "电子邮件 TLS 选项", "skip_certificate_verification": "跳过证书验证", - "this_can_be_useful_for_selfsigned_certificates": "这对于自签名证书很有用。", + "this_can_be_useful_for_selfsigned_certificates": "这对于自签证书很有用。", "enabled_emails": "启用的电子邮件", "email_login_notification": "登录时的电子邮件通知", "send_an_email_to_the_user_when_they_log_in_from_a_new_device": "用户通过新设备登录时发送一封电子邮件通知。", @@ -195,9 +195,9 @@ "ldap_sync_finished": "LDAP 同步完成", "client_configuration": "客户端配置", "ldap_url": "LDAP 地址", - "ldap_bind_dn": "LDAP 绑定用户专有名称", + "ldap_bind_dn": "LDAP 绑定 DN", "ldap_bind_password": "LDAP 绑定密码", - "ldap_base_dn": "LDAP 基础用户专有名称", + "ldap_base_dn": "LDAP 基础 DN", "user_search_filter": "用户搜索过滤器", "the_search_filter_to_use_to_search_or_sync_users": "用于搜索或同步用户的筛选器。", "groups_search_filter": "群组搜索过滤器", @@ -270,11 +270,11 @@ "one_time_link": "一次性链接", "use_this_link_to_sign_in_once": "使用此链接进行一次性登录。这对尚未添加或已丢失通行密钥的用户来说非常必要。", "add": "添加", - "callback_urls": "Callback URL", - "logout_callback_urls": "Logout Callback URL", + "callback_urls": "回调 URL", + "logout_callback_urls": "登出回调URL", "public_client": "公共客户端", "public_clients_description": "公共客户端没有客户端密钥。它们用于无法安全存储密钥的移动端、Web端和原生应用程序。", - "pkce": "PKCE", + "pkce": "公钥代码交换", "public_key_code_exchange_is_a_security_feature_to_prevent_csrf_and_authorization_code_interception_attacks": "公钥代码交换是一种安全功能,可防止 CSRF 和授权代码拦截攻击。", "name_logo": "{name} Logo", "change_logo": "更改 Logo", @@ -350,7 +350,7 @@ "federated_client_credentials": "联合身份", "federated_client_credentials_description": "您可以使用联合身份,通过第三方授权机构签发的 JWT 令牌,对 OIDC 客户端进行认证。", "add_federated_client_credential": "添加联合身份", - "add_another_federated_client_credential": "添加另一个联合身份", + "add_another_federated_client_credential": "再添加一个联合身份", "oidc_allowed_group_count": "允许的群组数量", "unrestricted": "不受限制", "show_advanced_options": "显示高级选项",