Files
homarr/public/locales/en/modules/media-requests-list.json
Luca ba8ef4a844 Allow opening media requests links in external host (#824)
* Allow opening media requests links in external host

* Removed useless translation files

* Restored translations

* 🌐 Add missing translation

---------

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

25 lines
781 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",
"replaceLinksWithExternalHost": {
"label": "Replace links with external host"
}
}
},
"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"
}
}