From 07102ae86fcc70c9d3d5139ef1b79990e724afdc Mon Sep 17 00:00:00 2001 From: Matthew Williams Date: Wed, 6 Apr 2022 20:43:24 +0200 Subject: [PATCH] Translated using Weblate (English (Australia)) Currently translated at 99.5% (2296 of 2306 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/ Translated using Weblate (English (Australia)) Currently translated at 99.5% (2292 of 2302 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/ --- i18n/en_AU.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/i18n/en_AU.json b/i18n/en_AU.json index 5f4e2e9488..7801b4638d 100644 --- a/i18n/en_AU.json +++ b/i18n/en_AU.json @@ -9181,5 +9181,21 @@ { "id": "model.config.is_valid.bleve_search.bulk_indexing_batch_size.app_error", "translation": "Bleve Bulk Indexing Batch Size must be at least {{.BatchSize}}." + }, + { + "id": "api.license.request_trial_license.embargoed", + "translation": "We were unable to process the request due to limitations for embargoed countries. [Learn more in our documentation](https://mattermost.com/pl/limitations-for-embargoed-countries), or reach out to legal@mattermost.com for questions around export limitations." + }, + { + "id": "api.getThreadsForUser.bad_only_params", + "translation": "OnlyThreads and OnlyTotals parameters to getThreadsForUser are mutually exclusive" + }, + { + "id": "api.file.test_connection_s3_settings_nil.app_error", + "translation": "The file storage settings have unset values." + }, + { + "id": "api.file.test_connection_email_settings_nil.app_error", + "translation": "The email settings have unset values." } ]