Files
homarr/public/locales/en/modules/media-requests-list.json
2023-04-06 23:34:37 +02:00

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