Merge branch 'dev' into feat/overseerr-widget
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,10 @@
|
||||
"settings": {
|
||||
"title": "Media requests stats"
|
||||
}
|
||||
},
|
||||
"stats": {
|
||||
"pending": "Pending approvals",
|
||||
"tvRequests": "TV requests",
|
||||
"movieRequests": "Movie requests"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user