|
@@ -25,6 +25,7 @@
|
|
"campaigns.fromAddress": "From address",
|
|
"campaigns.fromAddress": "From address",
|
|
"campaigns.fromAddressPlaceholder": "Your Name <noreply@yoursite.com>",
|
|
"campaigns.fromAddressPlaceholder": "Your Name <noreply@yoursite.com>",
|
|
"campaigns.invalid": "Invalid campaign",
|
|
"campaigns.invalid": "Invalid campaign",
|
|
|
|
+ "campaigns.markdown": "Markdown",
|
|
"campaigns.needsSendAt": "Campaign needs a date to be scheduled.",
|
|
"campaigns.needsSendAt": "Campaign needs a date to be scheduled.",
|
|
"campaigns.newCampaign": "New campaign",
|
|
"campaigns.newCampaign": "New campaign",
|
|
"campaigns.noKnownSubsToTest": "No known subscribers to test.",
|
|
"campaigns.noKnownSubsToTest": "No known subscribers to test.",
|
|
@@ -259,10 +260,10 @@
|
|
"public.privacyWipeHelp": "Delete all your subscriptions and related data from the database permanently.",
|
|
"public.privacyWipeHelp": "Delete all your subscriptions and related data from the database permanently.",
|
|
"public.sub": "Subscribe",
|
|
"public.sub": "Subscribe",
|
|
"public.subConfirmed": "Subscribed successfully.",
|
|
"public.subConfirmed": "Subscribed successfully.",
|
|
- "public.subOptinPending": "An e-mail has been sent to you to confirm your subscription(s).",
|
|
|
|
"public.subConfirmedTitle": "Confirmed",
|
|
"public.subConfirmedTitle": "Confirmed",
|
|
"public.subName": "Name (optional)",
|
|
"public.subName": "Name (optional)",
|
|
"public.subNotFound": "Subscription not found.",
|
|
"public.subNotFound": "Subscription not found.",
|
|
|
|
+ "public.subOptinPending": "An e-mail has been sent to you to confirm your subscription(s).",
|
|
"public.subPrivateList": "Private list",
|
|
"public.subPrivateList": "Private list",
|
|
"public.subTitle": "Subscribe",
|
|
"public.subTitle": "Subscribe",
|
|
"public.unsub": "Unsubscribe",
|
|
"public.unsub": "Unsubscribe",
|
|
@@ -272,10 +273,7 @@
|
|
"public.unsubbedInfo": "You have unsubscribed successfully.",
|
|
"public.unsubbedInfo": "You have unsubscribed successfully.",
|
|
"public.unsubbedTitle": "Unsubscribed",
|
|
"public.unsubbedTitle": "Unsubscribed",
|
|
"public.unsubscribeTitle": "Unsubscribe from mailing list",
|
|
"public.unsubscribeTitle": "Unsubscribe from mailing list",
|
|
- "settings.needsRestart": "Settings changed. Pause all running campaigns and restart the app",
|
|
|
|
"settings.confirmRestart": "Ensure running campaigns are paused. Restart?",
|
|
"settings.confirmRestart": "Ensure running campaigns are paused. Restart?",
|
|
- "settings.updateAvailable": "A new update {version} is available.",
|
|
|
|
- "settings.restart": "Restart",
|
|
|
|
"settings.duplicateMessengerName": "Duplicate messenger name: {name}",
|
|
"settings.duplicateMessengerName": "Duplicate messenger name: {name}",
|
|
"settings.errorEncoding": "Error encoding settings: {error}",
|
|
"settings.errorEncoding": "Error encoding settings: {error}",
|
|
"settings.errorNoSMTP": "At least one SMTP block should be enabled",
|
|
"settings.errorNoSMTP": "At least one SMTP block should be enabled",
|
|
@@ -326,6 +324,7 @@
|
|
"settings.messengers.url": "URL",
|
|
"settings.messengers.url": "URL",
|
|
"settings.messengers.urlHelp": "Root URL of the Postback server.",
|
|
"settings.messengers.urlHelp": "Root URL of the Postback server.",
|
|
"settings.messengers.username": "Username",
|
|
"settings.messengers.username": "Username",
|
|
|
|
+ "settings.needsRestart": "Settings changed. Pause all running campaigns and restart the app",
|
|
"settings.performance.batchSize": "Batch size",
|
|
"settings.performance.batchSize": "Batch size",
|
|
"settings.performance.batchSizeHelp": "The number of subscribers to pull from the database in a single iteration. Each iteration pulls subscribers from the database, sends messages to them, and then moves on to the next iteration to pull the next batch. This should ideally be higher than the maximum achievable throughput (concurrency * message_rate).",
|
|
"settings.performance.batchSizeHelp": "The number of subscribers to pull from the database in a single iteration. Each iteration pulls subscribers from the database, sends messages to them, and then moves on to the next iteration to pull the next batch. This should ideally be higher than the maximum achievable throughput (concurrency * message_rate).",
|
|
"settings.performance.concurrency": "Concurrency",
|
|
"settings.performance.concurrency": "Concurrency",
|
|
@@ -352,6 +351,7 @@
|
|
"settings.privacy.listUnsubHeader": "Include `List-Unsubscribe` header",
|
|
"settings.privacy.listUnsubHeader": "Include `List-Unsubscribe` header",
|
|
"settings.privacy.listUnsubHeaderHelp": "Include unsubscription headers that allow e-mail clients to allow users to unsubscribe in a single click.",
|
|
"settings.privacy.listUnsubHeaderHelp": "Include unsubscription headers that allow e-mail clients to allow users to unsubscribe in a single click.",
|
|
"settings.privacy.name": "Privacy",
|
|
"settings.privacy.name": "Privacy",
|
|
|
|
+ "settings.restart": "Restart",
|
|
"settings.smtp.authProtocol": "Auth protocol",
|
|
"settings.smtp.authProtocol": "Auth protocol",
|
|
"settings.smtp.customHeaders": "Custom headers",
|
|
"settings.smtp.customHeaders": "Custom headers",
|
|
"settings.smtp.customHeadersHelp": "Optional array of e-mail headers to include in all messages sent from this server. eg: [{\"X-Custom\": \"value\"}, {\"X-Custom2\": \"value\"}]",
|
|
"settings.smtp.customHeadersHelp": "Optional array of e-mail headers to include in all messages sent from this server. eg: [{\"X-Custom\": \"value\"}, {\"X-Custom2\": \"value\"}]",
|
|
@@ -380,6 +380,7 @@
|
|
"settings.smtp.waitTimeout": "Wait timeout",
|
|
"settings.smtp.waitTimeout": "Wait timeout",
|
|
"settings.smtp.waitTimeoutHelp": "Time to wait for new activity on a connection before closing it and removing it from the pool (s for second, m for minute).",
|
|
"settings.smtp.waitTimeoutHelp": "Time to wait for new activity on a connection before closing it and removing it from the pool (s for second, m for minute).",
|
|
"settings.title": "Settings",
|
|
"settings.title": "Settings",
|
|
|
|
+ "settings.updateAvailable": "A new update {version} is available.",
|
|
"subscribers.advancedQuery": "Advanced",
|
|
"subscribers.advancedQuery": "Advanced",
|
|
"subscribers.advancedQueryHelp": "Partial SQL expression to query subscriber attributes",
|
|
"subscribers.advancedQueryHelp": "Partial SQL expression to query subscriber attributes",
|
|
"subscribers.attribs": "Attributes",
|
|
"subscribers.attribs": "Attributes",
|