Files
Homarr/public/locales/en/modules/overseerr.json
Bjorn Lammers a9dd626139 ✏️ Ajnart review changes
2023-01-13 15:04:43 +01:00

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"
}
}
}
}
}