diff --git a/i18n/en_AU.json b/i18n/en_AU.json index 890dbd5b0e..15db05cd63 100644 --- a/i18n/en_AU.json +++ b/i18n/en_AU.json @@ -9293,5 +9293,17 @@ { "id": "model.config.is_valid.amazons3_timeout.app_error", "translation": "Invalid timeout value {{.Value}}. Should be a positive number." + }, + { + "id": "app.post_reminder_dm", + "translation": "Hello there, here's your reminder about this message from @{{.Username}}: {{.SiteURL}}/{{.TeamName}}/pl/{{.PostId}}" + }, + { + "id": "api.post.compliance_enabled.join_channel_to_view_post", + "translation": "Due to the compliance rules configured on this server, the channel must be joined before its posts can be read." + }, + { + "id": "api.file.upload_file.incorrect_number_of_files.app_error", + "translation": "Unable to upload files. Incorrect number of files specified." } ]