summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json16
1 files changed, 12 insertions, 4 deletions
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"
},
{
@@ -3764,6 +3764,10 @@
"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."
},
@@ -5484,6 +5488,10 @@
"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"
},