diff --git a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/en.json b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/en.json index b19c040f9f..70cbcc291a 100644 --- a/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/en.json +++ b/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/en.json @@ -77,18 +77,20 @@ "StartDate": "Start date", "EndDate": "End date", "Feature:AuditLoggingGroup": "Audit logging", - "Feature:AuditLoggingEnable": "Enabled audit logging page", + "Feature:AuditLoggingEnable": "Enable audit logging page", "Feature:AuditLoggingEnableDescription": "Enable audit logging page in the application.", "Feature:AuditLoggingSettingManagementEnable": "Enable audit log setting management", "Feature:AuditLoggingSettingManagementEnableDescription": "Enable the configuration of the audit log setting management within the application.", - "DisplayName:IsExpiredDeleterEnabled": "Enable expired deleter", - "Description:IsExpiredDeleterEnabled": "Toggle to enable or disable the automatic deletion of expired items.", - "DisplayName:ExpiredDeleterPeriod": "Expired item deletion period", - "Description:ExpiredDeleterPeriod": "Set the period of days after which expired items will be automatically deleted.", - "InvalidAuditLogDeletionSettings": "Invalid audit log deletion settings. If deletion is enabled, the period should be greater than 0 days.", + "InvalidAuditLogDeletionSettings": "Invalid audit log deletion settings. If deletion is enable, the period should be greater than 0 days.", "AuditLogSettingsGeneral": "General", "AuditLogSettingsGlobal": "Global", - "DisplayName:IsPeriodicDeleterEnabled": "Enable periodic deleter", - "Description:IsPeriodicDeleterEnabled": "Toggle to enable the periodic deletion worker. If this option disabled the periodic deleter will not work." + "DisplayName:IsPeriodicDeleterEnabled": "Enable clean up service system wide", + "Description:IsPeriodicDeleterEnabled": "If this option is disable the periodic deleter won't work. Audit logs won't be deleted automatically.", + "DisplayName:GlobalIsExpiredDeleterEnabled": "Enable clean up service for all tenants and host", + "Description:GlobalIsExpiredDeleterEnabled": "If this option is enable all tenants and host expired items deleted automatically. Unless has a specific setting.", + "DisplayName:IsExpiredDeleterEnabled": "Enable clean up service", + "Description:IsExpiredDeleterEnabled": "If this option is enable expired items deleted automatically.", + "DisplayName:ExpiredDeleterPeriod": "Expired item deletion period", + "Description:ExpiredDeleterPeriod": "Set the number of days after which expired items will be automatically deleted." } }