diff --git a/web/src/SystemInfo.js b/web/src/SystemInfo.js index 8f79afce..97729ed7 100644 --- a/web/src/SystemInfo.js +++ b/web/src/SystemInfo.js @@ -91,7 +91,7 @@ class SystemInfo extends React.Component { - +
{i18next.t("system:An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS")}
GitHub: casdoor
diff --git a/web/src/locales/de/data.json b/web/src/locales/de/data.json index ba4e0659..20a5443d 100644 --- a/web/src/locales/de/data.json +++ b/web/src/locales/de/data.json @@ -595,6 +595,7 @@ "Table primary key - Tooltip": "Primärschlüssel der Tabelle - Tooltip" }, "system": { + "About Casdoor": "About Casdoor", "An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS": "An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS", "CPU Usage": "CPU Usage", "Community": "Community", diff --git a/web/src/locales/en/data.json b/web/src/locales/en/data.json index 3162d3bf..fc8c7bfb 100644 --- a/web/src/locales/en/data.json +++ b/web/src/locales/en/data.json @@ -595,6 +595,7 @@ "Table primary key - Tooltip": "Table primary key - Tooltip" }, "system": { + "About Casdoor": "About Casdoor", "An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS": "An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS", "CPU Usage": "CPU Usage", "Community": "Community", diff --git a/web/src/locales/fr/data.json b/web/src/locales/fr/data.json index 1b24f3bd..a6385bc3 100644 --- a/web/src/locales/fr/data.json +++ b/web/src/locales/fr/data.json @@ -595,6 +595,7 @@ "Table primary key - Tooltip": "Clé primaire du tableau - infobulle" }, "system": { + "About Casdoor": "About Casdoor", "An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS": "An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS", "CPU Usage": "CPU Usage", "Community": "Community", diff --git a/web/src/locales/ja/data.json b/web/src/locales/ja/data.json index 39db2c2f..8086b2ec 100644 --- a/web/src/locales/ja/data.json +++ b/web/src/locales/ja/data.json @@ -595,6 +595,7 @@ "Table primary key - Tooltip": "テーブルのプライマリキー - ツールチップ" }, "system": { + "About Casdoor": "About Casdoor", "An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS": "An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS", "CPU Usage": "CPU Usage", "Community": "Community", diff --git a/web/src/locales/ko/data.json b/web/src/locales/ko/data.json index d9cd1ccc..8f5820ce 100644 --- a/web/src/locales/ko/data.json +++ b/web/src/locales/ko/data.json @@ -595,6 +595,7 @@ "Table primary key - Tooltip": "Table primary key - Tooltip" }, "system": { + "About Casdoor": "About Casdoor", "An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS": "An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS", "CPU Usage": "CPU Usage", "Community": "Community", diff --git a/web/src/locales/ru/data.json b/web/src/locales/ru/data.json index 1f2048f3..a37b8e02 100644 --- a/web/src/locales/ru/data.json +++ b/web/src/locales/ru/data.json @@ -595,6 +595,7 @@ "Table primary key - Tooltip": "Основная таблица - Подсказка" }, "system": { + "About Casdoor": "About Casdoor", "An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS": "An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS", "CPU Usage": "CPU Usage", "Community": "Community", diff --git a/web/src/locales/zh/data.json b/web/src/locales/zh/data.json index c9ae7e95..317cdc15 100644 --- a/web/src/locales/zh/data.json +++ b/web/src/locales/zh/data.json @@ -595,8 +595,9 @@ "Table primary key - Tooltip": "表主键,如id" }, "system": { + "About Casdoor": "关于 Casdoor", "An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS": "一个支持 OAuth 2.0、OIDC、SAML 和 CAS 的 Web UI 的身份和访问管理 (IAM)/单点登录 (SSO) 平台", - "CPU Usage": "CPU Usage", + "CPU Usage": "CPU使用率", "Community": "社区", "Memory Usage": "内存使用率", "Official Website": "官方网站",