vben
2020-11-25 e5f8ce3fd8ec25c6fdb122867cd33e4e84a6f43f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export default {
  // user dropdown
  dropdownItemDoc: 'Document',
  dropdownItemLoginOut: 'Login Out',
 
  tooltipErrorLog: 'Error log',
  tooltipLock: 'Lock screen',
  tooltipNotify: 'Notification',
  tooltipRedo: 'Refresh',
  tooltipEntryFull: 'Full Screen',
  tooltipExitFull: 'Exit Full Screen',
 
  // lock
  lockScreenPassword: 'Lock screen password',
  lockScreen: 'Lock screen',
  lockScreenBtn: 'Locking',
  notLockScreenPassword: 'No password lock screen',
};