+ {{ + currentApp?.status === 'disabled' + ? $t('application.enableConfirmMsg', { + name: currentApp?.name, + }) + : $t('application.publishConfirmMsg', { + name: currentApp?.name, + }) + }} +
++ {{ + currentApp?.status === 'disabled' + ? $t('application.enableSuccessMsg') + : $t('application.publishSuccessMsg') + }} +
++ {{ + $t('application.disableConfirmMsg', { name: currentApp?.name }) + }} +
++ {{ $t('application.appLink') }} +
+