init
This commit is contained in:
39
src/views/jsonflow/form-option/i18n/zh-cn.ts
Normal file
39
src/views/jsonflow/form-option/i18n/zh-cn.ts
Normal file
@@ -0,0 +1,39 @@
|
||||
export default {
|
||||
formoption: {
|
||||
index: '#',
|
||||
importFormOptionTip: '导入表单操作表',
|
||||
id: '',
|
||||
flowKey: '流程KEY',
|
||||
defFlowId: '流程名称',
|
||||
flowNodeId: '节点名称',
|
||||
propId: '属性唯一ID',
|
||||
label: '属性名称',
|
||||
prop: '属性名',
|
||||
subForm: '子表单属性名',
|
||||
propType: '属性类型',
|
||||
printInfo: '打印信息',
|
||||
permType: '权限类型',
|
||||
formType: '表单来源',
|
||||
formId: '表单名称',
|
||||
formName: '表单名称',
|
||||
path: '表单路径',
|
||||
type: '数据类型',
|
||||
resetBtn: '重置权限',
|
||||
inputIdTip: '请输入',
|
||||
inputFlowKeyTip: '请选择流程KEY',
|
||||
inputDefFlowIdTip: '请选择流程名称',
|
||||
inputFlowNodeIdTip: '请先选择流程名称',
|
||||
inputPropIdTip: '表单设计器的属性唯一ID',
|
||||
inputLabelTip: '例如:用户名',
|
||||
inputPropTip: '例如:userName',
|
||||
inputSubFormTip: '若是子表数据则需填写',
|
||||
inputPropTypeTip: '打印设计的属性类型,参考PRINT_FORMAT常量',
|
||||
inputPermTypeTip: '请选择权限类型',
|
||||
inputFormTypeTip: '请选择表单来源',
|
||||
inputFormIdTip: '请先选择表单名称',
|
||||
inputFormNameTip: '请输入表单名称',
|
||||
inputPathTip: '请输入表单路径',
|
||||
inputPrintInfoTip: '请输入打印信息',
|
||||
inputTypeTip: '请选择数据类型',
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user