Files
homarr/public/locales/en/modules/media-requests-list.json
2023-10-25 14:08:27 +02:00

34 lines
924 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"
},
"openInNewTab": {
"label": "Open links in new tab"
}
}
},
"noRequests": "No requests found. Please ensure that you've configured your apps correctly.",
"state": {
"approved": "Approved",
"pendingApproval": "Pending approval",
"declined": "Declined"
},
"tooltips": {
"approve": "Approve requests",
"decline": "Decline requests",
"approving": "Approving Request..."
},
"mutation": {
"approving": "Approving",
"declining": "Declining",
"request": "request...",
"approved": "Request was approved!",
"declined": "Request was declined!"
}
}