From db92372a1786694ef7ca4f15d0cd09ba28b5bbc6 Mon Sep 17 00:00:00 2001 From: ahmetfarukulu Date: Fri, 8 Mar 2024 16:33:57 +0300 Subject: [PATCH] Setting localization added for audit logging module --- .../Volo/Abp/AuditLogging/Localization/en.json | 6 +++++- 1 file changed, 5 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 0d1d880cf2..38c4c3185e 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 @@ -85,6 +85,10 @@ "Description:IsExpiredDeleterEnabled": "Toggle to enable or disable the automatic deletion of expired items.", "DisplayName:ExpiredDeleterPeriod": "Expired item deletion period", "Description:ExpiredDeleterPeriod": "Set the period 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 enabled, the period should be greater than 0 days.", + "AuditLogSettingsGeneral": "General", + "AuditLogSettingsGlobal": "Global", + "DisplayName:IsPeriodicDeleterEnabled": "Enable periodic deleter", + "Description:IsPeriodicDeleterEnabled": "Toggle to enable or disable the periodically deletion of old items." } }