eamlocation-state-model-line_zh_CN.ts 2.4 KB
Newer Older
1 2 3 4 5 6 7 8 9 10
export default {
  fields: {
    updateman: "更新人",
    createdate: "建立时间",
    eamlocationstatemodellineid: "功能位置状态模型明细标识",
    createman: "建立人",
    eamlocationstatemodellinename: "功能位置状态模型明细名称",
    updatedate: "更新时间",
    eamlocationstatemodelid: "功能位置状态模型标识",
    eamlocationstateid: "功能位置状态标识",
11 12
    eamlocationstatename: "功能位置状态",
    eamlocationstatemodelname: "功能位置状态模型",
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 56 57 58 59 60
	views: {
		editview: {
			caption: "功能位置状态模型明细",
      		title: "功能位置状态模型明细编辑视图",
		},
		gridview: {
			caption: "功能位置状态模型明细",
      		title: "功能位置状态模型明细表格视图",
		},
	},
	main_form: {
		details: {
			group1: "功能位置状态模型明细基本信息", 
			formpage1: "基本信息", 
			srfupdatedate: "更新时间", 
			srforikey: "", 
			srfkey: "功能位置状态模型明细标识", 
			srfmajortext: "功能位置状态模型明细名称", 
			srftempmode: "", 
			srfuf: "", 
			srfdeid: "", 
			srfsourcekey: "", 
			eamlocationstatemodelid: "功能位置状态模型标识", 
			eamlocationstatename: "功能位置状态", 
			eamlocationstatemodelname: "功能位置状态模型", 
			eamlocationstateid: "功能位置状态标识", 
			eamlocationstatemodellineid: "功能位置状态模型明细标识", 
		},
		uiactions: {
		},
	},
	main_grid: {
		columns: {
			eamlocationstatemodelname: "功能位置状态模型",
			eamlocationstatename: "功能位置状态",
		},
		uiactions: {
		},
	},
	default_searchform: {
		details: {
			formpage1: "常规条件", 
		},
		uiactions: {
		},
	},
	gridviewtoolbar_toolbar: {
61 62 63
		tbitem1: {
			caption: "拷贝",
			tip: "拷贝",
64
		},
65 66
		tbitem15: {
			caption: "-",
67 68
			tip: "",
		},
69 70 71 72 73 74 75 76
		tbitem9: {
			caption: "行编辑",
			tip: "行编辑",
		},
		tbitem6: {
			caption: "新建行",
			tip: "新建行",
		},
77 78 79 80
		deuiaction1: {
			caption: "保存行",
			tip: "保存行",
		},
81 82 83 84
		tbitem23: {
			caption: "-",
			tip: "",
		},
85 86 87 88 89 90 91 92 93 94 95 96 97 98
		tbitem8: {
			caption: "删除",
			tip: "删除",
		},
		tbitem16: {
			caption: "-",
			tip: "",
		},
		tbitem3: {
			caption: "导出",
			tip: "导出",
		},
	},
	editviewtoolbar_toolbar: {
99
		tbitem2: {
100 101 102 103
			caption: "保存并关闭",
			tip: "保存并关闭",
		},
		tbitem1: {
104 105
			caption: "关闭",
			tip: "关闭",
106 107
		},
	},
108
};