summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-07-19 09:43:05 +0100
committerGitHub <noreply@github.com>2017-07-19 09:43:05 +0100
commitfe368a74565e736ad1fb1dfc20ab364379d83ae9 (patch)
tree56186c11129a4aadc068a6387af39288cc9802b7 /i18n
parent97f34e483b0fa8b2a8cfe75b72168cfa38cc9d80 (diff)
downloadchat-fe368a74565e736ad1fb1dfc20ab364379d83ae9.tar.gz
chat-fe368a74565e736ad1fb1dfc20ab364379d83ae9.tar.bz2
chat-fe368a74565e736ad1fb1dfc20ab364379d83ae9.zip
PLT-6595: API to purge Elasticsearch indexes. (#6971)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 0ba3194fa..27e65c6ba 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3512,6 +3512,14 @@
"translation": "ElasticSearch searching is disabled on this server"
},
{
+ "id": "ent.elasticsearch.generic.disabled",
+ "translation": "ElasticSearch search is not enabled on this server"
+ },
+ {
+ "id": "ent.elasticsearch.purge_indexes.delete_failed",
+ "translation": "Failed to delete Elasticsearch index"
+ },
+ {
"id": "ent.elasticsearch.search_posts.search_failed",
"translation": "Search failed to complete"
},