mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
Adjust styles to match the design system (#11118)
### What problem does this PR solve? - Modify and adjust styles (CSS vars, components) to match the design system - Adjust file and directory structure of admin UI ### Type of change - [x] Refactoring
This commit is contained in:
@ -1931,13 +1931,14 @@ Important structured information may include: names, dates, locations, events, k
|
||||
roles: 'Roles',
|
||||
monitoring: 'Monitoring',
|
||||
|
||||
back: 'Back',
|
||||
active: 'Active',
|
||||
inactive: 'Inactive',
|
||||
enable: 'Enable',
|
||||
disable: 'Disable',
|
||||
all: 'All',
|
||||
actions: 'Actions',
|
||||
newUser: 'New User',
|
||||
newUser: 'New user',
|
||||
email: 'Email',
|
||||
name: 'Name',
|
||||
nickname: 'Nickname',
|
||||
@ -1956,6 +1957,7 @@ Important structured information may include: names, dates, locations, events, k
|
||||
lastUpdateTime: 'Last update time',
|
||||
|
||||
isAnonymous: 'Is Anonymous',
|
||||
isSuperuser: 'Is Superuser',
|
||||
|
||||
deleteUser: 'Delete user',
|
||||
deleteUserConfirmation: 'Are you sure you want to delete this user?',
|
||||
@ -1990,7 +1992,7 @@ Important structured information may include: names, dates, locations, events, k
|
||||
deleteWhitelistEmailConfirmation:
|
||||
'Are you sure you want to delete this email from whitelist? This action cannot be undone.',
|
||||
|
||||
importWhitelist: 'Import whitelist (excel)',
|
||||
importWhitelist: 'Import whitelist (Excel)',
|
||||
importSelectExcelFile: 'Excel file (.xlsx)',
|
||||
importOverwriteExistingEmails: 'Overwrite existing emails',
|
||||
importInvalidExcelFile: 'Please select a valid Excel file',
|
||||
|
||||
Reference in New Issue
Block a user