diff --git a/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/SettingsView.tsx b/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/SettingsView.tsx
index 2ef53b2d31..81c1387602 100644
--- a/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/SettingsView.tsx
+++ b/apps/web/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/SettingsView.tsx
@@ -25,6 +25,7 @@ interface SettingsViewProps {
isUserTargetingAllowed?: boolean;
locale: string;
projectPermission: TTeamPermission | null;
+ isFormbricksCloud: boolean;
}
export const SettingsView = ({
@@ -39,6 +40,7 @@ export const SettingsView = ({
isUserTargetingAllowed = false,
locale,
projectPermission,
+ isFormbricksCloud,
}: SettingsViewProps) => {
const isAppSurvey = localSurvey.type === "app";
@@ -68,7 +70,7 @@ export const SettingsView = ({
) : (
-
{title}
-{title}
{description}
diff --git a/packages/lib/messages/de-DE.json b/packages/lib/messages/de-DE.json index 4c6fd39162..52af76a98e 100644 --- a/packages/lib/messages/de-DE.json +++ b/packages/lib/messages/de-DE.json @@ -1146,7 +1146,7 @@ "there_can_only_be_one_owner_of_each_organization": "Es kann nur einen Besitzer jeder Organisation geben. Wenn Du deine Eigentümerschaft überträgst an", "to_confirm": "bestätigen:", "type_in": "Tippe ein", - "upgrade_plan_notice_message": "Zugriffsrollen verwalten", + "upgrade_plan_notice_message": "Um Zugriffsrollen zu verwalten,", "upgrade_plan_notice_text_for_url_cloud": "aktualisiere deinen Plan.", "upgrade_plan_notice_text_for_url_enterprise": "eine Enterprise-Lizenz besorgen.", "when_you_transfer_the_ownership_you_will_remain_an_admin_of_the_organization": "Wenn Du die Eigentümerschaft überträgst, bleibst Du ein Admin der Organisation.", @@ -1654,7 +1654,6 @@ "this_setting_overwrites_your": "Diese Einstellung überschreibt deine", "three_points": "3 Punkte", "times": "Zeiten", - "to_enable_multi_language_surveys_you_need_an_active": "Um mehrsprachige Umfragen zu aktivieren, benötigst Du eine aktive", "to_keep_the_placement_over_all_surveys_consistent_you_can": "Um die Platzierung über alle Umfragen hinweg konsistent zu halten, kannst du", "trigger_survey_when_one_of_the_actions_is_fired": "Umfrage auslösen, wenn eine der Aktionen ausgeführt wird...", "try_lollipop_or_mountain": "Versuch 'Lolli' oder 'Berge'...", @@ -1663,6 +1662,8 @@ "unlock_targeting_title": "Targeting mit einem höheren Plan freischalten", "unsaved_changes_warning": "Du hast ungespeicherte Änderungen in deiner Umfrage. Möchtest Du sie speichern, bevor Du gehst?", "until_they_submit_a_response": "Bis sie eine Antwort einreichen", + "upgrade_notice_description": "Erstelle mehrsprachige Umfragen und entdecke viele weitere Funktionen", + "upgrade_notice_title": "Schalte mehrsprachige Umfragen mit einem höheren Plan frei", "upgrade_to_the_scale_plan": "auf den Scale-Plan upgraden.", "upload": "Hochladen", "upload_at_least_2_images": "Lade mindestens 2 Bilder hoch", diff --git a/packages/lib/messages/en-US.json b/packages/lib/messages/en-US.json index 6da9708a53..1069306d79 100644 --- a/packages/lib/messages/en-US.json +++ b/packages/lib/messages/en-US.json @@ -420,7 +420,7 @@ "you": "You", "you_are_downgraded_to_the_community_edition": "You are downgraded to the Community Edition.", "you_are_not_authorised_to_perform_this_action": "You are not authorised to perform this action.", - "you_have_reached_your_limit_of_project_limit": "You have reached your limit of {projectLimit} project.", + "you_have_reached_your_limit_of_project_limit": "You have reached your limit of {projectLimit} projects.", "you_have_reached_your_monthly_miu_limit_of": "You have reached your monthly MIU limit of", "you_have_reached_your_monthly_response_limit_of": "You have reached your monthly response limit of", "you_will_be_downgraded_to_the_community_edition_on_date": "You will be downgraded to the Community Edition on {date}." @@ -1146,7 +1146,7 @@ "there_can_only_be_one_owner_of_each_organization": "There can only be one owner of each organization. If you transfer your ownership to", "to_confirm": "to confirm:", "type_in": "Type in", - "upgrade_plan_notice_message": "To manage access roles,", + "upgrade_plan_notice_message": "Upgrade to manage access roles", "upgrade_plan_notice_text_for_url_cloud": "upgrade your plan.", "upgrade_plan_notice_text_for_url_enterprise": "get an Enterprise License.", "when_you_transfer_the_ownership_you_will_remain_an_admin_of_the_organization": "When you transfer the ownership, you will remain an Admin of the organization.", @@ -1654,7 +1654,6 @@ "this_setting_overwrites_your": "This setting overwrites your", "three_points": "3 points", "times": "times", - "to_enable_multi_language_surveys_you_need_an_active": "To enable multi-language surveys, you need an active", "to_keep_the_placement_over_all_surveys_consistent_you_can": "To keep the placement over all surveys consistent, you can", "trigger_survey_when_one_of_the_actions_is_fired": "Trigger survey when one of the actions is fired...", "try_lollipop_or_mountain": "Try 'lollipop' or 'mountain'...", @@ -1663,6 +1662,8 @@ "unlock_targeting_title": "Unlock targeting with a higher plan", "unsaved_changes_warning": "You have unsaved changes in your survey. Would you like to save them before leaving?", "until_they_submit_a_response": "Until they submit a response", + "upgrade_notice_description": "Create multilingual surveys and unlock many more features", + "upgrade_notice_title": "Unlock multi-language surveys with a higher plan", "upgrade_to_the_scale_plan": "upgrade to the Scale plan.", "upload": "Upload", "upload_at_least_2_images": "Upload at least 2 images", diff --git a/packages/lib/messages/fr-FR.json b/packages/lib/messages/fr-FR.json index 56ec26c4e8..ed6c260897 100644 --- a/packages/lib/messages/fr-FR.json +++ b/packages/lib/messages/fr-FR.json @@ -1146,7 +1146,7 @@ "there_can_only_be_one_owner_of_each_organization": "Il ne peut y avoir qu'un seul propriétaire pour chaque organisation. Si vous transférez votre propriété à", "to_confirm": "pour confirmer :", "type_in": "Tapez", - "upgrade_plan_notice_message": "Pour gérer les rôles d'accès,", + "upgrade_plan_notice_message": "Mettez à niveau pour gérer les rôles d'accès", "upgrade_plan_notice_text_for_url_cloud": "mettez à niveau votre plan.", "upgrade_plan_notice_text_for_url_enterprise": "obtenir une licence d'entreprise.", "when_you_transfer_the_ownership_you_will_remain_an_admin_of_the_organization": "Lorsque vous transférez la propriété, vous resterez un administrateur de l'organisation.", @@ -1654,7 +1654,6 @@ "this_setting_overwrites_your": "Ce paramètre écrase votre", "three_points": "3 points", "times": "fois", - "to_enable_multi_language_surveys_you_need_an_active": "Pour activer des enquêtes multilingues, vous avez besoin d'un", "to_keep_the_placement_over_all_surveys_consistent_you_can": "Pour maintenir la cohérence du placement sur tous les sondages, vous pouvez", "trigger_survey_when_one_of_the_actions_is_fired": "Déclencher l'enquête lorsqu'une des actions est déclenchée...", "try_lollipop_or_mountain": "Essayez 'sucette' ou 'montagne'...", @@ -1663,6 +1662,8 @@ "unlock_targeting_title": "Débloquez le ciblage avec un plan supérieur.", "unsaved_changes_warning": "Vous avez des modifications non enregistrées dans votre enquête. Souhaitez-vous les enregistrer avant de partir ?", "until_they_submit_a_response": "Jusqu'à ce qu'ils soumettent une réponse", + "upgrade_notice_description": "Créez des sondages multilingues et débloquez de nombreuses autres fonctionnalités", + "upgrade_notice_title": "Débloquez les sondages multilingues avec un plan supérieur", "upgrade_to_the_scale_plan": "passer au plan Scale.", "upload": "Télécharger", "upload_at_least_2_images": "Téléchargez au moins 2 images", diff --git a/packages/lib/messages/pt-BR.json b/packages/lib/messages/pt-BR.json index 7f54e76901..6c2f53498b 100644 --- a/packages/lib/messages/pt-BR.json +++ b/packages/lib/messages/pt-BR.json @@ -1146,7 +1146,7 @@ "there_can_only_be_one_owner_of_each_organization": "Só pode ter um dono de cada organização. Se você transferir sua propriedade para", "to_confirm": "pra confirmar:", "type_in": "Digita aí", - "upgrade_plan_notice_message": "Para gerenciar papéis de acesso,", + "upgrade_plan_notice_message": "Atualize para gerenciar funções de acesso", "upgrade_plan_notice_text_for_url_cloud": "atualize seu plano.", "upgrade_plan_notice_text_for_url_enterprise": "conseguir uma Licença Empresarial.", "when_you_transfer_the_ownership_you_will_remain_an_admin_of_the_organization": "Quando você transferir a propriedade, você vai continuar sendo um Admin da organização.", @@ -1654,7 +1654,6 @@ "this_setting_overwrites_your": "Essa configuração sobrescreve seu", "three_points": "3 pontos", "times": "times", - "to_enable_multi_language_surveys_you_need_an_active": "Para habilitar pesquisas multilíngues, você precisa de um", "to_keep_the_placement_over_all_surveys_consistent_you_can": "Para manter a colocação consistente em todas as pesquisas, você pode", "trigger_survey_when_one_of_the_actions_is_fired": "Disparar pesquisa quando uma das ações for executada...", "try_lollipop_or_mountain": "Tenta 'pirulito' ou 'montanha'...", @@ -1663,6 +1662,8 @@ "unlock_targeting_title": "Desbloqueie o direcionamento com um plano superior", "unsaved_changes_warning": "Você tem alterações não salvas na sua pesquisa. Quer salvar antes de sair?", "until_they_submit_a_response": "Até eles enviarem uma resposta", + "upgrade_notice_description": "Crie pesquisas multilíngues e desbloqueie muitas outras funcionalidades", + "upgrade_notice_title": "Desbloqueie pesquisas multilíngues com um plano superior", "upgrade_to_the_scale_plan": "faça um upgrade para o plano Scale.", "upload": "Enviar", "upload_at_least_2_images": "Faz o upload de pelo menos 2 imagens",