#
luxiaotao1123
2024-09-13 c5a74fdbf86f7da8ab42a976e6a96c9edb1fc63c
zy-acs-flow/src/i18n/en.js
@@ -25,6 +25,7 @@
            title: {
                main: 'Main',
                common: 'Common',
                changePwd: 'Change Password',
            },
            side: {
                title: 'More Info'
@@ -45,6 +46,22 @@
            collapseAll: 'Collapse All',
            scope: 'Assign',
        },
    },
    filters: {
        lastCreated: 'Last created',
        today: 'Today',
        thisWeek: 'This week',
        lastWeek: 'Last week',
        thisMonth: 'This month',
        lastMonth: 'Last month',
        earlier: 'Earlier...',
    },
    validate: {
        pwdMisMatch: 'The password confirmation is not the same as the password.'
    },
    settings: {
        base: 'Base',
        security: 'Security',
    },
    create: {
        title: 'Create'
@@ -132,6 +149,8 @@
            user: {
                username: "username",
                password: "password",
                password: "password",
                confirmPwd: "confirm password",
                nickname: "nickname",
                avatar: "avatar",
                code: "code",
@@ -145,6 +164,11 @@
                birthday: "birthday",
                introduction: "introduction",
                role: "role",
                sexes: {
                    male: 'Male',
                    female: 'Female',
                    unknown: 'Unknown',
                }
            },
            operationRecord: {
                namespace: "namespace",