Update background.ts and settings.json

This commit is contained in:
n4ze3m
2024-03-31 16:36:27 +05:30
parent 9ced6469ce
commit e29cea82f5
6 changed files with 121 additions and 56 deletions

View File

@@ -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": {