mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-30 00:32:30 +08:00
### What problem does this PR solve? Fix: Added styles for empty states on the page. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -3,7 +3,7 @@ export default {
|
||||
common: {
|
||||
confirm: 'Confirm',
|
||||
back: 'Back',
|
||||
noResults: 'No results.',
|
||||
noResults: 'No results found',
|
||||
selectPlaceholder: 'select value',
|
||||
selectAll: 'Select all',
|
||||
delete: 'Delete',
|
||||
@ -51,7 +51,7 @@ export default {
|
||||
remove: 'Remove',
|
||||
search: 'Search',
|
||||
noDataFound: 'No data found.',
|
||||
noData: 'No data',
|
||||
noData: 'No data available',
|
||||
promptPlaceholder: `Please input or use / to quickly insert variables.`,
|
||||
mcp: {
|
||||
namePlaceholder: 'My MCP Server',
|
||||
@ -2026,6 +2026,7 @@ Important structured information may include: names, dates, locations, events, k
|
||||
processingSuccessTip: 'Total successfully processed files',
|
||||
processingFailedTip: 'Total failed processes',
|
||||
processing: 'Processing',
|
||||
noData: 'No log yet',
|
||||
},
|
||||
|
||||
deleteModal: {
|
||||
@ -2039,6 +2040,15 @@ Important structured information may include: names, dates, locations, events, k
|
||||
delMember: 'Delete member',
|
||||
},
|
||||
|
||||
empty: {
|
||||
noMCP: 'No MCP servers available',
|
||||
agentTitle: 'No agent app created yet',
|
||||
datasetTitle: 'No dataset created yet',
|
||||
chatTitle: 'No chat app created yet',
|
||||
searchTitle: 'No search app created yet',
|
||||
addNow: 'Add Now',
|
||||
},
|
||||
|
||||
admin: {
|
||||
loginTitle: 'Admin Console',
|
||||
title: 'RAGFlow',
|
||||
|
||||
Reference in New Issue
Block a user