1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- var formbuilder = {};
- formbuilder.language = {};
- formbuilder.language.cn = {
- messages:{
- add: '添加',
- allowSelect: '允许选择',
- autocomplete: '自动完成',
- cannotBeEmpty: '此表单域不能为空',
- checkboxGroup: '多选列表',
- checkbox: '选项框',
- checkboxes: '多选框',
- clearAllMessage: '确定要移除所有项?',
- clearAll: '清除所有',
- close: '关闭',
- copy: '拷贝到粘贴板',
- dateField: '日期表单',
- description: '帮助',
- descriptionField: '描述',
- devMode: '开发模式',
- disableFields: '表单不能移除.',
- editNames: '编辑名字',
- editorTitle: '表单元素Form Elements',
- editXML: '编辑XML',
- fieldVars: '表单值',
- fieldRemoveWarning: '去顶要移除此表单元素?',
- getStarted: '拖动右侧表单元素到此区域',
- hide: '编辑',
- hidden: '隐藏输入框',
- label: '标签',
- labelEmpty: '标签元素不能为空',
- limitRole: '权限:',
- mandatory: 'Mandatory',
- maxLength: '最大长度',
- minOptionMessage: '此表单需要最少两个选项',
- name: '名字',
- no: 'No',
- off: 'Off',
- on: 'On',
- optional: 'optional',
- optionLabelPlaceholder: '标签',
- optionValuePlaceholder: '值',
- optionEmpty: '选项值不能为空',
- paragraph: 'Paragraph',
- preview: '预览',
- radioGroup: '单选',
- radio: '单选',
- removeMessage: '移除元素',
- remove: '×',
- required: '必选',
- richText: '编辑框',
- roles: '权限',
- save: '预览模板',
- selectOptions: '选项',
- select: '选项',
- selectionsMessage: '允许多选',
- text: '文本域',
- textLabel: '标题',
- textIntroduce : '描述',
- toggle: '切换',
- warning: '警告!',
- viewXML: '查看 XML',
- yes: 'Yes',
- defaultValue : '默认值',
- }
- };
|