mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
fix(frontend): more issues-related fixes (#2234)
* fix(frontend): more issues-related fixes * fix: permission VIEW_ISSUES is also sufficient for viewing issues in slideover * fix(frontend): only display issue notif types user is eligible to receive * fix: don't display issues block in slideover if no open issues * fix: move year out of link in issue details header * fix: use 'view' global string for issue block button * fix: issue/request/user list sort options
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
"components.IssueDetails.openedby": "#{issueId} opened {relativeTime} by {username}",
|
||||
"components.IssueDetails.openin4karr": "Open in 4K {arr}",
|
||||
"components.IssueDetails.openinarr": "Open in {arr}",
|
||||
"components.IssueDetails.play4konplex": "Play 4K on Plex",
|
||||
"components.IssueDetails.play4konplex": "Play in 4K on Plex",
|
||||
"components.IssueDetails.playonplex": "Play on Plex",
|
||||
"components.IssueDetails.problemepisode": "Affected Episode",
|
||||
"components.IssueDetails.problemseason": "Affected Season",
|
||||
@@ -82,15 +82,16 @@
|
||||
"components.IssueList.IssueItem.viewissue": "View Issue",
|
||||
"components.IssueList.issues": "Issues",
|
||||
"components.IssueList.showallissues": "Show All Issues",
|
||||
"components.IssueList.sortAdded": "Request Date",
|
||||
"components.IssueList.sortAdded": "Most Recent",
|
||||
"components.IssueList.sortModified": "Last Modified",
|
||||
"components.IssueModal.CreateIssueModal.allepisodes": "All Episodes",
|
||||
"components.IssueModal.CreateIssueModal.allseasons": "All Seasons",
|
||||
"components.IssueModal.CreateIssueModal.episode": "Episode {episodeNumber}",
|
||||
"components.IssueModal.CreateIssueModal.extras": "Extras",
|
||||
"components.IssueModal.CreateIssueModal.issomethingwrong": "Is there a problem with {title}?",
|
||||
"components.IssueModal.CreateIssueModal.problemepisode": "Affected Episode",
|
||||
"components.IssueModal.CreateIssueModal.problemseason": "Affected Season",
|
||||
"components.IssueModal.CreateIssueModal.providedetail": "Provide a detailed explanation of the issue.",
|
||||
"components.IssueModal.CreateIssueModal.providedetail": "Please provide a detailed explanation of the issue you encountered.",
|
||||
"components.IssueModal.CreateIssueModal.reportissue": "Report an Issue",
|
||||
"components.IssueModal.CreateIssueModal.season": "Season {seasonNumber}",
|
||||
"components.IssueModal.CreateIssueModal.submitissue": "Submit Issue",
|
||||
@@ -134,6 +135,7 @@
|
||||
"components.ManageSlideOver.downloadstatus": "Download Status",
|
||||
"components.ManageSlideOver.manageModalClearMedia": "Clear Media Data",
|
||||
"components.ManageSlideOver.manageModalClearMediaWarning": "* This will irreversibly remove all data for this {mediaType}, including any requests. If this item exists in your Plex library, the media information will be recreated during the next scan.",
|
||||
"components.ManageSlideOver.manageModalIssues": "Open Issues",
|
||||
"components.ManageSlideOver.manageModalNoRequests": "No requests.",
|
||||
"components.ManageSlideOver.manageModalRequests": "Requests",
|
||||
"components.ManageSlideOver.manageModalTitle": "Manage {mediaType}",
|
||||
@@ -287,7 +289,7 @@
|
||||
"components.RequestList.RequestItem.seasons": "{seasonCount, plural, one {Season} other {Seasons}}",
|
||||
"components.RequestList.requests": "Requests",
|
||||
"components.RequestList.showallrequests": "Show All Requests",
|
||||
"components.RequestList.sortAdded": "Request Date",
|
||||
"components.RequestList.sortAdded": "Most Recent",
|
||||
"components.RequestList.sortModified": "Last Modified",
|
||||
"components.RequestModal.AdvancedRequester.advancedoptions": "Advanced",
|
||||
"components.RequestModal.AdvancedRequester.animenote": "* This series is an anime.",
|
||||
@@ -799,7 +801,7 @@
|
||||
"components.UserList.autogeneratepasswordTip": "Email a server-generated password to the user",
|
||||
"components.UserList.bulkedit": "Bulk Edit",
|
||||
"components.UserList.create": "Create",
|
||||
"components.UserList.created": "Created",
|
||||
"components.UserList.created": "Joined",
|
||||
"components.UserList.createlocaluser": "Create Local User",
|
||||
"components.UserList.creating": "Creating…",
|
||||
"components.UserList.deleteconfirm": "Are you sure you want to delete this user? All of their request data will be permanently removed.",
|
||||
@@ -810,7 +812,6 @@
|
||||
"components.UserList.importedfromplex": "{userCount, plural, one {# new user} other {# new users}} imported from Plex successfully!",
|
||||
"components.UserList.importfromplex": "Import Users from Plex",
|
||||
"components.UserList.importfromplexerror": "Something went wrong while importing users from Plex.",
|
||||
"components.UserList.lastupdated": "Updated",
|
||||
"components.UserList.localLoginDisabled": "The <strong>Enable Local Sign-In</strong> setting is currently disabled.",
|
||||
"components.UserList.localuser": "Local User",
|
||||
"components.UserList.nouserstoimport": "No new users to import from Plex.",
|
||||
@@ -819,10 +820,9 @@
|
||||
"components.UserList.passwordinfodescription": "Configure an application URL and enable email notifications to allow automatic password generation.",
|
||||
"components.UserList.plexuser": "Plex User",
|
||||
"components.UserList.role": "Role",
|
||||
"components.UserList.sortCreated": "Creation Date",
|
||||
"components.UserList.sortCreated": "Join Date",
|
||||
"components.UserList.sortDisplayName": "Display Name",
|
||||
"components.UserList.sortRequests": "Request Count",
|
||||
"components.UserList.sortUpdated": "Last Updated",
|
||||
"components.UserList.totalrequests": "Requests",
|
||||
"components.UserList.user": "User",
|
||||
"components.UserList.usercreatedfailed": "Something went wrong while creating the user.",
|
||||
|
||||
Reference in New Issue
Block a user