PLT-7040: Fix capitalisation of Elasticsearch in Config. (#7020)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
244b15ea5b
Коммит
ff0a790516
14
i18n/en.json
14
i18n/en.json
@@ -3621,11 +3621,11 @@
|
||||
},
|
||||
{
|
||||
"id": "ent.elasticsearch.search_posts.disabled",
|
||||
"translation": "ElasticSearch searching is disabled on this server"
|
||||
"translation": "Elasticsearch searching is disabled on this server"
|
||||
},
|
||||
{
|
||||
"id": "ent.elasticsearch.generic.disabled",
|
||||
"translation": "ElasticSearch search is not enabled on this server"
|
||||
"translation": "Elasticsearch search is not enabled on this server"
|
||||
},
|
||||
{
|
||||
"id": "ent.elasticsearch.purge_indexes.delete_failed",
|
||||
@@ -3641,23 +3641,23 @@
|
||||
},
|
||||
{
|
||||
"id": "ent.elasticsearch.create_client.connect_failed",
|
||||
"translation": "Setting up ElasticSearch Client Failed"
|
||||
"translation": "Setting up Elasticsearch Client Failed"
|
||||
},
|
||||
{
|
||||
"id": "ent.elasticsearch.create_index_if_not_exists.index_create_failed",
|
||||
"translation": "Failed to create ElasticSearch index"
|
||||
"translation": "Failed to create Elasticsearch index"
|
||||
},
|
||||
{
|
||||
"id": "ent.elasticsearch.create_index_if_not_exists.index_exists_failed",
|
||||
"translation": "Failed to establish whether ElasticSearch index exists"
|
||||
"translation": "Failed to establish whether Elasticsearch index exists"
|
||||
},
|
||||
{
|
||||
"id": "ent.elasticsearch.create_index_if_not_exists.index_mapping_failed",
|
||||
"translation": "Failed to setup ElasticSearch index mapping"
|
||||
"translation": "Failed to setup Elasticsearch index mapping"
|
||||
},
|
||||
{
|
||||
"id": "ent.elasticsearch.start.index_settings_failed",
|
||||
"translation": "Failed to set ElasticSearch index settings"
|
||||
"translation": "Failed to set Elasticsearch index settings"
|
||||
},
|
||||
{
|
||||
"id": "ent.elasticsearch.test_config.connect_failed",
|
||||
|
||||
Ссылка в новой задаче
Block a user