mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-16 04:22:31 +01:00
31 lines
691 B
JSON
31 lines
691 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Overseerr",
|
|
"description": "Allows you to search and add media from Overseerr or Jellyseerr."
|
|
},
|
|
"popup": {
|
|
"item": {
|
|
"buttons": {
|
|
"askFor": "Ask for {{title}}",
|
|
"cancel": "Cancel",
|
|
"request": "Request"
|
|
},
|
|
"alerts": {
|
|
"automaticApproval": {
|
|
"title": "Using API key",
|
|
"text": "This request will be automatically approved"
|
|
}
|
|
}
|
|
},
|
|
"seasonSelector": {
|
|
"caption": "Tick the seasons you want to download",
|
|
"table": {
|
|
"header": {
|
|
"season": "Season",
|
|
"numberOfEpisodes": "Number of episodes"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|