#
whycq
2025-02-25 ebc705fe5482feff811d526b5c6377bab223ea30
rsf-admin/src/i18n/zh.js
@@ -1,3 +1,4 @@
import { code, s } from "motion/react-client";
import chineseMessages from "./core/chineseMessages";
const customChineseMessages = {
@@ -342,6 +343,7 @@
                name: "名称",
            },
            dictType: {
                code: "字典编码",
                name: "字典名称",
                description: "内容描述",
            },
@@ -424,6 +426,21 @@
                },
            },
        },
        matnr: {
            title: {
                basic: '基础属性',
                control: '控制属性',
                batchRole: '批次规则',
            }
        }
    },
    form: {
        matnr: {
            name: '物料名称不能为空',
            code: '物料编码不能为空',
            shipper: '货主不能为空',
            groupId: '分组不能为空',
        }
    }
};