Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/FiDA_Front
This commit is contained in:
@@ -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 won’t be able to view this conversation again.',
|
||||
restoreChat:'Restore chat?',
|
||||
restoreHint:'Once deleted, you won’t be able to view this conversation again.',
|
||||
cancel: 'cancel',
|
||||
Confirm: 'Confirm',
|
||||
},
|
||||
//generateSketch
|
||||
generateSketch: {
|
||||
|
||||
Reference in New Issue
Block a user