Merge branch 'dev' into feat/overseerr-widget

This commit is contained in:
Manuel
2023-04-06 23:11:29 +02:00
9 changed files with 129 additions and 39 deletions

View File

@@ -5,5 +5,13 @@
"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"
}
}

View File

@@ -5,5 +5,10 @@
"settings": {
"title": "Media requests stats"
}
},
"stats": {
"pending": "Pending approvals",
"tvRequests": "TV requests",
"movieRequests": "Movie requests"
}
}