SiderealArt
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
src/pages/Settings.vue
|
|
@ -306,6 +306,12 @@ |
|
|
|
<p>这是为 <strong>有第三方认证</strong> 的用户提供的功能,如 Cloudflare Access</p> |
|
|
|
<p>请谨慎使用!</p> |
|
|
|
</template> |
|
|
|
|
|
|
|
<template v-else-if="$i18n.locale === 'zh-TW' "> |
|
|
|
<p>你是否要<strong>取消登入驗證</strong>?</p> |
|
|
|
<p>此功能是設計給已有<strong>第三方認證</strong>的使用者,例如 Cloudflare Access。</p> |
|
|
|
<p>請謹慎使用。</p> |
|
|
|
</template> |
|
|
|
|
|
|
|
<template v-else-if="$i18n.locale === 'de-DE' "> |
|
|
|
<p>Bist du sicher das du die <strong>Authentifizierung deaktivieren</strong> möchtest?</p> |
|
|
|