From 669334c716cdfe016c67c2b4dbaf5458c3d5e93b Mon Sep 17 00:00:00 2001 From: okatu-loli Date: Tue, 24 Sep 2024 18:37:26 +0800 Subject: [PATCH] feat: update translate --- conf/app.conf | 2 +- i18n/locales/ar/data.json | 8 ++++++++ i18n/locales/cs/data.json | 8 ++++++++ i18n/locales/de/data.json | 8 ++++++++ i18n/locales/en/data.json | 8 ++++++++ i18n/locales/es/data.json | 8 ++++++++ i18n/locales/fa/data.json | 8 ++++++++ i18n/locales/fi/data.json | 8 ++++++++ i18n/locales/fr/data.json | 8 ++++++++ i18n/locales/he/data.json | 8 ++++++++ i18n/locales/id/data.json | 8 ++++++++ i18n/locales/it/data.json | 8 ++++++++ i18n/locales/ja/data.json | 8 ++++++++ i18n/locales/kk/data.json | 8 ++++++++ i18n/locales/ko/data.json | 8 ++++++++ i18n/locales/ms/data.json | 8 ++++++++ i18n/locales/nl/data.json | 8 ++++++++ i18n/locales/pl/data.json | 8 ++++++++ i18n/locales/pt/data.json | 8 ++++++++ i18n/locales/ru/data.json | 8 ++++++++ i18n/locales/sk/data.json | 10 +++++++++- i18n/locales/sv/data.json | 8 ++++++++ i18n/locales/tr/data.json | 8 ++++++++ i18n/locales/uk/data.json | 8 ++++++++ i18n/locales/vi/data.json | 8 ++++++++ i18n/locales/zh/data.json | 8 ++++++++ web/src/locales/ar/data.json | 8 ++++++++ web/src/locales/cs/data.json | 8 ++++++++ web/src/locales/de/data.json | 8 ++++++++ web/src/locales/en/data.json | 8 ++++++++ web/src/locales/es/data.json | 8 ++++++++ web/src/locales/fa/data.json | 8 ++++++++ web/src/locales/fi/data.json | 8 ++++++++ web/src/locales/fr/data.json | 8 ++++++++ web/src/locales/he/data.json | 8 ++++++++ web/src/locales/id/data.json | 8 ++++++++ web/src/locales/it/data.json | 8 ++++++++ web/src/locales/ja/data.json | 8 ++++++++ web/src/locales/kk/data.json | 8 ++++++++ web/src/locales/ko/data.json | 8 ++++++++ web/src/locales/ms/data.json | 8 ++++++++ web/src/locales/nl/data.json | 8 ++++++++ web/src/locales/pl/data.json | 8 ++++++++ web/src/locales/pt/data.json | 8 ++++++++ web/src/locales/ru/data.json | 8 ++++++++ web/src/locales/sk/data.json | 8 ++++++++ web/src/locales/sv/data.json | 8 ++++++++ web/src/locales/tr/data.json | 8 ++++++++ web/src/locales/uk/data.json | 8 ++++++++ web/src/locales/vi/data.json | 8 ++++++++ web/src/locales/zh/data.json | 8 ++++++++ 51 files changed, 402 insertions(+), 2 deletions(-) diff --git a/conf/app.conf b/conf/app.conf index 2b7711c3..7d0248bb 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -3,7 +3,7 @@ httpport = 8000 runmode = dev copyrequestbody = true driverName = mysql -dataSourceName = root:123456@tcp(localhost:3306)/ +dataSourceName = root:root@tcp(localhost:3306)/ dbName = casdoor tableNamePrefix = showSql = false diff --git a/i18n/locales/ar/data.json b/i18n/locales/ar/data.json index 1b741f8a..8fe8a671 100644 --- a/i18n/locales/ar/data.json +++ b/i18n/locales/ar/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Invalid application or wrong clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Display name cannot be empty", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "New password cannot contain blank space." }, "user_upload": { diff --git a/i18n/locales/cs/data.json b/i18n/locales/cs/data.json index 6a3c7eb3..8fd79209 100644 --- a/i18n/locales/cs/data.json +++ b/i18n/locales/cs/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "objectKey: %s není povolen", "The provider type: %s is not supported": "typ poskytovatele: %s není podporován" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s není v této aplikaci podporován", "Invalid application or wrong clientSecret": "Neplatná aplikace nebo špatný clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Zobrazované jméno nemůže být prázdné", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "Nové heslo nemůže obsahovat prázdné místo." }, "user_upload": { diff --git a/i18n/locales/de/data.json b/i18n/locales/de/data.json index 7c64819b..71637844 100644 --- a/i18n/locales/de/data.json +++ b/i18n/locales/de/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "Der Objektschlüssel %s ist nicht erlaubt", "The provider type: %s is not supported": "Der Anbieter-Typ %s wird nicht unterstützt" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s wird von dieser Anwendung nicht unterstützt", "Invalid application or wrong clientSecret": "Ungültige Anwendung oder falsches clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Anzeigename darf nicht leer sein", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "Das neue Passwort darf keine Leerzeichen enthalten." }, "user_upload": { diff --git a/i18n/locales/en/data.json b/i18n/locales/en/data.json index 1b741f8a..8fe8a671 100644 --- a/i18n/locales/en/data.json +++ b/i18n/locales/en/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Invalid application or wrong clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Display name cannot be empty", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "New password cannot contain blank space." }, "user_upload": { diff --git a/i18n/locales/es/data.json b/i18n/locales/es/data.json index de142ab0..1b9b8e41 100644 --- a/i18n/locales/es/data.json +++ b/i18n/locales/es/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "El objectKey: %s no está permitido", "The provider type: %s is not supported": "El tipo de proveedor: %s no es compatible" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "El tipo de subvención: %s no es compatible con esta aplicación", "Invalid application or wrong clientSecret": "Solicitud inválida o clientSecret incorrecto", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "El nombre de pantalla no puede estar vacío", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "La nueva contraseña no puede contener espacios en blanco." }, "user_upload": { diff --git a/i18n/locales/fa/data.json b/i18n/locales/fa/data.json index 1b741f8a..8fe8a671 100644 --- a/i18n/locales/fa/data.json +++ b/i18n/locales/fa/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Invalid application or wrong clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Display name cannot be empty", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "New password cannot contain blank space." }, "user_upload": { diff --git a/i18n/locales/fi/data.json b/i18n/locales/fi/data.json index 1b741f8a..8fe8a671 100644 --- a/i18n/locales/fi/data.json +++ b/i18n/locales/fi/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Invalid application or wrong clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Display name cannot be empty", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "New password cannot contain blank space." }, "user_upload": { diff --git a/i18n/locales/fr/data.json b/i18n/locales/fr/data.json index 90a770e3..e87f086a 100644 --- a/i18n/locales/fr/data.json +++ b/i18n/locales/fr/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "La clé d'objet : %s n'est pas autorisée", "The provider type: %s is not supported": "Le type de fournisseur : %s n'est pas pris en charge" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Type_de_subvention : %s n'est pas pris en charge dans cette application", "Invalid application or wrong clientSecret": "Application invalide ou clientSecret incorrect", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Le nom d'affichage ne peut pas être vide", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "Le nouveau mot de passe ne peut pas contenir d'espace." }, "user_upload": { diff --git a/i18n/locales/he/data.json b/i18n/locales/he/data.json index 1b741f8a..8fe8a671 100644 --- a/i18n/locales/he/data.json +++ b/i18n/locales/he/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Invalid application or wrong clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Display name cannot be empty", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "New password cannot contain blank space." }, "user_upload": { diff --git a/i18n/locales/id/data.json b/i18n/locales/id/data.json index 8bf196b1..b57dea5e 100644 --- a/i18n/locales/id/data.json +++ b/i18n/locales/id/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "Kunci objek: %s tidak diizinkan", "The provider type: %s is not supported": "Jenis penyedia: %s tidak didukung" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Jenis grant (grant_type) %s tidak didukung dalam aplikasi ini", "Invalid application or wrong clientSecret": "Aplikasi tidak valid atau clientSecret salah", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Nama tampilan tidak boleh kosong", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "Kata sandi baru tidak boleh mengandung spasi kosong." }, "user_upload": { diff --git a/i18n/locales/it/data.json b/i18n/locales/it/data.json index 1b741f8a..8fe8a671 100644 --- a/i18n/locales/it/data.json +++ b/i18n/locales/it/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Invalid application or wrong clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Display name cannot be empty", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "New password cannot contain blank space." }, "user_upload": { diff --git a/i18n/locales/ja/data.json b/i18n/locales/ja/data.json index f61ab608..f541bf05 100644 --- a/i18n/locales/ja/data.json +++ b/i18n/locales/ja/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "オブジェクトキー %s は許可されていません", "The provider type: %s is not supported": "プロバイダータイプ:%sはサポートされていません" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "grant_type:%sはこのアプリケーションでサポートされていません", "Invalid application or wrong clientSecret": "無効なアプリケーションまたは誤ったクライアントシークレットです", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "表示名は空にできません", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "新しいパスワードにはスペースを含めることはできません。" }, "user_upload": { diff --git a/i18n/locales/kk/data.json b/i18n/locales/kk/data.json index 1b741f8a..8fe8a671 100644 --- a/i18n/locales/kk/data.json +++ b/i18n/locales/kk/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Invalid application or wrong clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Display name cannot be empty", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "New password cannot contain blank space." }, "user_upload": { diff --git a/i18n/locales/ko/data.json b/i18n/locales/ko/data.json index cdd7cce9..9020ab82 100644 --- a/i18n/locales/ko/data.json +++ b/i18n/locales/ko/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "객체 키 : %s 는 허용되지 않습니다", "The provider type: %s is not supported": "제공자 유형: %s은/는 지원되지 않습니다" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "그랜트 유형: %s은(는) 이 어플리케이션에서 지원되지 않습니다", "Invalid application or wrong clientSecret": "잘못된 어플리케이션 또는 올바르지 않은 클라이언트 시크릿입니다", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "디스플레이 이름은 비어 있을 수 없습니다", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "새 비밀번호에는 공백이 포함될 수 없습니다." }, "user_upload": { diff --git a/i18n/locales/ms/data.json b/i18n/locales/ms/data.json index 1b741f8a..8fe8a671 100644 --- a/i18n/locales/ms/data.json +++ b/i18n/locales/ms/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Invalid application or wrong clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Display name cannot be empty", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "New password cannot contain blank space." }, "user_upload": { diff --git a/i18n/locales/nl/data.json b/i18n/locales/nl/data.json index 1b741f8a..8fe8a671 100644 --- a/i18n/locales/nl/data.json +++ b/i18n/locales/nl/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Invalid application or wrong clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Display name cannot be empty", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "New password cannot contain blank space." }, "user_upload": { diff --git a/i18n/locales/pl/data.json b/i18n/locales/pl/data.json index 1b741f8a..8fe8a671 100644 --- a/i18n/locales/pl/data.json +++ b/i18n/locales/pl/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Invalid application or wrong clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Display name cannot be empty", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "New password cannot contain blank space." }, "user_upload": { diff --git a/i18n/locales/pt/data.json b/i18n/locales/pt/data.json index 10bbe843..4c315382 100644 --- a/i18n/locales/pt/data.json +++ b/i18n/locales/pt/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Aplicativo inválido ou clientSecret errado", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Nome de exibição não pode ser vazio", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "New password cannot contain blank space." }, "user_upload": { diff --git a/i18n/locales/ru/data.json b/i18n/locales/ru/data.json index b69af391..a625f620 100644 --- a/i18n/locales/ru/data.json +++ b/i18n/locales/ru/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "Объект «objectKey: %s» не разрешен", "The provider type: %s is not supported": "Тип провайдера: %s не поддерживается" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Тип предоставления: %s не поддерживается в данном приложении", "Invalid application or wrong clientSecret": "Недействительное приложение или неправильный clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Отображаемое имя не может быть пустым", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "Новый пароль не может содержать пробелы." }, "user_upload": { diff --git a/i18n/locales/sk/data.json b/i18n/locales/sk/data.json index be79a9d7..0ed05271 100644 --- a/i18n/locales/sk/data.json +++ b/i18n/locales/sk/data.json @@ -54,7 +54,7 @@ "Phone cannot be empty": "Telefón nemôže byť prázdny", "Phone number is invalid": "Telefónne číslo je neplatné", "Please register using the email corresponding to the invitation code": "Prosím, zaregistrujte sa pomocou e-mailu zodpovedajúceho kódu pozvania", - "Please register using the phone corresponding to the invitation code": "Prosím, zaregistrujte sa pomocou telefónu zodpovedajúceho kódu pozvania", + "Please register using the phone corresponding to the invitation code": "Prosím zaregistrujte se pomocí telefonu odpovídajícího pozvánkovému kódu", "Please register using the username corresponding to the invitation code": "Prosím, zaregistrujte sa pomocou používateľského mena zodpovedajúceho kódu pozvania", "Session outdated, please login again": "Relácia je zastaraná, prosím, prihláste sa znova", "The invitation code has already been used": "Kód pozvania už bol použitý", @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "objectKey: %s nie je povolený", "The provider type: %s is not supported": "Typ poskytovateľa: %s nie je podporovaný" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s nie je podporovaný v tejto aplikácii", "Invalid application or wrong clientSecret": "Neplatná aplikácia alebo nesprávny clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Zobrazované meno nemôže byť prázdne", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "Nové heslo nemôže obsahovať medzery." }, "user_upload": { diff --git a/i18n/locales/sv/data.json b/i18n/locales/sv/data.json index 1b741f8a..8fe8a671 100644 --- a/i18n/locales/sv/data.json +++ b/i18n/locales/sv/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Invalid application or wrong clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Display name cannot be empty", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "New password cannot contain blank space." }, "user_upload": { diff --git a/i18n/locales/tr/data.json b/i18n/locales/tr/data.json index 7d872fe9..febd1445 100644 --- a/i18n/locales/tr/data.json +++ b/i18n/locales/tr/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Invalid application or wrong clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Görünen ad boş olamaz", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "Yeni şifreniz boşluk karakteri içeremez." }, "user_upload": { diff --git a/i18n/locales/uk/data.json b/i18n/locales/uk/data.json index 1b741f8a..8fe8a671 100644 --- a/i18n/locales/uk/data.json +++ b/i18n/locales/uk/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "The objectKey: %s is not allowed", "The provider type: %s is not supported": "The provider type: %s is not supported" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Grant_type: %s is not supported in this application", "Invalid application or wrong clientSecret": "Invalid application or wrong clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Display name cannot be empty", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "New password cannot contain blank space." }, "user_upload": { diff --git a/i18n/locales/vi/data.json b/i18n/locales/vi/data.json index cea19b87..ac26c4ea 100644 --- a/i18n/locales/vi/data.json +++ b/i18n/locales/vi/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "Khóa đối tượng: %s không được phép", "The provider type: %s is not supported": "Loại nhà cung cấp: %s không được hỗ trợ" }, + "the adapter": { + " %s is not found": " %s is not found" + }, + "the organization": { + " %s is not found": " %s is not found" + }, "token": { "Grant_type: %s is not supported in this application": "Loại cấp phép: %s không được hỗ trợ trong ứng dụng này", "Invalid application or wrong clientSecret": "Đơn đăng ký không hợp lệ hoặc sai clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "Tên hiển thị không thể trống", + "MFA email is enabled but email is empty": "MFA email is enabled but email is empty", + "MFA phone is enabled but phone number is empty": "MFA phone is enabled but phone number is empty", "New password cannot contain blank space.": "Mật khẩu mới không thể chứa dấu trắng." }, "user_upload": { diff --git a/i18n/locales/zh/data.json b/i18n/locales/zh/data.json index d3dfcc3b..d63caaa9 100644 --- a/i18n/locales/zh/data.json +++ b/i18n/locales/zh/data.json @@ -126,6 +126,12 @@ "The objectKey: %s is not allowed": "objectKey: %s被禁止", "The provider type: %s is not supported": "不支持的提供商类型: %s" }, + "the adapter": { + " %s is not found": " %s 未找到" + }, + "the organization": { + " %s is not found": " %s 未找到" + }, "token": { "Grant_type: %s is not supported in this application": "该应用不支持Grant_type: %s", "Invalid application or wrong clientSecret": "无效应用或错误的clientSecret", @@ -135,6 +141,8 @@ }, "user": { "Display name cannot be empty": "显示名称不可为空", + "MFA email is enabled but email is empty": "MFA邮箱已启用,但邮箱为空", + "MFA phone is enabled but phone number is empty": "MFA电话已启用,但电话号码为空", "New password cannot contain blank space.": "新密码不可以包含空格" }, "user_upload": { diff --git a/web/src/locales/ar/data.json b/web/src/locales/ar/data.json index 15de3f41..5d52a473 100644 --- a/web/src/locales/ar/data.json +++ b/web/src/locales/ar/data.json @@ -74,6 +74,7 @@ "Left": "Left", "Logged in successfully": "Logged in successfully", "Logged out successfully": "Logged out successfully", + "Multiple Choices": "Multiple Choices", "New Application": "New Application", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Signin session", "Signup items": "Signup items", "Signup items - Tooltip": "Items for users to fill in when registering new accounts", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "The application does not allow to sign up new account", @@ -123,6 +125,8 @@ "Token format - Tooltip": "The format of access token", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "You are unexpected to see this prompt page" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Payment providers to be configured, including PayPal, Alipay, WeChat Pay, etc.", "Providers": "Providers", "Providers - Tooltip": "Providers to be configured, including 3rd-party login, object storage, verification code, etc.", + "QR Code": "QR Code", "Real name": "Real name", "Records": "Records", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Forgot password?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Prompted", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Provider URL", "Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Have account?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Please accept the agreement!", "Please click the below button to sign in": "Please click the below button to sign in", diff --git a/web/src/locales/cs/data.json b/web/src/locales/cs/data.json index e7c71933..f4dbc0fc 100644 --- a/web/src/locales/cs/data.json +++ b/web/src/locales/cs/data.json @@ -74,6 +74,7 @@ "Left": "Vlevo", "Logged in successfully": "Úspěšně přihlášen", "Logged out successfully": "Úspěšně odhlášen", + "Multiple Choices": "Multiple Choices", "New Application": "Nová aplikace", "No verification": "Bez ověření", "Normal": "Normální", @@ -112,6 +113,7 @@ "Signin session": "Přihlašovací relace", "Signup items": "Položky registrace", "Signup items - Tooltip": "Položky, které uživatelé vyplňují při registraci nových účtů", + "Single Choice": "Single Choice", "Small icon": "Malá ikona", "Tags - Tooltip": "Pouze uživatelé s tagem uvedeným v tazích aplikace se mohou přihlásit", "The application does not allow to sign up new account": "Aplikace neumožňuje registraci nového účtu", @@ -123,6 +125,8 @@ "Token format - Tooltip": "Formát přístupového tokenu", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "Nečekali jste, že uvidíte tuto výzvu" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Poskytovatelé plateb, které mají být nakonfigurovány, včetně PayPal, Alipay, WeChat Pay, atd.", "Providers": "Poskytovatelé", "Providers - Tooltip": "Poskytovatelé, kteří mají být nakonfigurováni, včetně přihlášení třetích stran, objektového úložiště, ověřovacího kódu, atd.", + "QR Code": "QR Code", "Real name": "Skutečné jméno", "Records": "Záznamy", "Request URI": "Požadavek URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Rozpoznávání obličeje", "Face recognition failed": "Rozpoznávání obličeje selhalo", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Nepodařilo se získat autorizaci MetaMask", "Failed to obtain Web3-Onboard authorization": "Nepodařilo se získat autorizaci Web3-Onboard", "Forgot password?": "Zapomněli jste heslo?", @@ -831,6 +837,7 @@ "Project Id": "ID projektu", "Project Id - Tooltip": "Nápověda k ID projektu", "Prompted": "Vyzván", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "URL poskytovatele", "Provider URL - Tooltip": "URL pro konfiguraci poskytovatele služby, toto pole je pouze pro referenci a není použito v Casdoor", "Public key": "Veřejný klíč", @@ -950,6 +957,7 @@ "Have account?": "Máte účet?", "Label": "Štítek", "Label HTML": "HTML štítek", + "Options": "Options", "Placeholder": "Zástupný text", "Please accept the agreement!": "Prosím přijměte smlouvu!", "Please click the below button to sign in": "Prosím klikněte na tlačítko níže pro přihlášení", diff --git a/web/src/locales/de/data.json b/web/src/locales/de/data.json index 34a9b7e0..58b0a473 100644 --- a/web/src/locales/de/data.json +++ b/web/src/locales/de/data.json @@ -74,6 +74,7 @@ "Left": "Links", "Logged in successfully": "Erfolgreich eingeloggt", "Logged out successfully": "Erfolgreich ausgeloggt", + "Multiple Choices": "Multiple Choices", "New Application": "Neue Anwendung", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Anmeldesession", "Signup items": "Registrierungs Items", "Signup items - Tooltip": "Items, die Benutzer ausfüllen müssen, wenn sie neue Konten registrieren", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "Die Anwendung erlaubt es nicht, ein neues Konto zu registrieren", @@ -123,6 +125,8 @@ "Token format - Tooltip": "Das Format des Access-Tokens", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "Sie sind unerwartet auf diese Aufforderungsseite gelangt" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Zahlungsprovider, die konfiguriert werden müssen, inkl. PayPal, Alipay, WeChat Pay usw.", "Providers": "Provider", "Providers - Tooltip": "Provider, die konfiguriert werden müssen, einschließlich Drittanbieter-Logins, Objektspeicherung, Verifizierungscode usw.", + "QR Code": "QR Code", "Real name": "Echter Name", "Records": "Datensätze", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Passwort vergessen?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "ausgelöst", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Anbieter-URL", "Provider URL - Tooltip": "URL zur Konfiguration des Dienstanbieters, dieses Feld dient nur als Referenz und wird in Casdoor nicht verwendet", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Haben Sie ein Konto?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Bitte akzeptieren Sie die Vereinbarung!", "Please click the below button to sign in": "Bitte klicken Sie auf den untenstehenden Button, um sich anzumelden", diff --git a/web/src/locales/en/data.json b/web/src/locales/en/data.json index 8aa3518a..c154433a 100644 --- a/web/src/locales/en/data.json +++ b/web/src/locales/en/data.json @@ -74,6 +74,7 @@ "Left": "Left", "Logged in successfully": "Logged in successfully", "Logged out successfully": "Logged out successfully", + "Multiple Choices": "Multiple Choices", "New Application": "New Application", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Signin session", "Signup items": "Signup items", "Signup items - Tooltip": "Items for users to fill in when registering new accounts", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "The application does not allow to sign up new account", @@ -123,6 +125,8 @@ "Token format - Tooltip": "The format of access token", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "You are unexpected to see this prompt page" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Payment providers to be configured, including PayPal, Alipay, WeChat Pay, etc.", "Providers": "Providers", "Providers - Tooltip": "Providers to be configured, including 3rd-party login, object storage, verification code, etc.", + "QR Code": "QR Code", "Real name": "Real name", "Records": "Records", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Forgot password?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Prompted", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Provider URL", "Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Have account?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Please accept the agreement!", "Please click the below button to sign in": "Please click the below button to sign in", diff --git a/web/src/locales/es/data.json b/web/src/locales/es/data.json index 329cb566..1d09db3c 100644 --- a/web/src/locales/es/data.json +++ b/web/src/locales/es/data.json @@ -74,6 +74,7 @@ "Left": "Izquierda", "Logged in successfully": "Acceso satisfactorio", "Logged out successfully": "Cerró sesión exitosamente", + "Multiple Choices": "Multiple Choices", "New Application": "Nueva aplicación", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Sesión de inicio de sesión", "Signup items": "Artículos de registro", "Signup items - Tooltip": "Elementos para que los usuarios los completen al registrar nuevas cuentas", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "La aplicación no permite registrarse una cuenta nueva", @@ -123,6 +125,8 @@ "Token format - Tooltip": "El formato del token de acceso", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "Es inesperado ver esta página de inicio" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Proveedores de pago a configurar, incluyendo PayPal, Alipay, WeChat Pay, etc.", "Providers": "Proveedores", "Providers - Tooltip": "Proveedores a configurar, incluyendo inicio de sesión de terceros, almacenamiento de objetos, código de verificación, etc.", + "QR Code": "QR Code", "Real name": "Nombre real", "Records": "Registros", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "¿Olvidaste tu contraseña?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Estimulado", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "URL del proveedor", "Provider URL - Tooltip": "Dirección URL para configurar el proveedor de servicios, este campo sólo se utiliza como referencia y no se utiliza en Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "¿Tiene una cuenta?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "¡Por favor, acepta el acuerdo!", "Please click the below button to sign in": "Por favor, haga clic en el botón de abajo para iniciar sesión", diff --git a/web/src/locales/fa/data.json b/web/src/locales/fa/data.json index aba39068..14be20d3 100644 --- a/web/src/locales/fa/data.json +++ b/web/src/locales/fa/data.json @@ -74,6 +74,7 @@ "Left": "Left", "Logged in successfully": "Logged in successfully", "Logged out successfully": "Logged out successfully", + "Multiple Choices": "Multiple Choices", "New Application": "New Application", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Signin session", "Signup items": "Signup items", "Signup items - Tooltip": "Items for users to fill in when registering new accounts", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "The application does not allow to sign up new account", @@ -123,6 +125,8 @@ "Token format - Tooltip": "The format of access token", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "You are unexpected to see this prompt page" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Payment providers to be configured, including PayPal, Alipay, WeChat Pay, etc.", "Providers": "Providers", "Providers - Tooltip": "Providers to be configured, including 3rd-party login, object storage, verification code, etc.", + "QR Code": "QR Code", "Real name": "Real name", "Records": "Records", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Forgot password?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Prompted", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Provider URL", "Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Have account?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Please accept the agreement!", "Please click the below button to sign in": "Please click the below button to sign in", diff --git a/web/src/locales/fi/data.json b/web/src/locales/fi/data.json index 6af17d53..2a9e2eda 100644 --- a/web/src/locales/fi/data.json +++ b/web/src/locales/fi/data.json @@ -74,6 +74,7 @@ "Left": "Left", "Logged in successfully": "Logged in successfully", "Logged out successfully": "Logged out successfully", + "Multiple Choices": "Multiple Choices", "New Application": "New Application", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Signin session", "Signup items": "Signup items", "Signup items - Tooltip": "Items for users to fill in when registering new accounts", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "The application does not allow to sign up new account", @@ -123,6 +125,8 @@ "Token format - Tooltip": "The format of access token", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "You are unexpected to see this prompt page" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Payment providers to be configured, including PayPal, Alipay, WeChat Pay, etc.", "Providers": "Providers", "Providers - Tooltip": "Providers to be configured, including 3rd-party login, object storage, verification code, etc.", + "QR Code": "QR Code", "Real name": "Real name", "Records": "Records", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Forgot password?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Prompted", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Provider URL", "Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Have account?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Please accept the agreement!", "Please click the below button to sign in": "Please click the below button to sign in", diff --git a/web/src/locales/fr/data.json b/web/src/locales/fr/data.json index 88347f38..97e39245 100644 --- a/web/src/locales/fr/data.json +++ b/web/src/locales/fr/data.json @@ -74,6 +74,7 @@ "Left": "Gauche", "Logged in successfully": "Connexion réussie", "Logged out successfully": "Déconnexion réussie", + "Multiple Choices": "Multiple Choices", "New Application": "Nouvelle application", "No verification": "Aucune vérification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Session de connexion", "Signup items": "Champs d'inscription", "Signup items - Tooltip": "Champs à remplir lors de l'enregistrement de nouveaux comptes", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Seuls les comptes ayant leur étiquette listée dans les étiquettes de l'application peuvent se connecter", "The application does not allow to sign up new account": "L'application ne permet pas de créer un nouveau compte", @@ -123,6 +125,8 @@ "Token format - Tooltip": "Le format du jeton d'accès", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "Il n'était pas prévu que vous voyez cette page de saisie" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Les fournisseurs de paiement à configurer, tels que PayPal, Alipay, WeChat Pay, etc.", "Providers": "Fournisseurs", "Providers - Tooltip": "Les fournisseurs à configurer, tels que la connexion via un service tiers, le stockage d'objets, le code de vérification, etc.", + "QR Code": "QR Code", "Real name": "Nom complet", "Records": "Enregistrements", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Échec de l'obtention de l'autorisation MetaMask", "Failed to obtain Web3-Onboard authorization": "Échec de l'obtention de l'autorisation MetaMask", "Forgot password?": "Mot de passe oublié ?", @@ -831,6 +837,7 @@ "Project Id": "ID du projet", "Project Id - Tooltip": "ID du projet - Infobulle", "Prompted": "Incité", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "URL du fournisseur", "Provider URL - Tooltip": "URL pour configurer le fournisseur de services, ce champ est uniquement utilisé à titre de référence et n'est pas utilisé dans Casdoor", "Public key": "Clé publique", @@ -950,6 +957,7 @@ "Have account?": "Avez-vous un compte ?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Veuillez accepter l'accord !", "Please click the below button to sign in": "Veuillez cliquer sur le bouton ci-dessous pour vous connecter", diff --git a/web/src/locales/he/data.json b/web/src/locales/he/data.json index 6af17d53..2a9e2eda 100644 --- a/web/src/locales/he/data.json +++ b/web/src/locales/he/data.json @@ -74,6 +74,7 @@ "Left": "Left", "Logged in successfully": "Logged in successfully", "Logged out successfully": "Logged out successfully", + "Multiple Choices": "Multiple Choices", "New Application": "New Application", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Signin session", "Signup items": "Signup items", "Signup items - Tooltip": "Items for users to fill in when registering new accounts", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "The application does not allow to sign up new account", @@ -123,6 +125,8 @@ "Token format - Tooltip": "The format of access token", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "You are unexpected to see this prompt page" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Payment providers to be configured, including PayPal, Alipay, WeChat Pay, etc.", "Providers": "Providers", "Providers - Tooltip": "Providers to be configured, including 3rd-party login, object storage, verification code, etc.", + "QR Code": "QR Code", "Real name": "Real name", "Records": "Records", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Forgot password?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Prompted", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Provider URL", "Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Have account?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Please accept the agreement!", "Please click the below button to sign in": "Please click the below button to sign in", diff --git a/web/src/locales/id/data.json b/web/src/locales/id/data.json index 323a911c..c96f21e4 100644 --- a/web/src/locales/id/data.json +++ b/web/src/locales/id/data.json @@ -74,6 +74,7 @@ "Left": "Kiri", "Logged in successfully": "Berhasil masuk", "Logged out successfully": "Berhasil keluar dari sistem", + "Multiple Choices": "Multiple Choices", "New Application": "Aplikasi Baru", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Sesi masuk", "Signup items": "Item pendaftaran", "Signup items - Tooltip": "Item-item yang harus diisi pengguna saat mendaftar untuk akun baru", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "Aplikasi tidak memperbolehkan untuk mendaftar akun baru", @@ -123,6 +125,8 @@ "Token format - Tooltip": "Format dari token akses", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "Anda tidak mengharapkan untuk melihat halaman prompt ini" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Penyedia pembayaran harus dikonfigurasi, termasuk PayPal, Alipay, WeChat Pay, dan sebagainya.", "Providers": "Penyedia-penyedia", "Providers - Tooltip": "Penyedia harus dikonfigurasi, termasuk login pihak ketiga, penyimpanan objek, kode verifikasi, dan lain-lain.", + "QR Code": "QR Code", "Real name": "Nama asli", "Records": "Catatan", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Lupa kata sandi?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Mendorong", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "URL penyedia", "Provider URL - Tooltip": "URL untuk melakukan konfigurasi service provider, kolom ini hanya digunakan sebagai referensi dan tidak digunakan dalam Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Punya akun?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Tolong terima perjanjian ini!", "Please click the below button to sign in": "Silakan klik tombol di bawah ini untuk masuk", diff --git a/web/src/locales/it/data.json b/web/src/locales/it/data.json index 531260b4..0441d2c8 100644 --- a/web/src/locales/it/data.json +++ b/web/src/locales/it/data.json @@ -74,6 +74,7 @@ "Left": "Left", "Logged in successfully": "Logged in successfully", "Logged out successfully": "Logged out successfully", + "Multiple Choices": "Multiple Choices", "New Application": "New Application", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Signin session", "Signup items": "Signup items", "Signup items - Tooltip": "Items for users to fill in when registering new accounts", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "The application does not allow to sign up new account", @@ -123,6 +125,8 @@ "Token format - Tooltip": "The format of access token", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "You are unexpected to see this prompt page" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Payment providers to be configured, including PayPal, Alipay, WeChat Pay, etc.", "Providers": "Providers", "Providers - Tooltip": "Providers to be configured, including 3rd-party login, object storage, verification code, etc.", + "QR Code": "QR Code", "Real name": "Real name", "Records": "Records", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Forgot password?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Prompted", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Provider URL", "Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Have account?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Please accept the agreement!", "Please click the below button to sign in": "Please click the below button to sign in", diff --git a/web/src/locales/ja/data.json b/web/src/locales/ja/data.json index 8866f645..05880684 100644 --- a/web/src/locales/ja/data.json +++ b/web/src/locales/ja/data.json @@ -74,6 +74,7 @@ "Left": "左", "Logged in successfully": "正常にログインしました", "Logged out successfully": "正常にログアウトしました", + "Multiple Choices": "Multiple Choices", "New Application": "新しいアプリケーション", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "サインインセッション", "Signup items": "サインアップアイテム", "Signup items - Tooltip": "新しいアカウントを登録する際にユーザーが入力するアイテム", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "アプリケーションでは新しいアカウントの登録ができません", @@ -123,6 +125,8 @@ "Token format - Tooltip": "アクセストークンのフォーマット", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "このプロンプトページを見ることは予期せぬことである" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "支払いプロバイダーを設定する必要があります。これには、PayPal、Alipay、WeChat Payなどが含まれます。", "Providers": "プロバイダー", "Providers - Tooltip": "設定するプロバイダーには、サードパーティのログイン、オブジェクトストレージ、検証コードなどが含まれます。", + "QR Code": "QR Code", "Real name": "本名", "Records": "記録", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "パスワードを忘れましたか?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "促された", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "プロバイダーURL", "Provider URL - Tooltip": "サービスプロバイダーの設定用URL。このフィールドは参照用にのみ使用され、Casdoorでは使用されません", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "アカウントはありますか?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "合意に同意してください!", "Please click the below button to sign in": "以下のボタンをクリックしてログインしてください", diff --git a/web/src/locales/kk/data.json b/web/src/locales/kk/data.json index 6af17d53..2a9e2eda 100644 --- a/web/src/locales/kk/data.json +++ b/web/src/locales/kk/data.json @@ -74,6 +74,7 @@ "Left": "Left", "Logged in successfully": "Logged in successfully", "Logged out successfully": "Logged out successfully", + "Multiple Choices": "Multiple Choices", "New Application": "New Application", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Signin session", "Signup items": "Signup items", "Signup items - Tooltip": "Items for users to fill in when registering new accounts", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "The application does not allow to sign up new account", @@ -123,6 +125,8 @@ "Token format - Tooltip": "The format of access token", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "You are unexpected to see this prompt page" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Payment providers to be configured, including PayPal, Alipay, WeChat Pay, etc.", "Providers": "Providers", "Providers - Tooltip": "Providers to be configured, including 3rd-party login, object storage, verification code, etc.", + "QR Code": "QR Code", "Real name": "Real name", "Records": "Records", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Forgot password?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Prompted", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Provider URL", "Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Have account?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Please accept the agreement!", "Please click the below button to sign in": "Please click the below button to sign in", diff --git a/web/src/locales/ko/data.json b/web/src/locales/ko/data.json index a861cfa9..65f1bd03 100644 --- a/web/src/locales/ko/data.json +++ b/web/src/locales/ko/data.json @@ -74,6 +74,7 @@ "Left": "왼쪽", "Logged in successfully": "성공적으로 로그인했습니다", "Logged out successfully": "로그아웃이 성공적으로 되었습니다", + "Multiple Choices": "Multiple Choices", "New Application": "새로운 응용 프로그램", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "로그인 세션", "Signup items": "가입 항목", "Signup items - Tooltip": "새로운 계정 등록시 사용자가 작성해야하는 항목들", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "이 어플리케이션은 새 계정 등록을 허용하지 않습니다", @@ -123,6 +125,8 @@ "Token format - Tooltip": "접근 토큰의 형식", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "당신은 이 프롬프트 페이지를 볼 것을 예상하지 못했습니다" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "지불 공급자를 구성해야합니다. PayPal, Alipay, WeChat Pay 등이 포함됩니다.", "Providers": "제공자들", "Providers - Tooltip": "공급 업체는 구성되어야합니다. 3rd-party 로그인, 객체 저장소, 검증 코드 등을 포함합니다.", + "QR Code": "QR Code", "Real name": "실명", "Records": "기록", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "비밀번호를 잊으셨나요?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "자극 받은", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "제공자 URL", "Provider URL - Tooltip": "서비스 제공 업체 구성을 위한 URL이며, 이 필드는 참조 용도로만 사용되며 Casdoor에서 사용되지 않습니다", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "계정이 있나요?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "계약서를 승인해주세요!", "Please click the below button to sign in": "아래 버튼을 클릭하여 로그인하세요", diff --git a/web/src/locales/ms/data.json b/web/src/locales/ms/data.json index 6af17d53..2a9e2eda 100644 --- a/web/src/locales/ms/data.json +++ b/web/src/locales/ms/data.json @@ -74,6 +74,7 @@ "Left": "Left", "Logged in successfully": "Logged in successfully", "Logged out successfully": "Logged out successfully", + "Multiple Choices": "Multiple Choices", "New Application": "New Application", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Signin session", "Signup items": "Signup items", "Signup items - Tooltip": "Items for users to fill in when registering new accounts", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "The application does not allow to sign up new account", @@ -123,6 +125,8 @@ "Token format - Tooltip": "The format of access token", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "You are unexpected to see this prompt page" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Payment providers to be configured, including PayPal, Alipay, WeChat Pay, etc.", "Providers": "Providers", "Providers - Tooltip": "Providers to be configured, including 3rd-party login, object storage, verification code, etc.", + "QR Code": "QR Code", "Real name": "Real name", "Records": "Records", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Forgot password?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Prompted", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Provider URL", "Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Have account?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Please accept the agreement!", "Please click the below button to sign in": "Please click the below button to sign in", diff --git a/web/src/locales/nl/data.json b/web/src/locales/nl/data.json index 6af17d53..2a9e2eda 100644 --- a/web/src/locales/nl/data.json +++ b/web/src/locales/nl/data.json @@ -74,6 +74,7 @@ "Left": "Left", "Logged in successfully": "Logged in successfully", "Logged out successfully": "Logged out successfully", + "Multiple Choices": "Multiple Choices", "New Application": "New Application", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Signin session", "Signup items": "Signup items", "Signup items - Tooltip": "Items for users to fill in when registering new accounts", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "The application does not allow to sign up new account", @@ -123,6 +125,8 @@ "Token format - Tooltip": "The format of access token", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "You are unexpected to see this prompt page" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Payment providers to be configured, including PayPal, Alipay, WeChat Pay, etc.", "Providers": "Providers", "Providers - Tooltip": "Providers to be configured, including 3rd-party login, object storage, verification code, etc.", + "QR Code": "QR Code", "Real name": "Real name", "Records": "Records", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Forgot password?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Prompted", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Provider URL", "Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Have account?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Please accept the agreement!", "Please click the below button to sign in": "Please click the below button to sign in", diff --git a/web/src/locales/pl/data.json b/web/src/locales/pl/data.json index 6af17d53..2a9e2eda 100644 --- a/web/src/locales/pl/data.json +++ b/web/src/locales/pl/data.json @@ -74,6 +74,7 @@ "Left": "Left", "Logged in successfully": "Logged in successfully", "Logged out successfully": "Logged out successfully", + "Multiple Choices": "Multiple Choices", "New Application": "New Application", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Signin session", "Signup items": "Signup items", "Signup items - Tooltip": "Items for users to fill in when registering new accounts", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "The application does not allow to sign up new account", @@ -123,6 +125,8 @@ "Token format - Tooltip": "The format of access token", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "You are unexpected to see this prompt page" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Payment providers to be configured, including PayPal, Alipay, WeChat Pay, etc.", "Providers": "Providers", "Providers - Tooltip": "Providers to be configured, including 3rd-party login, object storage, verification code, etc.", + "QR Code": "QR Code", "Real name": "Real name", "Records": "Records", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Forgot password?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Prompted", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Provider URL", "Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Have account?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Please accept the agreement!", "Please click the below button to sign in": "Please click the below button to sign in", diff --git a/web/src/locales/pt/data.json b/web/src/locales/pt/data.json index fd733500..158459c0 100644 --- a/web/src/locales/pt/data.json +++ b/web/src/locales/pt/data.json @@ -74,6 +74,7 @@ "Left": "Esquerda", "Logged in successfully": "Login realizado com sucesso", "Logged out successfully": "Logout realizado com sucesso", + "Multiple Choices": "Multiple Choices", "New Application": "Nova Aplicação", "No verification": "Sem verificação", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Sessão de login", "Signup items": "Itens de registro", "Signup items - Tooltip": "Itens para os usuários preencherem ao registrar novas contas", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Apenas usuários com a tag listada nas tags do aplicativo podem acessar", "The application does not allow to sign up new account": "A aplicação não permite o registro de novas contas", @@ -123,6 +125,8 @@ "Token format - Tooltip": "O formato do token de acesso", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "Você não deveria ver esta página de prompt" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Provedores de pagamento a serem configurados, incluindo PayPal, Alipay, WeChat Pay, etc.", "Providers": "Provedores", "Providers - Tooltip": "Provedores a serem configurados, incluindo login de terceiros, armazenamento de objetos, código de verificação, etc.", + "QR Code": "QR Code", "Real name": "Nome real", "Records": "Registros", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Esqueceu a senha?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Solicitado", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "URL do Provedor", "Provider URL - Tooltip": "URL para configurar o provedor de serviço, este campo é apenas usado para referência e não é usado no Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Já possui uma conta?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Por favor, aceite o acordo!", "Please click the below button to sign in": "Por favor, clique no botão abaixo para fazer login", diff --git a/web/src/locales/ru/data.json b/web/src/locales/ru/data.json index 5357ded2..c07622d3 100644 --- a/web/src/locales/ru/data.json +++ b/web/src/locales/ru/data.json @@ -74,6 +74,7 @@ "Left": "Левый", "Logged in successfully": "Успешный вход в систему", "Logged out successfully": "Успешный выход из системы", + "Multiple Choices": "Multiple Choices", "New Application": "Новое приложение", "No verification": "Нет верификации", "Normal": "Обычный", @@ -112,6 +113,7 @@ "Signin session": "Сессия входа в систему", "Signup items": "Элементы регистрации", "Signup items - Tooltip": "Элементы, которые пользователи должны заполнить при регистрации новых аккаунтов", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Только пользователи с тегом, указанным в тегах приложения могут войти в систему", "The application does not allow to sign up new account": "Приложение не позволяет зарегистрироваться новому аккаунту", @@ -123,6 +125,8 @@ "Token format - Tooltip": "Формат токена доступа", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "Вы не ожидали увидеть эту страницу-подсказку" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Провайдеры платежей должны быть настроены, включая PayPal, Alipay, WeChat Pay и т.д.", "Providers": "Провайдеры", "Providers - Tooltip": "Провайдеры должны быть настроены, включая вход с помощью сторонних сервисов, объектное хранилище, код подтверждения и т.д.", + "QR Code": "QR Code", "Real name": "Реальное имя", "Records": "Записи", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Не удалось получить авторизацию MetaMask", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Забыли пароль?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Побудил", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "URL поставщика", "Provider URL - Tooltip": "URL для настройки поставщика услуг, это поле используется только для ссылки и не используется в Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "У вас есть аккаунт?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Пожалуйста, примите соглашение!", "Please click the below button to sign in": "Пожалуйста, нажмите на кнопку ниже, чтобы авторизоваться", diff --git a/web/src/locales/sk/data.json b/web/src/locales/sk/data.json index 1a2b50f8..4f8d5100 100644 --- a/web/src/locales/sk/data.json +++ b/web/src/locales/sk/data.json @@ -74,6 +74,7 @@ "Left": "Vľavo", "Logged in successfully": "Úspešne prihlásený", "Logged out successfully": "Úspešne odhlásený", + "Multiple Choices": "Multiple Choices", "New Application": "Nová aplikácia", "No verification": "Bez overenia", "Normal": "Normálny", @@ -112,6 +113,7 @@ "Signin session": "Relácia prihlásenia", "Signup items": "Položky registrácie", "Signup items - Tooltip": "Položky, ktoré majú používatelia vyplniť pri registrácii nových účtov", + "Single Choice": "Single Choice", "Small icon": "Malá ikona", "Tags - Tooltip": "Prihlásiť sa môžu iba používatelia s tagom uvedeným v tagoch aplikácie", "The application does not allow to sign up new account": "Aplikácia neumožňuje vytvoriť nový účet", @@ -123,6 +125,8 @@ "Token format - Tooltip": "Formát prístupového tokenu", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "Neočekávali ste, že uvidíte túto výzvu" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Poskytovatelia platieb na konfiguráciu, vrátane PayPal, Alipay, WeChat Pay atď.", "Providers": "Poskytovatelia", "Providers - Tooltip": "Poskytovatelia na konfiguráciu, vrátane prihlásenia cez tretie strany, ukladania objektov, overovacích kódov atď.", + "QR Code": "QR Code", "Real name": "Skutočné meno", "Records": "Záznamy", "Request URI": "URI požiadavky", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Rozpoznávanie tváre", "Face recognition failed": "Zlyhalo rozpoznávanie tváre", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Nepodarilo sa získať autorizáciu MetaMask", "Failed to obtain Web3-Onboard authorization": "Nepodarilo sa získať autorizáciu Web3-Onboard", "Forgot password?": "Zabudli ste heslo?", @@ -831,6 +837,7 @@ "Project Id": "ID projektu", "Project Id - Tooltip": "ID projektu", "Prompted": "Vyžiadané", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "URL poskytovateľa", "Provider URL - Tooltip": "URL na konfiguráciu poskytovateľa služby, toto pole sa používa len na referenciu a v Casdoor sa nepoužíva", "Public key": "Verejný kľúč", @@ -950,6 +957,7 @@ "Have account?": "Máte účet?", "Label": "Štítok", "Label HTML": "HTML štítok", + "Options": "Options", "Placeholder": "Miesto na vyplnenie", "Please accept the agreement!": "Prosím, akceptujte dohodu!", "Please click the below button to sign in": "Prosím, kliknite na nižšie uvedené tlačidlo na prihlásenie", diff --git a/web/src/locales/sv/data.json b/web/src/locales/sv/data.json index 6af17d53..2a9e2eda 100644 --- a/web/src/locales/sv/data.json +++ b/web/src/locales/sv/data.json @@ -74,6 +74,7 @@ "Left": "Left", "Logged in successfully": "Logged in successfully", "Logged out successfully": "Logged out successfully", + "Multiple Choices": "Multiple Choices", "New Application": "New Application", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Signin session", "Signup items": "Signup items", "Signup items - Tooltip": "Items for users to fill in when registering new accounts", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "The application does not allow to sign up new account", @@ -123,6 +125,8 @@ "Token format - Tooltip": "The format of access token", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "You are unexpected to see this prompt page" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Payment providers to be configured, including PayPal, Alipay, WeChat Pay, etc.", "Providers": "Providers", "Providers - Tooltip": "Providers to be configured, including 3rd-party login, object storage, verification code, etc.", + "QR Code": "QR Code", "Real name": "Real name", "Records": "Records", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Forgot password?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Prompted", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Provider URL", "Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Have account?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Please accept the agreement!", "Please click the below button to sign in": "Please click the below button to sign in", diff --git a/web/src/locales/tr/data.json b/web/src/locales/tr/data.json index f687d1f7..becc0702 100644 --- a/web/src/locales/tr/data.json +++ b/web/src/locales/tr/data.json @@ -74,6 +74,7 @@ "Left": "Sol", "Logged in successfully": "Başarıyla giriş yapıldı", "Logged out successfully": "Başarıyla çıkış yapıldı", + "Multiple Choices": "Multiple Choices", "New Application": "New Application", "No verification": "No verification", "Normal": "Normal", @@ -112,6 +113,7 @@ "Signin session": "Signin session", "Signup items": "Signup items", "Signup items - Tooltip": "Items for users to fill in when registering new accounts", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "The application does not allow to sign up new account", @@ -123,6 +125,8 @@ "Token format - Tooltip": "The format of access token", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "You are unexpected to see this prompt page" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Payment providers to be configured, including PayPal, Alipay, WeChat Pay, etc.", "Providers": "Providers", "Providers - Tooltip": "Providers to be configured, including 3rd-party login, object storage, verification code, etc.", + "QR Code": "QR Code", "Real name": "Gerçek isim", "Records": "Records", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Metamask yetkilendirmesi başarısız", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Şifrenizi mi unuttunuz?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Prompted", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Provider URL", "Provider URL - Tooltip": "URL for configuring the service provider, this field is only used for reference and is not used in Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Zaten bir hesabınız var mı?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Lütfen, kullanım koşullarını kabul ediniz", "Please click the below button to sign in": "Please click the below button to sign in", diff --git a/web/src/locales/uk/data.json b/web/src/locales/uk/data.json index 55043689..c2232a45 100644 --- a/web/src/locales/uk/data.json +++ b/web/src/locales/uk/data.json @@ -74,6 +74,7 @@ "Left": "Ліворуч", "Logged in successfully": "Успішно ввійшли", "Logged out successfully": "Успішно вийшов", + "Multiple Choices": "Multiple Choices", "New Application": "Нова заявка", "No verification": "Без підтвердження", "Normal": "нормальний", @@ -112,6 +113,7 @@ "Signin session": "Сеанс входу", "Signup items": "Пункти реєстрації", "Signup items - Tooltip": "Пункти, які користувачі повинні заповнити під час реєстрації нових облікових записів", + "Single Choice": "Single Choice", "Small icon": "Маленький значок", "Tags - Tooltip": "Увійти можуть лише користувачі з тегом, указаним у тегах програми", "The application does not allow to sign up new account": "Програма не дозволяє зареєструвати новий обліковий запис", @@ -123,6 +125,8 @@ "Token format - Tooltip": "Формат маркера доступу", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "Ви неочікувано побачите цю сторінку запиту" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Платіжні постачальники, які потрібно налаштувати, зокрема PayPal, Alipay, WeChat Pay тощо.", "Providers": "Провайдери", "Providers - Tooltip": "Постачальники, які потрібно налаштувати, включаючи вхід сторонніх розробників, зберігання об’єктів, код підтвердження тощо.", + "QR Code": "QR Code", "Real name": "Справжнє ім'я", "Records": "Записи", "Request URI": "URI запиту", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Розпізнавання обличчя", "Face recognition failed": "Помилка розпізнавання обличчя", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Не вдалося отримати авторизацію MetaMask", "Failed to obtain Web3-Onboard authorization": "Не вдалося отримати авторизацію Web3-Onboard", "Forgot password?": "Забули пароль?", @@ -831,6 +837,7 @@ "Project Id": "Ідентифікатор проекту", "Project Id - Tooltip": "Ідентифікатор проекту – підказка", "Prompted": "Запропоновано", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "URL-адреса постачальника", "Provider URL - Tooltip": "URL-адреса для налаштування постачальника послуг, це поле використовується лише для довідки та не використовується в Casdoor", "Public key": "Відкритий ключ", @@ -950,6 +957,7 @@ "Have account?": "Є акаунт?", "Label": "Мітка", "Label HTML": "Мітка HTML", + "Options": "Options", "Placeholder": "Заповнювач", "Please accept the agreement!": "Будь ласка, прийміть угоду!", "Please click the below button to sign in": "Натисніть кнопку нижче, щоб увійти", diff --git a/web/src/locales/vi/data.json b/web/src/locales/vi/data.json index 5f313175..cdb1f739 100644 --- a/web/src/locales/vi/data.json +++ b/web/src/locales/vi/data.json @@ -74,6 +74,7 @@ "Left": "Trái", "Logged in successfully": "Đăng nhập thành công", "Logged out successfully": "Đã đăng xuất thành công", + "Multiple Choices": "Multiple Choices", "New Application": "Ứng dụng mới", "No verification": "Không xác minh", "Normal": "Bình thường", @@ -112,6 +113,7 @@ "Signin session": "Phiên đăng nhập", "Signup items": "Các mục đăng ký", "Signup items - Tooltip": "Các thông tin cần được người dùng điền khi đăng ký tài khoản mới", + "Single Choice": "Single Choice", "Small icon": "Small icon", "Tags - Tooltip": "Only users with the tag that is listed in the application tags can login", "The application does not allow to sign up new account": "Ứng dụng không cho phép đăng ký tài khoản mới", @@ -123,6 +125,8 @@ "Token format - Tooltip": "Định dạng của mã thông báo truy cập", "Token signing method": "Token signing method", "Token signing method - Tooltip": "Signing method of JWT token, needs to be the same algorithm as the certificate", + "Use Email as NameID": "Use Email as NameID", + "Use Email as NameID - Tooltip": "Use Email as NameID - Tooltip", "You are unexpected to see this prompt page": "Bạn không mong đợi thấy trang này hiện lên" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "Cung cấp thanh toán được cấu hình, bao gồm PayPal, Alipay, WeChat Pay, vv.", "Providers": "Nhà cung cấp", "Providers - Tooltip": "Các nhà cung cấp phải được cấu hình, bao gồm đăng nhập bên thứ ba, lưu trữ đối tượng, mã xác minh, v.v.", + "QR Code": "QR Code", "Real name": "Tên thật", "Records": "Hồ sơ", "Request URI": "Request URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "Face Recognition", "Face recognition failed": "Face recognition failed", + "Failed to log out": "Failed to log out", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Forgot password?": "Quên mật khẩu?", @@ -831,6 +837,7 @@ "Project Id": "Project Id", "Project Id - Tooltip": "Project Id - Tooltip", "Prompted": "Thúc đẩy", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "Địa chỉ URL nhà cung cấp", "Provider URL - Tooltip": "URL để cấu hình nhà cung cấp dịch vụ, trường này chỉ được sử dụng để tham khảo và không được sử dụng trong Casdoor", "Public key": "Public key", @@ -950,6 +957,7 @@ "Have account?": "Có tài khoản không?", "Label": "Label", "Label HTML": "Label HTML", + "Options": "Options", "Placeholder": "Placeholder", "Please accept the agreement!": "Vui lòng chấp nhận thỏa thuận!", "Please click the below button to sign in": "Xin vui lòng nhấn vào nút bên dưới để đăng nhập", diff --git a/web/src/locales/zh/data.json b/web/src/locales/zh/data.json index 92cd96fa..450cdd7d 100644 --- a/web/src/locales/zh/data.json +++ b/web/src/locales/zh/data.json @@ -74,6 +74,7 @@ "Left": "居左", "Logged in successfully": "登录成功", "Logged out successfully": "登出成功", + "Multiple Choices": "多选", "New Application": "添加应用", "No verification": "不校验", "Normal": "标准", @@ -112,6 +113,7 @@ "Signin session": "保持登录会话", "Signup items": "注册项", "Signup items - Tooltip": "注册用户注册时需要填写的项目", + "Single Choice": "单选", "Small icon": "小图标", "Tags - Tooltip": "用户的标签在应用的标签集合中时,用户才可以登录该应用", "The application does not allow to sign up new account": "该应用不允许注册新账户", @@ -123,6 +125,8 @@ "Token format - Tooltip": "Access Token格式", "Token signing method": "Token签名算法", "Token signing method - Tooltip": "JWT token的签名算法,需要与证书算法相匹配", + "Use Email as NameID": "使用邮箱作为NameID", + "Use Email as NameID - Tooltip": "使用邮箱作为NameID - Tooltip", "You are unexpected to see this prompt page": "错误:该提醒页面不应出现" }, "cert": { @@ -334,6 +338,7 @@ "Provider - Tooltip": "需要配置的支付提供商,包括PayPal、支付宝、微信支付等", "Providers": "提供商", "Providers - Tooltip": "需要配置的提供商,包括第三方登录、对象存储、验证码等", + "QR Code": "二维码", "Real name": "姓名", "Records": "日志", "Request URI": "请求URI", @@ -478,6 +483,7 @@ "Face ID": "Face ID", "Face Recognition": "人脸识别", "Face recognition failed": "人脸识别失败", + "Failed to log out": "注销失败", "Failed to obtain MetaMask authorization": "获取MetaMask授权失败", "Failed to obtain Web3-Onboard authorization": "获取 Web3-Onboard 授权失败", "Forgot password?": "忘记密码?", @@ -831,6 +837,7 @@ "Project Id": "项目 Id", "Project Id - Tooltip": "项目 Id - 工具提示", "Prompted": "注册后提醒绑定", + "Provider - Tooltip": "Provider - Tooltip", "Provider URL": "提供商URL", "Provider URL - Tooltip": "提供商网址配置对应的URL,该字段仅用来方便跳转,在Casdoor平台中未使用", "Public key": "公钥", @@ -950,6 +957,7 @@ "Have account?": "已有账号?", "Label": "标签", "Label HTML": "标签HTML", + "Options": "选项", "Placeholder": "占位符", "Please accept the agreement!": "请先同意用户协议!", "Please click the below button to sign in": "请点击下方按钮登录",