skyouc
2025-02-25 bdb48eded583e163656a73890c0c6f07c366ac26
rsf-admin/src/i18n/zh.js
@@ -1,3 +1,4 @@
import { s } from "motion/react-client";
import chineseMessages from "./core/chineseMessages";
const customChineseMessages = {
@@ -132,7 +133,8 @@
        dictType: '数据字典',
        dictData: '字典数据集',
        companys: '往来企业',
        serialRuleItem: '编码规则子表',
        serialRule: '编码规则',
    },
    table: {
@@ -342,6 +344,7 @@
                name: "名称",
            },
            dictType: {
                code: "字典编码",
                name: "字典名称",
                description: "内容描述",
            },
@@ -367,7 +370,23 @@
                city: "城市",
                address: "地址",
            },
            serialRuleItem: {
                ruleId: "规则标识",
                wkType: "规则类型",
                feildValue: "规则参数",
                len: "截取长度",
                lenStr: "截取起始位置",
                sort: "排序",
            },
            serialRule: {
                code: "规则编码",
                name: "规则名称",
                delimit: "分隔符",
                reset: "重置规则",
                resetDep: "重置依赖",
                currValue: "当前流水号",
                lastCode: "最近生成编码",
            },
        }
    },
    page: {
@@ -424,6 +443,20 @@
                },
            },
        },
        matnr: {
            title: {
                basic: '基础属性',
                control: '控制属性',
                batchRole: '批次规则',
            }
        }
    },
    form: {
        matnr: {
            name: '物料名称不能为空',
            shipper: '货主不能为空',
            groupId: '分组不能为空',
        }
    }
};