ibizcpu_zh_CN.ts 1.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
export default {
  fields: {
    createdate: "建立时间",
    unit: "单位",
    createman: "建立人",
    ibizcpuid: "处理器标识",
    productuid: "产品编号",
    updatedate: "更新时间",
    updateman: "更新人",
    producer: "生产厂商",
    ibizhardwaretype: "分组类型",
    unitprice: "单价",
    ibizcpuname: "名称",
  },
	views: {
		editview: {
			caption: "处理器",
      		title: "处理器编辑视图",
		},
	},
	main_form: {
		details: {
			group1: "处理器基本信息", 
			formpage1: "基本信息", 
			group2: "操作信息", 
			formpage2: "其它", 
			srfupdatedate: "更新时间", 
			srforikey: "", 
			srfkey: "处理器标识", 
			srfmajortext: "名称", 
			srftempmode: "", 
			srfuf: "", 
			srfdeid: "", 
			srfsourcekey: "", 
			ibizcpuname: "名称", 
			createman: "建立人", 
			createdate: "建立时间", 
			updateman: "更新人", 
			updatedate: "更新时间", 
			ibizcpuid: "处理器标识", 
		},
		uiactions: {
		},
	},
	editviewtoolbar_toolbar: {
		tbitem3: {
			caption: "保存",
			tip: "保存",
		},
		tbitem5: {
			caption: "保存并关闭",
			tip: "保存并关闭",
		},
	},
};