From cdc46023b599091a8e9ebf5f24d6e57d61636e93 Mon Sep 17 00:00:00 2001 From: Matthew Williams Date: Thu, 24 Apr 2025 09:55:32 +0000 Subject: [PATCH] Translated using Weblate (English (Australia)) Currently translated at 100.0% (2651 of 2651 strings) Translation: Mattermost/server Translate-URL: https://translate.mattermost.com/projects/mattermost/server/en_AU/ --- server/i18n/en-AU.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/server/i18n/en-AU.json b/server/i18n/en-AU.json index c7565e0b28..f960048ff7 100644 --- a/server/i18n/en-AU.json +++ b/server/i18n/en-AU.json @@ -10611,5 +10611,17 @@ { "id": "model.config.is_valid.elastic_search.incorrect_search_prefix.app_error", "translation": "GlobalSearchPrefix {{.GlobalSearchPrefix}} should be a prefix of IndexPrefix {{.IndexPrefix}}." + }, + { + "id": "api.license.load_metric.app_error", + "translation": "Failed to compute monthly active users." + }, + { + "id": "ent.saml.login.ldap_user_missing", + "translation": "No user registered on AD/LDAP server that matches the SAML user." + }, + { + "id": "api.custom_profile_attributes.invalid_field_patch", + "translation": "invalid custom profile attribute field patch" } ]