diff --git a/i18n/en_AU.json b/i18n/en_AU.json index ab9504ca42..6f562624b0 100644 --- a/i18n/en_AU.json +++ b/i18n/en_AU.json @@ -9301,5 +9301,17 @@ { "id": "fix_crt_channel_unreads.worker.do_job.get_bad_channel_memberships", "translation": "Failed to retrieve bad channel memberships" + }, + { + "id": "api.user.view_archived_channels.get_users_in_channel.app_error", + "translation": "Cannot retrieve users for an archived channel" + }, + { + "id": "api.user.view_archived_channels.get_posts_for_channel.app_error", + "translation": "Cannot retrieve posts for an archived channel" + }, + { + "id": "api.post.posts_by_ids.invalid_body.request_error", + "translation": "The number of Post IDs received has exceeded the maximum size of {{.MaxLength}}" } ]