From d3d9702823d703a6ee41adb9546761fbb3878b7c Mon Sep 17 00:00:00 2001 From: Matthew Williams Date: Mon, 16 Jan 2023 16:23:36 +0100 Subject: [PATCH] Translated using Weblate (English (Australia)) Currently translated at 99.6% (2424 of 2433 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/ --- i18n/en_AU.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/i18n/en_AU.json b/i18n/en_AU.json index 094e51ed6e..461533cfdf 100644 --- a/i18n/en_AU.json +++ b/i18n/en_AU.json @@ -2737,7 +2737,7 @@ }, { "id": "model.channel.is_valid.name.app_error", - "translation": "Invalid channel name. User IDs are not permitted in channel name for non-direct message channels." + "translation": "Channel names can't be in a hexadecimal format. Please enter a different channel name." }, { "id": "model.channel.is_valid.id.app_error", @@ -9689,5 +9689,25 @@ { "id": "api.server.hosted_signup_unavailable.error", "translation": "Portal unavailable for self-hosted signup." + }, + { + "id": "ent.elasticsearch.create_client.client_key_missing", + "translation": "Could not open the client key file for Elasticsearch" + }, + { + "id": "ent.elasticsearch.create_client.client_cert_missing", + "translation": "Could not open the client certificate file for Elasticsearch" + }, + { + "id": "ent.elasticsearch.create_client.client_cert_malformed", + "translation": "Decoding of the client certificate for Elasticsearch failed" + }, + { + "id": "ent.elasticsearch.create_client.ca_cert_missing", + "translation": "Could not open the CA file for Elasticsearch" + }, + { + "id": "ent.elasticsearch.create_client.ca_cert_malformed", + "translation": "Decoding of the CA for Elasticsearch failed" } ]