en-US.js 466 B

12345678910111213141516171819
  1. const lang = {
  2. demo: {
  3. cell: {
  4. h4_1: 'Base Usage[{subTitle}]',
  5. h4_1title: 'I am a title',
  6. h4_1subtitle: 'I am a subtitle',
  7. h4_1sesc: 'description',
  8. h4_1link: 'with link',
  9. h4_1desc: 'show default ICON',
  10. h4_2: 'Distributing content through Slot'
  11. },
  12. dialog:{
  13. okBtnTxt:'aa1',
  14. CancelBtnTxt:'aa2'
  15. }
  16. }
  17. }
  18. export default lang