mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 00:42:12 +08:00
feat: multi-language layout
This commit is contained in:
18
src/locales/lang/en/layout/header.ts
Normal file
18
src/locales/lang/en/layout/header.ts
Normal file
@@ -0,0 +1,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',
|
||||
};
|
Reference in New Issue
Block a user