18 lines
580 B
JSON
18 lines
580 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Media Requests",
|
|
"description": "See a list of all media requests from your Overseerr and Jellyseerr",
|
|
"settings": {
|
|
"title": "Media requests list"
|
|
}
|
|
},
|
|
"noRequests": "There are no requests. Ensure that you've configured your apps correctly.",
|
|
"pending": "There are {countPendingApproval} requests waiting for an approval.",
|
|
"nonePending": "There are currently no pending approvals. You're good to go!",
|
|
"state": {
|
|
"approved": "Approved",
|
|
"pendingApproval": "Pending approval",
|
|
"declined": "Declined"
|
|
}
|
|
}
|