cn.js 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. var formbuilder = {};
  2. formbuilder.language = {};
  3. formbuilder.language.cn = {
  4. messages:{
  5. add: '添加',
  6. allowSelect: '允许选择',
  7. autocomplete: '自动完成',
  8. cannotBeEmpty: '此表单域不能为空',
  9. checkboxGroup: '多选列表',
  10. checkbox: '选项框',
  11. checkboxes: '多选框',
  12. clearAllMessage: '确定要移除所有项?',
  13. clearAll: '清除所有',
  14. close: '关闭',
  15. copy: '拷贝到粘贴板',
  16. dateField: '日期表单',
  17. description: '帮助',
  18. descriptionField: '描述',
  19. devMode: '开发模式',
  20. disableFields: '表单不能移除.',
  21. editNames: '编辑名字',
  22. editorTitle: '表单元素Form Elements',
  23. editXML: '编辑XML',
  24. fieldVars: '表单值',
  25. fieldRemoveWarning: '去顶要移除此表单元素?',
  26. getStarted: '拖动右侧表单元素到此区域',
  27. hide: '编辑',
  28. hidden: '隐藏输入框',
  29. label: '标签',
  30. labelEmpty: '标签元素不能为空',
  31. limitRole: '权限:',
  32. mandatory: 'Mandatory',
  33. maxLength: '最大长度',
  34. minOptionMessage: '此表单需要最少两个选项',
  35. name: '名字',
  36. no: 'No',
  37. off: 'Off',
  38. on: 'On',
  39. optional: 'optional',
  40. optionLabelPlaceholder: '标签',
  41. optionValuePlaceholder: '值',
  42. optionEmpty: '选项值不能为空',
  43. paragraph: 'Paragraph',
  44. preview: '预览',
  45. radioGroup: '单选',
  46. radio: '单选',
  47. removeMessage: '移除元素',
  48. remove: '×',
  49. required: '必选',
  50. richText: '编辑框',
  51. roles: '权限',
  52. save: '预览模板',
  53. selectOptions: '选项',
  54. select: '选项',
  55. selectionsMessage: '允许多选',
  56. text: '文本域',
  57. textLabel: '标题',
  58. textIntroduce : '描述',
  59. toggle: '切换',
  60. warning: '警告!',
  61. viewXML: '查看 XML',
  62. yes: 'Yes',
  63. defaultValue : '默认值',
  64. }
  65. };