Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front

This commit is contained in:
2026-02-10 16:56:13 +08:00
24 changed files with 1533 additions and 900 deletions

View File

@@ -88,7 +88,10 @@ export default {
diversity: 'Diversity',
relevance: 'Relevance'
},
confirm: 'Confirm'
confirm: 'Confirm',
styleTitle: 'Settings',
createProject: 'Create Project',
trendingReport: 'Trending Report'
},
area: {
unitedStates: 'United States',
@@ -102,6 +105,10 @@ export default {
canada: 'Canada',
germany: 'Germany'
},
agent: {
copySuccess: 'Text copied to clipboard',
copyFaild: 'Copy failed. Your browser may be restricting clipboard access. Please try copying manually.'
},
// Version Tree
VersionTree: {
@@ -114,7 +121,13 @@ export default {
branchingNodeTree: 'Branching Node Tree',
restore: 'Restore',
newChat: 'New Chat',
delete: 'Delete'
delete: 'Delete',
deleteChat:'Delete chat?',
deleteHint:'Once deleted, you wont be able to view this conversation again.',
restoreChat:'Restore chat?',
restoreHint:'Once deleted, you wont be able to view this conversation again.',
cancel: 'cancel',
Confirm: 'Confirm',
},
//generateSketch
generateSketch: {