header.ts 409 B

12345678910111213141516171819
  1. export default {
  2. // user dropdown
  3. dropdownItemDoc: 'Document',
  4. dropdownItemLoginOut: 'Login Out',
  5. tooltipErrorLog: 'Error log',
  6. tooltipLock: 'Lock screen',
  7. tooltipNotify: 'Notification',
  8. tooltipEntryFull: 'Full Screen',
  9. tooltipExitFull: 'Exit Full Screen',
  10. // lock
  11. lockScreenPassword: 'Lock screen password',
  12. lockScreen: 'Lock screen',
  13. lockScreenBtn: 'Locking',
  14. home: 'Home',
  15. };