mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:11:25 +08:00
20 lines
409 B
TypeScript
20 lines
409 B
TypeScript
export default {
|
|
// user dropdown
|
|
dropdownItemDoc: 'Document',
|
|
dropdownItemLoginOut: 'Login Out',
|
|
|
|
tooltipErrorLog: 'Error log',
|
|
tooltipLock: 'Lock screen',
|
|
tooltipNotify: 'Notification',
|
|
|
|
tooltipEntryFull: 'Full Screen',
|
|
tooltipExitFull: 'Exit Full Screen',
|
|
|
|
// lock
|
|
lockScreenPassword: 'Lock screen password',
|
|
lockScreen: 'Lock screen',
|
|
lockScreenBtn: 'Locking',
|
|
|
|
home: 'Home',
|
|
};
|