Files
homarr/public/locales/en/modules/media-requests-list.json
Thomas Camlong 3e6413d9f2 Ability to manage media requests from the widget (#894)
* Ability to manage media requests from the widget

* 🚸 Improve UX & Design

---------

Co-authored-by: Manuel <manuel.ruwe@bluewin.ch>
2023-05-16 22:19:14 +02:00

22 lines
680 B
JSON

{
"descriptor": {
"name": "Media Requests",
"description": "See a list of all media requests from your Overseerr or Jellyseerr instance",
"settings": {
"title": "Media requests list"
}
},
"noRequests": "No requests found. Please ensure that you've configured your apps correctly.",
"pending": "There are {{countPendingApproval}} requests waiting for approval.",
"nonePending": "There are currently no pending approvals. You're good to go!",
"state": {
"approved": "Approved",
"pendingApproval": "Pending approval",
"declined": "Declined"
},
"tooltips": {
"approve": "Approve requests",
"decline": "Decline requests"
}
}