mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat(ui): Add 'Page Size' setting for request/user list pages (#957)
This commit is contained in:
@@ -170,6 +170,7 @@
|
||||
"components.RequestList.previous": "Previous",
|
||||
"components.RequestList.requestedAt": "Requested At",
|
||||
"components.RequestList.requests": "Requests",
|
||||
"components.RequestList.resultsperpage": "Display {pageSize} results per page",
|
||||
"components.RequestList.showallrequests": "Show All Requests",
|
||||
"components.RequestList.showingresults": "Showing <strong>{from}</strong> to <strong>{to}</strong> of <strong>{total}</strong> results",
|
||||
"components.RequestList.sortAdded": "Request Date",
|
||||
@@ -635,14 +636,18 @@
|
||||
"components.UserList.importfromplexerror": "Something went wrong while importing users from Plex.",
|
||||
"components.UserList.lastupdated": "Last Updated",
|
||||
"components.UserList.localuser": "Local User",
|
||||
"components.UserList.next": "Next",
|
||||
"components.UserList.password": "Password",
|
||||
"components.UserList.passwordinfo": "Password Information",
|
||||
"components.UserList.passwordinfodescription": "Email notifications need to be configured and enabled in order to automatically generate passwords.",
|
||||
"components.UserList.permissions": "Permissions",
|
||||
"components.UserList.plexuser": "Plex User",
|
||||
"components.UserList.previous": "Previous",
|
||||
"components.UserList.resultsperpage": "Display {pageSize} results per page",
|
||||
"components.UserList.role": "Role",
|
||||
"components.UserList.save": "Save Changes",
|
||||
"components.UserList.saving": "Saving…",
|
||||
"components.UserList.showingResults": "Showing <strong>{from}</strong> to <strong>{to}</strong> of <strong>{total}</strong> results",
|
||||
"components.UserList.sortCreated": "Creation Date",
|
||||
"components.UserList.sortDisplayName": "Display Name",
|
||||
"components.UserList.sortRequests": "Request Count",
|
||||
|
||||
Reference in New Issue
Block a user