Initial commit
This commit is contained in:
65
application/Espo/Resources/i18n/en_US/LeadCapture.json
Normal file
65
application/Espo/Resources/i18n/en_US/LeadCapture.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Name",
|
||||
"campaign": "Campaign",
|
||||
"isActive": "Is Active",
|
||||
"subscribeToTargetList": "Subscribe to Target List",
|
||||
"subscribeContactToTargetList": "Subscribe Contact if exists",
|
||||
"targetList": "Target List",
|
||||
"fieldList": "Payload Fields",
|
||||
"optInConfirmation": "Double Opt-In",
|
||||
"optInConfirmationEmailTemplate": "Opt-in confirmation email template",
|
||||
"optInConfirmationLifetime": "Opt-in confirmation lifetime (hours)",
|
||||
"optInConfirmationSuccessMessage": "Text to show after opt-in confirmation",
|
||||
"leadSource": "Lead Source",
|
||||
"apiKey": "API Key",
|
||||
"targetTeam": "Target Team",
|
||||
"exampleRequestMethod": "Method",
|
||||
"exampleRequestUrl": "URL",
|
||||
"exampleRequestPayload": "Payload",
|
||||
"exampleRequestHeaders": "Headers",
|
||||
"createLeadBeforeOptInConfirmation": "Create Lead before confirmation",
|
||||
"skipOptInConfirmationIfSubscribed": "Skip confirmation if lead is already in target list",
|
||||
"smtpAccount": "SMTP Account",
|
||||
"inboundEmail": "Group Email Account",
|
||||
"duplicateCheck": "Duplicate Check",
|
||||
"phoneNumberCountry": "Telephone country code",
|
||||
"fieldParams": "Field Params",
|
||||
"formId": "Form ID",
|
||||
"formEnabled": "Web Form",
|
||||
"formUrl": "Form URL",
|
||||
"formTitle": "Form Title",
|
||||
"formTheme": "Form Theme",
|
||||
"formSuccessText": "Text to display after form submission",
|
||||
"formText": "Text to display on form",
|
||||
"formSuccessRedirectUrl": "URL to redirect to after form submission",
|
||||
"formLanguage": "Language used on form",
|
||||
"formFrameAncestors": "Allowed hosts for form embedding",
|
||||
"formCaptcha": "Use Captcha"
|
||||
},
|
||||
"links": {
|
||||
"targetList": "Target List",
|
||||
"campaign": "Campaign",
|
||||
"optInConfirmationEmailTemplate": "Opt-in confirmation email template",
|
||||
"targetTeam": "Target Team",
|
||||
"inboundEmail": "Group Email Account",
|
||||
"logRecords": "Log"
|
||||
},
|
||||
"labels": {
|
||||
"Create LeadCapture": "Create Entry Point",
|
||||
"Generate New API Key": "Generate New API Key",
|
||||
"Request": "Request",
|
||||
"Confirm Opt-In": "Confirm Opt-In",
|
||||
"Generate New Form ID": "Generate New Form ID",
|
||||
"Web Form": "Web Form"
|
||||
},
|
||||
"messages": {
|
||||
"generateApiKey": "Create new API Key",
|
||||
"optInConfirmationExpired": "Opt-in confirmation link is expired.",
|
||||
"optInIsConfirmed": "Opt-in is confirmed."
|
||||
},
|
||||
"tooltips": {
|
||||
"formCaptcha": "To be able to use Captcha, you need to configure it under **Administration** > **Integrations**.",
|
||||
"optInConfirmationSuccessMessage": "Markdown is supported."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user