#
luxiaotao1123
2024-09-09 79e47c9ee6b668d0a0c1fa041d4683d86c97a297
zy-acs-flow/src/i18n/en.js
@@ -46,6 +46,15 @@
            scope: 'Assign',
        },
    },
    filters: {
        lastCreated: 'Last created',
        today: 'Today',
        thisWeek: 'This week',
        lastWeek: 'Last week',
        thisMonth: 'This month',
        lastMonth: 'Last month',
        earlier: 'Earlier...',
    },
    create: {
        title: 'Create'
    },
@@ -67,7 +76,6 @@
        tenant: 'Tenant',
        role: 'Role',
        userLogin: 'Token',
        user: 'User',
    },
    table: {
        field: {
@@ -140,11 +148,30 @@
                phone: "phone",
                email: "email",
                emailVerified: "email verified",
                deptId: "deptId",
                deptId: "department",
                realName: "real name",
                idCard: "idCard",
                birthday: "birthday",
                introduction: "introduction",
                role: "role",
                sexes: {
                    male: 'Male',
                    female: 'Female',
                    unknown: 'Unknown',
                }
            },
            operationRecord: {
                namespace: "namespace",
                url: "url",
                appkey: "appkey",
                timestamp: "timestamp",
                clientIp: "client ip",
                request: "request",
                response: "response",
                spendTime: "spend time",
                err: "error",
                result: "result",
                userId: "user",
            },
        }
    }