feat(spotlight): add default search engine (#1807)

This commit is contained in:
Meier Lukas
2025-01-06 19:59:40 +01:00
committed by GitHub
parent 6a68ccfee4
commit 65befa22ba
24 changed files with 3849 additions and 88 deletions

View File

@@ -210,6 +210,16 @@
}
}
},
"changeDefaultSearchEngine": {
"notification": {
"success": {
"message": "Default search engine changed successfully"
},
"error": {
"message": "Unable to change default search engine"
}
}
},
"changeFirstDayOfWeek": {
"notification": {
"success": {
@@ -2177,6 +2187,7 @@
"item": {
"language": "Language & Region",
"board": "Home board",
"defaultSearchEngine": "Default search engine",
"firstDayOfWeek": "First day of the week",
"accessibility": "Accessibility"
}
@@ -2338,6 +2349,13 @@
"description": "Only public boards are available for selection"
}
},
"search": {
"title": "Search",
"defaultSearchEngine": {
"label": "Global default search engine",
"description": "Integration search engines can not be selected here"
}
},
"appearance": {
"title": "Appearance",
"defaultColorScheme": {
@@ -2853,6 +2871,24 @@
},
"home": {
"group": {
"search": {
"title": "Search",
"option": {
"other": {
"label": "Search with another search engine"
},
"no-default": {
"label": "No default search engine",
"description": "Set a default search engine in preferences"
},
"search": {
"label": "Search for '{query}' with {name}"
},
"from-integration": {
"description": "Start typing to search"
}
}
},
"local": {
"title": "Local results"
}