get/set solr config
This commit is contained in:
@@ -448,7 +448,10 @@
|
||||
"maxMailSize": "Maximum email size",
|
||||
"spamFilter": "Spam filtering",
|
||||
"spamFilterOverview": "{{ blacklistCount }} address(es) blacklisted.",
|
||||
"changeDomainProgress": "Changing Email domain:"
|
||||
"changeDomainProgress": "Changing Email domain:",
|
||||
"solrFts": "Full Text Search (Solr)",
|
||||
"solrEnabled": "Enabled",
|
||||
"solrDisabled": "Disabled"
|
||||
},
|
||||
"eventlog": {
|
||||
"title": "Event Log",
|
||||
@@ -501,6 +504,11 @@
|
||||
"mailTo": "Email to",
|
||||
"mailToPlaceholder": "Email address",
|
||||
"sendAction": "Send"
|
||||
},
|
||||
"solrConfig": {
|
||||
"title": "Full Text Search (Solr)",
|
||||
"description": "Solr can be used to provide full-text search in Dovecot. Solr requires a lot of RAM and as such should only be enabled if your server has more than 3GB RAM.",
|
||||
"enableSolrCheckbox": "Enable Full Text Search using Solr"
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
@@ -1314,5 +1322,8 @@
|
||||
"title": "Your Account is ready",
|
||||
"openDashboardAction": "Open Dashboard"
|
||||
}
|
||||
},
|
||||
"welcomeEmail": {
|
||||
"welcomeTo": "Welcome to <%= cloudronName %>!"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user