feat: improve handleCameraError() and camera call logic (#2809)

add i18n for face recognition
This commit is contained in:
HGZ-20
2024-03-16 22:52:57 +08:00
committed by GitHub
parent fd0bcd9a17
commit 04f0458b5c
49 changed files with 429 additions and 27 deletions

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "Die Anmeldeart \"Anmeldung mit Passwort\" ist für die Anwendung nicht aktiviert", "The login method: login with password is not enabled for the application": "Die Anmeldeart \"Anmeldung mit Passwort\" ist für die Anwendung nicht aktiviert",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "Der Anbieter: %s ist nicht für die Anwendung aktiviert", "The provider: %s is not enabled for the application": "Der Anbieter: %s ist nicht für die Anwendung aktiviert",
@ -38,6 +39,8 @@
"Email cannot be empty": "E-Mail darf nicht leer sein", "Email cannot be empty": "E-Mail darf nicht leer sein",
"Email is invalid": "E-Mail ist ungültig", "Email is invalid": "E-Mail ist ungültig",
"Empty username.": "Leerer Benutzername.", "Empty username.": "Leerer Benutzername.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "Vorname darf nicht leer sein", "FirstName cannot be blank": "Vorname darf nicht leer sein",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "El método de inicio de sesión: inicio de sesión con contraseña no está habilitado para la aplicación", "The login method: login with password is not enabled for the application": "El método de inicio de sesión: inicio de sesión con contraseña no está habilitado para la aplicación",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "El proveedor: %s no está habilitado para la aplicación", "The provider: %s is not enabled for the application": "El proveedor: %s no está habilitado para la aplicación",
@ -38,6 +39,8 @@
"Email cannot be empty": "El correo electrónico no puede estar vacío", "Email cannot be empty": "El correo electrónico no puede estar vacío",
"Email is invalid": "El correo electrónico no es válido", "Email is invalid": "El correo electrónico no es válido",
"Empty username.": "Nombre de usuario vacío.", "Empty username.": "Nombre de usuario vacío.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "El nombre no puede estar en blanco", "FirstName cannot be blank": "El nombre no puede estar en blanco",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "La méthode de connexion : connexion avec mot de passe n'est pas activée pour l'application", "The login method: login with password is not enabled for the application": "La méthode de connexion : connexion avec mot de passe n'est pas activée pour l'application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "Le fournisseur :%s n'est pas activé pour l'application", "The provider: %s is not enabled for the application": "Le fournisseur :%s n'est pas activé pour l'application",
@ -38,6 +39,8 @@
"Email cannot be empty": "L'e-mail ne peut pas être vide", "Email cannot be empty": "L'e-mail ne peut pas être vide",
"Email is invalid": "L'adresse e-mail est invalide", "Email is invalid": "L'adresse e-mail est invalide",
"Empty username.": "Nom d'utilisateur vide.", "Empty username.": "Nom d'utilisateur vide.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "Le prénom ne peut pas être laissé vide", "FirstName cannot be blank": "Le prénom ne peut pas être laissé vide",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "Metode login: login dengan kata sandi tidak diaktifkan untuk aplikasi tersebut", "The login method: login with password is not enabled for the application": "Metode login: login dengan kata sandi tidak diaktifkan untuk aplikasi tersebut",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "Penyedia: %s tidak diaktifkan untuk aplikasi ini", "The provider: %s is not enabled for the application": "Penyedia: %s tidak diaktifkan untuk aplikasi ini",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email tidak boleh kosong", "Email cannot be empty": "Email tidak boleh kosong",
"Email is invalid": "Email tidak valid", "Email is invalid": "Email tidak valid",
"Empty username.": "Nama pengguna kosong.", "Empty username.": "Nama pengguna kosong.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "Nama depan tidak boleh kosong", "FirstName cannot be blank": "Nama depan tidak boleh kosong",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "ログイン方法:パスワードでのログインはアプリケーションで有効になっていません", "The login method: login with password is not enabled for the application": "ログイン方法:パスワードでのログインはアプリケーションで有効になっていません",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "プロバイダー:%sはアプリケーションでは有効化されていません", "The provider: %s is not enabled for the application": "プロバイダー:%sはアプリケーションでは有効化されていません",
@ -38,6 +39,8 @@
"Email cannot be empty": "メールが空白にできません", "Email cannot be empty": "メールが空白にできません",
"Email is invalid": "電子メールは無効です", "Email is invalid": "電子メールは無効です",
"Empty username.": "空のユーザー名。", "Empty username.": "空のユーザー名。",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "ファーストネームは空白にできません", "FirstName cannot be blank": "ファーストネームは空白にできません",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "어플리케이션에서는 암호를 사용한 로그인 방법이 활성화되어 있지 않습니다", "The login method: login with password is not enabled for the application": "어플리케이션에서는 암호를 사용한 로그인 방법이 활성화되어 있지 않습니다",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "제공자 %s은(는) 응용 프로그램에서 활성화되어 있지 않습니다", "The provider: %s is not enabled for the application": "제공자 %s은(는) 응용 프로그램에서 활성화되어 있지 않습니다",
@ -38,6 +39,8 @@
"Email cannot be empty": "이메일은 비어 있을 수 없습니다", "Email cannot be empty": "이메일은 비어 있을 수 없습니다",
"Email is invalid": "이메일이 유효하지 않습니다", "Email is invalid": "이메일이 유효하지 않습니다",
"Empty username.": "빈 사용자 이름.", "Empty username.": "빈 사용자 이름.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "이름은 공백일 수 없습니다", "FirstName cannot be blank": "이름은 공백일 수 없습니다",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "Метод входа: вход с паролем не включен для приложения", "The login method: login with password is not enabled for the application": "Метод входа: вход с паролем не включен для приложения",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "Провайдер: %s не включен для приложения", "The provider: %s is not enabled for the application": "Провайдер: %s не включен для приложения",
@ -38,6 +39,8 @@
"Email cannot be empty": "Электронная почта не может быть пустой", "Email cannot be empty": "Электронная почта не может быть пустой",
"Email is invalid": "Адрес электронной почты недействительный", "Email is invalid": "Адрес электронной почты недействительный",
"Empty username.": "Пустое имя пользователя.", "Empty username.": "Пустое имя пользователя.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "Имя не может быть пустым", "FirstName cannot be blank": "Имя не может быть пустым",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application", "The login method: login with password is not enabled for the application": "The login method: login with password is not enabled for the application",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application", "The provider: %s is not enabled for the application": "The provider: %s is not enabled for the application",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email is invalid": "Email is invalid", "Email is invalid": "Email is invalid",
"Empty username.": "Empty username.", "Empty username.": "Empty username.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "FirstName cannot be blank", "FirstName cannot be blank": "FirstName cannot be blank",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application", "The login method: login with LDAP is not enabled for the application": "The login method: login with LDAP is not enabled for the application",
"The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application", "The login method: login with SMS is not enabled for the application": "The login method: login with SMS is not enabled for the application",
"The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application", "The login method: login with email is not enabled for the application": "The login method: login with email is not enabled for the application",
"The login method: login with face is not enabled for the application": "The login method: login with face is not enabled for the application",
"The login method: login with password is not enabled for the application": "Phương thức đăng nhập: đăng nhập bằng mật khẩu không được kích hoạt cho ứng dụng", "The login method: login with password is not enabled for the application": "Phương thức đăng nhập: đăng nhập bằng mật khẩu không được kích hoạt cho ứng dụng",
"The organization: %s does not exist": "The organization: %s does not exist", "The organization: %s does not exist": "The organization: %s does not exist",
"The provider: %s is not enabled for the application": "Nhà cung cấp: %s không được kích hoạt cho ứng dụng", "The provider: %s is not enabled for the application": "Nhà cung cấp: %s không được kích hoạt cho ứng dụng",
@ -38,6 +39,8 @@
"Email cannot be empty": "Email không thể để trống", "Email cannot be empty": "Email không thể để trống",
"Email is invalid": "Địa chỉ email không hợp lệ", "Email is invalid": "Địa chỉ email không hợp lệ",
"Empty username.": "Tên đăng nhập trống.", "Empty username.": "Tên đăng nhập trống.",
"Face data does not exist, cannot log in": "Face data does not exist, cannot log in",
"Face data mismatch": "Face data mismatch",
"FirstName cannot be blank": "Tên không được để trống", "FirstName cannot be blank": "Tên không được để trống",
"Invitation code cannot be blank": "Invitation code cannot be blank", "Invitation code cannot be blank": "Invitation code cannot be blank",
"Invitation code exhausted": "Invitation code exhausted", "Invitation code exhausted": "Invitation code exhausted",

View File

@ -18,6 +18,7 @@
"The login method: login with LDAP is not enabled for the application": "该应用禁止采用LDAP登录方式", "The login method: login with LDAP is not enabled for the application": "该应用禁止采用LDAP登录方式",
"The login method: login with SMS is not enabled for the application": "该应用禁止采用短信登录方式", "The login method: login with SMS is not enabled for the application": "该应用禁止采用短信登录方式",
"The login method: login with email is not enabled for the application": "该应用禁止采用邮箱登录方式", "The login method: login with email is not enabled for the application": "该应用禁止采用邮箱登录方式",
"The login method: login with face is not enabled for the application": "该应用禁止采用人脸登录",
"The login method: login with password is not enabled for the application": "该应用禁止采用密码登录方式", "The login method: login with password is not enabled for the application": "该应用禁止采用密码登录方式",
"The organization: %s does not exist": "组织: %s 不存在", "The organization: %s does not exist": "组织: %s 不存在",
"The provider: %s is not enabled for the application": "该应用的提供商: %s未被启用", "The provider: %s is not enabled for the application": "该应用的提供商: %s未被启用",
@ -38,6 +39,8 @@
"Email cannot be empty": "邮箱不可为空", "Email cannot be empty": "邮箱不可为空",
"Email is invalid": "无效邮箱", "Email is invalid": "无效邮箱",
"Empty username.": "用户名不可为空", "Empty username.": "用户名不可为空",
"Face data does not exist, cannot log in": "未录入人脸数据,无法登录",
"Face data mismatch": "人脸不匹配",
"FirstName cannot be blank": "名不可以为空", "FirstName cannot be blank": "名不可以为空",
"Invitation code cannot be blank": "邀请码不能为空", "Invitation code cannot be blank": "邀请码不能为空",
"Invitation code exhausted": "邀请码使用次数已耗尽", "Invitation code exhausted": "邀请码使用次数已耗尽",

View File

@ -51,8 +51,7 @@
"react-metamask-avatar": "^1.2.1", "react-metamask-avatar": "^1.2.1",
"react-router-dom": "^5.3.3", "react-router-dom": "^5.3.3",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"react-social-login-buttons": "^3.4.0", "react-social-login-buttons": "^3.4.0"
"react-webcam": "^7.2.0"
}, },
"scripts": { "scripts": {
"start": "cross-env PORT=7001 craco start", "start": "cross-env PORT=7001 craco start",

View File

@ -14,17 +14,18 @@
import * as faceapi from "face-api.js"; import * as faceapi from "face-api.js";
import React, {useState} from "react"; import React, {useState} from "react";
import Webcam from "react-webcam";
import {Button, Modal, Progress, Spin, message} from "antd"; import {Button, Modal, Progress, Spin, message} from "antd";
import i18next from "i18next"; import i18next from "i18next";
const FaceRecognitionModal = (props) => { const FaceRecognitionModal = (props) => {
const {visible, onOk, onCancel} = props; const {visible, onOk, onCancel} = props;
const [modelsLoaded, setModelsLoaded] = React.useState(false); const [modelsLoaded, setModelsLoaded] = React.useState(false);
const [isCameraCaptured, setIsCameraCaptured] = useState(false);
const webcamRef = React.useRef(); const videoRef = React.useRef();
const canvasRef = React.useRef(); const canvasRef = React.useRef();
const detection = React.useRef(null); const detection = React.useRef(null);
const mediaStreamRef = React.useRef(null);
const [percent, setPercent] = useState(0); const [percent, setPercent] = useState(0);
React.useEffect(() => { React.useEffect(() => {
@ -51,26 +52,58 @@ const FaceRecognitionModal = (props) => {
React.useEffect(() => { React.useEffect(() => {
if (visible) { if (visible) {
setPercent(0); setPercent(0);
if (modelsLoaded && webcamRef.current?.video) { if (modelsLoaded) {
handleStreamVideo(null); navigator.mediaDevices
.getUserMedia({video: {facingMode: "user"}})
.then((stream) => {
mediaStreamRef.current = stream;
setIsCameraCaptured(true);
}).catch((error) => {
handleCameraError(error);
});
} }
} else { } else {
clearInterval(detection.current); clearInterval(detection.current);
detection.current = null; detection.current = null;
setIsCameraCaptured(false);
} }
return () => { return () => {
clearInterval(detection.current); clearInterval(detection.current);
detection.current = null; detection.current = null;
setIsCameraCaptured(false);
}; };
}, [visible]); }, [visible, modelsLoaded]);
const handleStreamVideo = (e) => { React.useEffect(() => {
if (isCameraCaptured) {
let count = 0;
const interval = setInterval(() => {
count++;
if (videoRef.current) {
videoRef.current.srcObject = mediaStreamRef.current;
videoRef.current.play();
clearInterval(interval);
}
if (count >= 30) {
clearInterval(interval);
onCancel();
}
}, 100);
} else {
mediaStreamRef.current?.getTracks().forEach(track => track.stop());
if (videoRef.current) {
videoRef.current.srcObject = null;
}
}
}, [isCameraCaptured]);
const handleStreamVideo = () => {
let count = 0; let count = 0;
let goodCount = 0; let goodCount = 0;
if (!detection.current) { if (!detection.current) {
detection.current = setInterval(async() => { detection.current = setInterval(async() => {
if (modelsLoaded && webcamRef.current?.video && visible) { if (modelsLoaded && videoRef.current && visible) {
const faces = await faceapi.detectAllFaces(webcamRef.current.video, new faceapi.TinyFaceDetectorOptions()).withFaceLandmarks().withFaceDescriptors(); const faces = await faceapi.detectAllFaces(videoRef.current, new faceapi.TinyFaceDetectorOptions()).withFaceLandmarks().withFaceDescriptors();
count++; count++;
if (count % 50 === 0) { if (count % 50 === 0) {
@ -99,11 +132,19 @@ const FaceRecognitionModal = (props) => {
}; };
const handleCameraError = (error) => { const handleCameraError = (error) => {
// https://github.com/mozmorris/react-webcam/issues/272 onCancel();
if (error.message.includes("device not found")) { if (error instanceof DOMException) {
message.error(i18next.t("login:You need to have a camera device to login with Face ID")); if (error.name === "NotFoundError" || error.name === "DevicesNotFoundError") {
} else { message.error(i18next.t("login:Please ensure that you have a camera device for facial recognition"));
message.error(error.message); } else if (error.name === "NotAllowedError" || error.name === "PermissionDeniedError") {
message.error(i18next.t("login:Please provide permission to access the camera"));
} else if (error.name === "NotReadableError" || error.name === "TrackStartError") {
message.error(i18next.t("login:The camera is currently in use by another webpage"));
} else if (error.name === "TypeError") {
message.error(i18next.t("login:Please load the webpage using HTTPS, otherwise the camera cannot be accessed"));
} else {
message.error(error.message);
}
} }
}; };
@ -112,7 +153,8 @@ const FaceRecognitionModal = (props) => {
<Modal <Modal
closable={false} closable={false}
maskClosable={false} maskClosable={false}
open={visible} destroyOnClose={true}
open={visible && isCameraCaptured}
title={i18next.t("login:Face Recognition")} title={i18next.t("login:Face Recognition")}
width={350} width={350}
footer={[ footer={[
@ -126,11 +168,9 @@ const FaceRecognitionModal = (props) => {
{ {
modelsLoaded ? modelsLoaded ?
<div style={{display: "flex", justifyContent: "center", alignContent: "center"}}> <div style={{display: "flex", justifyContent: "center", alignContent: "center"}}>
<Webcam <video
ref={webcamRef} ref={videoRef}
videoConstraints={{facingMode: "user"}} onPlay={handleStreamVideo}
onUserMedia={handleStreamVideo}
onUserMediaError={handleCameraError}
style={{ style={{
borderRadius: "50%", borderRadius: "50%",
height: "220px", height: "220px",
@ -138,7 +178,7 @@ const FaceRecognitionModal = (props) => {
width: "220px", width: "220px",
objectFit: "cover", objectFit: "cover",
}} }}
></Webcam> ></video>
<div style={{ <div style={{
position: "absolute", position: "absolute",
width: "240px", width: "240px",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"Failed to connect to server": "Failed to connect to server", "Failed to connect to server": "Failed to connect to server",
"Failed to delete": "Failed to delete", "Failed to delete": "Failed to delete",
@ -460,6 +462,9 @@
"Continue with": "Continue with", "Continue with": "Continue with",
"Email": "Email", "Email": "Email",
"Email or phone": "Email or phone", "Email or phone": "Email or phone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Forgot password?", "Forgot password?": "Forgot password?",
@ -469,9 +474,12 @@
"Logging out...": "Logging out...", "Logging out...": "Logging out...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "No account?", "No account?": "No account?",
"Or sign in with another account": "Or sign in with another account", "Or sign in with another account": "Or sign in with another account",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Please input your Email or Phone!", "Please input your Email or Phone!": "Please input your Email or Phone!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Please input your code!", "Please input your code!": "Please input your code!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Please input your password!", "Please input your password!": "Please input your password!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Sign in with {type}", "Sign in with {type}": "Sign in with {type}",
"Signing in...": "Signing in...", "Signing in...": "Signing in...",
"Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials", "Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "The input is not valid Email or phone number!", "The input is not valid Email or phone number!": "The input is not valid Email or phone number!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully", "Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Tabellenname des Policy Stores", "Adapter - Tooltip": "Tabellenname des Policy Stores",
"Adapters": "Adapter", "Adapters": "Adapter",
"Add": "Hinzufügen", "Add": "Hinzufügen",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Zugehörigkeits-URL", "Affiliation URL": "Zugehörigkeits-URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Fehler beim hinzufügen", "Failed to add": "Fehler beim hinzufügen",
"Failed to connect to server": "Die Verbindung zum Server konnte nicht hergestellt werden", "Failed to connect to server": "Die Verbindung zum Server konnte nicht hergestellt werden",
"Failed to delete": "Konnte nicht gelöscht werden", "Failed to delete": "Konnte nicht gelöscht werden",
@ -460,6 +462,9 @@
"Continue with": "Weitermachen mit", "Continue with": "Weitermachen mit",
"Email": "Email", "Email": "Email",
"Email or phone": "E-Mail oder Telefon", "Email or phone": "E-Mail oder Telefon",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Passwort vergessen?", "Forgot password?": "Passwort vergessen?",
@ -469,9 +474,12 @@
"Logging out...": "Ausloggen...", "Logging out...": "Ausloggen...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "Kein Konto?", "No account?": "Kein Konto?",
"Or sign in with another account": "Oder mit einem anderen Konto anmelden", "Or sign in with another account": "Oder mit einem anderen Konto anmelden",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Bitte geben Sie Ihre E-Mail oder Telefonnummer ein!", "Please input your Email or Phone!": "Bitte geben Sie Ihre E-Mail oder Telefonnummer ein!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Bitte geben Sie Ihren Code ein!", "Please input your code!": "Bitte geben Sie Ihren Code ein!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Bitte geben Sie Ihr Passwort ein!", "Please input your password!": "Bitte geben Sie Ihr Passwort ein!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Melden Sie sich mit {type} an", "Sign in with {type}": "Melden Sie sich mit {type} an",
"Signing in...": "Anmelden...", "Signing in...": "Anmelden...",
"Successfully logged in with WebAuthn credentials": "Erfolgreich mit WebAuthn-Anmeldeinformationen angemeldet", "Successfully logged in with WebAuthn credentials": "Erfolgreich mit WebAuthn-Anmeldeinformationen angemeldet",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "Die Eingabe ist keine gültige E-Mail-Adresse oder Telefonnummer!", "The input is not valid Email or phone number!": "Die Eingabe ist keine gültige E-Mail-Adresse oder Telefonnummer!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "E-Mail darf nicht leer sein", "Email cannot be empty": "E-Mail darf nicht leer sein",
"Email/phone reset successfully": "E-Mail-/Telefon-Zurücksetzung erfolgreich durchgeführt", "Email/phone reset successfully": "E-Mail-/Telefon-Zurücksetzung erfolgreich durchgeführt",
"Empty input!": "Leere Eingabe!", "Empty input!": "Leere Eingabe!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Startseite des Benutzers", "Homepage": "Startseite des Benutzers",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"Failed to connect to server": "Failed to connect to server", "Failed to connect to server": "Failed to connect to server",
"Failed to delete": "Failed to delete", "Failed to delete": "Failed to delete",
@ -460,6 +462,9 @@
"Continue with": "Continue with", "Continue with": "Continue with",
"Email": "Email", "Email": "Email",
"Email or phone": "Email or phone", "Email or phone": "Email or phone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Forgot password?", "Forgot password?": "Forgot password?",
@ -469,9 +474,12 @@
"Logging out...": "Logging out...", "Logging out...": "Logging out...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "No account?", "No account?": "No account?",
"Or sign in with another account": "Or sign in with another account", "Or sign in with another account": "Or sign in with another account",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Please input your Email or Phone!", "Please input your Email or Phone!": "Please input your Email or Phone!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Please input your code!", "Please input your code!": "Please input your code!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Please input your password!", "Please input your password!": "Please input your password!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Sign in with {type}", "Sign in with {type}": "Sign in with {type}",
"Signing in...": "Signing in...", "Signing in...": "Signing in...",
"Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials", "Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "The input is not valid Email or phone number!", "The input is not valid Email or phone number!": "The input is not valid Email or phone number!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully", "Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Nombre de la tabla de la tienda de políticas", "Adapter - Tooltip": "Nombre de la tabla de la tienda de políticas",
"Adapters": "Adaptadores", "Adapters": "Adaptadores",
"Add": "Añadir", "Add": "Añadir",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "URL de afiliación", "Affiliation URL": "URL de afiliación",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "No se pudo agregar", "Failed to add": "No se pudo agregar",
"Failed to connect to server": "No se pudo conectar al servidor", "Failed to connect to server": "No se pudo conectar al servidor",
"Failed to delete": "No se pudo eliminar", "Failed to delete": "No se pudo eliminar",
@ -460,6 +462,9 @@
"Continue with": "Continúe con", "Continue with": "Continúe con",
"Email": "Email", "Email": "Email",
"Email or phone": "Correo electrónico o teléfono", "Email or phone": "Correo electrónico o teléfono",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "¿Olvidaste tu contraseña?", "Forgot password?": "¿Olvidaste tu contraseña?",
@ -469,9 +474,12 @@
"Logging out...": "Cerrando sesión...", "Logging out...": "Cerrando sesión...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "¿No tienes cuenta?", "No account?": "¿No tienes cuenta?",
"Or sign in with another account": "O inicia sesión con otra cuenta", "Or sign in with another account": "O inicia sesión con otra cuenta",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "¡Por favor introduzca su correo electrónico o teléfono!", "Please input your Email or Phone!": "¡Por favor introduzca su correo electrónico o teléfono!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "¡Por favor ingrese su código!", "Please input your code!": "¡Por favor ingrese su código!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "¡Ingrese su contraseña, por favor!", "Please input your password!": "¡Ingrese su contraseña, por favor!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Inicia sesión con {tipo}", "Sign in with {type}": "Inicia sesión con {tipo}",
"Signing in...": "Iniciando sesión...", "Signing in...": "Iniciando sesión...",
"Successfully logged in with WebAuthn credentials": "Inició sesión correctamente con las credenciales de WebAuthn", "Successfully logged in with WebAuthn credentials": "Inició sesión correctamente con las credenciales de WebAuthn",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "¡La entrada no es un correo electrónico o número de teléfono válido!", "The input is not valid Email or phone number!": "¡La entrada no es un correo electrónico o número de teléfono válido!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "El correo electrónico no puede estar vacío", "Email cannot be empty": "El correo electrónico no puede estar vacío",
"Email/phone reset successfully": "Restablecimiento de correo electrónico/teléfono exitoso", "Email/phone reset successfully": "Restablecimiento de correo electrónico/teléfono exitoso",
"Empty input!": "¡Entrada vacía!", "Empty input!": "¡Entrada vacía!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Página de inicio del usuario", "Homepage": "Página de inicio del usuario",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"Failed to connect to server": "Failed to connect to server", "Failed to connect to server": "Failed to connect to server",
"Failed to delete": "Failed to delete", "Failed to delete": "Failed to delete",
@ -460,6 +462,9 @@
"Continue with": "Continue with", "Continue with": "Continue with",
"Email": "Email", "Email": "Email",
"Email or phone": "Email or phone", "Email or phone": "Email or phone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Forgot password?", "Forgot password?": "Forgot password?",
@ -469,9 +474,12 @@
"Logging out...": "Logging out...", "Logging out...": "Logging out...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "No account?", "No account?": "No account?",
"Or sign in with another account": "Or sign in with another account", "Or sign in with another account": "Or sign in with another account",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Please input your Email or Phone!", "Please input your Email or Phone!": "Please input your Email or Phone!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Please input your code!", "Please input your code!": "Please input your code!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Please input your password!", "Please input your password!": "Please input your password!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Sign in with {type}", "Sign in with {type}": "Sign in with {type}",
"Signing in...": "Signing in...", "Signing in...": "Signing in...",
"Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials", "Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "The input is not valid Email or phone number!", "The input is not valid Email or phone number!": "The input is not valid Email or phone number!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully", "Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"Failed to connect to server": "Failed to connect to server", "Failed to connect to server": "Failed to connect to server",
"Failed to delete": "Failed to delete", "Failed to delete": "Failed to delete",
@ -460,6 +462,9 @@
"Continue with": "Continue with", "Continue with": "Continue with",
"Email": "Email", "Email": "Email",
"Email or phone": "Email or phone", "Email or phone": "Email or phone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Forgot password?", "Forgot password?": "Forgot password?",
@ -469,9 +474,12 @@
"Logging out...": "Logging out...", "Logging out...": "Logging out...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "No account?", "No account?": "No account?",
"Or sign in with another account": "Or sign in with another account", "Or sign in with another account": "Or sign in with another account",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Please input your Email or Phone!", "Please input your Email or Phone!": "Please input your Email or Phone!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Please input your code!", "Please input your code!": "Please input your code!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Please input your password!", "Please input your password!": "Please input your password!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Sign in with {type}", "Sign in with {type}": "Sign in with {type}",
"Signing in...": "Signing in...", "Signing in...": "Signing in...",
"Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials", "Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "The input is not valid Email or phone number!", "The input is not valid Email or phone number!": "The input is not valid Email or phone number!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully", "Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Nom de la table du magasin de règle", "Adapter - Tooltip": "Nom de la table du magasin de règle",
"Adapters": "Adaptateurs", "Adapters": "Adaptateurs",
"Add": "Ajouter", "Add": "Ajouter",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Administration", "Admin": "Administration",
"Affiliation URL": "URL d'affiliation", "Affiliation URL": "URL d'affiliation",
@ -234,6 +235,7 @@
"Enabled": "Activé", "Enabled": "Activé",
"Enabled successfully": "Activé avec succès", "Enabled successfully": "Activé avec succès",
"Enforcers": "Exécuteurs", "Enforcers": "Exécuteurs",
"FaceIdData": "FaceIdData",
"Failed to add": "Échec d'ajout", "Failed to add": "Échec d'ajout",
"Failed to connect to server": "Échec de la connexion au serveur", "Failed to connect to server": "Échec de la connexion au serveur",
"Failed to delete": "Échec de la suppression", "Failed to delete": "Échec de la suppression",
@ -460,6 +462,9 @@
"Continue with": "Continuer avec", "Continue with": "Continuer avec",
"Email": "Email", "Email": "Email",
"Email or phone": "Email ou téléphone", "Email or phone": "Email ou téléphone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Échec de l'obtention de l'autorisation MetaMask", "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", "Failed to obtain Web3-Onboard authorization": "Échec de l'obtention de l'autorisation MetaMask",
"Forgot password?": "Mot de passe oublié ?", "Forgot password?": "Mot de passe oublié ?",
@ -469,9 +474,12 @@
"Logging out...": "Déconnexion...", "Logging out...": "Déconnexion...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "Le plugin MetaMask n'a pas été détecté", "MetaMask plugin not detected": "Le plugin MetaMask n'a pas été détecté",
"Model loading failure": "Model loading failure",
"No account?": "Pas de compte ?", "No account?": "Pas de compte ?",
"Or sign in with another account": "Ou connectez-vous avec un autre compte", "Or sign in with another account": "Ou connectez-vous avec un autre compte",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Veuillez saisir votre adresse e-mail ou votre numéro de téléphone !", "Please input your Email or Phone!": "Veuillez saisir votre adresse e-mail ou votre numéro de téléphone !",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Veuillez saisir votre code !", "Please input your code!": "Veuillez saisir votre code !",
"Please input your organization name!": "Veuillez saisir le nom de votre organisation !", "Please input your organization name!": "Veuillez saisir le nom de votre organisation !",
"Please input your password!": "Veuillez saisir votre mot de passe !", "Please input your password!": "Veuillez saisir votre mot de passe !",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Veuillez sélectionner une organisation", "Please select an organization": "Veuillez sélectionner une organisation",
"Please select an organization to sign in": "Veuillez choisir une organisation pour vous connecter", "Please select an organization to sign in": "Veuillez choisir une organisation pour vous connecter",
"Please type an organization to sign in": "Veuillez entrer une organisation pour vous connecter", "Please type an organization to sign in": "Veuillez entrer une organisation pour vous connecter",
@ -488,6 +498,7 @@
"Sign in with {type}": "Connectez-vous avec {type}", "Sign in with {type}": "Connectez-vous avec {type}",
"Signing in...": "Connexion en cours...", "Signing in...": "Connexion en cours...",
"Successfully logged in with WebAuthn credentials": "Connexion avec les identifiants WebAuthn réussie", "Successfully logged in with WebAuthn credentials": "Connexion avec les identifiants WebAuthn réussie",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "L'entrée n'est pas une adresse e-mail ou un numéro de téléphone valide !", "The input is not valid Email or phone number!": "L'entrée n'est pas une adresse e-mail ou un numéro de téléphone valide !",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Le champ e-mail doit être rempli", "Email cannot be empty": "Le champ e-mail doit être rempli",
"Email/phone reset successfully": "E-mail ou téléphone réinitialisé avec succès", "Email/phone reset successfully": "E-mail ou téléphone réinitialisé avec succès",
"Empty input!": "Champ vide !", "Empty input!": "Champ vide !",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Genre", "Gender": "Genre",
"Gender - Tooltip": "Genre - Infobulle", "Gender - Tooltip": "Genre - Infobulle",
"Homepage": "Site web", "Homepage": "Site web",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"Failed to connect to server": "Failed to connect to server", "Failed to connect to server": "Failed to connect to server",
"Failed to delete": "Failed to delete", "Failed to delete": "Failed to delete",
@ -460,6 +462,9 @@
"Continue with": "Continue with", "Continue with": "Continue with",
"Email": "Email", "Email": "Email",
"Email or phone": "Email or phone", "Email or phone": "Email or phone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Forgot password?", "Forgot password?": "Forgot password?",
@ -469,9 +474,12 @@
"Logging out...": "Logging out...", "Logging out...": "Logging out...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "No account?", "No account?": "No account?",
"Or sign in with another account": "Or sign in with another account", "Or sign in with another account": "Or sign in with another account",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Please input your Email or Phone!", "Please input your Email or Phone!": "Please input your Email or Phone!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Please input your code!", "Please input your code!": "Please input your code!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Please input your password!", "Please input your password!": "Please input your password!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Sign in with {type}", "Sign in with {type}": "Sign in with {type}",
"Signing in...": "Signing in...", "Signing in...": "Signing in...",
"Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials", "Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "The input is not valid Email or phone number!", "The input is not valid Email or phone number!": "The input is not valid Email or phone number!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully", "Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Nama tabel dari penyimpanan kebijakan", "Adapter - Tooltip": "Nama tabel dari penyimpanan kebijakan",
"Adapters": "Adaptor", "Adapters": "Adaptor",
"Add": "Tambahkan", "Add": "Tambahkan",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "URL Afiliasi", "Affiliation URL": "URL Afiliasi",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Gagal menambahkan", "Failed to add": "Gagal menambahkan",
"Failed to connect to server": "Gagal terhubung ke server", "Failed to connect to server": "Gagal terhubung ke server",
"Failed to delete": "Gagal menghapus", "Failed to delete": "Gagal menghapus",
@ -460,6 +462,9 @@
"Continue with": "Lanjutkan dengan", "Continue with": "Lanjutkan dengan",
"Email": "Email", "Email": "Email",
"Email or phone": "Email atau telepon", "Email or phone": "Email atau telepon",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Lupa kata sandi?", "Forgot password?": "Lupa kata sandi?",
@ -469,9 +474,12 @@
"Logging out...": "Keluar...", "Logging out...": "Keluar...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "Tidak memiliki akun?", "No account?": "Tidak memiliki akun?",
"Or sign in with another account": "Atau masuk dengan akun lain", "Or sign in with another account": "Atau masuk dengan akun lain",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Silahkan masukkan email atau nomor telepon Anda!", "Please input your Email or Phone!": "Silahkan masukkan email atau nomor telepon Anda!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Silakan masukkan kode Anda!", "Please input your code!": "Silakan masukkan kode Anda!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Masukkan kata sandi Anda!", "Please input your password!": "Masukkan kata sandi Anda!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Masuk dengan {type}", "Sign in with {type}": "Masuk dengan {type}",
"Signing in...": "Masuk...", "Signing in...": "Masuk...",
"Successfully logged in with WebAuthn credentials": "Berhasil masuk dengan kredensial WebAuthn", "Successfully logged in with WebAuthn credentials": "Berhasil masuk dengan kredensial WebAuthn",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "Input yang Anda masukkan tidak valid, tidak sesuai dengan Email atau nomor telepon!", "The input is not valid Email or phone number!": "Input yang Anda masukkan tidak valid, tidak sesuai dengan Email atau nomor telepon!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email tidak boleh kosong", "Email cannot be empty": "Email tidak boleh kosong",
"Email/phone reset successfully": "Email/telepon berhasil diatur ulang", "Email/phone reset successfully": "Email/telepon berhasil diatur ulang",
"Empty input!": "Masukan kosong!", "Empty input!": "Masukan kosong!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"Failed to connect to server": "Failed to connect to server", "Failed to connect to server": "Failed to connect to server",
"Failed to delete": "Failed to delete", "Failed to delete": "Failed to delete",
@ -460,6 +462,9 @@
"Continue with": "Continue with", "Continue with": "Continue with",
"Email": "Email", "Email": "Email",
"Email or phone": "Email or phone", "Email or phone": "Email or phone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Forgot password?", "Forgot password?": "Forgot password?",
@ -469,9 +474,12 @@
"Logging out...": "Logging out...", "Logging out...": "Logging out...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "No account?", "No account?": "No account?",
"Or sign in with another account": "Or sign in with another account", "Or sign in with another account": "Or sign in with another account",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Please input your Email or Phone!", "Please input your Email or Phone!": "Please input your Email or Phone!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Please input your code!", "Please input your code!": "Please input your code!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Please input your password!", "Please input your password!": "Please input your password!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Sign in with {type}", "Sign in with {type}": "Sign in with {type}",
"Signing in...": "Signing in...", "Signing in...": "Signing in...",
"Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials", "Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "The input is not valid Email or phone number!", "The input is not valid Email or phone number!": "The input is not valid Email or phone number!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully", "Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "ポリシー・ストアのテーブル名", "Adapter - Tooltip": "ポリシー・ストアのテーブル名",
"Adapters": "アダプター", "Adapters": "アダプター",
"Add": "追加", "Add": "追加",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "所属するURL", "Affiliation URL": "所属するURL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "追加できませんでした", "Failed to add": "追加できませんでした",
"Failed to connect to server": "サーバーに接続できませんでした", "Failed to connect to server": "サーバーに接続できませんでした",
"Failed to delete": "削除に失敗しました", "Failed to delete": "削除に失敗しました",
@ -460,6 +462,9 @@
"Continue with": "続ける", "Continue with": "続ける",
"Email": "Email", "Email": "Email",
"Email or phone": "メールまたは電話", "Email or phone": "メールまたは電話",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "パスワードを忘れましたか?", "Forgot password?": "パスワードを忘れましたか?",
@ -469,9 +474,12 @@
"Logging out...": "ログアウト中...", "Logging out...": "ログアウト中...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "アカウントがありませんか?", "No account?": "アカウントがありませんか?",
"Or sign in with another account": "別のアカウントでサインインする", "Or sign in with another account": "別のアカウントでサインインする",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "あなたのメールアドレスまたは電話番号を入力してください!", "Please input your Email or Phone!": "あなたのメールアドレスまたは電話番号を入力してください!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "あなたのコードを入力してください!", "Please input your code!": "あなたのコードを入力してください!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "パスワードを入力してください!", "Please input your password!": "パスワードを入力してください!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "{type}でサインインしてください", "Sign in with {type}": "{type}でサインインしてください",
"Signing in...": "サインイン中...", "Signing in...": "サインイン中...",
"Successfully logged in with WebAuthn credentials": "WebAuthnの認証情報で正常にログインしました", "Successfully logged in with WebAuthn credentials": "WebAuthnの認証情報で正常にログインしました",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "入力されたのは有効なメールアドレスまたは電話番号ではありません", "The input is not valid Email or phone number!": "入力されたのは有効なメールアドレスまたは電話番号ではありません",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "電子メールは空にできません", "Email cannot be empty": "電子メールは空にできません",
"Email/phone reset successfully": "メール/電話のリセットが成功しました", "Email/phone reset successfully": "メール/電話のリセットが成功しました",
"Empty input!": "空の入力!", "Empty input!": "空の入力!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "ユーザーのホームページ", "Homepage": "ユーザーのホームページ",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"Failed to connect to server": "Failed to connect to server", "Failed to connect to server": "Failed to connect to server",
"Failed to delete": "Failed to delete", "Failed to delete": "Failed to delete",
@ -460,6 +462,9 @@
"Continue with": "Continue with", "Continue with": "Continue with",
"Email": "Email", "Email": "Email",
"Email or phone": "Email or phone", "Email or phone": "Email or phone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Forgot password?", "Forgot password?": "Forgot password?",
@ -469,9 +474,12 @@
"Logging out...": "Logging out...", "Logging out...": "Logging out...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "No account?", "No account?": "No account?",
"Or sign in with another account": "Or sign in with another account", "Or sign in with another account": "Or sign in with another account",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Please input your Email or Phone!", "Please input your Email or Phone!": "Please input your Email or Phone!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Please input your code!", "Please input your code!": "Please input your code!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Please input your password!", "Please input your password!": "Please input your password!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Sign in with {type}", "Sign in with {type}": "Sign in with {type}",
"Signing in...": "Signing in...", "Signing in...": "Signing in...",
"Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials", "Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "The input is not valid Email or phone number!", "The input is not valid Email or phone number!": "The input is not valid Email or phone number!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully", "Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "정책 저장소의 테이블 이름", "Adapter - Tooltip": "정책 저장소의 테이블 이름",
"Adapters": "어댑터", "Adapters": "어댑터",
"Add": "추가하다", "Add": "추가하다",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "소속 URL", "Affiliation URL": "소속 URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "추가하지 못했습니다", "Failed to add": "추가하지 못했습니다",
"Failed to connect to server": "서버에 연결하지 못했습니다", "Failed to connect to server": "서버에 연결하지 못했습니다",
"Failed to delete": "삭제에 실패했습니다", "Failed to delete": "삭제에 실패했습니다",
@ -460,6 +462,9 @@
"Continue with": "계속하다", "Continue with": "계속하다",
"Email": "Email", "Email": "Email",
"Email or phone": "이메일 또는 전화", "Email or phone": "이메일 또는 전화",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "비밀번호를 잊으셨나요?", "Forgot password?": "비밀번호를 잊으셨나요?",
@ -469,9 +474,12 @@
"Logging out...": "로그아웃 중...", "Logging out...": "로그아웃 중...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "계정이 없나요?", "No account?": "계정이 없나요?",
"Or sign in with another account": "다른 계정으로 로그인하세요", "Or sign in with another account": "다른 계정으로 로그인하세요",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "이메일 또는 전화번호를 입력해주세요!", "Please input your Email or Phone!": "이메일 또는 전화번호를 입력해주세요!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "코드를 입력해주세요!", "Please input your code!": "코드를 입력해주세요!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "비밀번호를 입력해주세요!", "Please input your password!": "비밀번호를 입력해주세요!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "{type}로 로그인하세요", "Sign in with {type}": "{type}로 로그인하세요",
"Signing in...": "로그인 중...", "Signing in...": "로그인 중...",
"Successfully logged in with WebAuthn credentials": "WebAuthn 자격 증명으로 로그인 성공적으로 수행했습니다", "Successfully logged in with WebAuthn credentials": "WebAuthn 자격 증명으로 로그인 성공적으로 수행했습니다",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "입력한 값은 유효한 이메일 또는 전화번호가 아닙니다!", "The input is not valid Email or phone number!": "입력한 값은 유효한 이메일 또는 전화번호가 아닙니다!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "이메일은 비어 있을 수 없습니다", "Email cannot be empty": "이메일은 비어 있을 수 없습니다",
"Email/phone reset successfully": "이메일/전화 초기화가 성공적으로 완료되었습니다", "Email/phone reset successfully": "이메일/전화 초기화가 성공적으로 완료되었습니다",
"Empty input!": "빈 입력!", "Empty input!": "빈 입력!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "사용자의 홈페이지", "Homepage": "사용자의 홈페이지",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"Failed to connect to server": "Failed to connect to server", "Failed to connect to server": "Failed to connect to server",
"Failed to delete": "Failed to delete", "Failed to delete": "Failed to delete",
@ -460,6 +462,9 @@
"Continue with": "Continue with", "Continue with": "Continue with",
"Email": "Email", "Email": "Email",
"Email or phone": "Email or phone", "Email or phone": "Email or phone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Forgot password?", "Forgot password?": "Forgot password?",
@ -469,9 +474,12 @@
"Logging out...": "Logging out...", "Logging out...": "Logging out...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "No account?", "No account?": "No account?",
"Or sign in with another account": "Or sign in with another account", "Or sign in with another account": "Or sign in with another account",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Please input your Email or Phone!", "Please input your Email or Phone!": "Please input your Email or Phone!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Please input your code!", "Please input your code!": "Please input your code!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Please input your password!", "Please input your password!": "Please input your password!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Sign in with {type}", "Sign in with {type}": "Sign in with {type}",
"Signing in...": "Signing in...", "Signing in...": "Signing in...",
"Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials", "Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "The input is not valid Email or phone number!", "The input is not valid Email or phone number!": "The input is not valid Email or phone number!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully", "Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"Failed to connect to server": "Failed to connect to server", "Failed to connect to server": "Failed to connect to server",
"Failed to delete": "Failed to delete", "Failed to delete": "Failed to delete",
@ -460,6 +462,9 @@
"Continue with": "Continue with", "Continue with": "Continue with",
"Email": "Email", "Email": "Email",
"Email or phone": "Email or phone", "Email or phone": "Email or phone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Forgot password?", "Forgot password?": "Forgot password?",
@ -469,9 +474,12 @@
"Logging out...": "Logging out...", "Logging out...": "Logging out...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "No account?", "No account?": "No account?",
"Or sign in with another account": "Or sign in with another account", "Or sign in with another account": "Or sign in with another account",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Please input your Email or Phone!", "Please input your Email or Phone!": "Please input your Email or Phone!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Please input your code!", "Please input your code!": "Please input your code!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Please input your password!", "Please input your password!": "Please input your password!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Sign in with {type}", "Sign in with {type}": "Sign in with {type}",
"Signing in...": "Signing in...", "Signing in...": "Signing in...",
"Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials", "Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "The input is not valid Email or phone number!", "The input is not valid Email or phone number!": "The input is not valid Email or phone number!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully", "Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"Failed to connect to server": "Failed to connect to server", "Failed to connect to server": "Failed to connect to server",
"Failed to delete": "Failed to delete", "Failed to delete": "Failed to delete",
@ -460,6 +462,9 @@
"Continue with": "Continue with", "Continue with": "Continue with",
"Email": "Email", "Email": "Email",
"Email or phone": "Email or phone", "Email or phone": "Email or phone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Forgot password?", "Forgot password?": "Forgot password?",
@ -469,9 +474,12 @@
"Logging out...": "Logging out...", "Logging out...": "Logging out...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "No account?", "No account?": "No account?",
"Or sign in with another account": "Or sign in with another account", "Or sign in with another account": "Or sign in with another account",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Please input your Email or Phone!", "Please input your Email or Phone!": "Please input your Email or Phone!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Please input your code!", "Please input your code!": "Please input your code!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Please input your password!", "Please input your password!": "Please input your password!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Sign in with {type}", "Sign in with {type}": "Sign in with {type}",
"Signing in...": "Signing in...", "Signing in...": "Signing in...",
"Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials", "Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "The input is not valid Email or phone number!", "The input is not valid Email or phone number!": "The input is not valid Email or phone number!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully", "Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Nome da tabela do armazenamento de políticas", "Adapter - Tooltip": "Nome da tabela do armazenamento de políticas",
"Adapters": "Adaptadores", "Adapters": "Adaptadores",
"Add": "Adicionar", "Add": "Adicionar",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "URL da Afiliação", "Affiliation URL": "URL da Afiliação",
@ -234,6 +235,7 @@
"Enabled": "Habilitado", "Enabled": "Habilitado",
"Enabled successfully": "Habilitado com sucesso", "Enabled successfully": "Habilitado com sucesso",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Falha ao adicionar", "Failed to add": "Falha ao adicionar",
"Failed to connect to server": "Falha ao conectar ao servidor", "Failed to connect to server": "Falha ao conectar ao servidor",
"Failed to delete": "Falha ao excluir", "Failed to delete": "Falha ao excluir",
@ -460,6 +462,9 @@
"Continue with": "Continuar com", "Continue with": "Continuar com",
"Email": "Email", "Email": "Email",
"Email or phone": "Email ou telefone", "Email or phone": "Email ou telefone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Esqueceu a senha?", "Forgot password?": "Esqueceu a senha?",
@ -469,9 +474,12 @@
"Logging out...": "Saindo...", "Logging out...": "Saindo...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "Não possui uma conta?", "No account?": "Não possui uma conta?",
"Or sign in with another account": "Ou entre com outra conta", "Or sign in with another account": "Ou entre com outra conta",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Por favor, informe seu email ou telefone!", "Please input your Email or Phone!": "Por favor, informe seu email ou telefone!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Por favor, informe o código!", "Please input your code!": "Por favor, informe o código!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Por favor, informe sua senha!", "Please input your password!": "Por favor, informe sua senha!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Entrar com {type}", "Sign in with {type}": "Entrar com {type}",
"Signing in...": "Entrando...", "Signing in...": "Entrando...",
"Successfully logged in with WebAuthn credentials": "Logado com sucesso usando credenciais WebAuthn", "Successfully logged in with WebAuthn credentials": "Logado com sucesso usando credenciais WebAuthn",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "O valor inserido não é um email ou número de telefone válido!", "The input is not valid Email or phone number!": "O valor inserido não é um email ou número de telefone válido!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "O e-mail não pode ficar em branco", "Email cannot be empty": "O e-mail não pode ficar em branco",
"Email/phone reset successfully": "Redefinição de e-mail/telefone com sucesso", "Email/phone reset successfully": "Redefinição de e-mail/telefone com sucesso",
"Empty input!": "Entrada vazia!", "Empty input!": "Entrada vazia!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gênero", "Gender": "Gênero",
"Gender - Tooltip": "Gênero - Tooltip", "Gender - Tooltip": "Gênero - Tooltip",
"Homepage": "Página inicial", "Homepage": "Página inicial",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Имя таблицы хранилища политик", "Adapter - Tooltip": "Имя таблицы хранилища политик",
"Adapters": "Адаптеры", "Adapters": "Адаптеры",
"Add": "Добавить", "Add": "Добавить",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "URL принадлежности", "Affiliation URL": "URL принадлежности",
@ -234,6 +235,7 @@
"Enabled": "Включено", "Enabled": "Включено",
"Enabled successfully": "Успешно включено", "Enabled successfully": "Успешно включено",
"Enforcers": "Контролёры доступа", "Enforcers": "Контролёры доступа",
"FaceIdData": "FaceIdData",
"Failed to add": "Не удалось добавить", "Failed to add": "Не удалось добавить",
"Failed to connect to server": "Не удалось подключиться к серверу", "Failed to connect to server": "Не удалось подключиться к серверу",
"Failed to delete": "Не удалось удалить", "Failed to delete": "Не удалось удалить",
@ -460,6 +462,9 @@
"Continue with": "Продолжайте с", "Continue with": "Продолжайте с",
"Email": "Email", "Email": "Email",
"Email or phone": "Электронная почта или телефон", "Email or phone": "Электронная почта или телефон",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Не удалось получить авторизацию MetaMask", "Failed to obtain MetaMask authorization": "Не удалось получить авторизацию MetaMask",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Забыли пароль?", "Forgot password?": "Забыли пароль?",
@ -469,9 +474,12 @@
"Logging out...": "Выход...", "Logging out...": "Выход...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "Нет аккаунта?", "No account?": "Нет аккаунта?",
"Or sign in with another account": "Или войти с другой учетной записью", "Or sign in with another account": "Или войти с другой учетной записью",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Пожалуйста, введите свой адрес электронной почты или номер телефона!", "Please input your Email or Phone!": "Пожалуйста, введите свой адрес электронной почты или номер телефона!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Пожалуйста, введите свой код!", "Please input your code!": "Пожалуйста, введите свой код!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Пожалуйста, введите свой пароль!", "Please input your password!": "Пожалуйста, введите свой пароль!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Войти с помощью {type}", "Sign in with {type}": "Войти с помощью {type}",
"Signing in...": "Вход в систему...", "Signing in...": "Вход в систему...",
"Successfully logged in with WebAuthn credentials": "Успешный вход с учетными данными WebAuthn", "Successfully logged in with WebAuthn credentials": "Успешный вход с учетными данными WebAuthn",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "Ввод не является действительным адресом электронной почты или телефонным номером!", "The input is not valid Email or phone number!": "Ввод не является действительным адресом электронной почты или телефонным номером!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email не может быть пустым", "Email cannot be empty": "Email не может быть пустым",
"Email/phone reset successfully": "Электронная почта / номер телефона успешно сброшены", "Email/phone reset successfully": "Электронная почта / номер телефона успешно сброшены",
"Empty input!": "Пустой ввод!", "Empty input!": "Пустой ввод!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Главная страница пользователя", "Homepage": "Главная страница пользователя",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"Failed to connect to server": "Failed to connect to server", "Failed to connect to server": "Failed to connect to server",
"Failed to delete": "Failed to delete", "Failed to delete": "Failed to delete",
@ -460,6 +462,9 @@
"Continue with": "Continue with", "Continue with": "Continue with",
"Email": "Email", "Email": "Email",
"Email or phone": "Email or phone", "Email or phone": "Email or phone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Forgot password?", "Forgot password?": "Forgot password?",
@ -469,9 +474,12 @@
"Logging out...": "Logging out...", "Logging out...": "Logging out...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "No account?", "No account?": "No account?",
"Or sign in with another account": "Or sign in with another account", "Or sign in with another account": "Or sign in with another account",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Please input your Email or Phone!", "Please input your Email or Phone!": "Please input your Email or Phone!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Please input your code!", "Please input your code!": "Please input your code!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Please input your password!", "Please input your password!": "Please input your password!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Sign in with {type}", "Sign in with {type}": "Sign in with {type}",
"Signing in...": "Signing in...", "Signing in...": "Signing in...",
"Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials", "Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "The input is not valid Email or phone number!", "The input is not valid Email or phone number!": "The input is not valid Email or phone number!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully", "Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Ekle", "Add": "Ekle",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -234,6 +235,7 @@
"Enabled": "Etkin", "Enabled": "Etkin",
"Enabled successfully": "Başarıyla etkinleştirildi", "Enabled successfully": "Başarıyla etkinleştirildi",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Ekleme başarısız oldu.", "Failed to add": "Ekleme başarısız oldu.",
"Failed to connect to server": "Sunucuya bağlanılamıyor", "Failed to connect to server": "Sunucuya bağlanılamıyor",
"Failed to delete": "Silme başarısız oldu", "Failed to delete": "Silme başarısız oldu",
@ -460,6 +462,9 @@
"Continue with": "İle devam et", "Continue with": "İle devam et",
"Email": "E-Posta", "Email": "E-Posta",
"Email or phone": "E-posta veya telefon", "Email or phone": "E-posta veya telefon",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Metamask yetkilendirmesi başarısız", "Failed to obtain MetaMask authorization": "Metamask yetkilendirmesi başarısız",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Şifrenizi mi unuttunuz?", "Forgot password?": "Şifrenizi mi unuttunuz?",
@ -469,9 +474,12 @@
"Logging out...": ıkış yapılıyor...", "Logging out...": ıkış yapılıyor...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "Metamask plugin-in bulunamadı", "MetaMask plugin not detected": "Metamask plugin-in bulunamadı",
"Model loading failure": "Model loading failure",
"No account?": "Hesabınız yok mu?", "No account?": "Hesabınız yok mu?",
"Or sign in with another account": "Veya başka bir hesapla giriş yapın", "Or sign in with another account": "Veya başka bir hesapla giriş yapın",
"Phone": "Telefon", "Phone": "Telefon",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Lütfen Telefon numaranızı ya da E-Posta adresinizi giriniz!", "Please input your Email or Phone!": "Lütfen Telefon numaranızı ya da E-Posta adresinizi giriniz!",
"Please input your Email!": "Eposta adresinizi girin!", "Please input your Email!": "Eposta adresinizi girin!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Lütfen size gönderilen kodu girin!", "Please input your code!": "Lütfen size gönderilen kodu girin!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Lütfen şifrenizi girin!", "Please input your password!": "Lütfen şifrenizi girin!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "{type} ile giriş yap", "Sign in with {type}": "{type} ile giriş yap",
"Signing in...": "Signing in...", "Signing in...": "Signing in...",
"Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials", "Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "The input is not valid Email or phone number!", "The input is not valid Email or phone number!": "The input is not valid Email or phone number!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully", "Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Table name of the policy store", "Adapter - Tooltip": "Table name of the policy store",
"Adapters": "Adapters", "Adapters": "Adapters",
"Add": "Add", "Add": "Add",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Affiliation URL", "Affiliation URL": "Affiliation URL",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Failed to add", "Failed to add": "Failed to add",
"Failed to connect to server": "Failed to connect to server", "Failed to connect to server": "Failed to connect to server",
"Failed to delete": "Failed to delete", "Failed to delete": "Failed to delete",
@ -460,6 +462,9 @@
"Continue with": "Continue with", "Continue with": "Continue with",
"Email": "Email", "Email": "Email",
"Email or phone": "Email or phone", "Email or phone": "Email or phone",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Forgot password?", "Forgot password?": "Forgot password?",
@ -469,9 +474,12 @@
"Logging out...": "Logging out...", "Logging out...": "Logging out...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "No account?", "No account?": "No account?",
"Or sign in with another account": "Or sign in with another account", "Or sign in with another account": "Or sign in with another account",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Please input your Email or Phone!", "Please input your Email or Phone!": "Please input your Email or Phone!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Please input your code!", "Please input your code!": "Please input your code!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Please input your password!", "Please input your password!": "Please input your password!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Sign in with {type}", "Sign in with {type}": "Sign in with {type}",
"Signing in...": "Signing in...", "Signing in...": "Signing in...",
"Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials", "Successfully logged in with WebAuthn credentials": "Successfully logged in with WebAuthn credentials",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "The input is not valid Email or phone number!", "The input is not valid Email or phone number!": "The input is not valid Email or phone number!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email cannot be empty", "Email cannot be empty": "Email cannot be empty",
"Email/phone reset successfully": "Email/phone reset successfully", "Email/phone reset successfully": "Email/phone reset successfully",
"Empty input!": "Empty input!", "Empty input!": "Empty input!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Homepage", "Homepage": "Homepage",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "Tên bảng của kho lưu trữ chính sách", "Adapter - Tooltip": "Tên bảng của kho lưu trữ chính sách",
"Adapters": "Bộ chuyển đổi", "Adapters": "Bộ chuyển đổi",
"Add": "Tạo mới", "Add": "Tạo mới",
"Add Face Id": "Add Face Id",
"Add custom item": "Add custom item", "Add custom item": "Add custom item",
"Admin": "Admin", "Admin": "Admin",
"Affiliation URL": "Đường dẫn liên kết liên kết", "Affiliation URL": "Đường dẫn liên kết liên kết",
@ -234,6 +235,7 @@
"Enabled": "Enabled", "Enabled": "Enabled",
"Enabled successfully": "Enabled successfully", "Enabled successfully": "Enabled successfully",
"Enforcers": "Enforcers", "Enforcers": "Enforcers",
"FaceIdData": "FaceIdData",
"Failed to add": "Không thể thêm được", "Failed to add": "Không thể thêm được",
"Failed to connect to server": "Không thể kết nối đến máy chủ", "Failed to connect to server": "Không thể kết nối đến máy chủ",
"Failed to delete": "Không thể xoá", "Failed to delete": "Không thể xoá",
@ -460,6 +462,9 @@
"Continue with": "Tiếp tục với", "Continue with": "Tiếp tục với",
"Email": "Email", "Email": "Email",
"Email or phone": "Email hoặc điện thoại", "Email or phone": "Email hoặc điện thoại",
"Face ID": "Face ID",
"Face Recognition": "Face Recognition",
"Face recognition failed": "Face recognition failed",
"Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization", "Failed to obtain MetaMask authorization": "Failed to obtain MetaMask authorization",
"Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization", "Failed to obtain Web3-Onboard authorization": "Failed to obtain Web3-Onboard authorization",
"Forgot password?": "Quên mật khẩu?", "Forgot password?": "Quên mật khẩu?",
@ -469,9 +474,12 @@
"Logging out...": "Đăng xuất ...", "Logging out...": "Đăng xuất ...",
"Login button": "Login button", "Login button": "Login button",
"MetaMask plugin not detected": "MetaMask plugin not detected", "MetaMask plugin not detected": "MetaMask plugin not detected",
"Model loading failure": "Model loading failure",
"No account?": "Không có tài khoản?", "No account?": "Không có tài khoản?",
"Or sign in with another account": "Hoặc đăng nhập bằng tài khoản khác", "Or sign in with another account": "Hoặc đăng nhập bằng tài khoản khác",
"Phone": "Phone", "Phone": "Phone",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "Please ensure sufficient lighting and align your face in the center of the recognition box",
"Please ensure that you have a camera device for facial recognition": "Please ensure that you have a camera device for facial recognition",
"Please input your Email or Phone!": "Vui lòng nhập địa chỉ Email hoặc số điện thoại của bạn!", "Please input your Email or Phone!": "Vui lòng nhập địa chỉ Email hoặc số điện thoại của bạn!",
"Please input your Email!": "Please input your Email!", "Please input your Email!": "Please input your Email!",
"Please input your LDAP username!": "Please input your LDAP username!", "Please input your LDAP username!": "Please input your LDAP username!",
@ -479,6 +487,8 @@
"Please input your code!": "Vui lòng nhập mã của bạn!", "Please input your code!": "Vui lòng nhập mã của bạn!",
"Please input your organization name!": "Please input your organization name!", "Please input your organization name!": "Please input your organization name!",
"Please input your password!": "Vui lòng nhập mật khẩu của bạn!", "Please input your password!": "Vui lòng nhập mật khẩu của bạn!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "Please load the webpage using HTTPS, otherwise the camera cannot be accessed",
"Please provide permission to access the camera": "Please provide permission to access the camera",
"Please select an organization": "Please select an organization", "Please select an organization": "Please select an organization",
"Please select an organization to sign in": "Please select an organization to sign in", "Please select an organization to sign in": "Please select an organization to sign in",
"Please type an organization to sign in": "Please type an organization to sign in", "Please type an organization to sign in": "Please type an organization to sign in",
@ -488,6 +498,7 @@
"Sign in with {type}": "Đăng nhập bằng {type}", "Sign in with {type}": "Đăng nhập bằng {type}",
"Signing in...": "Đăng nhập...", "Signing in...": "Đăng nhập...",
"Successfully logged in with WebAuthn credentials": "Đã đăng nhập thành công với thông tin WebAuthn", "Successfully logged in with WebAuthn credentials": "Đã đăng nhập thành công với thông tin WebAuthn",
"The camera is currently in use by another webpage": "The camera is currently in use by another webpage",
"The input is not valid Email or phone number!": "Đầu vào không phải là địa chỉ Email hoặc số điện thoại hợp lệ!", "The input is not valid Email or phone number!": "Đầu vào không phải là địa chỉ Email hoặc số điện thoại hợp lệ!",
"The input is not valid Email!": "The input is not valid Email!", "The input is not valid Email!": "The input is not valid Email!",
"The input is not valid phone number!": "The input is not valid phone number!", "The input is not valid phone number!": "The input is not valid phone number!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "Email không được để trống", "Email cannot be empty": "Email không được để trống",
"Email/phone reset successfully": "Đặt lại email/điện thoại thành công", "Email/phone reset successfully": "Đặt lại email/điện thoại thành công",
"Empty input!": "Đầu vào trống!", "Empty input!": "Đầu vào trống!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "Gender", "Gender": "Gender",
"Gender - Tooltip": "Gender - Tooltip", "Gender - Tooltip": "Gender - Tooltip",
"Homepage": "Trang chủ của người dùng", "Homepage": "Trang chủ của người dùng",

View File

@ -181,6 +181,7 @@
"Adapter - Tooltip": "策略存储的表名", "Adapter - Tooltip": "策略存储的表名",
"Adapters": "Casbin适配器", "Adapters": "Casbin适配器",
"Add": "添加", "Add": "添加",
"Add Face Id": "添加人脸",
"Add custom item": "添加自定义项", "Add custom item": "添加自定义项",
"Admin": "管理工具", "Admin": "管理工具",
"Affiliation URL": "工作单位URL", "Affiliation URL": "工作单位URL",
@ -234,6 +235,7 @@
"Enabled": "已开启", "Enabled": "已开启",
"Enabled successfully": "启用成功", "Enabled successfully": "启用成功",
"Enforcers": "Casbin执行器", "Enforcers": "Casbin执行器",
"FaceIdData": "人脸数据",
"Failed to add": "添加失败", "Failed to add": "添加失败",
"Failed to connect to server": "连接服务器失败", "Failed to connect to server": "连接服务器失败",
"Failed to delete": "删除失败", "Failed to delete": "删除失败",
@ -460,6 +462,9 @@
"Continue with": "使用以下账号继续", "Continue with": "使用以下账号继续",
"Email": "Email", "Email": "Email",
"Email or phone": "Email或手机号", "Email or phone": "Email或手机号",
"Face ID": "Face ID",
"Face Recognition": "人脸识别",
"Face recognition failed": "人脸识别失败",
"Failed to obtain MetaMask authorization": "获取MetaMask授权失败", "Failed to obtain MetaMask authorization": "获取MetaMask授权失败",
"Failed to obtain Web3-Onboard authorization": "获取 Web3-Onboard 授权失败", "Failed to obtain Web3-Onboard authorization": "获取 Web3-Onboard 授权失败",
"Forgot password?": "忘记密码?", "Forgot password?": "忘记密码?",
@ -469,9 +474,12 @@
"Logging out...": "正在退出登录...", "Logging out...": "正在退出登录...",
"Login button": "登录按钮", "Login button": "登录按钮",
"MetaMask plugin not detected": "未检测到MetaMask插件", "MetaMask plugin not detected": "未检测到MetaMask插件",
"Model loading failure": "人脸识别模型加载失败",
"No account?": "没有账号?", "No account?": "没有账号?",
"Or sign in with another account": "或者,登录其他账号", "Or sign in with another account": "或者,登录其他账号",
"Phone": "手机号", "Phone": "手机号",
"Please ensure sufficient lighting and align your face in the center of the recognition box": "请保证环境光线充足,并将人脸置于识别框中心位置",
"Please ensure that you have a camera device for facial recognition": "请检查是否有可用的摄像头设备以进行人脸识别",
"Please input your Email or Phone!": "请输入您的Email或手机号!", "Please input your Email or Phone!": "请输入您的Email或手机号!",
"Please input your Email!": "请输入您的Email!", "Please input your Email!": "请输入您的Email!",
"Please input your LDAP username!": "请输入您的LDAP用户名!", "Please input your LDAP username!": "请输入您的LDAP用户名!",
@ -479,6 +487,8 @@
"Please input your code!": "请输入您的验证码!", "Please input your code!": "请输入您的验证码!",
"Please input your organization name!": "请输入组织的名字!", "Please input your organization name!": "请输入组织的名字!",
"Please input your password!": "请输入您的密码!", "Please input your password!": "请输入您的密码!",
"Please load the webpage using HTTPS, otherwise the camera cannot be accessed": "请使用HTTPS加载网页否则无法使用摄像头",
"Please provide permission to access the camera": "请打开摄像头访问权限",
"Please select an organization": "请选择一个组织", "Please select an organization": "请选择一个组织",
"Please select an organization to sign in": "请选择要登录的组织", "Please select an organization to sign in": "请选择要登录的组织",
"Please type an organization to sign in": "请输入要登录的组织", "Please type an organization to sign in": "请输入要登录的组织",
@ -488,6 +498,7 @@
"Sign in with {type}": "{type}登录", "Sign in with {type}": "{type}登录",
"Signing in...": "正在登录...", "Signing in...": "正在登录...",
"Successfully logged in with WebAuthn credentials": "成功使用WebAuthn证书登录", "Successfully logged in with WebAuthn credentials": "成功使用WebAuthn证书登录",
"The camera is currently in use by another webpage": "摄像头被占用,无法使用",
"The input is not valid Email or phone number!": "您输入的电子邮箱格式或手机号有误!", "The input is not valid Email or phone number!": "您输入的电子邮箱格式或手机号有误!",
"The input is not valid Email!": "您输入的电子邮箱格式有误!", "The input is not valid Email!": "您输入的电子邮箱格式有误!",
"The input is not valid phone number!": "您输入的手机号有误!", "The input is not valid phone number!": "您输入的手机号有误!",
@ -1069,6 +1080,8 @@
"Email cannot be empty": "邮箱不能为空", "Email cannot be empty": "邮箱不能为空",
"Email/phone reset successfully": "邮箱或手机号重置成功", "Email/phone reset successfully": "邮箱或手机号重置成功",
"Empty input!": "输入为空!", "Empty input!": "输入为空!",
"Face ID": "Face ID",
"Face ids": "Face ids",
"Gender": "性别", "Gender": "性别",
"Gender - Tooltip": "性别 - Tooltip", "Gender - Tooltip": "性别 - Tooltip",
"Homepage": "个人主页", "Homepage": "个人主页",

View File

@ -12665,11 +12665,6 @@ react-social-login-buttons@^3.4.0:
resolved "https://registry.yarnpkg.com/react-social-login-buttons/-/react-social-login-buttons-3.9.1.tgz#c0595ac314a09e4d6024134ff0cc9901879179ff" resolved "https://registry.yarnpkg.com/react-social-login-buttons/-/react-social-login-buttons-3.9.1.tgz#c0595ac314a09e4d6024134ff0cc9901879179ff"
integrity sha512-KtucVWvdnIZ0icG99WJ3usQUJYmlKsOIBYGyngcuNSVyyYdZtif4KHY80qnCg+teDlgYr54ToQtg3x26ZqaS2w== integrity sha512-KtucVWvdnIZ0icG99WJ3usQUJYmlKsOIBYGyngcuNSVyyYdZtif4KHY80qnCg+teDlgYr54ToQtg3x26ZqaS2w==
react-webcam@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/react-webcam/-/react-webcam-7.2.0.tgz#64141c4c7bdd3e956620500187fa3fcc77e1fd49"
integrity sha512-xkrzYPqa1ag2DP+2Q/kLKBmCIfEx49bVdgCCCcZf88oF+0NPEbkwYk3/s/C7Zy0mhM8k+hpdNkBLzxg8H0aWcg==
react@^18.2.0: react@^18.2.0:
version "18.2.0" version "18.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5" resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"