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/
This commit is contained in:
Matthew Williams
2024-12-03 10:10:07 +00:00
committed by Devin Binnie
parent 48b5bb8a86
commit 7c661e79d3

View File

@@ -36,6 +36,12 @@
"main.app.app.handleAppCertificateError.certNotTrusted.dialog.title": "Certificate Not Trusted", "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.app.handleAppCertificateError.dialog.extraDetail": "Certificate is different from previous one.\n\n",
"main.app.initialize.downloadBox.allFiles": "All files", "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.dontImport": "Don't Import",
"main.app.utils.migrateMacAppStore.button.selectAndImport": "Select Directory and 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.", "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.history.forward": "Forward",
"main.menus.app.view": "&View", "main.menus.app.view": "&View",
"main.menus.app.view.actualSize": "Actual Size", "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.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.devToolsAppWrapper": "Developer Tools for Application Wrapper",
"main.menus.app.view.devToolsCurrentCallWidget": "Developer Tools for Call Widget", "main.menus.app.view.devToolsCurrentCallWidget": "Developer Tools for Call Widget",
"main.menus.app.view.devToolsCurrentServer": "Developer Tools for Current Server", "main.menus.app.view.devToolsCurrentServer": "Developer Tools for Current Server",