From 7c661e79d3afb4fd4588f42db69178a3f84f9805 Mon Sep 17 00:00:00 2001 From: Matthew Williams Date: Tue, 3 Dec 2024 10:10:07 +0000 Subject: [PATCH] Translated using Weblate (English (Australia)) Currently translated at 100.0% (317 of 317 strings) Translation: Mattermost/mattermost-desktop Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-desktop/en_AU/ --- i18n/en_AU.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/i18n/en_AU.json b/i18n/en_AU.json index e694da5d..595ff91b 100644 --- a/i18n/en_AU.json +++ b/i18n/en_AU.json @@ -36,6 +36,12 @@ "main.app.app.handleAppCertificateError.certNotTrusted.dialog.title": "Certificate Not Trusted", "main.app.app.handleAppCertificateError.dialog.extraDetail": "Certificate is different from previous one.\n\n", "main.app.initialize.downloadBox.allFiles": "All files", + "main.app.utils.clearAllData.cancel": "Cancel", + "main.app.utils.clearAllData.confirm": "Clear All Data", + "main.app.utils.clearAllData.message": "This action will erase all session, cache, cookie and storage data for all servers. Performing this action will restart the application. Are you sure you want to continue?", + "main.app.utils.clearDataForServer.cancel": "Cancel", + "main.app.utils.clearDataForServer.confirm": "Clear Data", + "main.app.utils.clearDataForServer.message": "This action will erase all session, cache, cookie and storage data for the server '\\{serverName}'\\. Are you sure you want to clear data for this server?", "main.app.utils.migrateMacAppStore.button.dontImport": "Don't Import", "main.app.utils.migrateMacAppStore.button.selectAndImport": "Select Directory and Import", "main.app.utils.migrateMacAppStore.dialog.detail": "It appears that an existing {appName} configuration exists, would you like to import it? You will be asked to pick the correct configuration directory.", @@ -91,7 +97,9 @@ "main.menus.app.history.forward": "Forward", "main.menus.app.view": "&View", "main.menus.app.view.actualSize": "Actual Size", + "main.menus.app.view.clearAllData": "Clear All Data", "main.menus.app.view.clearCacheAndReload": "Clear Cache and Reload", + "main.menus.app.view.clearDataForServer": "Clear Data for Current Server", "main.menus.app.view.devToolsAppWrapper": "Developer Tools for Application Wrapper", "main.menus.app.view.devToolsCurrentCallWidget": "Developer Tools for Call Widget", "main.menus.app.view.devToolsCurrentServer": "Developer Tools for Current Server",