diff --git a/frontend/messages/fr.json b/frontend/messages/fr.json index 4ab834f6..c64d1a13 100644 --- a/frontend/messages/fr.json +++ b/frontend/messages/fr.json @@ -184,7 +184,7 @@ "allow_users_to_sign_in_with_a_login_code_sent_to_their_email": "Allows users to bypass passkeys by requesting a login code sent to their email. This reduces the security significantly as anyone with access to the user's email can gain entry.", "email_login_code_from_admin": "Email Login Code from Admin", "allows_an_admin_to_send_a_login_code_to_the_user": "Allows an admin to send a login code to the user via email.", - "send_test_email": "", + "send_test_email": "Send test email", "application_configuration_updated_successfully": "Mise à jour de l'application avec succès", "application_name": "Nom de l'application", "session_duration": "Durée de la session", diff --git a/frontend/messages/zh-CN.json b/frontend/messages/zh-CN.json index 4fe05ef2..32512c19 100644 --- a/frontend/messages/zh-CN.json +++ b/frontend/messages/zh-CN.json @@ -341,6 +341,13 @@ "send_email": "发送电子邮件", "show_code": "显示登录码", "callback_url_description": "由您的客户端提供的 URL。支持通配符 (*),但为了更好的安全性最好避免使用。", + "logout_callback_url_description": "URL(s) provided by your client for logout. Wildcards (*) are supported, but best avoided for better security.", "api_key_expiration": "API 密钥过期", - "send_an_email_to_the_user_when_their_api_key_is_about_to_expire": "当用户的 API 密钥即将过期时,向其发送电子邮件。" + "send_an_email_to_the_user_when_their_api_key_is_about_to_expire": "当用户的 API 密钥即将过期时,向其发送电子邮件。", + "authorize_device": "Authorize Device", + "the_device_has_been_authorized": "The device has been authorized.", + "enter_code_displayed_in_previous_step": "Enter the code that was displayed in the previous step.", + "authorize": "Authorize", + "oidc_allowed_group_count": "Allowed Group Count", + "unrestricted": "Unrestricted" }