接入前端登录权限底座
This commit is contained in:
@@ -8,6 +8,21 @@ export default {
|
||||
healthDown: 'Backend offline',
|
||||
healthChecking: 'Checking',
|
||||
},
|
||||
auth: {
|
||||
loginTitle: 'Sign in',
|
||||
loginSubtitle: 'Use your system account to enter the TH Hotel reservation workspace.',
|
||||
username: 'Username',
|
||||
password: 'Password',
|
||||
loginSubmit: 'Sign in',
|
||||
loggingIn: 'Signing in',
|
||||
loginFailed: 'The username or password is incorrect.',
|
||||
logout: 'Sign out',
|
||||
currentUser: 'Current user',
|
||||
currentHotel: 'Current hotel',
|
||||
unauthorizedTitle: 'No access',
|
||||
unauthorizedMessage: 'Your account does not have permission to access this page or action.',
|
||||
backHome: 'Back to available page',
|
||||
},
|
||||
nav: {
|
||||
orders: 'Order list',
|
||||
taskQueue: 'Task queue',
|
||||
|
||||
Reference in New Issue
Block a user