* 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>
25 lines
781 B
JSON
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"
|
|
}
|
|
}
|