接入前端登录权限底座

This commit is contained in:
andy
2026-07-09 20:42:16 +08:00
parent c190d5e3a8
commit e49b2ccc1d
27 changed files with 1745 additions and 68 deletions

View File

@@ -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',