diff --git a/assets/base/i18n/en_AU.json b/assets/base/i18n/en_AU.json
index 7643d449d..f85bd4822 100644
--- a/assets/base/i18n/en_AU.json
+++ b/assets/base/i18n/en_AU.json
@@ -473,6 +473,7 @@
"mobile.calls_host_transcription_title": "Recording and transcription has started",
"mobile.calls_incoming_dm": "{name} is inviting you to a call",
"mobile.calls_incoming_gm": "{name} is inviting you to a call with {num, plural, one {# other} other {# others}}",
+ "mobile.calls_join": "Join",
"mobile.calls_join_call": "Join call",
"mobile.calls_lasted": "Lasted {duration}",
"mobile.calls_leave": "Leave",
@@ -485,6 +486,8 @@
"mobile.calls_mic_error": "To participate, open Settings to grant Mattermost access to your microphone.",
"mobile.calls_more": "More",
"mobile.calls_mute": "Mute",
+ "mobile.calls_mute_others": "Mute others",
+ "mobile.calls_mute_participant": "Mute participant",
"mobile.calls_name_is_talking_postfix": "is talking...",
"mobile.calls_noone_talking": "No one is talking",
"mobile.calls_not_available_msg": "Please contact your System Admin to enable the feature.",
@@ -512,6 +515,12 @@
"mobile.calls_recording_start_no_permissions": "You don't have permission to start recording. Please ask the call host to start a recording.",
"mobile.calls_recording_stop_no_permissions": "You don't have permission to stop the recording. Please ask the call host to stop the recording.",
"mobile.calls_recording_stop_none_in_progress": "No recording is in progress.",
+ "mobile.calls_remove": "Remove",
+ "mobile.calls_remove_alert_body": "Are you sure you want to remove {displayName} from the call? ",
+ "mobile.calls_remove_alert_title": "Remove participant",
+ "mobile.calls_remove_participant": "Remove from call",
+ "mobile.calls_removed_alert_body": "The host removed you from the call.",
+ "mobile.calls_removed_alert_title": "You were removed from the call",
"mobile.calls_request_message": "Calls are currently running in test mode and only system admins can start them. Contact your system admin for assistance.",
"mobile.calls_request_title": "Calls are not currently enabled",
"mobile.calls_see_logs": "See server logs",
@@ -519,7 +528,9 @@
"mobile.calls_speaker": "Speaker",
"mobile.calls_start_call": "Start Call",
"mobile.calls_start_call_exists": "A call is already ongoing in the channel.",
+ "mobile.calls_started_call": "Call started",
"mobile.calls_stop_recording": "Stop Recording",
+ "mobile.calls_stop_screenshare": "Stop screen share",
"mobile.calls_tablet": "Tablet",
"mobile.calls_thread": "Thread",
"mobile.calls_unmute": "Unmute",
@@ -527,6 +538,7 @@
"mobile.calls_user_left_channel_error_title": "You left the channel",
"mobile.calls_user_removed_from_channel_error_message": "You have been removed from the channel and have been disconnected from the call.",
"mobile.calls_user_removed_from_channel_error_title": "You were removed from channel",
+ "mobile.calls_view_profile": "View profile",
"mobile.calls_viewing_screen": "You are viewing {name}'s screen",
"mobile.calls_you": "(you)",
"mobile.calls_you_2": "You",
@@ -1054,6 +1066,7 @@
"suggestion.mention.here": "Notifies everyone online in this channel",
"suggestion.mention.morechannels": "Other Channels",
"suggestion.mention.special": "Special Mentions",
+ "suggestion.mention.users": "Users",
"suggestion.search.direct": "Direct Messages",
"suggestion.search.private": "Private Channels",
"suggestion.search.public": "Public Channels",