| | |
| | | const customEnglishMessages = { |
| | | ...englishMessages, |
| | | hello: 'Hello World', |
| | | 'menu.httpAuditLog': 'HTTP audit', |
| | | 'resources.httpAuditLog.name': 'HTTP audit', |
| | | common: { |
| | | response: { |
| | | success: "Success", |
| | |
| | | department: 'Department', |
| | | token: 'Token', |
| | | operation: 'Operation', |
| | | httpAuditLog: 'HTTP audit', |
| | | config: 'Config', |
| | | tenant: 'Tenant', |
| | | userLogin: 'Token', |
| | |
| | | unknown: 'Unknown', |
| | | } |
| | | }, |
| | | httpAuditLog: { |
| | | serviceName: "service", |
| | | scopeType: "scope", |
| | | uri: "uri", |
| | | method: "method", |
| | | functionDesc: "description", |
| | | queryString: "query string", |
| | | requestBody: "request JSON", |
| | | responseBody: "response JSON", |
| | | responseTruncated: "response truncated", |
| | | httpStatus: "HTTP status", |
| | | okFlag: "ok / error", |
| | | spendMs: "spend ms", |
| | | clientIp: "client IP", |
| | | errorMessage: "error", |
| | | }, |
| | | operationRecord: { |
| | | namespace: "namespace", |
| | | url: "url", |