feat: Add localization support for Copilot resume chat and hide current chat model settings
This commit is contained in:
@@ -49,9 +49,9 @@
|
||||
"noData": "No data",
|
||||
"noHistory": "No chat history",
|
||||
"chatWithCurrentPage": "Chat with current page",
|
||||
"currentChatModelSettings":"Current Chat Model Settings",
|
||||
"beta": "Beta",
|
||||
"tts": "Read aloud",
|
||||
"currentChatModelSettings":"Current Chat Model Settings",
|
||||
"modelSettings": {
|
||||
"label": "Model Settings",
|
||||
"description": "Set the model options globally for all chats",
|
||||
|
||||
@@ -17,6 +17,12 @@
|
||||
"light": "Light",
|
||||
"dark": "Dark"
|
||||
}
|
||||
},
|
||||
"copilotResumeLastChat": {
|
||||
"label": "Resume the last chat when opening the SidePanel (Copilot)"
|
||||
},
|
||||
"hideCurrentChatModelSettings": {
|
||||
"label": "Hide the current Chat Model Settings"
|
||||
}
|
||||
},
|
||||
"webSearch": {
|
||||
|
||||
Reference in New Issue
Block a user