From 83d53ea98cf5486f89bd4280b6b5ef835da4fd22 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Tue, 11 Jul 2017 09:09:15 +0100 Subject: PLT-6475: Elasticsearch Indexing Worker. (#6879) --- i18n/en.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index d6eaffc7f..1225ee824 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3516,19 +3516,19 @@ "translation": "Failed to decode search results" }, { - "id": "ent.elasticsearch.start.connect_failed", + "id": "ent.elasticsearch.create_client.connect_failed", "translation": "Setting up ElasticSearch Client Failed" }, { - "id": "ent.elasticsearch.start.index_create_failed", + "id": "ent.elasticsearch.create_index_if_not_exists.index_create_failed", "translation": "Failed to create ElasticSearch index" }, { - "id": "ent.elasticsearch.start.index_exists_failed", + "id": "ent.elasticsearch.create_index_if_not_exists.index_exists_failed", "translation": "Failed to establish whether ElasticSearch index exists" }, { - "id": "ent.elasticsearch.start.index_mapping_failed", + "id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed", "translation": "Failed to setup ElasticSearch index mapping" }, { @@ -3763,6 +3763,10 @@ "id": "error.not_found.title", "translation": "Page not found" }, + { + "id": "jobs.set_job_error.update.error", + "translation": "Failed to set job status to error" + }, { "id": "jobs.request_cancellation.status.error", "translation": "Could not request cancellation for job that is not in a cancelable state." @@ -5483,6 +5487,10 @@ "id": "store.sql_post.get_posts_around.get_parent.app_error", "translation": "We couldn't get the parent posts for the channel" }, + { + "id": "store.sql_post.get_posts_batch_for_indexing.get.app_error", + "translation": "We couldn't get the posts batch for indexing" + }, { "id": "store.sql_post.get_posts_by_ids.app_error", "translation": "We couldn't get the posts" -- cgit v1.2.3-1-g7c22