@activepieces/piece-reachinbox 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +18 -15
- package/src/i18n/de.json +125 -0
- package/src/i18n/es.json +125 -0
- package/src/i18n/fr.json +125 -0
- package/src/i18n/ja.json +125 -0
- package/src/i18n/nl.json +125 -0
- package/src/i18n/pt.json +125 -0
- package/src/i18n/ru.json +125 -0
- package/src/i18n/translation.json +125 -0
- package/src/i18n/vi.json +125 -0
- package/src/i18n/zh.json +125 -0
- package/src/index.js +1 -1
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Reachinbox": "Reachinbox",
|
|
3
|
+
"Enter your ReachInbox API key": "ReachInbox API キーを入力してください",
|
|
4
|
+
"Add Leads": "リードを追加",
|
|
5
|
+
"Add Blocklist": "ブロックリストを追加",
|
|
6
|
+
"Add Email": "メールアドレスを追加",
|
|
7
|
+
"Enable Warmup": "ウォームアップを有効にする",
|
|
8
|
+
"Get Campaign Analytics": "キャンペーン分析を取得",
|
|
9
|
+
"Get Summary": "概要を取得する",
|
|
10
|
+
"Pause Campaign": "キャンペーンを一時停止",
|
|
11
|
+
"Pause Warmup": "一時停止ウォーム アップ",
|
|
12
|
+
"Remove Email": "Remove Email",
|
|
13
|
+
"Set Schedule": "スケジュールを設定",
|
|
14
|
+
"Start Campaign": "キャンペーンを開始",
|
|
15
|
+
"Update Lead": "潜在顧客を更新",
|
|
16
|
+
"Custom API Call": "カスタムAPI通話",
|
|
17
|
+
"Add leads to campaigns dynamically by selecting a campaign, entering lead details, and including custom variables.": "キャンペーンを選択したり、リードの詳細を入力したり、カスタム変数を含めたりすることで、キャンペーンにリードを動的に追加できます。",
|
|
18
|
+
"Add email addresses, domains, and keywords to the blocklist.": "ブロックリストにメールアドレス、ドメイン、キーワードを追加します。",
|
|
19
|
+
"Add an email to a specific account.": "特定のアカウントにメールアドレスを追加します。",
|
|
20
|
+
"Enable warmup for specific email accounts where it is currently disabled.": "現在無効になっている特定のメールアカウントのウォームアップを有効にします。",
|
|
21
|
+
"Fetch analytics data for a selected campaign based on a date range.": "日付範囲に基づいて選択したキャンペーンの分析データを取得します。",
|
|
22
|
+
"Get a summary of campaign analytics within a date range.": "日付範囲内でキャンペーン分析の概要を取得します。",
|
|
23
|
+
"Pause a selected campaign.": "選択したキャンペーンを一時停止する。",
|
|
24
|
+
"Pause warmup for selected email accounts.": "選択したメールアカウントのウォームアップを一時停止します。",
|
|
25
|
+
"Remove an email account from the system.": "システムからメールアカウントを削除します。",
|
|
26
|
+
"Update the schedule for a specific Campaign": "特定のキャンペーンのスケジュールを更新する",
|
|
27
|
+
"Starts a Campaign": "キャンペーンを開始",
|
|
28
|
+
"Updates a Lead.": "リードを更新します。",
|
|
29
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
30
|
+
"Select Campaign": "キャンペーンの選択",
|
|
31
|
+
"Email Address": "メールアドレス",
|
|
32
|
+
"First Name": "名",
|
|
33
|
+
"Last Name": "Last Name",
|
|
34
|
+
"Custom Variables": "カスタム変数",
|
|
35
|
+
"Email Addresses": "メールアドレス",
|
|
36
|
+
"Domains": "ドメイン",
|
|
37
|
+
"Keywords": "キーワード",
|
|
38
|
+
"Email": "Eメールアドレス",
|
|
39
|
+
"Select Email Accounts to Enable Warmup": "ウォームアップを有効にするメールアカウントを選択してください",
|
|
40
|
+
"Start Date": "開始日",
|
|
41
|
+
"End Date": "終了日",
|
|
42
|
+
"Select Email Accounts to Pause Warmup": "ウォームアップを一時停止するメールアカウントを選択",
|
|
43
|
+
"Select Email Account to Remove": "削除するメールアカウントを選択",
|
|
44
|
+
"Schedule Name": "スケジュール名",
|
|
45
|
+
"Start Time": "開始時刻",
|
|
46
|
+
"End Time": "終了時刻",
|
|
47
|
+
"Timezone": "Timezone",
|
|
48
|
+
"Sunday": "日曜日",
|
|
49
|
+
"Monday": "月曜日",
|
|
50
|
+
"Tuesday": "火曜日",
|
|
51
|
+
"Wednesday": "水曜日",
|
|
52
|
+
"Thursday": "木曜日",
|
|
53
|
+
"Friday": "金曜日",
|
|
54
|
+
"Saturday": "土曜日",
|
|
55
|
+
"Select Lead": "リードを選択",
|
|
56
|
+
"Method": "方法",
|
|
57
|
+
"Headers": "ヘッダー",
|
|
58
|
+
"Query Parameters": "クエリパラメータ",
|
|
59
|
+
"Body": "本文",
|
|
60
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
61
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
62
|
+
"Choose a campaign from the list.": "リストからキャンペーンを選択します。",
|
|
63
|
+
"Enter the email address for the lead": "リードのメールアドレスを入力してください",
|
|
64
|
+
"Enter the first name for the lead": "リードの名前を入力してください",
|
|
65
|
+
"Enter the last name for the lead": "リードの姓を入力してください",
|
|
66
|
+
"Add custom variables as key-value pairs for the lead.": "リードのキーと値のペアとしてカスタム変数を追加します。",
|
|
67
|
+
"Enter the email addresses to block (e.g., [\"abc@gmail.com\"])": "ブロックするメールアドレスを入力します (例: [\"abc@gmail.com\"])",
|
|
68
|
+
"Enter the domains to block (e.g., [\"example.com\"])": "ブロックするドメインを入力します (例: [\"example.com\"])",
|
|
69
|
+
"Enter keywords to block (e.g., [\"spam\", \"blacklist\"])": "ブロックするキーワードを入力してください(例:[\"spam\", \"blacklist\"])",
|
|
70
|
+
"Choose a campaign from the list or enter the campaign ID manually.": "リストからキャンペーンを選択するか、手動でキャンペーンIDを入力します。",
|
|
71
|
+
"Enter the email address to add to the campaign.": "キャンペーンに追加するメールアドレスを入力します。",
|
|
72
|
+
"Choose email accounts that have warmup disabled.": "ウォームアップが無効になっているメールアカウントを選択してください。",
|
|
73
|
+
"Enter the start date (YYYY-MM-DD). E.g. 2023-10-11": "開始日(YYYY-MM-DD)を入力してください。例:2023-10-11",
|
|
74
|
+
"Enter the end date (YYYY-MM-DD). E.g. 2023-10-20": "終了日(YYYY-MM-DD)を入力します。例:2023-10-20",
|
|
75
|
+
"Enter the end date (YYYY-MM-DD). E.g. 2023-12-20": "終了日(YYYY-MM-DD)を入力します。例:2023-12-20",
|
|
76
|
+
"Choose a campaign to pause.": "一時停止するキャンペーンを選択します。",
|
|
77
|
+
"Choose email accounts that are currently warming up.": "現在ウォームアップしているメールアカウントを選択してください。",
|
|
78
|
+
"Choose an email account to remove.": "削除するメールアカウントを選択してください。",
|
|
79
|
+
"Enter the schedule name here (e.g., New schedule).": "ここにスケジュール名を入力します (例: format@@0)。",
|
|
80
|
+
"Enter the start date (e.g., 2023-08-01T00:00:00.000Z).": "開始日を入力します(例:2023-08-01T00:00:00.000Z)。",
|
|
81
|
+
"Enter the end date (e.g., 2024-08-25T00:00:00.000Z).": "終了日を入力します(例:2024-08-25T00:00:00.000Z)。",
|
|
82
|
+
"Enter the start time (e.g., 09:00).": "開始時刻を入力します(例: 09:00)。",
|
|
83
|
+
"Enter the end time (e.g., 12:00).": "終了時刻を入力します(例: 12:00)。",
|
|
84
|
+
"Enter the timezone (e.g., America/Detroit).": "タイムゾーンを入力します(例:アメリカ/デトロイト)。",
|
|
85
|
+
"Choose \"Yes\" if you want to set a schedule for Sunday.": "日曜日のスケジュールを設定したい場合は「はい」を選択します。",
|
|
86
|
+
"Choose \"Yes\" if you want to set a schedule for Monday.": "月曜日のスケジュールを設定したい場合は「はい」を選択します。",
|
|
87
|
+
"Choose \"Yes\" if you want to set a schedule for Tuesday.": "火曜日のスケジュールを設定したい場合は「はい」を選択します。",
|
|
88
|
+
"Choose \"Yes\" if you want to set a schedule for Wednesday.": "水曜日のスケジュールを設定したい場合は「はい」を選択します。",
|
|
89
|
+
"Choose \"Yes\" if you want to set a schedule for Thursday.": "木曜日にスケジュールを設定したい場合は「はい」を選択します。",
|
|
90
|
+
"Choose \"Yes\" if you want to set a schedule for Friday.": "金曜日のスケジュールを設定したい場合は「はい」を選択します。",
|
|
91
|
+
"Choose \"Yes\" if you want to set a schedule for Saturday.": "土曜日のスケジュールを設定したい場合は「はい」を選択します。",
|
|
92
|
+
"Choose a lead from the selected campaign.": "選択したキャンペーンからリードを選択します。",
|
|
93
|
+
"Enter the new email address for the lead.": "リードの新しいメールアドレスを入力します。",
|
|
94
|
+
"Enter the new first name for the lead.": "リードの新しい名称を入力します。",
|
|
95
|
+
"Enter the new last name for the lead.": "リードの新しい姓を入力します。",
|
|
96
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
97
|
+
"GET": "取得",
|
|
98
|
+
"POST": "POST",
|
|
99
|
+
"PATCH": "PATCH",
|
|
100
|
+
"PUT": "PUT",
|
|
101
|
+
"DELETE": "削除",
|
|
102
|
+
"HEAD": "頭",
|
|
103
|
+
"Campaign Completed": "キャンペーン完了",
|
|
104
|
+
"Email Bounced": "メールがバウンスされました",
|
|
105
|
+
"Email Opened": "メールが開かれました",
|
|
106
|
+
"Email Sent": "メールを送信しました",
|
|
107
|
+
"Lead Interested": "興味のあるリード数",
|
|
108
|
+
"Lead Not Interested": "リードは興味がありません",
|
|
109
|
+
"Reply Received": "返信を受け取りました",
|
|
110
|
+
"Triggers when a campaign is completed.": "キャンペーンが完了したときにトリガーします。",
|
|
111
|
+
"Triggers when an email is bounced.": "電子メールがバウンスされたときにトリガーします。",
|
|
112
|
+
"Triggers when an email is opened.": "電子メールが開かれたときにトリガーします。",
|
|
113
|
+
"Triggers when an email is successfully sent.": "電子メールが正常に送信されたときにトリガーします。",
|
|
114
|
+
"Triggers when a lead is set to interested.": "リードが興味を持つように設定されたときにトリガーします。",
|
|
115
|
+
"Triggers when a lead is set to not interested.": "リードが興味を持たないように設定されているときにトリガーします。",
|
|
116
|
+
"Triggers when a reply to an email is received.": "メールへの返信を受信したときにトリガーします。",
|
|
117
|
+
"Markdown": "Markdown",
|
|
118
|
+
"\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Campaign Completed\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Campaign Completed\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
|
|
119
|
+
"\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Bounced\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Bounced\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
|
|
120
|
+
"\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Opened\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Opened\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
|
|
121
|
+
"\n\nFollow the below steps:\n\n1. Login to the ReachInbox dashboard.\n2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n5. Select the event type as \"Email Sent\".\n6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n": "\n\nFollow the below steps:\n\n1. Login to the ReachInbox dashboard.\n2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n5. Select the event type as \"Email Sent\".\n6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n",
|
|
122
|
+
"\n\n \n Follow the below steps:\n\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response h": "\n\n \n Follow the below steps:\n\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
|
|
123
|
+
"\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Not Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response h": "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Not Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
|
|
124
|
+
"\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Reply Received\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Reply Received\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n "
|
|
125
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Reachinbox": "Reachinbox",
|
|
3
|
+
"Enter your ReachInbox API key": "Voer uw ReachInbox API-sleutel in",
|
|
4
|
+
"Add Leads": "Leads toevoegen",
|
|
5
|
+
"Add Blocklist": "Blokkeerlijst toevoegen",
|
|
6
|
+
"Add Email": "E-mail toevoegen",
|
|
7
|
+
"Enable Warmup": "Opwarmen inschakelen",
|
|
8
|
+
"Get Campaign Analytics": "Krijg Campagne Analytics",
|
|
9
|
+
"Get Summary": "Ontvang samenvatting",
|
|
10
|
+
"Pause Campaign": "Pause Campagne",
|
|
11
|
+
"Pause Warmup": "Pauzeer opwarmen",
|
|
12
|
+
"Remove Email": "Remove Email",
|
|
13
|
+
"Set Schedule": "Schema instellen",
|
|
14
|
+
"Start Campaign": "Start Campagne",
|
|
15
|
+
"Update Lead": "Lead bijwerken",
|
|
16
|
+
"Custom API Call": "Custom API Call",
|
|
17
|
+
"Add leads to campaigns dynamically by selecting a campaign, entering lead details, and including custom variables.": "Voeg acties dynamisch toe door een campagne te selecteren, lead details in te voeren en aangepaste variabelen op te nemen.",
|
|
18
|
+
"Add email addresses, domains, and keywords to the blocklist.": "Voeg e-mailadressen, domeinen en trefwoorden toe aan de blokkeerlijst.",
|
|
19
|
+
"Add an email to a specific account.": "Voeg een e-mailadres toe aan een specifiek account.",
|
|
20
|
+
"Enable warmup for specific email accounts where it is currently disabled.": "Schakel opwarmen in voor specifieke e-mailaccounts waar deze momenteel is uitgeschakeld.",
|
|
21
|
+
"Fetch analytics data for a selected campaign based on a date range.": "Analytics data ophalen voor een geselecteerde campagne op basis van een datumbereik.",
|
|
22
|
+
"Get a summary of campaign analytics within a date range.": "Overzicht van campagne analytics binnen een datumbereik.",
|
|
23
|
+
"Pause a selected campaign.": "Pauzeer een geselecteerde campagne.",
|
|
24
|
+
"Pause warmup for selected email accounts.": "Opwarming pauzeren voor geselecteerde e-mailaccounts.",
|
|
25
|
+
"Remove an email account from the system.": "Verwijder een e-mailaccount uit het systeem.",
|
|
26
|
+
"Update the schedule for a specific Campaign": "Update het schema voor een specifieke Campagne",
|
|
27
|
+
"Starts a Campaign": "Start een Campagne",
|
|
28
|
+
"Updates a Lead.": "Werkt een lead bij.",
|
|
29
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
30
|
+
"Select Campaign": "Selecteer campagne",
|
|
31
|
+
"Email Address": "Uw e-mailadres",
|
|
32
|
+
"First Name": "Voornaam",
|
|
33
|
+
"Last Name": "Achternaam",
|
|
34
|
+
"Custom Variables": "Aangepaste variabelen",
|
|
35
|
+
"Email Addresses": "E-mail adressen",
|
|
36
|
+
"Domains": "Domeinen",
|
|
37
|
+
"Keywords": "Sleutelwoorden",
|
|
38
|
+
"Email": "E-mail",
|
|
39
|
+
"Select Email Accounts to Enable Warmup": "Selecteer e-mailaccounts om op te warmen in te schakelen",
|
|
40
|
+
"Start Date": "Start datum",
|
|
41
|
+
"End Date": "Eind datum",
|
|
42
|
+
"Select Email Accounts to Pause Warmup": "Selecteer e-mailaccounts om op te warmen",
|
|
43
|
+
"Select Email Account to Remove": "Selecteer e-mailaccount om te verwijderen",
|
|
44
|
+
"Schedule Name": "Schedule naam",
|
|
45
|
+
"Start Time": "Starttijd",
|
|
46
|
+
"End Time": "Eind Tijd",
|
|
47
|
+
"Timezone": "Timezone",
|
|
48
|
+
"Sunday": "zondag",
|
|
49
|
+
"Monday": "maandag",
|
|
50
|
+
"Tuesday": "dinsdag",
|
|
51
|
+
"Wednesday": "woensdag",
|
|
52
|
+
"Thursday": "donderdag",
|
|
53
|
+
"Friday": "vrijdag",
|
|
54
|
+
"Saturday": "zaterdag",
|
|
55
|
+
"Select Lead": "Selecteer Lead",
|
|
56
|
+
"Method": "Methode",
|
|
57
|
+
"Headers": "Kopteksten",
|
|
58
|
+
"Query Parameters": "Query parameters",
|
|
59
|
+
"Body": "Lichaam",
|
|
60
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
61
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
62
|
+
"Choose a campaign from the list.": "Kies een campagne uit de lijst.",
|
|
63
|
+
"Enter the email address for the lead": "Voer het e-mailadres van de lead in",
|
|
64
|
+
"Enter the first name for the lead": "Vul de voornaam van de lead in",
|
|
65
|
+
"Enter the last name for the lead": "Vul de achternaam van de lead in",
|
|
66
|
+
"Add custom variables as key-value pairs for the lead.": "Voeg aangepaste variabelen toe als sleutelwaarde paren voor de lead.",
|
|
67
|
+
"Enter the email addresses to block (e.g., [\"abc@gmail.com\"])": "Voer het te blokkeren e-mailadres in (bijv. [\"abc@gmail.com\"])",
|
|
68
|
+
"Enter the domains to block (e.g., [\"example.com\"])": "Voer de te blokkeren domeinen in (bijv. [\"example.com\"])",
|
|
69
|
+
"Enter keywords to block (e.g., [\"spam\", \"blacklist\"])": "Typ trefwoorden om te blokkeren (bijv. [\"spam\", \"blacklist\"])",
|
|
70
|
+
"Choose a campaign from the list or enter the campaign ID manually.": "Kies een campagne uit de lijst of voer het campagne ID handmatig in.",
|
|
71
|
+
"Enter the email address to add to the campaign.": "Voer het e-mailadres in om toe te voegen aan de campagne.",
|
|
72
|
+
"Choose email accounts that have warmup disabled.": "Kies e-mailaccounts die warmup hebben uitgeschakeld.",
|
|
73
|
+
"Enter the start date (YYYY-MM-DD). E.g. 2023-10-11": "Vul de startdatum in (JJJJ-MM-DDD). Bijv. 2023-10-11",
|
|
74
|
+
"Enter the end date (YYYY-MM-DD). E.g. 2023-10-20": "Vul de einddatum in (JJJJ-MM-DDD). Bijv. 2023-10-20",
|
|
75
|
+
"Enter the end date (YYYY-MM-DD). E.g. 2023-12-20": "Vul de einddatum in (JJJJ-MM-DDD). Bijv. 2023-12-20",
|
|
76
|
+
"Choose a campaign to pause.": "Kies een campagne om te pauzeren.",
|
|
77
|
+
"Choose email accounts that are currently warming up.": "Kies e-mailaccounts die momenteel warmer worden.",
|
|
78
|
+
"Choose an email account to remove.": "Kies een e-mail account om te verwijderen.",
|
|
79
|
+
"Enter the schedule name here (e.g., New schedule).": "Voer hier de naam van het schema in (bijv. Nieuw schema).",
|
|
80
|
+
"Enter the start date (e.g., 2023-08-01T00:00:00.000Z).": "Voer de startdatum in (bijv. 2023-08-01T00:00:00.000Z).",
|
|
81
|
+
"Enter the end date (e.g., 2024-08-25T00:00:00.000Z).": "Vul de einddatum in (bijv. 2024-08-25T00:00:00.000Z).",
|
|
82
|
+
"Enter the start time (e.g., 09:00).": "Voer de starttijd in (bijv. 09:00).",
|
|
83
|
+
"Enter the end time (e.g., 12:00).": "Vul de eindtijd in (bijv. 12:00).",
|
|
84
|
+
"Enter the timezone (e.g., America/Detroit).": "Voer de tijdzone in (bijv. Amerika/Detroit).",
|
|
85
|
+
"Choose \"Yes\" if you want to set a schedule for Sunday.": "Kies \"Ja\" als u een schema voor zondag wilt instellen.",
|
|
86
|
+
"Choose \"Yes\" if you want to set a schedule for Monday.": "Kies \"Ja\" als u een schema voor maandag wilt instellen.",
|
|
87
|
+
"Choose \"Yes\" if you want to set a schedule for Tuesday.": "Kies \"Ja\" als u een rooster voor dinsdag wilt instellen.",
|
|
88
|
+
"Choose \"Yes\" if you want to set a schedule for Wednesday.": "Kies \"Ja\" als u een schema voor de woensdag wilt instellen.",
|
|
89
|
+
"Choose \"Yes\" if you want to set a schedule for Thursday.": "Kies \"Ja\" als u een schema voor donderdag wilt instellen.",
|
|
90
|
+
"Choose \"Yes\" if you want to set a schedule for Friday.": "Kies \"Ja\" als u een schema voor vrijdag wilt instellen.",
|
|
91
|
+
"Choose \"Yes\" if you want to set a schedule for Saturday.": "Kies \"Ja\" als je een schema voor zaterdag wilt instellen.",
|
|
92
|
+
"Choose a lead from the selected campaign.": "Kies een lead uit de geselecteerde campagne.",
|
|
93
|
+
"Enter the new email address for the lead.": "Voer het nieuwe e-mailadres voor de lead in.",
|
|
94
|
+
"Enter the new first name for the lead.": "Voer de nieuwe voornaam voor de lead in.",
|
|
95
|
+
"Enter the new last name for the lead.": "Voer de nieuwe achternaam voor de lead in.",
|
|
96
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
97
|
+
"GET": "KRIJG",
|
|
98
|
+
"POST": "POSTE",
|
|
99
|
+
"PATCH": "BEKIJK",
|
|
100
|
+
"PUT": "PUT",
|
|
101
|
+
"DELETE": "VERWIJDEREN",
|
|
102
|
+
"HEAD": "HOOFD",
|
|
103
|
+
"Campaign Completed": "Campagne voltooid",
|
|
104
|
+
"Email Bounced": "E-mail bounced",
|
|
105
|
+
"Email Opened": "E-mail geopend",
|
|
106
|
+
"Email Sent": "E-mail verzonden",
|
|
107
|
+
"Lead Interested": "Lead interesse",
|
|
108
|
+
"Lead Not Interested": "Lead niet interessant",
|
|
109
|
+
"Reply Received": "Antwoord ontvangen",
|
|
110
|
+
"Triggers when a campaign is completed.": "Triggert wanneer een campagne is voltooid.",
|
|
111
|
+
"Triggers when an email is bounced.": "Triggert wanneer een e-mail is gebounced.",
|
|
112
|
+
"Triggers when an email is opened.": "Triggert wanneer een e-mail wordt geopend.",
|
|
113
|
+
"Triggers when an email is successfully sent.": "Triggers wanneer een e-mail met succes is verzonden.",
|
|
114
|
+
"Triggers when a lead is set to interested.": "Triggert wanneer een lead is ingesteld op interesse.",
|
|
115
|
+
"Triggers when a lead is set to not interested.": "Triggert wanneer een lead is ingesteld op niet geïnteresseerd.",
|
|
116
|
+
"Triggers when a reply to an email is received.": "Triggert wanneer een antwoord op een e-mail is ontvangen.",
|
|
117
|
+
"Markdown": "Markdown",
|
|
118
|
+
"\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Campaign Completed\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n Volg de onderstaande stappen:\n \n 1. Log in op het ReachInbox dashboard.\n 2. Ga naar het \"Profiel\" gedeelte en navigeer naar het tabblad \"Instellingen\".\n 3. Klik op de \"Integraties\" en ga naar de \"Webhooks\". Klik op de \"Webhook toevoegen\" knop.\n 4. Kopieer de volgende webhook URL en plak deze in het \"Webhook URL\" veld.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Selecteer het type gebeurtenis als \"Campagne Voltooid\".\n 6. Klik op de \"Test Trigger\" knop om hier een test te simuleren en het antwoord van de webhook vast te leggen.\n ",
|
|
119
|
+
"\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Bounced\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n\n Volg de onderstaande stappen:\n \n 1. Log in op het ReachInbox dashboard.\n 2. Ga naar het \"Profiel\" gedeelte en navigeer naar het tabblad \"Instellingen\".\n 3. Klik op de \"Integraties\" en ga naar de \"Webhooks\". Klik op de \"Webhook toevoegen\" knop.\n 4. Kopieer de volgende webhook URL en plak deze in het \"Webhook URL\" veld.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Selecteer het type gebeurtenis als \"Email Bounced\".\n 6. Klik op de \"Test Trigger\" knop om hier een test te simuleren en het antwoord van de webhook vast te leggen.\n ",
|
|
120
|
+
"\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Opened\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n Volg de onderstaande stappen:\n \n 1. Log in op het ReachInbox dashboard.\n 2. Ga naar het \"Profiel\" gedeelte en navigeer naar het tabblad \"Instellingen\".\n 3. Klik op de \"Integraties\" en ga naar de \"Webhooks\". Klik op de \"Webhook toevoegen\" knop.\n 4. Kopieer de volgende webhook URL en plak deze in het \"Webhook URL\" veld.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Selecteer het type gebeurtenis als \"Email geopend\".\n 6. Klik op de \"Test Trigger\" knop om hier een test te simuleren en het antwoord van de webhook vast te leggen.\n ",
|
|
121
|
+
"\n\nFollow the below steps:\n\n1. Login to the ReachInbox dashboard.\n2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n5. Select the event type as \"Email Sent\".\n6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n": "\n\nVolg de onderstaande stappen:\n. Log in op het ReachInbox dashboard.\n2. Ga naar het \"Profiel\" gedeelte en navigeer naar het tabblad \"Instellingen\".\n3. Klik op de \"Integraties\" en ga naar de \"Webhooks\". Klik op de \"Webhook toevoegen\" knop.\n4. Kopieer de volgende webhook URL en plak deze in het \"Webhook URL\" veld.\n ```text\n {{webhookUrl}}\n ```\n\n5. Selecteer het type gebeurtenis als \"Email verzonden\".\n6. Klik op de \"Test Trigger\" knop om hier een test te simuleren en het antwoord van de webhook vast te leggen. \n",
|
|
122
|
+
"\n\n \n Follow the below steps:\n\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response h": "\n\n \n Volg de onderstaande stappen:\n\n \n 1. Log in op het ReachInbox dashboard.\n 2. Ga naar het \"Profiel\" gedeelte en navigeer naar het \"Instellingen\" tabblad.\n 3. Klik op de \"Integraties\" en ga naar de \"Webhooks\". Klik op de \"Webhook\" knop.\n 4. Kopieer de volgende webhook URL en plak deze in het \"Webhook URL\" veld.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Selecteer het type gebeurtenis als \"Lead Interested\".\n 6. Klik op de \"Test Trigger\" knop om hier een test te simuleren en het antwoord van de webhook vast te leggen.\n ",
|
|
123
|
+
"\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Not Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response h": "\n\n Volg de onderstaande stappen:\n \n 1. Log in op het ReachInbox dashboard.\n 2. Ga naar het \"Profiel\" gedeelte en navigeer naar het tabblad \"Instellingen\".\n 3. Klik op de \"Integraties\" en ga naar de \"Webhooks\". Klik op de \"Webhook toevoegen\" knop.\n 4. Kopieer de volgende webhook URL en plak deze in het \"Webhook URL\" veld.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Selecteer het type gebeurtenis als \"Lead Not Interested\".\n 6. Klik op de \"Test Trigger\" knop om hier een test te simuleren en het antwoord van de webhook vast te leggen.\n ",
|
|
124
|
+
"\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Reply Received\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n\n Volg de onderstaande stappen:\n \n 1. Log in op het ReachInbox dashboard.\n 2. Ga naar het \"Profiel\" gedeelte en navigeer naar het tabblad \"Instellingen\".\n 3. Klik op de \"Integraties\" en ga naar de \"Webhooks\". Klik op de \"Webhook toevoegen\" knop.\n 4. Kopieer de volgende webhook URL en plak deze in het \"Webhook URL\" veld.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Selecteer het type gebeurtenis als \"Antwoord ontvangen\".\n 6. Klik op de \"Test Trigger\" knop om hier een test te simuleren en het antwoord van de webhook vast te leggen.\n "
|
|
125
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Reachinbox": "Caixa Cheia",
|
|
3
|
+
"Enter your ReachInbox API key": "Digite sua chave de API ReachInbox",
|
|
4
|
+
"Add Leads": "Adicionar Potenciais",
|
|
5
|
+
"Add Blocklist": "Adicionar Lista de bloqueio",
|
|
6
|
+
"Add Email": "Adicionar Email",
|
|
7
|
+
"Enable Warmup": "Ativar Warmup",
|
|
8
|
+
"Get Campaign Analytics": "Obter Análise de Campanha",
|
|
9
|
+
"Get Summary": "Obter Resumo",
|
|
10
|
+
"Pause Campaign": "Pausar Campanha",
|
|
11
|
+
"Pause Warmup": "Pausar Warmup",
|
|
12
|
+
"Remove Email": "Remove Email",
|
|
13
|
+
"Set Schedule": "Definir programação",
|
|
14
|
+
"Start Campaign": "Iniciar Campanha",
|
|
15
|
+
"Update Lead": "Atualizar Lead",
|
|
16
|
+
"Custom API Call": "Chamada de API personalizada",
|
|
17
|
+
"Add leads to campaigns dynamically by selecting a campaign, entering lead details, and including custom variables.": "Adicionar leva a campanhas dinamicamente selecionando uma campanha, entrando detalhes da liderança, e incluindo variáveis personalizadas.",
|
|
18
|
+
"Add email addresses, domains, and keywords to the blocklist.": "Adicionar endereços de e-mail, domínios e palavras-chave à lista de bloqueio.",
|
|
19
|
+
"Add an email to a specific account.": "Adicionar um e-mail a uma conta específica.",
|
|
20
|
+
"Enable warmup for specific email accounts where it is currently disabled.": "Ativa o warmup para contas de e-mail específicas onde está desativado atualmente.",
|
|
21
|
+
"Fetch analytics data for a selected campaign based on a date range.": "Obter dados de análise para uma campanha selecionada com base em um intervalo de datas.",
|
|
22
|
+
"Get a summary of campaign analytics within a date range.": "Obter um resumo da análise de campanha dentro de uma faixa de datas.",
|
|
23
|
+
"Pause a selected campaign.": "Pausar uma campanha selecionada.",
|
|
24
|
+
"Pause warmup for selected email accounts.": "Pausar warmup para contas de e-mail selecionadas.",
|
|
25
|
+
"Remove an email account from the system.": "Remova uma conta de e-mail do sistema.",
|
|
26
|
+
"Update the schedule for a specific Campaign": "Atualize o cronograma para uma campanha específica",
|
|
27
|
+
"Starts a Campaign": "Inicia uma Campanha",
|
|
28
|
+
"Updates a Lead.": "Atualiza um Lead.",
|
|
29
|
+
"Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
|
|
30
|
+
"Select Campaign": "Selecione Campanha",
|
|
31
|
+
"Email Address": "Endereço de e-mail",
|
|
32
|
+
"First Name": "Nome",
|
|
33
|
+
"Last Name": "Sobrenome",
|
|
34
|
+
"Custom Variables": "Variáveis Personalizadas",
|
|
35
|
+
"Email Addresses": "Endereços de e-mail",
|
|
36
|
+
"Domains": "Domínios",
|
|
37
|
+
"Keywords": "Palavras-chave",
|
|
38
|
+
"Email": "e-mail",
|
|
39
|
+
"Select Email Accounts to Enable Warmup": "Selecione contas de e-mail para habilitar o Warmup",
|
|
40
|
+
"Start Date": "Data Inicial",
|
|
41
|
+
"End Date": "Data de Término",
|
|
42
|
+
"Select Email Accounts to Pause Warmup": "Selecione Contas de Email para Pausar Warmup",
|
|
43
|
+
"Select Email Account to Remove": "Selecione a Conta de Email para Remover",
|
|
44
|
+
"Schedule Name": "Nome do agendamento",
|
|
45
|
+
"Start Time": "Hora de início",
|
|
46
|
+
"End Time": "Hora de término",
|
|
47
|
+
"Timezone": "Timezone",
|
|
48
|
+
"Sunday": "domingo",
|
|
49
|
+
"Monday": "Segunda-Feira",
|
|
50
|
+
"Tuesday": "Terça-feira",
|
|
51
|
+
"Wednesday": "quarta-feira",
|
|
52
|
+
"Thursday": "quinta-feira",
|
|
53
|
+
"Friday": "Sexta-feira",
|
|
54
|
+
"Saturday": "sábado",
|
|
55
|
+
"Select Lead": "Selecionar Potencial",
|
|
56
|
+
"Method": "Método",
|
|
57
|
+
"Headers": "Cabeçalhos",
|
|
58
|
+
"Query Parameters": "Parâmetros da consulta",
|
|
59
|
+
"Body": "Conteúdo",
|
|
60
|
+
"No Error on Failure": "Nenhum erro no Failure",
|
|
61
|
+
"Timeout (in seconds)": "Tempo limite (em segundos)",
|
|
62
|
+
"Choose a campaign from the list.": "Escolha uma campanha da lista",
|
|
63
|
+
"Enter the email address for the lead": "Digite o endereço de e-mail do Lead",
|
|
64
|
+
"Enter the first name for the lead": "Digite o primeiro nome do Lead",
|
|
65
|
+
"Enter the last name for the lead": "Digite o sobrenome do Lead",
|
|
66
|
+
"Add custom variables as key-value pairs for the lead.": "Adicione variáveis personalizadas como pares de valor-chave para o chumbo.",
|
|
67
|
+
"Enter the email addresses to block (e.g., [\"abc@gmail.com\"])": "Digite os endereços de e-mail para bloquear (por exemplo, [\"abc@gmail.com\"])",
|
|
68
|
+
"Enter the domains to block (e.g., [\"example.com\"])": "Digite os domínios para bloquear (por exemplo, [\"exemplo.com\"])",
|
|
69
|
+
"Enter keywords to block (e.g., [\"spam\", \"blacklist\"])": "Digite palavras-chave para bloquear (por exemplo, [\"spam\", \"blacklist\"])",
|
|
70
|
+
"Choose a campaign from the list or enter the campaign ID manually.": "Escolha uma campanha da lista ou digite o ID da campanha manualmente.",
|
|
71
|
+
"Enter the email address to add to the campaign.": "Digite o endereço de e-mail para adicionar à campanha.",
|
|
72
|
+
"Choose email accounts that have warmup disabled.": "Escolha as contas de e-mail que estão com o warmup desativado.",
|
|
73
|
+
"Enter the start date (YYYY-MM-DD). E.g. 2023-10-11": "Digite a data de início (AAAA-MM-DD). Por exemplo, 2023-10-11",
|
|
74
|
+
"Enter the end date (YYYY-MM-DD). E.g. 2023-10-20": "Digite a data final (AAAA-MM-DD). Por exemplo, 2023-10-20",
|
|
75
|
+
"Enter the end date (YYYY-MM-DD). E.g. 2023-12-20": "Digite a data final (AAAA-MM-DD). Por exemplo, 2023-12-20",
|
|
76
|
+
"Choose a campaign to pause.": "Escolha uma campanha para pausar.",
|
|
77
|
+
"Choose email accounts that are currently warming up.": "Escolha as contas de e-mail que estão migrando no momento.",
|
|
78
|
+
"Choose an email account to remove.": "Selecione uma conta de e-mail para remover.",
|
|
79
|
+
"Enter the schedule name here (e.g., New schedule).": "Insira o nome da agenda aqui (por exemplo, Nova Agenda).",
|
|
80
|
+
"Enter the start date (e.g., 2023-08-01T00:00:00.000Z).": "Digite a data de início (por exemplo, 2023-08-01T00:00:00.000Z).",
|
|
81
|
+
"Enter the end date (e.g., 2024-08-25T00:00:00.000Z).": "Digite a data final (por exemplo, 2024-08-25T00:00:00.000Z).",
|
|
82
|
+
"Enter the start time (e.g., 09:00).": "Informe a hora inicial (e.g., 09:00).",
|
|
83
|
+
"Enter the end time (e.g., 12:00).": "Informe a hora final (por exemplo, 12:00).",
|
|
84
|
+
"Enter the timezone (e.g., America/Detroit).": "Informe o fuso horário (ex.: América/Detroit).",
|
|
85
|
+
"Choose \"Yes\" if you want to set a schedule for Sunday.": "Escolha \"Sim\" se você deseja definir um cronograma para domingo.",
|
|
86
|
+
"Choose \"Yes\" if you want to set a schedule for Monday.": "Escolha \"Sim\" se deseja definir um cronograma para segunda-feira.",
|
|
87
|
+
"Choose \"Yes\" if you want to set a schedule for Tuesday.": "Escolha \"Sim\" se deseja definir um cronograma para terça-feira.",
|
|
88
|
+
"Choose \"Yes\" if you want to set a schedule for Wednesday.": "Escolha \"Sim\" se você deseja definir uma agenda para quarta-feira.",
|
|
89
|
+
"Choose \"Yes\" if you want to set a schedule for Thursday.": "Escolha \"Sim\" se deseja definir um cronograma para quinta-feira.",
|
|
90
|
+
"Choose \"Yes\" if you want to set a schedule for Friday.": "Escolha \"Sim\" se deseja definir um cronograma para sexta-feira.",
|
|
91
|
+
"Choose \"Yes\" if you want to set a schedule for Saturday.": "Selecione \"Sim\" se deseja definir um cronograma para sábado.",
|
|
92
|
+
"Choose a lead from the selected campaign.": "Escolha um potencial da campanha selecionada.",
|
|
93
|
+
"Enter the new email address for the lead.": "Digite o novo endereço de email do cliente",
|
|
94
|
+
"Enter the new first name for the lead.": "Digite o novo nome para o chumbo.",
|
|
95
|
+
"Enter the new last name for the lead.": "Digite o novo sobrenome para o chumbo.",
|
|
96
|
+
"Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
|
|
97
|
+
"GET": "OBTER",
|
|
98
|
+
"POST": "POSTAR",
|
|
99
|
+
"PATCH": "COMPRAR",
|
|
100
|
+
"PUT": "COLOCAR",
|
|
101
|
+
"DELETE": "EXCLUIR",
|
|
102
|
+
"HEAD": "CABEÇA",
|
|
103
|
+
"Campaign Completed": "Campanha Concluída",
|
|
104
|
+
"Email Bounced": "Email devolvido",
|
|
105
|
+
"Email Opened": "E-mail aberto",
|
|
106
|
+
"Email Sent": "Email enviado",
|
|
107
|
+
"Lead Interested": "Lead Interessado",
|
|
108
|
+
"Lead Not Interested": "Lead não interessado",
|
|
109
|
+
"Reply Received": "Resposta Recebida",
|
|
110
|
+
"Triggers when a campaign is completed.": "Dispara quando uma campanha for concluída.",
|
|
111
|
+
"Triggers when an email is bounced.": "Dispara quando um e-mail é devolvido.",
|
|
112
|
+
"Triggers when an email is opened.": "Dispara quando um e-mail é aberto.",
|
|
113
|
+
"Triggers when an email is successfully sent.": "Dispara quando um e-mail é enviado com sucesso.",
|
|
114
|
+
"Triggers when a lead is set to interested.": "Dispara quando um lead está definido para interessado.",
|
|
115
|
+
"Triggers when a lead is set to not interested.": "Aciona quando um lead está definido para não estar interessado.",
|
|
116
|
+
"Triggers when a reply to an email is received.": "Aciona quando uma resposta a um e-mail é recebida.",
|
|
117
|
+
"Markdown": "Markdown",
|
|
118
|
+
"\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Campaign Completed\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Campaign Completed\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
|
|
119
|
+
"\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Bounced\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Bounced\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
|
|
120
|
+
"\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Opened\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Opened\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
|
|
121
|
+
"\n\nFollow the below steps:\n\n1. Login to the ReachInbox dashboard.\n2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n5. Select the event type as \"Email Sent\".\n6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n": "\n\nSiga os passos abaixo:\n. Faça o login no painel Caixa de Cheque.\n2. Vá para a seção \"Perfil\" e navegue até a aba \"Configurações\".\n3. Clique em \"Integrações\" e vá para \"Webhooks\". Clique no botão \"Adicionar Webhook\".\n4. Copie a seguinte URL do webhook e cole-a no campo \"URL do Webhook\".\n ```text\n {{webhookUrl}}\n ```\n\n5. Selecione o tipo de evento como \"E-mail enviado\".\n6. Clique no botão \"Testar Gatilho\" para simular um teste e capturar a resposta do webhook aqui. \n",
|
|
122
|
+
"\n\n \n Follow the below steps:\n\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response h": "\n\n \n Siga os passos abaixo:\n\n \n 1. Faça login no painel da Caixa de Entrada.\n 2. Vá para a seção \"Perfil\" e navegue até a guia \"Configurações\".\n 3. Clique em \"Integrações\" e vá para \"Webhooks\". Clique no botão \"Adicionar Webhook\".\n 4. Copie a seguinte URL do webhook e cole-a no campo \"URL do Webhook\".\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Selecione o tipo de evento como \"Interesse do Potencial\".\n 6. Clique no botão \"Testar Gatilho\" para simular um teste e capturar a resposta do webhook aqui.\n ",
|
|
123
|
+
"\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Not Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response h": "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Not Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
|
|
124
|
+
"\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Reply Received\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Reply Received\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n "
|
|
125
|
+
}
|
package/src/i18n/ru.json
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Reachinbox": "Папка",
|
|
3
|
+
"Enter your ReachInbox API key": "Введите ваш ключ ReachInbox API",
|
|
4
|
+
"Add Leads": "Добавить предварительные контакты",
|
|
5
|
+
"Add Blocklist": "Добавить список блокировки",
|
|
6
|
+
"Add Email": "Добавить Email",
|
|
7
|
+
"Enable Warmup": "Включить прогрев",
|
|
8
|
+
"Get Campaign Analytics": "Получить аналитику кампании",
|
|
9
|
+
"Get Summary": "Получить резюме",
|
|
10
|
+
"Pause Campaign": "Приостановить Кампанию",
|
|
11
|
+
"Pause Warmup": "Пауза",
|
|
12
|
+
"Remove Email": "Remove Email",
|
|
13
|
+
"Set Schedule": "Установить расписание",
|
|
14
|
+
"Start Campaign": "Начать кампанию",
|
|
15
|
+
"Update Lead": "Обновить предв. контакт",
|
|
16
|
+
"Custom API Call": "Пользовательский вызов API",
|
|
17
|
+
"Add leads to campaigns dynamically by selecting a campaign, entering lead details, and including custom variables.": "Добавление ведет к кампаниям динамически, выбрав кампанию, введя детали свинца и включая пользовательские переменные.",
|
|
18
|
+
"Add email addresses, domains, and keywords to the blocklist.": "Добавить адреса электронной почты, домены и ключевые слова в список блоков.",
|
|
19
|
+
"Add an email to a specific account.": "Добавить адрес электронной почты к конкретной учетной записи.",
|
|
20
|
+
"Enable warmup for specific email accounts where it is currently disabled.": "Включите подогрев для определенных учетных записей электронной почты, где они в настоящее время отключены.",
|
|
21
|
+
"Fetch analytics data for a selected campaign based on a date range.": "Получение аналитических данных для выбранной кампании на основе диапазона дат.",
|
|
22
|
+
"Get a summary of campaign analytics within a date range.": "Получить сводку аналитики кампаний в пределах диапазона дат.",
|
|
23
|
+
"Pause a selected campaign.": "Приостановить выбранную кампанию.",
|
|
24
|
+
"Pause warmup for selected email accounts.": "Приостановить прогрев для выбранных аккаунтов электронной почты.",
|
|
25
|
+
"Remove an email account from the system.": "Удалить учётную запись электронной почты из системы.",
|
|
26
|
+
"Update the schedule for a specific Campaign": "Обновить график конкретной кампании",
|
|
27
|
+
"Starts a Campaign": "Начинает кампанию",
|
|
28
|
+
"Updates a Lead.": "Обновляет предв. контакт.",
|
|
29
|
+
"Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
|
|
30
|
+
"Select Campaign": "Выберите Кампанию",
|
|
31
|
+
"Email Address": "Email Address",
|
|
32
|
+
"First Name": "First Name",
|
|
33
|
+
"Last Name": "Last Name",
|
|
34
|
+
"Custom Variables": "Пользовательские переменные",
|
|
35
|
+
"Email Addresses": "Адреса E-mail",
|
|
36
|
+
"Domains": "Домены",
|
|
37
|
+
"Keywords": "Ключевые слова",
|
|
38
|
+
"Email": "Почта",
|
|
39
|
+
"Select Email Accounts to Enable Warmup": "Выберите учётные записи электронной почты для включения",
|
|
40
|
+
"Start Date": "Дата начала",
|
|
41
|
+
"End Date": "Дата окончания",
|
|
42
|
+
"Select Email Accounts to Pause Warmup": "Выберите учётные записи электронной почты для паузы",
|
|
43
|
+
"Select Email Account to Remove": "Выберите учётную запись электронной почты для удаления",
|
|
44
|
+
"Schedule Name": "Название расписания",
|
|
45
|
+
"Start Time": "Время начала",
|
|
46
|
+
"End Time": "Конец времени",
|
|
47
|
+
"Timezone": "Timezone",
|
|
48
|
+
"Sunday": "Воскресенье",
|
|
49
|
+
"Monday": "Понедельник",
|
|
50
|
+
"Tuesday": "Вторник",
|
|
51
|
+
"Wednesday": "Среда",
|
|
52
|
+
"Thursday": "Четверг",
|
|
53
|
+
"Friday": "Пятница",
|
|
54
|
+
"Saturday": "Суббота",
|
|
55
|
+
"Select Lead": "Выберите предв. контакт",
|
|
56
|
+
"Method": "Метод",
|
|
57
|
+
"Headers": "Заголовки",
|
|
58
|
+
"Query Parameters": "Параметры запроса",
|
|
59
|
+
"Body": "Тело",
|
|
60
|
+
"No Error on Failure": "Нет ошибок при ошибке",
|
|
61
|
+
"Timeout (in seconds)": "Таймаут (в секундах)",
|
|
62
|
+
"Choose a campaign from the list.": "Выберите кампанию из списка.",
|
|
63
|
+
"Enter the email address for the lead": "Введите адрес электронной почты для свинца",
|
|
64
|
+
"Enter the first name for the lead": "Введите имя для запроса",
|
|
65
|
+
"Enter the last name for the lead": "Введите фамилию для запроса",
|
|
66
|
+
"Add custom variables as key-value pairs for the lead.": "Добавить пользовательские переменные в качестве пар ключевого значения для свинца.",
|
|
67
|
+
"Enter the email addresses to block (e.g., [\"abc@gmail.com\"])": "Введите адреса электронной почты для блокировки (например, [\"abc@gmail.com\"])",
|
|
68
|
+
"Enter the domains to block (e.g., [\"example.com\"])": "Введите домены для блокировки (например, [\"example.com\"])",
|
|
69
|
+
"Enter keywords to block (e.g., [\"spam\", \"blacklist\"])": "Введите ключевые слова для блокировки (например, [\"спам\", \"черный список\"])",
|
|
70
|
+
"Choose a campaign from the list or enter the campaign ID manually.": "Выберите кампанию из списка или введите ID кампании вручную.",
|
|
71
|
+
"Enter the email address to add to the campaign.": "Введите адрес электронной почты, чтобы добавить в кампанию.",
|
|
72
|
+
"Choose email accounts that have warmup disabled.": "Выберите учётные записи электронной почты, которые были отключены при прогреве.",
|
|
73
|
+
"Enter the start date (YYYY-MM-DD). E.g. 2023-10-11": "Введите дату начала (ГГГГ-ММ-ДД). Например 2023-10-11",
|
|
74
|
+
"Enter the end date (YYYY-MM-DD). E.g. 2023-10-20": "Введите дату окончания (ГГГГ-ММ-ДД). Например 2023-10-20",
|
|
75
|
+
"Enter the end date (YYYY-MM-DD). E.g. 2023-12-20": "Введите дату окончания (YYYY-MM-DD). Например 2023-12-20",
|
|
76
|
+
"Choose a campaign to pause.": "Выберите кампанию для приостановки.",
|
|
77
|
+
"Choose email accounts that are currently warming up.": "Выберите учетные записи электронной почты, которые в настоящее время обновляются.",
|
|
78
|
+
"Choose an email account to remove.": "Выберите учетную запись электронной почты для удаления.",
|
|
79
|
+
"Enter the schedule name here (e.g., New schedule).": "Введите название расписания (например, Новое расписание).",
|
|
80
|
+
"Enter the start date (e.g., 2023-08-01T00:00:00.000Z).": "Введите дату начала (например, 2023-08-01T00:00:00.000Z).",
|
|
81
|
+
"Enter the end date (e.g., 2024-08-25T00:00:00.000Z).": "Введите дату окончания (например, 2024-08-25T00:00:00.000Z).",
|
|
82
|
+
"Enter the start time (e.g., 09:00).": "Введите время начала (например, 09:00).",
|
|
83
|
+
"Enter the end time (e.g., 12:00).": "Введите время окончания (например, 12:00).",
|
|
84
|
+
"Enter the timezone (e.g., America/Detroit).": "Войдите в часовой пояс (например, Америка/Детрой).",
|
|
85
|
+
"Choose \"Yes\" if you want to set a schedule for Sunday.": "Выберите \"Да\", если вы хотите установить график на воскресенье.",
|
|
86
|
+
"Choose \"Yes\" if you want to set a schedule for Monday.": "Выберите \"Да\", если вы хотите установить график на понедельник.",
|
|
87
|
+
"Choose \"Yes\" if you want to set a schedule for Tuesday.": "Выберите \"Да\", если вы хотите установить график на вторник.",
|
|
88
|
+
"Choose \"Yes\" if you want to set a schedule for Wednesday.": "Выберите \"Да\", если вы хотите установить график на среду .",
|
|
89
|
+
"Choose \"Yes\" if you want to set a schedule for Thursday.": "Выберите \"Да\", если вы хотите установить график на четверг.",
|
|
90
|
+
"Choose \"Yes\" if you want to set a schedule for Friday.": "Выберите \"Да\", если вы хотите установить график на пятницу.",
|
|
91
|
+
"Choose \"Yes\" if you want to set a schedule for Saturday.": "Выберите \"Да\", если вы хотите установить график на субботу.",
|
|
92
|
+
"Choose a lead from the selected campaign.": "Выберите из выбранной кампании.",
|
|
93
|
+
"Enter the new email address for the lead.": "Введите новый адрес электронной почты для клиента.",
|
|
94
|
+
"Enter the new first name for the lead.": "Введите новое имя для лидера.",
|
|
95
|
+
"Enter the new last name for the lead.": "Введите новую фамилию для лидера.",
|
|
96
|
+
"Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
|
|
97
|
+
"GET": "ПОЛУЧИТЬ",
|
|
98
|
+
"POST": "ПОСТ",
|
|
99
|
+
"PATCH": "ПАТЧ",
|
|
100
|
+
"PUT": "ПОКУПИТЬ",
|
|
101
|
+
"DELETE": "УДАЛИТЬ",
|
|
102
|
+
"HEAD": "HEAD",
|
|
103
|
+
"Campaign Completed": "Кампания завершена",
|
|
104
|
+
"Email Bounced": "Отказано от e-mail",
|
|
105
|
+
"Email Opened": "Email открыт",
|
|
106
|
+
"Email Sent": "Отправлено E-mail",
|
|
107
|
+
"Lead Interested": "Заинтересованный контакт",
|
|
108
|
+
"Lead Not Interested": "Предварительный контакт не интересен",
|
|
109
|
+
"Reply Received": "Получен ответ",
|
|
110
|
+
"Triggers when a campaign is completed.": "Срабатывает при завершении кампании.",
|
|
111
|
+
"Triggers when an email is bounced.": "Триггеры при отказе от электронной почты.",
|
|
112
|
+
"Triggers when an email is opened.": "Включает при открытии электронной почты.",
|
|
113
|
+
"Triggers when an email is successfully sent.": "Триггеры при успешной отправке электронной почты.",
|
|
114
|
+
"Triggers when a lead is set to interested.": "Триггеры, когда свинца настроена на заинтересованность.",
|
|
115
|
+
"Triggers when a lead is set to not interested.": "Триггеры, когда свинца не заинтересованы.",
|
|
116
|
+
"Triggers when a reply to an email is received.": "Срабатывает при получении ответа на электронную почту.",
|
|
117
|
+
"Markdown": "Markdown",
|
|
118
|
+
"\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Campaign Completed\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Campaign Completed\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
|
|
119
|
+
"\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Bounced\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Bounced\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
|
|
120
|
+
"\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Opened\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Email Opened\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
|
|
121
|
+
"\n\nFollow the below steps:\n\n1. Login to the ReachInbox dashboard.\n2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n5. Select the event type as \"Email Sent\".\n6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n": "\n\nFollow the below steps:\n\n1. Login to the ReachInbox dashboard.\n2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n5. Select the event type as \"Email Sent\".\n6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n",
|
|
122
|
+
"\n\n \n Follow the below steps:\n\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response h": "\n\n \n Следуйте следующим шагам:\n\n \n 1. Войти в панель управления ReachInbox.\n 2. Перейдите в раздел «Профили» и перейдите на вкладку «Настройки».\n 3. Нажмите на \"Интеграции\" и перейдите на \"Webhooks\". Нажмите на кнопку \"Add Webhook\".\n 4. Скопируйте следующий URL webhook и вставьте его в поле \"URL-адрес Webhook\".\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Выберите тип события в качестве \"Интересно предварительно\".\n 6. Нажмите на кнопку «Тестовый триггер» для симуляции теста и захвата ответа вебхука здесь.\n ",
|
|
123
|
+
"\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Not Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response h": "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n \n\n 5. Select the event type as \"Lead Not Interested\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ",
|
|
124
|
+
"\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Reply Received\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n ": "\n\n Follow the below steps:\n \n 1. Login to the ReachInbox dashboard.\n 2. Go to the \"Profile\" section and navigate to the \"Settings\" tab.\n 3. Click on the \"Integrations\" and go to the \"Webhooks\". Click on the \"Add Webhook\" button.\n 4. Copy the following webhook URL and paste it into the \"Webhook URL\" field.\n ```text\n {{webhookUrl}}\n ```\n\n 5. Select the event type as \"Reply Received\".\n 6. Click on the \"Test Trigger\" button to simulate a test and capture the webhook response here.\n "
|
|
125
|
+
}
|