#
luxiaotao1123
2024-09-09 c66ba17bb42d7d570e215c2d7214af5945581a1c
zy-acs-flow/src/i18n/en.js
@@ -67,6 +67,7 @@
        tenant: 'Tenant',
        role: 'Role',
        userLogin: 'Token',
        user: 'User',
    },
    table: {
        field: {
@@ -124,12 +125,27 @@
                icon: "icon",
                sort: "sort",
                meta: "meta",
                enums: {
                    menu: 'Menu',
                    button: 'Button',
                }
            },
            user: {
                username: "username",
                password: "password",
                nickname: "nickname",
                avatar: "avatar",
                code: "code",
                sex: "sex",
                phone: "phone",
                email: "email",
                emailVerified: "email verified",
                deptId: "deptId",
                realName: "real name",
                idCard: "idCard",
                birthday: "birthday",
                introduction: "introduction",
            },
        }
    }
};