notification.js 550 B

123456789101112131415161718192021
  1. var notificationData = {
  2. en_us:{
  3. sidemenu:[
  4. // {
  5. // id:1,
  6. // name:"TOPIC",
  7. // title:["Add Product","Edit Product"],
  8. // headingText:["S.no","Category","Topic","Action"],
  9. // formText:["Topic","Category","--Select Supplier--","Image","--Select Segment--"]
  10. // },
  11. {
  12. id:1,
  13. name:"CONTENT MANAGEMENT",
  14. headingText:["Title","Description","Action"],
  15. formText:["Title","Description","Role"]
  16. }
  17. ],
  18. errorMsg:["Please enter a subject","Please enter a description","Are you sure you want to delete?"]
  19. }
  20. }