#
whycq
2025-02-17 225d9c3524c25366809173969ec14fc7ebe13d83
rsf-admin/src/i18n/zh.js
@@ -107,6 +107,8 @@
    menu: {
        dashboard: '控制台',
        settings: '个人设置',
        basicSettings: '基础设置',
        pakin: '组托',
        system: '系统设置',
        user: '用户管理',
        role: '角色管理',
@@ -221,14 +223,19 @@
        }
    },
    page: {
        welcome: '  欢迎使用RSF管理系统',
        welcome: {
            index: '  欢迎使用RSF管理系统',
            tech: '  技术栈: Java17, SpringBoot2.5.3, Mybatis-plus_3.4.1, Spring Security, Druid 1.2.6, Redis, Mysql5.7, Node18, ReactJs, Material UI5.16, Axios, React-Admin5.1'
        },
        login: {
            title: '欢迎使用',
            footer: 'Footer Goes Here',
            tenant: '公司',
            username: '账号',
            email: '邮箱地址',
            username: '登录账号',
            password: '密码',
            confirmPwd: '确认密码',
            code: '验证码',
            tab: {
                login: '登录',
                register: '注册',
@@ -236,6 +243,7 @@
            button: {
                login: '登录',
                register: '注册',
                code: '获取验证码',
            },
        },
        settings: {