diff --git a/i18n/en_AU.json b/i18n/en_AU.json index 2f306ba3dd..3620c8682f 100644 --- a/i18n/en_AU.json +++ b/i18n/en_AU.json @@ -5031,18 +5031,10 @@ "id": "api.templates.password_change_body.info", "translation": "Your password has been updated for {{.TeamDisplayName}} on {{ .TeamURL }} by {{.Method}}." }, - { - "id": "api.templates.over_limit_info2", - "translation": "Alternatively, you can disable users in the Admin Console to open up spots for more users or stay below the free user limit." - }, { "id": "api.templates.over_limit_fix_now", "translation": "Fix Now" }, - { - "id": "api.templates.over_limit_7_days_subject", - "translation": "Payment is overdue for your Mattermost Cloud subscription" - }, { "id": "api.templates.over_limit_30_days_info1", "translation": "There’s still time to keep your Mattermost Cloud workspace active by resolving issues with your payment method. To avoid suspension update your method of payment." @@ -9185,5 +9177,13 @@ { "id": "app.channel.get_file_count.app_error", "translation": "Unable to retrieve the file count for the channel" + }, + { + "id": "model.config.is_valid.elastic_search.bulk_indexing_batch_size.app_error", + "translation": "Elasticsearch Bulk Indexing Batch Size must be at least {{.BatchSize}}." + }, + { + "id": "model.config.is_valid.bleve_search.bulk_indexing_batch_size.app_error", + "translation": "Bleve Bulk Indexing Batch Size must be at least {{.BatchSize}}." } ]