feat: 🎸 better instruction

This commit is contained in:
Jin 2025-03-28 03:46:58 +01:00
parent 44c8b7d9ea
commit 2bd408cf8a
2 changed files with 2 additions and 2 deletions

View File

@ -1323,7 +1323,7 @@
"recovery_keys_regenerate": "重新生成恢复代码",
"oauth_title": "OAuth/OpenID 认证",
"oauth_description": "OpenID 是一种标准化方式,允许您使用其他服务(如 Google的账户登录网站以验证您的身份。请参阅这些 <a href=\"https://developers.google.com/identity/openid-connect/openid-connect\">指南</a> 通过 Google 设置 OpenID 服务。",
"oauth_description_warning": "要启用 OAuth/OpenID您需要设置 config.ini 文件中的 OAuth/OpenID 基础 URL、客户端 ID 和客户端密钥。",
"oauth_description_warning": "要启用 OAuth/OpenID您需要设置 config.ini 文件中的 OAuth/OpenID 基础 URL、客户端 ID 和客户端密钥,并重新启动应用程序。",
"oauth_missing_vars": "缺少变量:",
"oauth_user_account": "用户账号:",
"oauth_user_email": "用户邮箱:",

View File

@ -1334,7 +1334,7 @@
"recovery_keys_regenerate": "Regenerate Recovery Codes",
"oauth_title": "OAuth/OpenID",
"oauth_description": "OpenID is a standardized way to let you log into websites using an account from another service, like Google, to verify your identity. Follow these <a href=\"https://developers.google.com/identity/openid-connect/openid-connect\">instructions</a> to setup an OpenID service through google.",
"oauth_description_warning": "To enable OAuth/OpenID, you need to set the OAuth/OpenID base URL, client ID and client secret in the config.ini file.",
"oauth_description_warning": "To enable OAuth/OpenID, you need to set the OAuth/OpenID base URL, client ID and client secret in the config.ini file and restart the application.",
"oauth_missing_vars": "Missing variables: ",
"oauth_user_account": "User Account:",
"oauth_user_email": "User Email:",