@@ -274,14 +274,14 @@ export function AuditLogDetail() {
274274 { trans ( "enterprise.AuditLogTitle" ) }
275275 </ span >
276276 < ArrowIcon />
277- < span > { "Audit Log Detail" } </ span >
277+ < span > { trans ( "auditLog.title" ) } </ span >
278278 </ HeaderBack >
279279 </ Header >
280280
281281 < DetailContent >
282282 { /* Geolocation */ }
283283 < StyleThemeSettingsCover >
284- < h2 style = { { color : "#ffffff" , marginTop : "8px" } } > Geo Location </ h2 >
284+ < h2 style = { { color : "#ffffff" , marginTop : "8px" } } > { trans ( "auditLog.geoLocation" ) } </ h2 >
285285 </ StyleThemeSettingsCover >
286286 < Card size = "small" style = { { marginBottom : "20px" , borderTopLeftRadius : 0 , borderTopRightRadius : 0 } } >
287287 < Map
@@ -298,22 +298,22 @@ export function AuditLogDetail() {
298298
299299 { /* Browser/System Meta data */ }
300300 < StyleThemeSettingsCover >
301- < h2 style = { { color : "#ffffff" , marginTop : "8px" } } > Browser / System Metadata </ h2 >
301+ < h2 style = { { color : "#ffffff" , marginTop : "8px" } } > { trans ( "auditLog.browserData" ) } </ h2 >
302302 </ StyleThemeSettingsCover >
303303 < Card size = "small" style = { { marginBottom : "20px" , borderTopLeftRadius : 0 , borderTopRightRadius : 0 } } >
304304 < 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 >
311311 </ Descriptions >
312312 </ Card >
313313
314314 { /* Event Detail */ }
315315 < StyleThemeSettingsCover >
316- < h2 style = { { color : "#ffffff" , marginTop : "8px" } } > Event Detail </ h2 >
316+ < h2 style = { { color : "#ffffff" , marginTop : "8px" } } > { trans ( "auditLog.eventDetail" ) } </ h2 >
317317 </ StyleThemeSettingsCover >
318318 < Card size = "small" style = { { marginBottom : "20px" , borderTopLeftRadius : 0 , borderTopRightRadius : 0 } } >
319319 { Boolean ( eventHierarchy . length ) && (
0 commit comments