From e06096417fdccdab29b61ddd563e0f8230c872cf Mon Sep 17 00:00:00 2001 From: Matthew Williams Date: Sun, 20 Apr 2025 10:18:14 +0000 Subject: [PATCH] Translated using Weblate (English (Australia)) Currently translated at 99.9% (2648 of 2649 strings) Translation: Mattermost/server Translate-URL: https://translate.mattermost.com/projects/mattermost/server/en_AU/ --- server/i18n/en-AU.json | 104 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) diff --git a/server/i18n/en-AU.json b/server/i18n/en-AU.json index f23a7cc33d..c7565e0b28 100644 --- a/server/i18n/en-AU.json +++ b/server/i18n/en-AU.json @@ -10507,5 +10507,109 @@ { "id": "app.custom_profile_attributes.property_field_conversion.app_error", "translation": "Unable to convert the property field to a custom profile attribute field" + }, + { + "id": "ent.ldap.cpa_field_mapping.list_error", + "translation": "Failed to retrieve CPA fields" + }, + { + "id": "ent.ldap.update_cpa.multiple_errors", + "translation": "Error(s) patching CPA value" + }, + { + "id": "ent.saml.cpa_field_mapping.list_error", + "translation": "Failed to retrieve CPA field(s)" + }, + { + "id": "ent.saml.update_cpa.empty_attribute_statement", + "translation": "SAML assertion attribute statement is invalid" + }, + { + "id": "ent.saml.update_cpa.multiple_errors", + "translation": "Error(s) updating CPA values" + }, + { + "id": "model.access_policy.is_valid.type.app_error", + "translation": "Invalid policy type." + }, + { + "id": "model.access_policy.is_valid.version.app_error", + "translation": "Version is not valid for this access control policy." + }, + { + "id": "web.incoming_webhook.parse_form.app_error", + "translation": "Failed to parse form for webhook {{.hook_id}}." + }, + { + "id": "web.incoming_webhook.parse_multipart.app_error", + "translation": "Failed to parse multipart form for webhook {{.hook_id}}." + }, + { + "id": "app.custom_profile_attributes.validate_value.app_error", + "translation": "Failed to validate property value" + }, + { + "id": "app.import.profile_image.open.app_error", + "translation": "Failed to open the profile image file: {{.FileName}}" + }, + { + "id": "app.import.profile_image.read_data.app_error", + "translation": "Failed to read profile image data." + }, + { + "id": "app.submit_interactive_dialog.decode_json_error", + "translation": "Encountered an error decoding JSON response from interactive dialog submission." + }, + { + "id": "app.submit_interactive_dialog.read_body_error", + "translation": "Encountered an error reading response body from interactive dialog submission." + }, + { + "id": "ent.ldap.do_login.invalid_id", + "translation": "Invalid AD/LDAP ID" + }, + { + "id": "ent.ldap.update_cpa.empty_attribute", + "translation": "Empty LDAP attribute value" + }, + { + "id": "ent.ldap_groups.invalid_ldap_id", + "translation": "Invalid AD/LDAP ID" + }, + { + "id": "app.custom_profile_attributes.sanitize_and_validate.app_error", + "translation": "Invalid property value attributes : {{.AttributeName}} ({{.Reason}})." + }, + { + "id": "model.access_policy.is_valid.name.app_error", + "translation": "Invalid name for the policy." + }, + { + "id": "model.access_policy.is_valid.revision.app_error", + "translation": "Invalid policy revision." + }, + { + "id": "model.access_policy.is_valid.rules.app_error", + "translation": "Invalid rule(s)." + }, + { + "id": "model.access_policy.is_valid.rules_imports.app_error", + "translation": "Policy must either import or define rules." + }, + { + "id": "model.access_policy.is_valid.id.app_error", + "translation": "Invalid policy ID." + }, + { + "id": "model.access_policy.is_valid.imports.app_error", + "translation": "Invalid imports for the policy." + }, + { + "id": "model.config.is_valid.elastic_search.empty_index_prefix.app_error", + "translation": "IndexPrefix cannot be empty if GlobalSearchPrefix is set." + }, + { + "id": "model.config.is_valid.elastic_search.incorrect_search_prefix.app_error", + "translation": "GlobalSearchPrefix {{.GlobalSearchPrefix}} should be a prefix of IndexPrefix {{.IndexPrefix}}." } ]