#
luxiaotao1123
2024-09-09 ca180e379562e613fb5655c61832a0dba864f6cd
zy-acs-flow/src/i18n/zh.js
@@ -124,12 +124,40 @@
                icon: "图标",
                sort: "排序",
                meta: "元",
                enums: {
                    menu: '菜单',
                    button: '按钮',
                }
            },
            user: {
                username: "账号",
                password: "密码",
                nickname: "昵称",
                avatar: "头像",
                code: "代号",
                sex: "性别",
                phone: "联系方式",
                email: "邮箱",
                emailVerified: "邮箱验证",
                deptId: "部门",
                realName: "真实姓名",
                idCard: "身份证",
                birthday: "生日",
                introduction: "简介",
            },
            operationRecord: {
                namespace: "命名空间",
                url: "url",
                appkey: "密钥",
                timestamp: "时间戳",
                clientIp: "客户端IP",
                request: "请求内容",
                response: "响应内容",
                spendTime: "花费时间",
                err: "错误信息",
                result: "result",
                userId: "操作用户",
            },
        }
    }
};