diff --git a/webapp/channels/src/i18n/en-AU.json b/webapp/channels/src/i18n/en-AU.json index 344301239d..0db01bf55c 100644 --- a/webapp/channels/src/i18n/en-AU.json +++ b/webapp/channels/src/i18n/en-AU.json @@ -663,6 +663,9 @@ "admin.customization.announcement.enableBannerTitle": "Enable System-wide Notifications:", "admin.customization.appDownloadLinkDesc": "Add a link to a download page for the Mattermost apps. When a link is present, an option to 'Download Mattermost Apps' will be added in the Product Menu so users can find the download page. Leave this field blank to hide the option from the Product Menu.", "admin.customization.appDownloadLinkTitle": "Mattermost Apps Download Page Link:", + "admin.customization.clientSideUserIds": "Client side user IDs:", + "admin.customization.clientSideUserIdsDesc": "Set the user IDs you want to track for client side metrics. Separate values with a comma.", + "admin.customization.clientSideUserIdsPlaceholder": "E.g. 'userid1,userid2'", "admin.customization.customUrlSchemes": "Custom URL Schemes:", "admin.customization.customUrlSchemesDesc": "Allows message text to link if it begins with any of the comma-separated URL schemes listed. By default, the following schemes will create links: 'http', 'https', 'ftp', 'tel', and 'mailto'.", "admin.customization.customUrlSchemesPlaceholder": "E.g.: 'git,smtp'", @@ -2903,6 +2906,7 @@ "analytics.system.infoAndSkippedIntensiveQueries1": "Use data for only the chosen team. Exclude posts in direct message channels that are not tied to a team.", "analytics.system.infoAndSkippedIntensiveQueries2": "To maximise performance, some statistics are disabled. You can re-enable them in config.json.", "analytics.system.monthlyActiveUsers": "Monthly Active Users", + "analytics.system.perDayStatistics": "Load Advanced Statistics", "analytics.system.postTypes": "Posts, Files and Hashtags", "analytics.system.privateGroups": "Private Channels", "analytics.system.publicChannels": "Public Channels", @@ -2912,6 +2916,8 @@ "analytics.system.totalBotPosts": "Total Posts from Bots", "analytics.system.totalChannels": "Total Channels", "analytics.system.totalCommands": "Total Commands", + "analytics.system.totalFiles": "Total Files", + "analytics.system.totalFilesSize": "Total Files Size", "analytics.system.totalIncomingWebhooks": "Incoming Webhooks", "analytics.system.totalMasterDbConnections": "Master DB Conns", "analytics.system.totalOutgoingWebhooks": "Outgoing Webhooks", @@ -4903,6 +4909,7 @@ "schedule_post.custom_time_modal.dm_user_time": "{dmUserTime} for {dmUserName}", "schedule_post.custom_time_modal.title": "Schedule message", "schedule_post.tab.heading": "Scheduled", + "scheduledPosts.title": "{prefix}Scheduled - {displayName} {siteName}", "scheduled_post.action.copy_text": "Copy text", "scheduled_post.action.delete": "Delete scheduled post", "scheduled_post.action.edit": "Edit scheduled post", @@ -5875,6 +5882,7 @@ "userAccountMenu.awayMenuItem.label": "Away", "userAccountMenu.dndMenuItem.primaryLabel": "Do not disturb", "userAccountMenu.dndMenuItem.secondaryLabel": "Disables all notifications", + "userAccountMenu.dndMenuItem.secondaryLabel.doNotClear": "Until indefinitely", "userAccountMenu.dndMenuItem.secondaryLabel.untilLaterSomeTime": "Until {time}", "userAccountMenu.dndMenuItem.secondaryLabel.untilTodaySomeTime": "Until {time}", "userAccountMenu.dndMenuItem.secondaryLabel.untilTomorrowSomeTime": "Until tomorrow {time}",