en_US.js 666 B

1234567891011121314151617181920212223242526
  1. var base_en_US={
  2. base:{
  3. operate:{
  4. save:'save',
  5. back:'back',
  6. edit:'edit',
  7. back:'back',
  8. cancel:'cancel',
  9. del:'del',
  10. rest:'rest',
  11. search:'search',
  12. filter:'filter',
  13. action:'action',
  14. confirm:'confirm'
  15. },
  16. message:{
  17. success:'success',
  18. tip:'tip',
  19. confirmdel:'This operation will permanently delete the selection. Do you want to continue',
  20. empty:'empty',
  21. exist:'exist',
  22. fail:'fail',
  23. }
  24. }
  25. }
  26. Object.assign(base_en_US,ELEMENT.lang.en)