verou1
2025-03-10 50f4e2c3a3c5c9d4edafab346c58e3862b7610eb
rsf-admin/src/i18n/zh.js
@@ -1,4 +1,3 @@
import { s } from "motion/react-client";
import chineseMessages from "./core/chineseMessages";
const customChineseMessages = {
@@ -135,7 +134,7 @@
        companys: '往来企业',
        serialRuleItem: '编码规则子表',
        serialRule: '编码规则',
        whMat: '库区物料关系',
    },
    table: {
        field: {
@@ -298,7 +297,8 @@
                flagMix: "混放",
            },
            loc: {
                areaId: "库区标识",
                warehouseId: "仓库",
                areaId: "库区",
                code: "编码",
                type: "类型",
                name: "名称",
@@ -387,6 +387,16 @@
                currValue: "当前流水号",
                lastCode: "最近生成编码",
            },
            whMat: {
                matnrCode: "物料编码",
                matnrName: "物料名称",
                matnrGroupId: "物料分组",
                spec: "规格",
                color: "颜色",
                size: "尺寸",
                minWeight: "最小重量",
                maxWeight: "最大重量",
            }
        }
    },
    page: {
@@ -449,11 +459,17 @@
                control: '控制属性',
                batchRole: '批次规则',
            }
        }
        },
        whMat: {
            title: {
                add: '添加',
            }
        },
    },
    form: {
        matnr: {
            name: '物料名称不能为空',
            code: '物料编码不能为空',
            shipper: '货主不能为空',
            groupId: '分组不能为空',
        }