sjzd_en_US.ts 2.8 KB
Newer Older
ibizdev's avatar
ibizdev committed
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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177

export default {
	views: {
		gridview: {
			caption: "数据字典",
		},
		editview: {
			caption: "数据字典",
		},
	},
	main_form: {
		details: {
			group1: "数据字典基本信息", 
			druipart1: "", 
			grouppanel1: "字典项", 
			formpage1: "基本信息", 
			group2: "操作信息", 
			formpage2: "其它", 
			srfupdatedate: "更新时间", 
			srforikey: "", 
			srfkey: "数据字典标识", 
			srfmajortext: "数据字典名称", 
			srftempmode: "", 
			srfuf: "", 
			srfdeid: "", 
			srfsourcekey: "", 
			sjzdid: "数据字典标识", 
			sjzdname: "数据字典名称", 
			createman: "建立人", 
			createdate: "建立时间", 
			updateman: "更新人", 
			updatedate: "更新时间", 
		},
		uiactions: {
		},
	},
	main_grid: {
		columns: {
			sjzdname: "数据字典名称",
			updateman: "更新人",
			updatedate: "更新时间",
		},
		uiactions: {
		},
	},
	default_searchform: {
		details: {
			formpage1: "常规条件", 
		},
		uiactions: {
		},
	},
	gridviewtoolbar_toolbar: {
		tbitem3: {
			caption: "New",
			tip: "tbitem3",
		},
		tbitem4: {
			caption: "Edit",
			tip: "tbitem4",
		},
		tbitem6: {
			caption: "Copy",
			tip: "tbitem6",
		},
		tbitem7: {
			caption: "-",
			tip: "tbitem7",
		},
		tbitem8: {
			caption: "Remove",
			tip: "tbitem8",
		},
		tbitem9: {
			caption: "-",
			tip: "tbitem9",
		},
		tbitem13: {
			caption: "Export",
			tip: "tbitem13",
		},
		tbitem10: {
			caption: "-",
			tip: "tbitem10",
		},
		tbitem16: {
			caption: "其它",
			tip: "tbitem16",
		},
		tbitem21: {
			caption: "Export Data Model",
			tip: "tbitem21",
		},
		tbitem23: {
			caption: "数据导入",
			tip: "tbitem23",
		},
		tbitem17: {
			caption: "-",
			tip: "tbitem17",
		},
		tbitem19: {
			caption: "Filter",
			tip: "tbitem19",
		},
		tbitem18: {
			caption: "Help",
			tip: "tbitem18",
		},
	},
	editviewtoolbar_toolbar: {
		tbitem3: {
			caption: "Save",
			tip: "tbitem3",
		},
		tbitem4: {
			caption: "Save And New",
			tip: "tbitem4",
		},
		tbitem5: {
			caption: "Save And Close",
			tip: "tbitem5",
		},
		tbitem6: {
			caption: "-",
			tip: "tbitem6",
		},
		tbitem7: {
			caption: "Remove And Close",
			tip: "tbitem7",
		},
		tbitem8: {
			caption: "-",
			tip: "tbitem8",
		},
		tbitem12: {
			caption: "New",
			tip: "tbitem12",
		},
		tbitem13: {
			caption: "-",
			tip: "tbitem13",
		},
		tbitem14: {
			caption: "Copy",
			tip: "tbitem14",
		},
		tbitem16: {
			caption: "-",
			tip: "tbitem16",
		},
		tbitem23: {
			caption: "第一个记录",
			tip: "tbitem23",
		},
		tbitem24: {
			caption: "上一个记录",
			tip: "tbitem24",
		},
		tbitem25: {
			caption: "下一个记录",
			tip: "tbitem25",
		},
		tbitem26: {
			caption: "最后一个记录",
			tip: "tbitem26",
		},
		tbitem21: {
			caption: "-",
			tip: "tbitem21",
		},
		tbitem22: {
			caption: "Help",
			tip: "tbitem22",
		},
	},
};