mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-28 20:49:34 -05:00
fix: onboarding preview (#7238)
This commit is contained in:
committed by
GitHub
parent
fad55e3486
commit
8ab8adc3d0
@@ -4854,18 +4854,6 @@ export const previewSurvey = (projectName: string, t: TFunction): TSurvey => {
|
||||
}),
|
||||
isDraft: true,
|
||||
},
|
||||
{
|
||||
...buildOpenTextElement({
|
||||
id: "preview_input_field_element",
|
||||
headline: t("templates.preview_survey_input_headline"),
|
||||
subheader: "",
|
||||
placeholder: t("templates.preview_survey_input_placeholder"),
|
||||
required: false,
|
||||
inputType: "text",
|
||||
longAnswer: false,
|
||||
}),
|
||||
isDraft: true,
|
||||
},
|
||||
],
|
||||
buttonLabel: createI18nString(t("templates.next"), []),
|
||||
backButtonLabel: createI18nString(t("templates.preview_survey_question_2_back_button_label"), []),
|
||||
|
||||
@@ -2744,8 +2744,6 @@ checksums:
|
||||
templates/picture_selection_description: 44115e3668be00ae4854c299e5976398
|
||||
templates/preview_survey_ending_card_description: 6a98bdb1b083e437bb71d8b6c27b0e3a
|
||||
templates/preview_survey_ending_card_headline: 3512326ea9ad9a8a6c420a1e69d4d93f
|
||||
templates/preview_survey_input_headline: 277d044caa828f35758b165516da917d
|
||||
templates/preview_survey_input_placeholder: 743c34ea842287e929a5e7e6b7a4e89b
|
||||
templates/preview_survey_name: 82503c2dba9f071c93860e5ce9584e14
|
||||
templates/preview_survey_question_1_headline: 91622f99f8018adefb3ed0921bc1ad7a
|
||||
templates/preview_survey_question_1_lower_label: ff4681be0a94185111459994fe58478c
|
||||
|
||||
@@ -2899,8 +2899,6 @@
|
||||
"picture_selection_description": "Bitte die Befragten, ein oder mehrere Bilder auszuwählen",
|
||||
"preview_survey_ending_card_description": "Mach bitte mit deinem Onboarding weiter.",
|
||||
"preview_survey_ending_card_headline": "Geschafft!",
|
||||
"preview_survey_input_headline": "Möchtest Du noch etwas mitteilen?",
|
||||
"preview_survey_input_placeholder": "Hinterlasse eine Notiz...",
|
||||
"preview_survey_name": "Vorschau",
|
||||
"preview_survey_question_1_headline": "Wie würdest Du {projectName} bewerten?",
|
||||
"preview_survey_question_1_lower_label": "Nicht gut",
|
||||
|
||||
@@ -1156,7 +1156,6 @@
|
||||
"add_fallback_placeholder": "Add a placeholder to show if there is no value to recall.",
|
||||
"add_hidden_field_id": "Add hidden field ID",
|
||||
"add_highlight_border": "Add highlight border",
|
||||
|
||||
"add_logic": "Add logic",
|
||||
"add_none_of_the_above": "Add “None of the Above”",
|
||||
"add_option": "Add option",
|
||||
@@ -1230,11 +1229,8 @@
|
||||
"change_background": "Change background",
|
||||
"change_question_type": "Change question type",
|
||||
"change_survey_type": "Switching survey type affects existing access",
|
||||
|
||||
"change_the_background_to_a_color_image_or_animation": "Change the background to a color, image or animation.",
|
||||
|
||||
"change_the_placement_of_this_survey": "Change the placement of this survey.",
|
||||
|
||||
"changes_saved": "Changes saved.",
|
||||
"changing_survey_type_will_remove_existing_distribution_channels": "Changing the survey type will affect how it can be shared. If respondents already have access links for the current type, they may lose access after the switch.",
|
||||
"checkbox_label": "Checkbox Label",
|
||||
@@ -1374,7 +1370,6 @@
|
||||
"hide_progress_bar": "Hide progress bar",
|
||||
"hide_question_settings": "Hide Question settings",
|
||||
"hostname": "Hostname",
|
||||
|
||||
"if_you_need_more_please": "If you need more, please",
|
||||
"if_you_really_want_that_answer_ask_until_you_get_it": "Keep showing whenever triggered until a response is submitted.",
|
||||
"ignore_global_waiting_time": "Ignore Cooldown Period",
|
||||
@@ -1471,7 +1466,6 @@
|
||||
"protect_survey_with_pin_description": "Only users who have the PIN can access the survey.",
|
||||
"publish": "Publish",
|
||||
"question": "Question",
|
||||
|
||||
"question_deleted": "Question deleted.",
|
||||
"question_duplicated": "Question duplicated.",
|
||||
"question_id_updated": "Question ID updated",
|
||||
@@ -1575,7 +1569,6 @@
|
||||
"styling_set_to_theme_styles": "Styling set to theme styles",
|
||||
"subheading": "Subheading",
|
||||
"subtract": "Subtract -",
|
||||
|
||||
"survey_completed_heading": "Survey Completed",
|
||||
"survey_completed_subheading": "This free & open-source survey has been closed",
|
||||
"survey_display_settings": "Survey Display Settings",
|
||||
@@ -2059,9 +2052,7 @@
|
||||
"look": {
|
||||
"add_background_color": "Add background color",
|
||||
"add_background_color_description": "Add a background color to the logo container.",
|
||||
|
||||
"advanced_styling_field_border_radius": "Border Radius",
|
||||
|
||||
"advanced_styling_field_button_bg": "Button Background",
|
||||
"advanced_styling_field_button_bg_description": "Fills the Next / Submit button.",
|
||||
"advanced_styling_field_button_border_radius_description": "Rounds the button corners.",
|
||||
@@ -2078,7 +2069,6 @@
|
||||
"advanced_styling_field_description_size_description": "Scales the description text.",
|
||||
"advanced_styling_field_description_weight": "Description Font Weight",
|
||||
"advanced_styling_field_description_weight_description": "Makes description text lighter or bolder.",
|
||||
|
||||
"advanced_styling_field_font_size": "Font Size",
|
||||
"advanced_styling_field_font_weight": "Font Weight",
|
||||
"advanced_styling_field_headline_color": "Headline Color",
|
||||
@@ -2090,7 +2080,6 @@
|
||||
"advanced_styling_field_height": "Height",
|
||||
"advanced_styling_field_indicator_bg": "Indicator Background",
|
||||
"advanced_styling_field_indicator_bg_description": "Colors the filled portion of the bar.",
|
||||
|
||||
"advanced_styling_field_input_border_radius_description": "Rounds the input corners.",
|
||||
"advanced_styling_field_input_font_size_description": "Scales the typed text in inputs.",
|
||||
"advanced_styling_field_input_height_description": "Controls the input field height.",
|
||||
@@ -2116,7 +2105,6 @@
|
||||
"advanced_styling_field_track_bg_description": "Colors the unfilled portion of the bar.",
|
||||
"advanced_styling_field_track_height": "Track Height",
|
||||
"advanced_styling_field_track_height_description": "Controls the progress bar thickness.",
|
||||
|
||||
"advanced_styling_field_upper_label_color": "Headline Label Color",
|
||||
"advanced_styling_field_upper_label_color_description": "Colors the small label above inputs.",
|
||||
"advanced_styling_field_upper_label_size": "Headline Label Font Size",
|
||||
@@ -2127,7 +2115,6 @@
|
||||
"advanced_styling_section_headlines": "Headlines & Descriptions",
|
||||
"advanced_styling_section_inputs": "Inputs",
|
||||
"advanced_styling_section_options": "Options (Radio/Checkbox)",
|
||||
|
||||
"app_survey_placement": "App Survey Placement",
|
||||
"app_survey_placement_settings_description": "Change where surveys will be shown in your web app or website.",
|
||||
"email_customization": "Email Customization",
|
||||
@@ -2912,8 +2899,6 @@
|
||||
"picture_selection_description": "Ask respondents to choose one or more images",
|
||||
"preview_survey_ending_card_description": "Please continue your onboarding.",
|
||||
"preview_survey_ending_card_headline": "You did it!",
|
||||
"preview_survey_input_headline": "Anything else to share?",
|
||||
"preview_survey_input_placeholder": "Leave a note...",
|
||||
"preview_survey_name": "New Survey",
|
||||
"preview_survey_question_1_headline": "How would you rate {projectName}?",
|
||||
"preview_survey_question_1_lower_label": "Not good",
|
||||
|
||||
@@ -2899,8 +2899,6 @@
|
||||
"picture_selection_description": "Pide a los encuestados que elijan una o más imágenes",
|
||||
"preview_survey_ending_card_description": "Por favor, continúa con tu incorporación.",
|
||||
"preview_survey_ending_card_headline": "¡Lo has conseguido!",
|
||||
"preview_survey_input_headline": "¿Algo más que compartir?",
|
||||
"preview_survey_input_placeholder": "Deja una nota...",
|
||||
"preview_survey_name": "Encuesta nueva",
|
||||
"preview_survey_question_1_headline": "¿Cómo valorarías {projectName}?",
|
||||
"preview_survey_question_1_lower_label": "No es bueno",
|
||||
|
||||
@@ -2899,8 +2899,6 @@
|
||||
"picture_selection_description": "Demandez aux répondants de choisir une ou plusieurs images",
|
||||
"preview_survey_ending_card_description": "Continue ton onboarding, s'il te plaît.",
|
||||
"preview_survey_ending_card_headline": "C'est fait !",
|
||||
"preview_survey_input_headline": "Autre chose à partager ?",
|
||||
"preview_survey_input_placeholder": "Laisse une note...",
|
||||
"preview_survey_name": "Nouveau Sondage",
|
||||
"preview_survey_question_1_headline": "Comment évalueriez-vous {projectName} ?",
|
||||
"preview_survey_question_1_lower_label": "Pas bon",
|
||||
|
||||
@@ -2899,8 +2899,6 @@
|
||||
"picture_selection_description": "A válaszadók megkérése, hogy egy vagy több képet válasszanak",
|
||||
"preview_survey_ending_card_description": "Folytassa a beléptetését.",
|
||||
"preview_survey_ending_card_headline": "Megcsinálta!",
|
||||
"preview_survey_input_headline": "Van még valami, amit meg szeretne osztani?",
|
||||
"preview_survey_input_placeholder": "Hagyj egy megjegyzést...",
|
||||
"preview_survey_name": "Új kérdőív",
|
||||
"preview_survey_question_1_headline": "Hogyan értékelné a(z) {projectName} projektet?",
|
||||
"preview_survey_question_1_lower_label": "Nem jó",
|
||||
|
||||
@@ -2899,8 +2899,6 @@
|
||||
"picture_selection_description": "回答者に1つまたは複数の画像を選択させる",
|
||||
"preview_survey_ending_card_description": "オンボーディングを続けてください。",
|
||||
"preview_survey_ending_card_headline": "完了しました!",
|
||||
"preview_survey_input_headline": "他に共有したいことはありますか?",
|
||||
"preview_survey_input_placeholder": "メモを残す...",
|
||||
"preview_survey_name": "新しいアンケート",
|
||||
"preview_survey_question_1_headline": "{projectName}をどう評価しますか?",
|
||||
"preview_survey_question_1_lower_label": "良くない",
|
||||
|
||||
@@ -2899,8 +2899,6 @@
|
||||
"picture_selection_description": "Vraag respondenten om één of meerdere afbeeldingen te kiezen",
|
||||
"preview_survey_ending_card_description": "Ga alstublieft door met uw onboarding.",
|
||||
"preview_survey_ending_card_headline": "Je hebt het gedaan!",
|
||||
"preview_survey_input_headline": "Nog iets te delen?",
|
||||
"preview_survey_input_placeholder": "Laat een notitie achter...",
|
||||
"preview_survey_name": "Nieuwe enquête",
|
||||
"preview_survey_question_1_headline": "Hoe zou u {projectName} beoordelen?",
|
||||
"preview_survey_question_1_lower_label": "Niet goed",
|
||||
|
||||
@@ -2899,8 +2899,6 @@
|
||||
"picture_selection_description": "Peça aos respondentes para escolherem uma ou mais imagens",
|
||||
"preview_survey_ending_card_description": "Por favor, continue seu onboarding.",
|
||||
"preview_survey_ending_card_headline": "Você conseguiu!",
|
||||
"preview_survey_input_headline": "Tem mais alguma coisa para compartilhar?",
|
||||
"preview_survey_input_placeholder": "Deixe uma nota...",
|
||||
"preview_survey_name": "Nova pesquisa",
|
||||
"preview_survey_question_1_headline": "Como você avaliaria {projectName}?",
|
||||
"preview_survey_question_1_lower_label": "Não tá bom",
|
||||
|
||||
@@ -2899,8 +2899,6 @@
|
||||
"picture_selection_description": "Peça aos respondentes para escolherem uma ou mais imagens",
|
||||
"preview_survey_ending_card_description": "Por favor, continue o seu onboarding.",
|
||||
"preview_survey_ending_card_headline": "Conseguiste!",
|
||||
"preview_survey_input_headline": "Mais alguma coisa a partilhar?",
|
||||
"preview_survey_input_placeholder": "Deixa uma nota...",
|
||||
"preview_survey_name": "Novo inquérito",
|
||||
"preview_survey_question_1_headline": "Como classificaria {projectName}?",
|
||||
"preview_survey_question_1_lower_label": "Não é bom",
|
||||
|
||||
@@ -2899,8 +2899,6 @@
|
||||
"picture_selection_description": "Cereți respondenților să aleagă una sau mai multe imagini",
|
||||
"preview_survey_ending_card_description": "Vă rugăm să continuați onboarding-ul.",
|
||||
"preview_survey_ending_card_headline": "Ai reușit!",
|
||||
"preview_survey_input_headline": "Mai vrei să adaugi ceva?",
|
||||
"preview_survey_input_placeholder": "Lasă o notă...",
|
||||
"preview_survey_name": "Previzualizare chestionar",
|
||||
"preview_survey_question_1_headline": "Cum ai evalua {projectName}?",
|
||||
"preview_survey_question_1_lower_label": "Nu este bine",
|
||||
|
||||
@@ -2899,8 +2899,6 @@
|
||||
"picture_selection_description": "Попросите респондентов выбрать одно или несколько изображений",
|
||||
"preview_survey_ending_card_description": "Пожалуйста, продолжайте регистрацию.",
|
||||
"preview_survey_ending_card_headline": "Вы справились!",
|
||||
"preview_survey_input_headline": "Есть ещё что-то, чем хочешь поделиться?",
|
||||
"preview_survey_input_placeholder": "Оставь заметку...",
|
||||
"preview_survey_name": "Новый опрос",
|
||||
"preview_survey_question_1_headline": "Как бы вы оценили {projectName}?",
|
||||
"preview_survey_question_1_lower_label": "Плохо",
|
||||
|
||||
@@ -2899,8 +2899,6 @@
|
||||
"picture_selection_description": "Be respondenter välja en eller flera bilder",
|
||||
"preview_survey_ending_card_description": "Vänligen fortsätt din onboarding.",
|
||||
"preview_survey_ending_card_headline": "Du klarade det!",
|
||||
"preview_survey_input_headline": "Något mer du vill dela med dig av?",
|
||||
"preview_survey_input_placeholder": "Lämna en kommentar...",
|
||||
"preview_survey_name": "Ny enkät",
|
||||
"preview_survey_question_1_headline": "Hur skulle du betygsätta {projectName}?",
|
||||
"preview_survey_question_1_lower_label": "Inte bra",
|
||||
|
||||
@@ -2899,8 +2899,6 @@
|
||||
"picture_selection_description": "要求 受访者 选择 一个 或 多个 图片",
|
||||
"preview_survey_ending_card_description": "请继续您的 入职培训。",
|
||||
"preview_survey_ending_card_headline": "你 做 到 了 !",
|
||||
"preview_survey_input_headline": "还有其他想分享的吗?",
|
||||
"preview_survey_input_placeholder": "留下备注……",
|
||||
"preview_survey_name": "预览 调查",
|
||||
"preview_survey_question_1_headline": "您 如何 评价 {projectName} ?",
|
||||
"preview_survey_question_1_lower_label": "不 好",
|
||||
|
||||
@@ -2899,8 +2899,6 @@
|
||||
"picture_selection_description": "要求回應者選擇一張或多張圖片",
|
||||
"preview_survey_ending_card_description": "請繼續您的新手上路程序。",
|
||||
"preview_survey_ending_card_headline": "您完成了!",
|
||||
"preview_survey_input_headline": "還有其他想分享的嗎?",
|
||||
"preview_survey_input_placeholder": "留下備註⋯⋯",
|
||||
"preview_survey_name": "新問卷",
|
||||
"preview_survey_question_1_headline": "您對 '{'projectName'}' 的評分如何?",
|
||||
"preview_survey_question_1_lower_label": "不好",
|
||||
|
||||
Reference in New Issue
Block a user