@@ -274,14 +274,14 @@ export function AuditLogDetail() {
274
274
{ trans ( "enterprise.AuditLogTitle" ) }
275
275
</ span >
276
276
< ArrowIcon />
277
- < span > { "Audit Log Detail" } </ span >
277
+ < span > { trans ( "auditLog.title" ) } </ span >
278
278
</ HeaderBack >
279
279
</ Header >
280
280
281
281
< DetailContent >
282
282
{ /* Geolocation */ }
283
283
< StyleThemeSettingsCover >
284
- < h2 style = { { color : "#ffffff" , marginTop : "8px" } } > Geo Location </ h2 >
284
+ < h2 style = { { color : "#ffffff" , marginTop : "8px" } } > { trans ( "auditLog.geoLocation" ) } </ h2 >
285
285
</ StyleThemeSettingsCover >
286
286
< Card size = "small" style = { { marginBottom : "20px" , borderTopLeftRadius : 0 , borderTopRightRadius : 0 } } >
287
287
< Map
@@ -298,22 +298,22 @@ export function AuditLogDetail() {
298
298
299
299
{ /* Browser/System Meta data */ }
300
300
< StyleThemeSettingsCover >
301
- < h2 style = { { color : "#ffffff" , marginTop : "8px" } } > Browser / System Metadata </ h2 >
301
+ < h2 style = { { color : "#ffffff" , marginTop : "8px" } } > { trans ( "auditLog.browserData" ) } </ h2 >
302
302
</ StyleThemeSettingsCover >
303
303
< Card size = "small" style = { { marginBottom : "20px" , borderTopLeftRadius : 0 , borderTopRightRadius : 0 } } >
304
304
< Descriptions bordered column = { 1 } size = "small" >
305
- < Descriptions . Item label = { < span > < ChromeOutlined className = "text-lg mr-2" /> Browser </ span > } > { event ?. agentName } </ Descriptions . Item >
306
- < Descriptions . Item label = { < span > < AppleOutlined className = "text-lg mr-2" /> OS </ span > } > { event ?. operatingSystemName } ({ event ?. operatingSystemVersion } )</ Descriptions . Item >
307
- < Descriptions . Item label = { < span > < DesktopOutlined className = "text-lg mr-2" /> Device </ span > } > { event ?. deviceName } </ Descriptions . Item >
308
- < Descriptions . Item label = { < span > < DesktopOutlined className = "text-lg mr-2" /> Device Type </ span > } > { event ?. deviceClass } </ Descriptions . Item >
309
- < Descriptions . Item label = { < span > < AppstoreOutlined className = "text-lg mr-2" /> Engine </ span > } > { event ?. layoutEngineName } (Version: { event ?. layoutEngineVersion } )</ Descriptions . Item >
310
- < Descriptions . Item label = { < span > < AppstoreOutlined className = "text-lg mr-2" /> Webview </ span > } > { event ?. webviewAppName } </ Descriptions . Item >
305
+ < Descriptions . Item label = { < span > < ChromeOutlined className = "text-lg mr-2" /> { trans ( "auditLog.browser" ) } </ span > } > { event ?. agentName } </ Descriptions . Item >
306
+ < Descriptions . Item label = { < span > < AppleOutlined className = "text-lg mr-2" /> { trans ( "auditLog.OS" ) } </ span > } > { event ?. operatingSystemName } ({ event ?. operatingSystemVersion } )</ Descriptions . Item >
307
+ < Descriptions . Item label = { < span > < DesktopOutlined className = "text-lg mr-2" /> { trans ( "auditLog.device" ) } </ span > } > { event ?. deviceName } </ Descriptions . Item >
308
+ < Descriptions . Item label = { < span > < DesktopOutlined className = "text-lg mr-2" /> { trans ( "auditLog.deviceType" ) } </ span > } > { event ?. deviceClass } </ Descriptions . Item >
309
+ < Descriptions . Item label = { < span > < AppstoreOutlined className = "text-lg mr-2" /> { trans ( "auditLog.engine" ) } </ span > } > { event ?. layoutEngineName } (Version: { event ?. layoutEngineVersion } )</ Descriptions . Item >
310
+ < Descriptions . Item label = { < span > < AppstoreOutlined className = "text-lg mr-2" /> { trans ( "auditLog.browserData" ) } </ span > } > { event ?. webviewAppName } </ Descriptions . Item >
311
311
</ Descriptions >
312
312
</ Card >
313
313
314
314
{ /* Event Detail */ }
315
315
< StyleThemeSettingsCover >
316
- < h2 style = { { color : "#ffffff" , marginTop : "8px" } } > Event Detail </ h2 >
316
+ < h2 style = { { color : "#ffffff" , marginTop : "8px" } } > { trans ( "auditLog.eventDetail" ) } </ h2 >
317
317
</ StyleThemeSettingsCover >
318
318
< Card size = "small" style = { { marginBottom : "20px" , borderTopLeftRadius : 0 , borderTopRightRadius : 0 } } >
319
319
{ Boolean ( eventHierarchy . length ) && (
0 commit comments