mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-07 08:50:25 -06:00
fix: add missing translation (#4266)
This commit is contained in:
@@ -342,7 +342,7 @@ export function AdvancedTargetingCard({
|
||||
}}
|
||||
size="sm"
|
||||
variant={isSegmentUsedInOtherSurveys ? "minimal" : "secondary"}>
|
||||
{t("common.edit_segment")}
|
||||
{t("environments.segments.edit_segment")}
|
||||
<PencilIcon className="ml-2 h-3 w-3" />
|
||||
</Button>
|
||||
)}
|
||||
|
||||
@@ -107,6 +107,7 @@
|
||||
"add_filter": "Filter hinzufügen",
|
||||
"add_logo": "Logo hinzufügen",
|
||||
"add_product": "Produkt hinzufügen",
|
||||
"all": "Alle",
|
||||
"all_questions": "Alle Fragen",
|
||||
"allow": "erlauben",
|
||||
"allow_users_to_exit_by_clicking_outside_the_survey": "Erlaube Nutzern, die Umfrage zu verlassen, indem sie außerhalb klicken",
|
||||
@@ -958,7 +959,7 @@
|
||||
"value_must_be_a_number": "Wert muss eine Zahl sein.",
|
||||
"view_filters": "Filter anzeigen",
|
||||
"where": "Wo",
|
||||
"with_the_formbricks_sdk": "mit dem Formbricks SDK."
|
||||
"with_the_formbricks_sdk": "mit dem Formbricks SDK"
|
||||
},
|
||||
"settings": {
|
||||
"billing": {
|
||||
@@ -1571,7 +1572,7 @@
|
||||
"welcome_message": "Willkommensnachricht",
|
||||
"when": "Wann",
|
||||
"when_conditions_match_waiting_time_will_be_ignored_and_survey_shown": "Wenn die Bedingungen übereinstimmen, wird die Wartezeit ignoriert und die Umfrage angezeigt.",
|
||||
"with_the_formbricks_sdk": "mit dem Formbricks SDK.",
|
||||
"with_the_formbricks_sdk": "mit dem Formbricks SDK",
|
||||
"without_a_filter_all_of_your_users_can_be_surveyed": "Ohne Filter können alle deine Nutzer befragt werden.",
|
||||
"you_need_to_have_two_or_more_languages_set_up_in_your_product_to_work_with_translations": "Du musst zwei oder mehr Sprachen in deinem Produkt einrichten, um mit Übersetzungen zu arbeiten.",
|
||||
"your_description_here_recall_information_with": "Deine Beschreibung hier. Informationen abrufen mit @",
|
||||
|
||||
@@ -107,6 +107,7 @@
|
||||
"add_filter": "Add filter",
|
||||
"add_logo": "Add logo",
|
||||
"add_product": "Add product",
|
||||
"all": "All",
|
||||
"all_questions": "All questions",
|
||||
"allow": "Allow",
|
||||
"allow_users_to_exit_by_clicking_outside_the_survey": "Allow users to exit by clicking outside the survey",
|
||||
@@ -788,7 +789,7 @@
|
||||
"tag_of_your_app": "tag of your app",
|
||||
"to_the": "to the",
|
||||
"to_the_url_where_you_load_the": "to the URL where you load the",
|
||||
"to_the_url_where_you_load_the_formbricks_sdk": "to the URL where you load the Formbricks SDK.",
|
||||
"to_the_url_where_you_load_the_formbricks_sdk": "to the URL where you load the Formbricks SDK",
|
||||
"want_to_learn_how_to_add_user_attributes": "Want to learn how to add user attributes, custom events and more?",
|
||||
"you_also_need_to_pass_a": "you also need to pass a",
|
||||
"you_are_done": "You're done 🎉",
|
||||
@@ -958,7 +959,7 @@
|
||||
"value_must_be_a_number": "Value must be a number.",
|
||||
"view_filters": "View filters",
|
||||
"where": "Where",
|
||||
"with_the_formbricks_sdk": "with the Formbricks SDK."
|
||||
"with_the_formbricks_sdk": "with the Formbricks SDK"
|
||||
},
|
||||
"settings": {
|
||||
"billing": {
|
||||
@@ -1571,7 +1572,7 @@
|
||||
"welcome_message": "Welcome message",
|
||||
"when": "When",
|
||||
"when_conditions_match_waiting_time_will_be_ignored_and_survey_shown": "When conditions match, waiting time will be ignored and survey shown.",
|
||||
"with_the_formbricks_sdk": "with the Formbricks SDK.",
|
||||
"with_the_formbricks_sdk": "with the Formbricks SDK",
|
||||
"without_a_filter_all_of_your_users_can_be_surveyed": "Without a filter, all of your users can be surveyed.",
|
||||
"you_need_to_have_two_or_more_languages_set_up_in_your_product_to_work_with_translations": "You need to have two or more languages set up in your product to work with translations.",
|
||||
"your_description_here_recall_information_with": "Your description here. Recall information with @",
|
||||
|
||||
@@ -107,6 +107,7 @@
|
||||
"add_filter": "Adicionar filtro",
|
||||
"add_logo": "Adicionar logo",
|
||||
"add_product": "Adicionar produto",
|
||||
"all": "Todos",
|
||||
"all_questions": "Todas as perguntas",
|
||||
"allow": "permitir",
|
||||
"allow_users_to_exit_by_clicking_outside_the_survey": "Permitir que os usuários saiam clicando fora da pesquisa",
|
||||
|
||||
Reference in New Issue
Block a user