Update background.ts and settings.json
This commit is contained in:
@@ -17,11 +17,6 @@
|
||||
"light": "Light",
|
||||
"dark": "Dark"
|
||||
}
|
||||
},
|
||||
"deleteChatHistory": {
|
||||
"label": "Delete Chat History",
|
||||
"button": "Delete",
|
||||
"confirm": "Are you sure you want to delete your chat history? This action cannot be undone."
|
||||
}
|
||||
},
|
||||
"webSearch": {
|
||||
@@ -37,6 +32,25 @@
|
||||
"label": "Total Search Results",
|
||||
"placeholder": "Enter Total Search Results"
|
||||
}
|
||||
},
|
||||
"system": {
|
||||
"heading": "System Settings",
|
||||
"deleteChatHistory": {
|
||||
"label": "Delete Chat History",
|
||||
"button": "Delete",
|
||||
"confirm": "Are you sure you want to delete your chat history? This action cannot be undone."
|
||||
},
|
||||
"export": {
|
||||
"label": "Export Chat History, Settings, and Prompts",
|
||||
"button": "Export Data",
|
||||
"success": "Export Success"
|
||||
},
|
||||
"import": {
|
||||
"label": "Import Chat History, Settings, and Prompts",
|
||||
"button": "Import Data",
|
||||
"success": "Import Success",
|
||||
"error": "Import Error"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manageModels": {
|
||||
|
||||
Reference in New Issue
Block a user