Browse Source
Merge pull request #15461 from abpframework/feat/audit-loggindate-key
add date key
pull/15462/head
Enis Necipoglu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/en.json
-
modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/tr.json
|
|
|
@ -14,6 +14,7 @@ |
|
|
|
"HasException": "Has Exception", |
|
|
|
"IpAddress": "IP Address", |
|
|
|
"Time": "Time", |
|
|
|
"Date": "Date", |
|
|
|
"Duration": "Duration", |
|
|
|
"Detail": "Detail", |
|
|
|
"Overall": "Overall", |
|
|
|
|
|
|
|
@ -43,6 +43,7 @@ |
|
|
|
"PropertyTypeFullName": "Property Türü", |
|
|
|
"ServiceName": "Servis", |
|
|
|
"Time": "Tarih", |
|
|
|
"Date": "Tarih", |
|
|
|
"Url": "Url", |
|
|
|
"UserName": "Kullanıcı adı", |
|
|
|
"TenantImpersonator": "Kiracı Taklitçisi", |
|
|
|
|