mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-11 02:41:12 -05:00
13 lines
559 B
JSON
13 lines
559 B
JSON
{
|
|
"clientId": "客户端 ID",
|
|
"clientIdDescription": "来自 Google Cloud Console 的 Google OAuth 2.0 客户端 ID",
|
|
"clientSecret": "客户端密钥",
|
|
"clientSecretDescription": "来自 Google Cloud Console 的 Google OAuth 2.0 客户端密钥",
|
|
"enable": "启用",
|
|
"enableDescription": "启用后,用户可以使用他们的 Google 帐户登录",
|
|
"redirectUri": "授权重定向 URI",
|
|
"redirectUriDescription": "用户在通过 Google 认证后将被重定向到的 URL",
|
|
"saveFailed": "保存失败",
|
|
"saveSuccess": "保存成功"
|
|
}
|