mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-07 22:31:18 -06:00
fix: email_from_name default value
This commit is contained in:
@@ -39,7 +39,7 @@ DATABASE_URL='postgresql://postgres:postgres@localhost:5432/formbricks?schema=pu
|
||||
# See optional configurations below if you want to disable these features.
|
||||
|
||||
MAIL_FROM=noreply@example.com
|
||||
MAIL_FROM_NAME=Noreply
|
||||
MAIL_FROM_NAME=Formbricks
|
||||
SMTP_HOST=localhost
|
||||
SMTP_PORT=1025
|
||||
# Enable SMTP_SECURE_ENABLED for TLS (port 465)
|
||||
|
||||
@@ -33,7 +33,7 @@ To enable email functionality, configure the following environment variables:
|
||||
```bash
|
||||
# Basic SMTP Configuration
|
||||
MAIL_FROM=noreply@yourdomain.com
|
||||
MAIL_FROM_NAME=Noreply
|
||||
MAIL_FROM_NAME=Formbricks
|
||||
SMTP_HOST=smtp.yourprovider.com
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=your_username
|
||||
@@ -76,7 +76,7 @@ If you're using the one-click setup with Docker Compose, you can either:
|
||||
environment:
|
||||
# Email Configuration
|
||||
MAIL_FROM: noreply@yourdomain.com
|
||||
MAIL_FROM_NAME: Noreply
|
||||
MAIL_FROM_NAME: Formbricks
|
||||
SMTP_HOST: smtp.yourprovider.com
|
||||
SMTP_PORT: 587
|
||||
SMTP_USER: your_username
|
||||
@@ -97,7 +97,7 @@ environment:
|
||||
|
||||
```bash
|
||||
MAIL_FROM=noreply@yourdomain.com
|
||||
MAIL_FROM_NAME=Noreply
|
||||
MAIL_FROM_NAME=Formbricks
|
||||
SMTP_HOST=smtp.sendgrid.net
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=apikey
|
||||
@@ -108,7 +108,7 @@ SMTP_PASSWORD=your_sendgrid_api_key
|
||||
|
||||
```bash
|
||||
MAIL_FROM=noreply@yourdomain.com
|
||||
MAIL_FROM_NAME=Noreply
|
||||
MAIL_FROM_NAME=Formbricks
|
||||
SMTP_HOST=email-smtp.us-east-1.amazonaws.com
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=your_ses_access_key
|
||||
@@ -119,7 +119,7 @@ SMTP_PASSWORD=your_ses_secret_key
|
||||
|
||||
```bash
|
||||
MAIL_FROM=your_email@gmail.com
|
||||
MAIL_FROM_NAME=Noreply
|
||||
MAIL_FROM_NAME=Formbricks
|
||||
SMTP_HOST=smtp.gmail.com
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=your_email@gmail.com
|
||||
|
||||
@@ -485,9 +485,8 @@
|
||||
"survey_response_finished_email_congrats": "Glückwunsch, Du hast eine neue Antwort auf deine Umfrage {surveyName} erhalten!",
|
||||
"survey_response_finished_email_dont_want_notifications": "Möchtest Du diese Benachrichtigungen nicht erhalten?",
|
||||
"survey_response_finished_email_hey": "Hey \uD83D\uDC4B",
|
||||
"survey_response_finished_email_this_form": "dieses Formular",
|
||||
"survey_response_finished_email_turn_off_notifications": "Benachrichtigungen ausschalten für",
|
||||
"survey_response_finished_email_turn_off_notifications_for_all_new_forms": "Benachrichtigungen für alle neu erstellten Formulare ausschalten",
|
||||
"survey_response_finished_email_turn_off_notifications_for_this_form": "Benachrichtigungen für dieses Formular ausschalten",
|
||||
"survey_response_finished_email_view_more_responses": "Zeige {responseCount} weitere Antworten",
|
||||
"survey_response_finished_email_view_survey_summary": "Umfragezusammenfassung anzeigen",
|
||||
"verification_email_click_on_this_link": "Du kannst auch auf diesen Link klicken:",
|
||||
@@ -1751,9 +1750,7 @@
|
||||
"how_to_create_a_panel_step_4_description": "Sobald alles eingerichtet ist, kannst Du deine Studie starten. Innerhalb weniger Stunden wirst Du die ersten Antworten erhalten.",
|
||||
"how_to_embed_a_survey_on_your_react_native_app": "Wie man eine Umfrage in deine React Native App einbettet",
|
||||
"how_to_embed_a_survey_on_your_web_app": "Wie man eine Umfrage in seine App einbettet",
|
||||
"identify_users": "Benutzer identifizieren",
|
||||
"identify_users_and_set_attributes": "Benutzer identifizieren und Attribute festlegen",
|
||||
"identify_users_description": "Hast Du die E-Mail-Adresse oder eine Benutzer-ID? Füge sie der URL hinzu.",
|
||||
"impressions": "Eindrücke",
|
||||
"impressions_tooltip": "Anzahl der Aufrufe der Umfrage.",
|
||||
"includes_all": "Beinhaltet alles",
|
||||
|
||||
@@ -485,9 +485,8 @@
|
||||
"survey_response_finished_email_congrats": "Congrats, you received a new response to your survey! Someone just completed your survey: {surveyName}",
|
||||
"survey_response_finished_email_dont_want_notifications": "Don't want to get these notifications?",
|
||||
"survey_response_finished_email_hey": "Hey \uD83D\uDC4B",
|
||||
"survey_response_finished_email_this_form": "this form",
|
||||
"survey_response_finished_email_turn_off_notifications": "Turn off notifications for",
|
||||
"survey_response_finished_email_turn_off_notifications_for_all_new_forms": "Turn off notifications for all newly created forms",
|
||||
"survey_response_finished_email_turn_off_notifications_for_this_form": "Turn off notifications for this form",
|
||||
"survey_response_finished_email_view_more_responses": "View {responseCount} more responses",
|
||||
"survey_response_finished_email_view_survey_summary": "View survey summary",
|
||||
"verification_email_click_on_this_link": "You can also click on this link:",
|
||||
@@ -1751,9 +1750,7 @@
|
||||
"how_to_create_a_panel_step_4_description": "Once everything is setup, you can launch your study. Within a few hours you’ll receive the first responses.",
|
||||
"how_to_embed_a_survey_on_your_react_native_app": "How to embed a survey on your React Native app",
|
||||
"how_to_embed_a_survey_on_your_web_app": "How to embed a survey on your web app",
|
||||
"identify_users": "Identify users",
|
||||
"identify_users_and_set_attributes": "identify users and set attributes",
|
||||
"identify_users_description": "You have the email address or a userId? Append it to the URL.",
|
||||
"impressions": "Impressions",
|
||||
"impressions_tooltip": "Number of times the survey has been viewed.",
|
||||
"includes_all": "Includes all",
|
||||
|
||||
@@ -485,9 +485,8 @@
|
||||
"survey_response_finished_email_congrats": "Félicitations, vous avez reçu une nouvelle réponse à votre enquête ! Quelqu'un vient de compléter votre enquête : {surveyName}",
|
||||
"survey_response_finished_email_dont_want_notifications": "Vous ne voulez pas recevoir ces notifications ?",
|
||||
"survey_response_finished_email_hey": "Salut \uD83D\uDC4B",
|
||||
"survey_response_finished_email_this_form": "ce formulaire",
|
||||
"survey_response_finished_email_turn_off_notifications": "Désactiver les notifications pour",
|
||||
"survey_response_finished_email_turn_off_notifications_for_all_new_forms": "Désactiver les notifications pour tous les formulaires nouvellement créés",
|
||||
"survey_response_finished_email_turn_off_notifications_for_this_form": "Désactiver les notifications pour ce formulaire",
|
||||
"survey_response_finished_email_view_more_responses": "Voir {responseCount} réponses supplémentaires",
|
||||
"survey_response_finished_email_view_survey_summary": "Voir le résumé de l'enquête",
|
||||
"verification_email_click_on_this_link": "Vous pouvez également cliquer sur ce lien :",
|
||||
@@ -1751,9 +1750,7 @@
|
||||
"how_to_create_a_panel_step_4_description": "Une fois que tout est configuré, vous pouvez lancer votre étude. Dans quelques heures, vous recevrez les premières réponses.",
|
||||
"how_to_embed_a_survey_on_your_react_native_app": "Comment intégrer un sondage dans votre application React Native",
|
||||
"how_to_embed_a_survey_on_your_web_app": "Comment intégrer une enquête dans votre application web",
|
||||
"identify_users": "Identifier les utilisateurs",
|
||||
"identify_users_and_set_attributes": "identifier les utilisateurs et définir des attributs",
|
||||
"identify_users_description": "Avez-vous l'adresse e-mail ou un identifiant utilisateur ? Ajoutez-le à l'URL.",
|
||||
"impressions": "Impressions",
|
||||
"impressions_tooltip": "Nombre de fois que l'enquête a été consultée.",
|
||||
"includes_all": "Comprend tous",
|
||||
|
||||
@@ -485,9 +485,8 @@
|
||||
"survey_response_finished_email_congrats": "Parabéns, você recebeu uma nova resposta na sua pesquisa! Alguém acabou de completar sua pesquisa: {surveyName}",
|
||||
"survey_response_finished_email_dont_want_notifications": "Não quer receber essas notificações?",
|
||||
"survey_response_finished_email_hey": "E aí \uD83D\uDC4B",
|
||||
"survey_response_finished_email_this_form": "esse formulário",
|
||||
"survey_response_finished_email_turn_off_notifications": "Desativar notificações para",
|
||||
"survey_response_finished_email_turn_off_notifications_for_all_new_forms": "Desativar notificações para todos os formulários recém-criados",
|
||||
"survey_response_finished_email_turn_off_notifications_for_this_form": "Desativar notificações para este formulário",
|
||||
"survey_response_finished_email_view_more_responses": "Ver mais {responseCount} respostas",
|
||||
"survey_response_finished_email_view_survey_summary": "Ver resumo da pesquisa",
|
||||
"verification_email_click_on_this_link": "Você também pode clicar neste link:",
|
||||
@@ -1751,9 +1750,7 @@
|
||||
"how_to_create_a_panel_step_4_description": "Depois que tudo estiver configurado, você pode iniciar seu estudo. Em algumas horas, você vai receber as primeiras respostas.",
|
||||
"how_to_embed_a_survey_on_your_react_native_app": "Como incorporar uma pesquisa no seu app React Native",
|
||||
"how_to_embed_a_survey_on_your_web_app": "Como incorporar uma pesquisa no seu app web",
|
||||
"identify_users": "Identificar usuários",
|
||||
"identify_users_and_set_attributes": "identificar usuários e definir atributos",
|
||||
"identify_users_description": "Você tem o endereço de e-mail ou um userId? Adiciona isso ao URL.",
|
||||
"impressions": "Impressões",
|
||||
"impressions_tooltip": "Número de vezes que a pesquisa foi visualizada.",
|
||||
"includes_all": "Inclui tudo",
|
||||
|
||||
2835
packages/lib/messages/pt-PT.json
Normal file
2835
packages/lib/messages/pt-PT.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -485,9 +485,8 @@
|
||||
"survey_response_finished_email_congrats": "恭喜,您收到了新的問卷回應!有人剛完成您的問卷:'{'surveyName'}'",
|
||||
"survey_response_finished_email_dont_want_notifications": "不想收到這些通知?",
|
||||
"survey_response_finished_email_hey": "嗨 \uD83D\uDC4B",
|
||||
"survey_response_finished_email_this_form": "這個表單",
|
||||
"survey_response_finished_email_turn_off_notifications": "關閉通知,適用於",
|
||||
"survey_response_finished_email_turn_off_notifications_for_all_new_forms": "關閉所有新建立表單的通知",
|
||||
"survey_response_finished_email_turn_off_notifications_for_this_form": "關閉此表單的通知",
|
||||
"survey_response_finished_email_view_more_responses": "檢視另外 '{'responseCount'}' 個回應",
|
||||
"survey_response_finished_email_view_survey_summary": "檢視問卷摘要",
|
||||
"verification_email_click_on_this_link": "您也可以點擊此連結:",
|
||||
@@ -1751,9 +1750,7 @@
|
||||
"how_to_create_a_panel_step_4_description": "設定完成後,您可以啟動您的研究。在幾個小時內,您就會收到第一個回應。",
|
||||
"how_to_embed_a_survey_on_your_react_native_app": "如何在您的 React Native 應用程式中嵌入問卷",
|
||||
"how_to_embed_a_survey_on_your_web_app": "如何在您的 Web 應用程式中嵌入問卷",
|
||||
"identify_users": "識別使用者",
|
||||
"identify_users_and_set_attributes": "識別使用者並設定屬性",
|
||||
"identify_users_description": "您有電子郵件地址或使用者 ID 嗎?將其附加到網址。",
|
||||
"impressions": "曝光數",
|
||||
"impressions_tooltip": "問卷已檢視的次數。",
|
||||
"includes_all": "包含全部",
|
||||
|
||||
Reference in New Issue
Block a user