comp.ts 695 字节
Newer Older
V
vben 已提交
1 2 3 4 5 6 7 8 9 10 11
export default {
  comp: 'Component',
  basic: 'Basic',
  transition: 'Animation',
  countTo: 'Count To',

  scroll: 'Scroll',
  scrollBasic: 'Basic',
  scrollAction: 'Scroll Function',
  virtualScroll: 'Virtual Scroll',

V
vben 已提交
12 13 14
  tree: 'Tree',

  treeBasic: 'Basic',
V
Vben 已提交
15
  editTree: 'Searchable/toolbar',
V
vben 已提交
16 17
  actionTree: 'Function operation',

V
vben 已提交
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
  modal: 'Modal',
  drawer: 'Drawer',
  desc: 'Desc',

  lazy: 'Lazy',
  lazyBasic: 'Basic',
  lazyTransition: 'Animation',

  verify: 'Verify',
  verifyDrag: 'Drag ',
  verifyRotate: 'Picture Restore',

  qrcode: 'QR code',
  strength: 'Password strength',
  upload: 'Upload',
V
vben 已提交
33 34

  loading: 'Loading',
35

V
Vben 已提交
36 37
  time: 'Relative Time',
  cropperImage: 'Cropper Image',
V
vben 已提交
38
};