* [task#124396,done,2h,0h] delete market app, prompt for modification.

This commit is contained in:
zhaixiaojian
2024-07-26 14:50:09 +08:00
committed by 曹延义
parent 5d51ab0656
commit 42e431b172
8 changed files with 240 additions and 210 deletions
+53 -52
View File
@@ -263,58 +263,59 @@ $lang->instance->componentFields['cpu_limit'] = 'CPU';
$lang->instance->componentFields['mem_limit'] = 'Memory';
$lang->instance->notices = array();
$lang->instance->notices['success'] = 'Success';
$lang->instance->notices['fail'] = 'failed';
$lang->instance->notices['error'] = 'error';
$lang->instance->notices['confirmStart'] = 'Are you sure to start the application?';
$lang->instance->notices['confirmStop'] = 'Are you sure to close this application?';
$lang->instance->notices['confirmUninstall'] = 'Are you sure to delete this application?';
$lang->instance->notices['startSuccess'] = 'Successfully started';
$lang->instance->notices['startFail'] = 'Start failed';
$lang->instance->notices['stopSuccess'] = 'Close successfully';
$lang->instance->notices['stopFail'] = 'Close failed';
$lang->instance->notices['uninstallSuccess'] = 'Successfully deleted';
$lang->instance->notices['uninstallFail'] = 'Delete failed';
$lang->instance->notices['installSuccess'] = 'Installation successful';
$lang->instance->notices['installFail'] = 'Installation failed';
$lang->instance->notices['upgradeSuccess'] = 'Upgrade successful';
$lang->instance->notices['upgradeFail'] = 'Upgrade failed';
$lang->instance->notices['backupSuccess'] = 'Backup task submitted';
$lang->instance->notices['backupFail'] = 'Backup failed';
$lang->instance->notices['restoreSuccess'] = 'The rollback task has been submitted';
$lang->instance->notices['restoreFail'] = 'Rollback failed';
$lang->instance->notices['deleteSuccess'] = 'DeleteSuccess';
$lang->instance->notices['deleteFail'] = 'Delete failed';
$lang->instance->notices['starting'] = 'Starting, please wait...';
$lang->instance->notices['stopping'] = 'Closing, please wait...';
$lang->instance->notices['installing'] = 'Installing, please wait...';
$lang->instance->notices['uninstalling'] = 'Deleting, please wait...';
$lang->instance->notices['upgrading'] = 'Upgrading, please wait...';
$lang->instance->notices['backuping'] = 'Backing up, please wait...';
$lang->instance->notices['restoring'] = 'Rolling back, please wait...';
$lang->instance->notices['deleting'] = 'Deleting, please wait...';
$lang->instance->notices['adjusting'] = 'Adjusting, please wait...';
$lang->instance->notices['switching'] = 'Submitting, please wait...';
$lang->instance->notices['setting'] = 'Submitting, please wait...';
$lang->instance->notices['confirmInstall'] = 'Are you sure you want to install (%s)?';
$lang->instance->notices['confirmUpgrade'] = 'Are you sure you want to upgrade to the latest version?';
$lang->instance->notices['confirmBackup'] = 'Are you sure you want to backup?';
$lang->instance->notices['confirmRestore'] = 'This operation will overwrite the current data with the backed up data. Are you sure you want to rollback?';
$lang->instance->notices['confirmDelete'] = 'Are you sure you want to delete the backup data?';
$lang->instance->notices['adjustMemory'] = 'Are you sure you want to adjust the middle memory?';
$lang->instance->notices['switchLDAP'] = 'Modifying LDAP will restart the service. Are you sure you want to modify LDAP?';
$lang->instance->notices['enableLDAPFailed'] = 'Enable LDAP failed';
$lang->instance->notices['disableLDAPFailed'] = 'Disable LDAP failed';
$lang->instance->notices['enableLDAPSuccess'] = 'Enable LDAP successfully';
$lang->instance->notices['disableLDAPSuccess'] = 'Disable LDAP successfully';
$lang->instance->notices['switchSMTP'] = 'Modifying SMTP will restart the service. Are you sure you want to modify SMTP?';
$lang->instance->notices['enableSMTPFailed'] = 'Enable SMTP failed';
$lang->instance->notices['disableSMTPFailed'] = 'Disable SMTP failed';
$lang->instance->notices['enableSMTPSuccess'] = 'Enable SMTP successfully';
$lang->instance->notices['disableSMTPSuccess'] = 'Disable SMTP successfully';
$lang->instance->notices['confirmCustom'] = 'After modifying the custom configuration, the service will automatically restart to make the configuration effective.';
$lang->instance->notices['required'] = 'cannot be empty';
$lang->instance->notices['notEnoughResource'] = 'Insufficient platform resources. Do you want to continue installing?';
$lang->instance->notices['success'] = 'Success';
$lang->instance->notices['fail'] = 'failed';
$lang->instance->notices['error'] = 'error';
$lang->instance->notices['confirmStart'] = 'Are you sure to start the application?';
$lang->instance->notices['confirmStop'] = 'Are you sure to close this application?';
$lang->instance->notices['confirmUninstall'] = 'Are you sure to delete this application?';
$lang->instance->notices['confirmUninstallStoreApp'] = 'Are you sure you delete the app? After deleting, the database of the app will be deleted as well, and the app data cannot be recovered!';
$lang->instance->notices['startSuccess'] = 'Successfully started';
$lang->instance->notices['startFail'] = 'Start failed';
$lang->instance->notices['stopSuccess'] = 'Close successfully';
$lang->instance->notices['stopFail'] = 'Close failed';
$lang->instance->notices['uninstallSuccess'] = 'Successfully deleted';
$lang->instance->notices['uninstallFail'] = 'Delete failed';
$lang->instance->notices['installSuccess'] = 'Installation successful';
$lang->instance->notices['installFail'] = 'Installation failed';
$lang->instance->notices['upgradeSuccess'] = 'Upgrade successful';
$lang->instance->notices['upgradeFail'] = 'Upgrade failed';
$lang->instance->notices['backupSuccess'] = 'Backup task submitted';
$lang->instance->notices['backupFail'] = 'Backup failed';
$lang->instance->notices['restoreSuccess'] = 'The rollback task has been submitted';
$lang->instance->notices['restoreFail'] = 'Rollback failed';
$lang->instance->notices['deleteSuccess'] = 'DeleteSuccess';
$lang->instance->notices['deleteFail'] = 'Delete failed';
$lang->instance->notices['starting'] = 'Starting, please wait...';
$lang->instance->notices['stopping'] = 'Closing, please wait...';
$lang->instance->notices['installing'] = 'Installing, please wait...';
$lang->instance->notices['uninstalling'] = 'Deleting, please wait...';
$lang->instance->notices['upgrading'] = 'Upgrading, please wait...';
$lang->instance->notices['backuping'] = 'Backing up, please wait...';
$lang->instance->notices['restoring'] = 'Rolling back, please wait...';
$lang->instance->notices['deleting'] = 'Deleting, please wait...';
$lang->instance->notices['adjusting'] = 'Adjusting, please wait...';
$lang->instance->notices['switching'] = 'Submitting, please wait...';
$lang->instance->notices['setting'] = 'Submitting, please wait...';
$lang->instance->notices['confirmInstall'] = 'Are you sure you want to install (%s)?';
$lang->instance->notices['confirmUpgrade'] = 'Are you sure you want to upgrade to the latest version?';
$lang->instance->notices['confirmBackup'] = 'Are you sure you want to backup?';
$lang->instance->notices['confirmRestore'] = 'This operation will overwrite the current data with the backed up data. Are you sure you want to rollback?';
$lang->instance->notices['confirmDelete'] = 'Are you sure you want to delete the backup data?';
$lang->instance->notices['adjustMemory'] = 'Are you sure you want to adjust the middle memory?';
$lang->instance->notices['switchLDAP'] = 'Modifying LDAP will restart the service. Are you sure you want to modify LDAP?';
$lang->instance->notices['enableLDAPFailed'] = 'Enable LDAP failed';
$lang->instance->notices['disableLDAPFailed'] = 'Disable LDAP failed';
$lang->instance->notices['enableLDAPSuccess'] = 'Enable LDAP successfully';
$lang->instance->notices['disableLDAPSuccess'] = 'Disable LDAP successfully';
$lang->instance->notices['switchSMTP'] = 'Modifying SMTP will restart the service. Are you sure you want to modify SMTP?';
$lang->instance->notices['enableSMTPFailed'] = 'Enable SMTP failed';
$lang->instance->notices['disableSMTPFailed'] = 'Disable SMTP failed';
$lang->instance->notices['enableSMTPSuccess'] = 'Enable SMTP successfully';
$lang->instance->notices['disableSMTPSuccess'] = 'Disable SMTP successfully';
$lang->instance->notices['confirmCustom'] = 'After modifying the custom configuration, the service will automatically restart to make the configuration effective.';
$lang->instance->notices['required'] = 'cannot be empty';
$lang->instance->notices['notEnoughResource'] = 'Insufficient platform resources. Do you want to continue installing?';
$lang->instance->nameChangeTo = '%s is modified to %s.';
$lang->instance->versionChangeTo = 'Upgrade %s to %s.';