summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-10-18 11:43:10 +0100
committerGitHub <noreply@github.com>2017-10-18 11:43:10 +0100
commit7b1fb3c2c77a435a86a1886b279ace7c981a8cff (patch)
treea673508751ac47e916f75f14118b3cdd630a61b1 /i18n
parentb884c8c4104fc83aa382575df4ea95302506e8f1 (diff)
downloadchat-7b1fb3c2c77a435a86a1886b279ace7c981a8cff.tar.gz
chat-7b1fb3c2c77a435a86a1886b279ace7c981a8cff.tar.bz2
chat-7b1fb3c2c77a435a86a1886b279ace7c981a8cff.zip
PLT-7862: Support batched live indexing. (#7640)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 4c09b8eba..50073765f 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3692,6 +3692,14 @@
"translation": "License does not support Data Retention."
},
{
+ "id": "ent.elasticsearch.start.create_bulk_processor_failed.app_error",
+ "translation": "Failed to create Elasticsearch bulk processor"
+ },
+ {
+ "id": "ent.elasticsearch.start.start_bulk_processor_failed.app_error",
+ "translation": "Failed to start Elasticsearch bulk processor"
+ },
+ {
"id": "ent.elasticsearch.aggregator_worker.create_index_job.error",
"translation": "Elasticsearch aggregator worker failed to create the indexing job"
},
@@ -4408,6 +4416,10 @@
"translation": "Elastic Search Username setting must be provided when Elastic Search indexing is enabled."
},
{
+ "id": "model.config.is_valid.elastic_search.live_indexing_batch_size.app_error",
+ "translation": "Elasticsearch Live Indexing Batch Size must be at least 1"
+ },
+ {
"id": "model.config.is_valid.email_batching_buffer_size.app_error",
"translation": "Invalid email batching buffer size for email settings. Must be zero or a positive number."
},