"forms.formHTMLHelp":"Use the following HTML to show a subscription form on an external webpage. The form should have the email field and one or more `l` (list UUID) fields. The name field is optional.",
"forms.noPublicLists":"There are no public lists to generate a forms.",
"forms.publicLists":"Public lists",
"forms.publicSubPage":"Public subscription page",
"forms.selectHelp":"Select lists to add to the form.",
"import.instructionsHelp":"Upload a CSV file or a ZIP file with a single CSV file in it to bulk import subscribers. The CSV file should have the following headers with the exact column names. attributes (optional) should be a valid JSON string with double escaped quotes.",
"import.invalidDelim":"Delimiter should be a single character.",
"import.overwriteHelp":"Overwrite name, attribs, subscription status of existing subscribers?",
"import.recordsCount":"{num} / {total} records",
"import.stopImport":"Stop import",
"import.subscribe":"Subscribe",
"import.title":"Import subscribers",
"import.upload":"Upload",
"lists.confirmDelete":"Are you sure? This does not delete subscribers.",
"lists.confirmSub":"Confirm subscription(s) to {name}",
"lists.invalidName":"Invalid name",
"lists.newList":"New list",
"lists.optin":"Opt-in",
"lists.optinHelp":"Double opt-in sends an e-mail to the subscriber asking for confirmation. On Double opt-in lists, campaigns are only sent to confirmed subscribers.",
"lists.optinTo":"Opt-in to {name}",
"lists.optins.double":"Double opt-in",
"lists.optins.single":"Single opt-in",
"lists.sendCampaign":"Send campaign",
"lists.sendOptinCampaign":"Send opt-in campaign",
"lists.type":"Type",
"lists.typeHelp":"Public lists are open to the world to subscribe and their names may appear on public pages such as the subscription management page.",
"settings.general.adminNotifEmailsHelp":"Comma separated list of e-mail addresses to which admin notifications such as import updates, campaign completion, failure etc. should be sent.",
"settings.general.checkUpdates":"Check for updates",
"settings.general.checkUpdatesHelp":"Periodically check for new app releases and notify.",
"settings.general.enablePublicSubPage":"Enable public subscription page",
"settings.general.enablePublicSubPageHelp":"Show a public subscription page with all the public lists for people to subscribe.",
"settings.general.faviconURL":"Favicon URL",
"settings.general.faviconURLHelp":"(Optional) full URL to the static favicon to be displayed on user facing view such as the unsubscription page.",
"settings.general.sendOptinConfirmHelp":"Send an opt-in confirmation e-mail when subscribers signup via the public form or when they are added by the admin.",
"settings.mailserver.idleTimeoutHelp":"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.mailserver.skipTLSHelp":"Skip hostname check on the TLS certificate.",
"settings.mailserver.tls":"TLS",
"settings.mailserver.tlsHelp":"TLS/SSL encryption. STARTTLS is commonly used.",
"settings.mailserver.username":"Username",
"settings.mailserver.waitTimeout":"Wait timeout",
"settings.mailserver.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.media.provider":"Provider",
"settings.media.s3.bucket":"Bucket",
"settings.media.s3.bucketPath":"Bucket path",
"settings.media.s3.bucketPathHelp":"Path inside the bucket to upload files. Default is /",
"settings.media.s3.bucketType":"Bucket type",
"settings.media.s3.bucketTypePrivate":"Private",
"settings.media.s3.bucketTypePublic":"Public",
"settings.media.s3.key":"AWS access key",
"settings.media.s3.publicURL":"Custom public URL (optional)",
"settings.media.s3.publicURLHelp":"Custom S3 domain to use for image links instead of the default S3 backend URL.",
"settings.media.s3.region":"Region",
"settings.media.s3.secret":"AWS access secret",
"settings.media.s3.uploadExpiry":"Upload expiry",
"settings.media.s3.uploadExpiryHelp":"(Optional) Specify TTL (in seconds) for the generated presigned URL. Only applicable for private buckets (s, m, h, d for seconds, minutes, hours, days).",
"settings.media.s3.url":"S3 backend URL",
"settings.media.s3.urlHelp":"Only change if using a custom S3 compatible backend like Minio.",
"settings.media.title":"Media uploads",
"settings.media.upload.path":"Upload path",
"settings.media.upload.pathHelp":"Path to the directory where media will be uploaded.",
"settings.media.upload.uri":"Upload URI",
"settings.media.upload.uriHelp":"Upload URI that is visible to the outside world. The media uploaded to upload_path will be publicly accessible under {root_url}, for instance, https://listmonk.yoursite.com/uploads.",
"settings.messengers.retriesHelp":"Number of times to retry when a message fails.",
"settings.messengers.skipTLSHelp":"Skip hostname check on the TLS certificate.",
"settings.messengers.timeout":"Idle timeout",
"settings.messengers.timeoutHelp":"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.messengers.url":"URL",
"settings.messengers.urlHelp":"Root URL of the Postback server.",
"settings.messengers.username":"Username",
"settings.needsRestart":"Settings changed. Pause all running campaigns and restart the app",
"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.concurrency":"Concurrency",
"settings.performance.concurrencyHelp":"Maximum concurrent worker (threads) that will attempt to send messages simultaneously.",
"settings.performance.maxErrThresholdHelp":"The number of errors (eg: SMTP timeouts while e-mailing) a running campaign should tolerate before it is paused for manual investigation or intervention. Set to 0 to never pause.",
"settings.performance.messageRateHelp":"Maximum number of messages to be sent out per second per worker in a second. If concurrency = 10 and message_rate = 10, then up to 10x10=100 messages may be pushed out every second. This, along with concurrency, should be tweaked to keep the net messages going out per second under the target message servers rate limits if any.",
"settings.performance.slidingWindowDurationHelp":"Duration of the sliding window period (m for minute, h for hour).",
"settings.performance.slidingWindowHelp":"Limit the total number of messages that are sent out in given period. On reaching this limit, messages are be held from sending until the time window clears.",
"settings.privacy.allowBlocklistHelp":"Allow subscribers to unsubscribe from all mailing lists and mark themselves as blocklisted?",
"settings.privacy.allowExport":"Allow exporting",
"settings.privacy.allowExportHelp":"Allow subscribers to export data collected on them?",
"settings.privacy.allowWipe":"Allow wiping",
"settings.privacy.allowWipeHelp":"Allow subscribers to delete themselves including their subscriptions and all other data from the database. Campaign views and link clicks are also removed while views and click counts remain (with no subscriber associated to them) so that stats and analytics are not affected.",
"settings.privacy.domainBlocklistHelp":"E-mail addresses with these domains are disallowed from subscribing. Enter one domain per line, eg: somesite.com",
"settings.privacy.individualSubTrackingHelp":"Track subscriber-level campaign views and clicks. When disabled, view and click tracking continue without being linked to individual subscribers.",
"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.enabled":"Enabled",
"settings.smtp.heloHost":"HELO hostname",
"settings.smtp.heloHostHelp":"Optional. Some SMTP servers require a FQDN in the hostname. By default, HELLOs go with `localhost`. Set this if a custom hostname should be used.",
"settings.smtp.name":"SMTP",
"settings.smtp.retries":"Retries",
"settings.smtp.retriesHelp":"Number of times to retry when a message fails.",