From 684e668858c15a90260b7554f94a6bf430c1f4b6 Mon Sep 17 00:00:00 2001 From: Matthew Williams Date: Mon, 18 Apr 2022 10:23:25 +0200 Subject: [PATCH] Translated using Weblate (English (Australia)) Currently translated at 99.3% (2305 of 2319 strings) Translation: mattermost-languages-shipped/mattermost-server Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-server_master/en_AU/ --- i18n/en_AU.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/i18n/en_AU.json b/i18n/en_AU.json index fe8f30016a..50e8082d5d 100644 --- a/i18n/en_AU.json +++ b/i18n/en_AU.json @@ -9193,5 +9193,45 @@ { "id": "api.file.test_connection_email_settings_nil.app_error", "translation": "The email settings have unset values." + }, + { + "id": "model.member.is_valid.emails.app_error", + "translation": "Email list is empty" + }, + { + "id": "model.member.is_valid.channel.app_error", + "translation": "Invalid channel name" + }, + { + "id": "model.channel.is_valid.1_or_more.app_error", + "translation": "Name must be 1 or more lowercase alphanumeric characters." + }, + { + "id": "app.user.update_thread_read_for_user_by_post.app_error", + "translation": "Invalid post_id" + }, + { + "id": "api.templates.invite_team_and_channels_subject", + "translation": "[{{ .SiteName }}] {{ .SenderName }} invited you to join {{ .ChannelsLen }} channels on the {{ .TeamDisplayName }} Team" + }, + { + "id": "api.templates.invite_team_and_channels_body.title", + "translation": "{{ .SenderName }} invited you to join {{ .ChannelsLen }} channels on the {{ .TeamDisplayName }} Team" + }, + { + "id": "api.templates.invite_team_and_channel_subject", + "translation": "[{{ .SiteName }}] {{ .SenderName }} invited you to join {{ .ChannelName }} on the {{ .TeamDisplayName }} Team" + }, + { + "id": "api.templates.invite_team_and_channel_body.title", + "translation": "{{ .SenderName }} invited you to join {{ .ChannelName }} on the {{ .TeamDisplayName }} Team" + }, + { + "id": "api.team.invite_members_to_team_and_channels.invalid_body_parsing.app_error", + "translation": "An error occurred while parsing the body data." + }, + { + "id": "api.team.invite_members_to_team_and_channels.invalid_body.app_error", + "translation": "Invalid request body." } ]