diff --git a/packages/lib/messages/de-DE.json b/packages/lib/messages/de-DE.json index 7964d76c34..2d6e45ff76 100644 --- a/packages/lib/messages/de-DE.json +++ b/packages/lib/messages/de-DE.json @@ -6,7 +6,6 @@ "continue_with_google": "Login mit Google", "continue_with_oidc": "Weiter mit {oidcDisplayName}", "continue_with_openid": "Login mit OpenID", - "continue_with_saml": "Login mit SAML SSO", "forgot-password": { "back_to_login": "Zurück zum Login", "email-sent": { @@ -53,7 +52,6 @@ "new_to_formbricks": "Neu bei Formbricks?", "use_a_backup_code": "Einen Backup-Code verwenden" }, - "saml_connection_error": "Etwas ist schiefgelaufen. Bitte überprüfe die App-Konsole für weitere Details.", "signup": { "captcha_failed": "reCAPTCHA fehlgeschlagen", "have_an_account": "Hast Du ein Konto?", diff --git a/packages/lib/messages/en-US.json b/packages/lib/messages/en-US.json index a13737b455..f867e8545e 100644 --- a/packages/lib/messages/en-US.json +++ b/packages/lib/messages/en-US.json @@ -6,7 +6,6 @@ "continue_with_google": "Continue with Google", "continue_with_oidc": "Continue with {oidcDisplayName}", "continue_with_openid": "Continue with OpenID", - "continue_with_saml": "Continue with SAML SSO", "forgot-password": { "back_to_login": "Back to login", "email-sent": { @@ -53,7 +52,6 @@ "new_to_formbricks": "New to Formbricks?", "use_a_backup_code": "Use a backup code" }, - "saml_connection_error": "Something went wrong. Please check your app console for more details.", "signup": { "captcha_failed": "Captcha failed", "have_an_account": "Have an account?", diff --git a/packages/lib/messages/fr-FR.json b/packages/lib/messages/fr-FR.json index 242f4b6803..26e3f1430b 100644 --- a/packages/lib/messages/fr-FR.json +++ b/packages/lib/messages/fr-FR.json @@ -6,7 +6,6 @@ "continue_with_google": "Continuer avec Google", "continue_with_oidc": "Continuer avec {oidcDisplayName}", "continue_with_openid": "Continuer avec OpenID", - "continue_with_saml": "Continuer avec SAML SSO", "forgot-password": { "back_to_login": "Retour à la connexion", "email-sent": { @@ -53,7 +52,6 @@ "new_to_formbricks": "Nouveau sur Formbricks ?", "use_a_backup_code": "Utiliser un code de secours" }, - "saml_connection_error": "Quelque chose s'est mal passé. Veuillez vérifier la console de votre application pour plus de détails.", "signup": { "captcha_failed": "Captcha échoué", "have_an_account": "Avez-vous un compte ?", diff --git a/packages/lib/messages/pt-BR.json b/packages/lib/messages/pt-BR.json index cf828c4021..510909a717 100644 --- a/packages/lib/messages/pt-BR.json +++ b/packages/lib/messages/pt-BR.json @@ -6,7 +6,6 @@ "continue_with_google": "Continuar com o Google", "continue_with_oidc": "Continuar com {oidcDisplayName}", "continue_with_openid": "Continuar com OpenID", - "continue_with_saml": "Continuar com SAML SSO", "forgot-password": { "back_to_login": "Voltar para o login", "email-sent": { @@ -53,7 +52,6 @@ "new_to_formbricks": "Novo no Formbricks?", "use_a_backup_code": "Usar um código de backup" }, - "saml_connection_error": "Algo deu errado. Por favor, verifica o console do app para mais detalhes.", "signup": { "captcha_failed": "reCAPTCHA falhou", "have_an_account": "Já tem uma conta?", diff --git a/packages/lib/messages/zh-Hant-TW.json b/packages/lib/messages/zh-Hant-TW.json index 3b2083a0c2..c2b1fe6e57 100644 --- a/packages/lib/messages/zh-Hant-TW.json +++ b/packages/lib/messages/zh-Hant-TW.json @@ -6,7 +6,6 @@ "continue_with_google": "使用 Google 繼續", "continue_with_oidc": "使用 '{'oidcDisplayName'}' 繼續", "continue_with_openid": "使用 OpenID 繼續", - "continue_with_saml": "使用 SAML SSO 繼續", "forgot-password": { "back_to_login": "返回登入", "email-sent": { @@ -53,7 +52,6 @@ "new_to_formbricks": "初次使用 Formbricks?", "use_a_backup_code": "使用備份碼" }, - "saml_connection_error": "發生錯誤。請檢查您的 app 主控台以取得更多詳細資料。", "signup": { "captcha_failed": "驗證碼失敗", "have_an_account": "已有帳戶?", diff --git a/sonar-project.properties b/sonar-project.properties index 0190684798..f4b4700e6d 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -12,3 +12,6 @@ sonar.sources=apps/web # Encoding of the source code. Default is default system encoding #sonar.sourceEncoding=UTF-8 + +# Coverage +sonar.coverage.exclusions=**/*.test.*,**/*.spec.* \ No newline at end of file