You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"AI Summarize generates concise summaries based on your search results, helping you quickly grasp key information without reading every document.";
Copy file name to clipboardExpand all lines: src/locales/en/translation.json
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -233,6 +233,34 @@
233
233
"calculator": {
234
234
"title": "Calculator",
235
235
"description": "A calculator you can quickly invoke in the search bar, supporting basic math operations."
236
+
},
237
+
"shardAi": {
238
+
"details": {
239
+
"linkedAssistant": {
240
+
"title": "Linked Assistant",
241
+
"label": {
242
+
"cocoServer": "Coco Server",
243
+
"aiAssistant": "AI Assistant"
244
+
}
245
+
}
246
+
}
247
+
},
248
+
"quickAiAccess": {
249
+
"description": "Quick AI access allows you to start a conversation immediately from the search box using the Tab key."
250
+
},
251
+
"aiOverview": {
252
+
"description": "AI Overview generates concise summaries based on your search results, helping you quickly grasp key information without reading every document.",
253
+
"details": {
254
+
"aiOverviewTrigger": {
255
+
"title": "AI Overview Trigger",
256
+
"description": "AI Overview will be triggered only when all of the following conditions are met.(search results are sourced from Coco Server's result statistics)",
0 commit comments