From cba807f8ff8a32d538e448e2d0bf9979003e4be0 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Fri, 15 Mar 2024 15:21:23 +0300 Subject: [PATCH] Add Audit Logs deletion localizations --- .../Volo/Abp/AuditLogging/Localization/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 70cbcc291a3..76cfcc5b6af 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 @@ -91,6 +91,8 @@ "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." + "Description:ExpiredDeleterPeriod": "Set the number of days after which expired items will be automatically deleted.", + "ExpiredDeleterPeriodUnit": "day(s)", + "AuditLogsBeforeXWillBeDeleted": "Audit logs before {0} will be deleted." } }