#
luxiaotao1123
2024-09-09 f5b28510fc87a6f61c8bff02074ae9e492573b25
zy-acs-flow/src/i18n/zh.js
@@ -46,6 +46,15 @@
            scope: '权限',
        },
    },
    filters: {
        lastCreated: '最近创建',
        today: '今天',
        thisWeek: '本周',
        lastWeek: '上周',
        thisMonth: '本月',
        lastMonth: '上月',
        earlier: '更早...',
    },
    create: {
        title: '添加'
    },
@@ -67,7 +76,6 @@
        tenant: '租户管理',
        role: '角色管理',
        userLogin: '登录日志',
        user: '用户管理',
    },
    table: {
        field: {
@@ -145,6 +153,25 @@
                idCard: "身份证",
                birthday: "生日",
                introduction: "简介",
                role: "角色",
                sexes: {
                    male: '男性',
                    female: '女性',
                    unknown: '未知',
                }
            },
            operationRecord: {
                namespace: "命名空间",
                url: "url",
                appkey: "密钥",
                timestamp: "时间戳",
                clientIp: "客户端IP",
                request: "请求内容",
                response: "响应内容",
                spendTime: "花费时间",
                err: "错误信息",
                result: "result",
                userId: "操作用户",
            },
        }
    }