mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
fix(frontend): use consistent formatting & strings (#2231)
* fix(frontend): use consistent formatting & strings * fix(lang): remove duplicated status strings * fix(frontend): reduce height of items in request & issue lists * fix(frontend): issue description textarea label should be a label element * refactor: remove unnecessary reduce * fix: remove small avatar underneath issue comments * fix(frontend): don't hide Pushover app token tip
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
"components.IssueDetails.IssueComment.areyousuredelete": "Are you sure you want to delete this comment?",
|
||||
"components.IssueDetails.IssueComment.delete": "Delete Comment",
|
||||
"components.IssueDetails.IssueComment.edit": "Edit Comment",
|
||||
"components.IssueDetails.IssueComment.postedby": "Posted by {username} {relativeTime}",
|
||||
"components.IssueDetails.IssueComment.postedbyedited": "Posted by {username} {relativeTime} (Edited)",
|
||||
"components.IssueDetails.IssueComment.validationComment": "You must provide a message",
|
||||
"components.IssueDetails.IssueComment.postedby": "Posted {relativeTime} by {username}",
|
||||
"components.IssueDetails.IssueComment.postedbyedited": "Posted {relativeTime} by {username} (Edited)",
|
||||
"components.IssueDetails.IssueComment.validationComment": "You must enter a message",
|
||||
"components.IssueDetails.IssueDescription.deleteissue": "Delete Issue",
|
||||
"components.IssueDetails.IssueDescription.description": "Description",
|
||||
"components.IssueDetails.IssueDescription.edit": "Edit Description",
|
||||
@@ -50,36 +50,34 @@
|
||||
"components.IssueDetails.deleteissueconfirm": "Are you sure you want to delete this issue?",
|
||||
"components.IssueDetails.episode": "Episode {episodeNumber}",
|
||||
"components.IssueDetails.issuepagetitle": "Issue",
|
||||
"components.IssueDetails.issuetype": "Issue Type",
|
||||
"components.IssueDetails.issuetype": "Type",
|
||||
"components.IssueDetails.lastupdated": "Last Updated",
|
||||
"components.IssueDetails.leavecomment": "Comment",
|
||||
"components.IssueDetails.mediatype": "Media Type",
|
||||
"components.IssueDetails.nocomments": "No comments.",
|
||||
"components.IssueDetails.openedby": "#{issueId} opened {relativeTime} by <UserLink>{username}</UserLink>",
|
||||
"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.playonplex": "Play on Plex",
|
||||
"components.IssueDetails.problemepisode": "Affected Episode",
|
||||
"components.IssueDetails.problemseason": "Affected Season",
|
||||
"components.IssueDetails.reopenissue": "Reopen Issue",
|
||||
"components.IssueDetails.reopenissueandcomment": "Reopen with Comment",
|
||||
"components.IssueDetails.season": "Season {seasonNumber}",
|
||||
"components.IssueDetails.statusopen": "Open",
|
||||
"components.IssueDetails.statusresolved": "Resolved",
|
||||
"components.IssueDetails.toasteditdescriptionfailed": "Something went wrong while editing the issue description.",
|
||||
"components.IssueDetails.toasteditdescriptionsuccess": "Edited the issue description successfully!",
|
||||
"components.IssueDetails.toastissuedeleted": "Deleted the issue successfully!",
|
||||
"components.IssueDetails.toasteditdescriptionsuccess": "Issue description edited successfully!",
|
||||
"components.IssueDetails.toastissuedeleted": "Issue deleted successfully!",
|
||||
"components.IssueDetails.toastissuedeletefailed": "Something went wrong while deleting the issue.",
|
||||
"components.IssueDetails.toaststatusupdated": "Updated the issue status successfully!",
|
||||
"components.IssueDetails.toaststatusupdated": "Issue status updated successfully!",
|
||||
"components.IssueDetails.toaststatusupdatefailed": "Something went wrong while updating the issue status.",
|
||||
"components.IssueDetails.unknownissuetype": "Unknown",
|
||||
"components.IssueList.IssueItem.allepisodes": "All Episodes",
|
||||
"components.IssueList.IssueItem.allseasons": "All Seasons",
|
||||
"components.IssueList.IssueItem.episode": "Episode {episodeNumber}",
|
||||
"components.IssueList.IssueItem.episodes": "{episodeCount, plural, one {Episode} other {Episodes}}",
|
||||
"components.IssueList.IssueItem.issuestatus": "Status",
|
||||
"components.IssueList.IssueItem.issuetype": "Type",
|
||||
"components.IssueList.IssueItem.opened": "Opened",
|
||||
"components.IssueList.IssueItem.openeduserdate": "{date} by {user}",
|
||||
"components.IssueList.IssueItem.problemepisode": "Affected Episode",
|
||||
"components.IssueList.IssueItem.season": "Season {seasonNumber}",
|
||||
"components.IssueList.IssueItem.seasons": "{seasonCount, plural, one {Season} other {Seasons}}",
|
||||
"components.IssueList.IssueItem.unknownissuetype": "Unknown",
|
||||
"components.IssueList.IssueItem.viewissue": "View Issue",
|
||||
"components.IssueList.issues": "Issues",
|
||||
@@ -879,7 +877,7 @@
|
||||
"components.UserProfile.UserSettings.UserNotificationSettings.pushbulletsettingsfailed": "Pushbullet notification settings failed to save.",
|
||||
"components.UserProfile.UserSettings.UserNotificationSettings.pushbulletsettingssaved": "Pushbullet notification settings saved successfully!",
|
||||
"components.UserProfile.UserSettings.UserNotificationSettings.pushoverApplicationToken": "Application API Token",
|
||||
"components.UserProfile.UserSettings.UserNotificationSettings.pushoverApplicationTokenTip": "<ApplicationRegistrationLink>Register an application</ApplicationRegistrationLink> for use with Overseerr",
|
||||
"components.UserProfile.UserSettings.UserNotificationSettings.pushoverApplicationTokenTip": "<ApplicationRegistrationLink>Register an application</ApplicationRegistrationLink> for use with {applicationTitle}",
|
||||
"components.UserProfile.UserSettings.UserNotificationSettings.pushoverUserKey": "User or Group Key",
|
||||
"components.UserProfile.UserSettings.UserNotificationSettings.pushoverUserKeyTip": "Your 30-character <UsersGroupsLink>user or group identifier</UsersGroupsLink>",
|
||||
"components.UserProfile.UserSettings.UserNotificationSettings.pushoversettingsfailed": "Pushover notification settings failed to save.",
|
||||
|
||||
Reference in New Issue
Block a user