diff --git a/i18n/en_AU.json b/i18n/en_AU.json index 9e26dfee..227891f1 100644 --- a/i18n/en_AU.json +++ b/i18n/en_AU.json @@ -1 +1,44 @@ -{} \ No newline at end of file +{ + "main.autoUpdater.update.dialog.button.restartAndUpdate": "Restart and Update", + "main.autoUpdater.update.dialog.button.remindMeLater": "Remind me later", + "main.autoUpdater.noUpdate.message": "You're up to date", + "main.autoUpdater.noUpdate.detail": "You are using the latest version of the {appName} Desktop App (version {version}). You'll be notified when a new version is available to install.", + "main.autoUpdater.download.dialog.message": "New desktop version available", + "main.autoUpdater.download.dialog.detail": "A new version of the {appName} Desktop App is available for you to download and install now.", + "main.autoUpdater.download.dialog.button.remindMeLater": "Remind me later", + "main.autoUpdater.download.dialog.button.download": "Download", + "main.app.utils.migrateMacAppStore.dialog.message": "Import Existing Configuration", + "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.button.selectAndImport": "Select Directory and Import", + "main.app.utils.migrateMacAppStore.button.dontImport": "Don't Import", + "main.app.initialize.downloadBox.allFiles": "All files", + "main.app.app.handleAppCertificateError.dialog.extraDetail": "Certificate is different from previous one.\n\n", + "main.app.app.handleAppCertificateError.certNotTrusted.dialog.title": "Certificate Not Trusted", + "main.app.app.handleAppCertificateError.certNotTrusted.dialog.message": "Certificate from '\\{issuerName}'\\ is not trusted.", + "main.app.app.handleAppCertificateError.certNotTrusted.button.trustInsecureCertificate": "Trust Insecure Certificate", + "main.app.app.handleAppCertificateError.certNotTrusted.button.cancelConnection": "Cancel Connection", + "main.app.app.handleAppCertificateError.certError.dialog.title": "Certificate Error", + "main.app.app.handleAppCertificateError.certError.dialog.message": "There is a configuration issue with this Mattermost server, or someone is trying to intercept your connection. You also may need to sign into the Wi-Fi you are connected to using your web browser.", + "main.app.app.handleAppCertificateError.certError.dialog.detail": "{extraDetail}origin: {origin}\nError: {error}", + "main.app.app.handleAppCertificateError.certError.button.moreDetails": "More Details", + "main.app.app.handleAppCertificateError.certError.button.cancelConnection": "Cancel Connection", + "main.allowProtocolDialog.title": "Non http(s) protocol", + "main.allowProtocolDialog.message": "{protocol} link requires an external application.", + "main.allowProtocolDialog.detail": "The requested link is {URL}. Do you want to continue?", + "main.allowProtocolDialog.button.saveProtocolAsAllowed": "Yes (Save {protocol} as allowed)", + "label.yes": "Yes", + "label.save": "Save", + "label.remove": "Remove", + "label.ok": "OK", + "label.no": "No", + "label.login": "Login", + "label.close": "Close", + "label.change": "Change", + "label.cancel": "Cancel", + "label.add": "Add", + "label.accept": "Accept", + "common.tabs.TAB_PLAYBOOKS": "Playbooks", + "common.tabs.TAB_MESSAGING": "Channels", + "common.tabs.TAB_FOCALBOARD": "Boards", + "common.permissions.canBasicAuth": "Web Authentication" +}