mirror of https://github.com/usememos/memos.git
chore: link to SSO Documentation (#4319)
* Update SSOSection.tsx linked to SSO (links to Authentik, Authelia, Keycloak), instead of Keycloak only * Update id.json * Update uk.json * Update fr.json * Update pt-PT.json * Update vi.json * Update uk.json * Update de.json * Update en.json
This commit is contained in:
parent
0435a67aa7
commit
63bbeb9ca3
|
|
@ -41,7 +41,7 @@ const SSOSection = () => {
|
|||
<div className="w-full flex flex-row justify-between items-center gap-1">
|
||||
<div className="flex flex-row items-center gap-1">
|
||||
<span className="font-mono text-gray-400">{t("setting.sso-section.sso-list")}</span>
|
||||
<LearnMore url="https://usememos.com/docs/advanced-settings/keycloak" />
|
||||
<LearnMore url="https://www.usememos.com/docs/advanced-settings/sso" />
|
||||
</div>
|
||||
<Button color="primary" onClick={() => showCreateIdentityProviderDialog(undefined, fetchIdentityProviderList)}>
|
||||
{t("common.create")}
|
||||
|
|
@ -86,10 +86,10 @@ const SSOSection = () => {
|
|||
<ListItem>
|
||||
<Link
|
||||
className="text-sm text-blue-600 hover:underline"
|
||||
to="https://www.usememos.com/docs/advanced-settings/keycloak"
|
||||
to="https://www.usememos.com/docs/advanced-settings/sso"
|
||||
target="_blank"
|
||||
>
|
||||
{t("setting.sso-section.configuring-keycloak-for-authentication")}
|
||||
{t("setting.sso-section.single-sign-on")}
|
||||
</Link>
|
||||
</ListItem>
|
||||
</List>
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@
|
|||
"update-sso": "SSO aktualisieren",
|
||||
"user-endpoint": "Benutzerendpunkt",
|
||||
"no-sso-found": "Kein SSO found.",
|
||||
"configuring-keycloak-for-authentication": "Konfiguriere Keycloak für die Authentifizierung"
|
||||
"single-sign-on": "Konfiguriere Single Sign-On (SSO) für die Authentifizierung"
|
||||
},
|
||||
"storage": "Speicher",
|
||||
"storage-section": {
|
||||
|
|
|
|||
|
|
@ -254,7 +254,7 @@
|
|||
"update-sso": "Update SSO",
|
||||
"user-endpoint": "User endpoint",
|
||||
"no-sso-found": "No SSO found.",
|
||||
"configuring-keycloak-for-authentication": "Configuring Keycloak for Authentication"
|
||||
"single-sign-on": "Configuring Single Sign-On (SSO) for Authentication"
|
||||
},
|
||||
"storage": "Storage",
|
||||
"storage-section": {
|
||||
|
|
|
|||
|
|
@ -254,7 +254,7 @@
|
|||
"update-sso": "Mise à jour du SSO",
|
||||
"user-endpoint": "Utilisateur endpoint",
|
||||
"no-sso-found": "Pas de SSO trouvé.",
|
||||
"configuring-keycloak-for-authentication": "Configuration du Keycloak pour l'Authentification"
|
||||
"single-sign-on": "Configuration du Single Sign-On (SSO) pour l'Authentification"
|
||||
},
|
||||
"storage": "Stockage",
|
||||
"storage-section": {
|
||||
|
|
|
|||
|
|
@ -238,7 +238,7 @@
|
|||
"update-sso": "Perbarui SSO",
|
||||
"user-endpoint": "Akhir Pengguna",
|
||||
"no-sso-found": "Tidak ada SSO ditemukan.",
|
||||
"configuring-keycloak-for-authentication": "Mengonfigurasi Keycloak untuk Autentikasi"
|
||||
"single-sign-on": "Mengonfigurasi Single Sign-On (SSO) untuk Autentikasi"
|
||||
},
|
||||
"storage": "Penyimpanan",
|
||||
"storage-section": {
|
||||
|
|
|
|||
|
|
@ -238,7 +238,7 @@
|
|||
"update-sso": "Atualizar SSO",
|
||||
"user-endpoint": "Ponto do Utilizador",
|
||||
"no-sso-found": "Nenhum SSO encontrado.",
|
||||
"configuring-keycloak-for-authentication": "A configurar o Keycloak para autenticação."
|
||||
"single-sign-on": "A configurar o Single Sign-On (SSO) para autenticação."
|
||||
},
|
||||
"storage": "Armazenamento",
|
||||
"storage-section": {
|
||||
|
|
|
|||
|
|
@ -241,7 +241,7 @@
|
|||
"update-sso": "Оновити SSO",
|
||||
"user-endpoint": "Кінцева точка користувача",
|
||||
"no-sso-found": "SSO не знайдено.",
|
||||
"configuring-keycloak-for-authentication": "Конфігурація Keycloak для автентифікації"
|
||||
"single-sign-on": "Конфігурація Single Sign-On (SSO) для автентифікації"
|
||||
},
|
||||
"storage": "Сховище",
|
||||
"storage-section": {
|
||||
|
|
|
|||
|
|
@ -241,7 +241,7 @@
|
|||
"update-sso": "Cập nhật SSO",
|
||||
"user-endpoint": "Điểm cuối người dùng",
|
||||
"no-sso-found": "Không tìm thấy SSO nào.",
|
||||
"configuring-keycloak-for-authentication": "Cấu hình Keycloak cho xác thực"
|
||||
"single-sign-on": "Cấu hình Single Sign-On (SSO) cho xác thực"
|
||||
},
|
||||
"storage": "Lưu trữ",
|
||||
"storage-section": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue