navbar.js 307 B

123456789101112
  1. export default{
  2. document: 'Document',
  3. home: 'Home',
  4. singOUt : 'Sign Out',
  5. editPassword:'Update Password',
  6. homePage:'Home Page',
  7. Welcome:'Welcome',
  8. title:'Total Mixed Rations Management and Monitoring System',
  9. close:"Close",
  10. closeOth:'Close Others',
  11. closeA:'Close All'
  12. }