cl
4 小时以前 52e09a6b7b7054fc51b9d4bf5f1fbec0a57e60f1
rsf-admin/src/i18n/en.js
@@ -3,6 +3,8 @@
const customEnglishMessages = {
    ...englishMessages,
    hello: 'Hello World',
    'menu.httpAuditLog': 'HTTP audit',
    'resources.httpAuditLog.name': 'HTTP audit',
    common: {
        response: {
            success: "Success",
@@ -148,6 +150,7 @@
        department: 'Department',
        token: 'Token',
        operation: 'Operation',
        httpAuditLog: 'HTTP audit',
        config: 'Config',
        tenant: 'Tenant',
        userLogin: 'Token',
@@ -336,6 +339,22 @@
                    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",