feat: #1047 add overseerr search (#1411)

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Manuel
2024-11-08 09:43:25 +01:00
committed by GitHub
parent 2a7d648049
commit aa503992af
25 changed files with 3661 additions and 52 deletions

View File

@@ -2427,6 +2427,9 @@
},
"detail": {
"title": "Select an action for the search engine"
},
"searchResults": {
"title": "Select a search result for actions"
}
},
"option": {
@@ -2596,7 +2599,8 @@
"noResults": {
"title": "There aren't any search engines",
"action": "Create your first search engine"
}
},
"interactive": "Interactive, uses an integration"
},
"create": {
"title": "New search engine",
@@ -2622,6 +2626,11 @@
"title": "Unable to apply changes",
"message": "The search engine could not be saved"
}
},
"configControl": "Configuration",
"searchEngineType": {
"generic": "Generic",
"fromIntegration": "From integration"
}
},
"delete": {