mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
fix(lang): Remove unused strings and correct spelling of 'canceling'/'canceled' (#981)
This commit is contained in:
@@ -2148,7 +2148,7 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Cancelled job returned
|
description: Canceled job returned
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -23,12 +23,12 @@ const messages = defineMessages({
|
|||||||
cancelrequest:
|
cancelrequest:
|
||||||
'This will remove your request. Are you sure you want to continue?',
|
'This will remove your request. Are you sure you want to continue?',
|
||||||
requestSuccess: '<strong>{title}</strong> successfully requested!',
|
requestSuccess: '<strong>{title}</strong> successfully requested!',
|
||||||
requestCancel: 'Request for <strong>{title}</strong> cancelled',
|
requestCancel: 'Request for <strong>{title}</strong> canceled',
|
||||||
requesttitle: 'Request {title}',
|
requesttitle: 'Request {title}',
|
||||||
request4ktitle: 'Request {title} in 4K',
|
request4ktitle: 'Request {title} in 4K',
|
||||||
close: 'Close',
|
close: 'Close',
|
||||||
cancel: 'Cancel Request',
|
cancel: 'Cancel Request',
|
||||||
cancelling: 'Cancelling…',
|
cancelling: 'Canceling…',
|
||||||
pendingrequest: 'Pending request for {title}',
|
pendingrequest: 'Pending request for {title}',
|
||||||
pending4krequest: 'Pending request for {title} in 4K',
|
pending4krequest: 'Pending request for {title} in 4K',
|
||||||
requesting: 'Requesting…',
|
requesting: 'Requesting…',
|
||||||
|
|||||||
@@ -39,13 +39,10 @@ const messages = defineMessages({
|
|||||||
notrequested: 'Not Requested',
|
notrequested: 'Not Requested',
|
||||||
errorediting: 'Something went wrong while editing the request.',
|
errorediting: 'Something went wrong while editing the request.',
|
||||||
requestedited: 'Request edited.',
|
requestedited: 'Request edited.',
|
||||||
requestcancelled: 'Request cancelled.',
|
requestcancelled: 'Request canceled.',
|
||||||
autoapproval: 'Automatic Approval',
|
autoapproval: 'Automatic Approval',
|
||||||
requesterror: 'Something went wrong while submitting the request.',
|
requesterror: 'Something went wrong while submitting the request.',
|
||||||
next: 'Next',
|
next: 'Next',
|
||||||
notvdbid: 'No TVDB ID was found for the item on TMDb.',
|
|
||||||
notvdbiddescription:
|
|
||||||
'Either add the TVDB ID to TMDb and try again later, or select the correct match below:',
|
|
||||||
backbutton: 'Back',
|
backbutton: 'Back',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ const messages = defineMessages({
|
|||||||
runnow: 'Run Now',
|
runnow: 'Run Now',
|
||||||
canceljob: 'Cancel Job',
|
canceljob: 'Cancel Job',
|
||||||
jobstarted: '{jobname} started.',
|
jobstarted: '{jobname} started.',
|
||||||
jobcancelled: '{jobname} cancelled.',
|
jobcancelled: '{jobname} canceled.',
|
||||||
process: 'Process',
|
process: 'Process',
|
||||||
command: 'Command',
|
command: 'Command',
|
||||||
cache: 'Cache',
|
cache: 'Cache',
|
||||||
|
|||||||
@@ -194,15 +194,13 @@
|
|||||||
"components.RequestModal.autoapproval": "Automatic Approval",
|
"components.RequestModal.autoapproval": "Automatic Approval",
|
||||||
"components.RequestModal.backbutton": "Back",
|
"components.RequestModal.backbutton": "Back",
|
||||||
"components.RequestModal.cancel": "Cancel Request",
|
"components.RequestModal.cancel": "Cancel Request",
|
||||||
"components.RequestModal.cancelling": "Cancelling…",
|
"components.RequestModal.cancelling": "Canceling…",
|
||||||
"components.RequestModal.cancelrequest": "This will remove your request. Are you sure you want to continue?",
|
"components.RequestModal.cancelrequest": "This will remove your request. Are you sure you want to continue?",
|
||||||
"components.RequestModal.close": "Close",
|
"components.RequestModal.close": "Close",
|
||||||
"components.RequestModal.errorediting": "Something went wrong while editing the request.",
|
"components.RequestModal.errorediting": "Something went wrong while editing the request.",
|
||||||
"components.RequestModal.extras": "Extras",
|
"components.RequestModal.extras": "Extras",
|
||||||
"components.RequestModal.next": "Next",
|
"components.RequestModal.next": "Next",
|
||||||
"components.RequestModal.notrequested": "Not Requested",
|
"components.RequestModal.notrequested": "Not Requested",
|
||||||
"components.RequestModal.notvdbid": "No TVDB ID was found for this item on TMDb.",
|
|
||||||
"components.RequestModal.notvdbiddescription": "Either add the TVDB ID to TMDb and try again later, or select the correct match below:",
|
|
||||||
"components.RequestModal.numberofepisodes": "# of Episodes",
|
"components.RequestModal.numberofepisodes": "# of Episodes",
|
||||||
"components.RequestModal.pending4krequest": "Pending Request for {title} in 4K",
|
"components.RequestModal.pending4krequest": "Pending Request for {title} in 4K",
|
||||||
"components.RequestModal.pendingrequest": "Pending Request for {title}",
|
"components.RequestModal.pendingrequest": "Pending Request for {title}",
|
||||||
@@ -210,10 +208,10 @@
|
|||||||
"components.RequestModal.request4k": "Request 4K",
|
"components.RequestModal.request4k": "Request 4K",
|
||||||
"components.RequestModal.request4kfrom": "There is currently a pending 4K request from {username}.",
|
"components.RequestModal.request4kfrom": "There is currently a pending 4K request from {username}.",
|
||||||
"components.RequestModal.request4ktitle": "Request {title} in 4K",
|
"components.RequestModal.request4ktitle": "Request {title} in 4K",
|
||||||
"components.RequestModal.requestCancel": "Request for <strong>{title}</strong> cancelled.",
|
"components.RequestModal.requestCancel": "Request for <strong>{title}</strong> canceled.",
|
||||||
"components.RequestModal.requestSuccess": "<strong>{title}</strong> requested.",
|
"components.RequestModal.requestSuccess": "<strong>{title}</strong> requested.",
|
||||||
"components.RequestModal.requestadmin": "Your request will be immediately approved.",
|
"components.RequestModal.requestadmin": "Your request will be immediately approved.",
|
||||||
"components.RequestModal.requestcancelled": "Request cancelled.",
|
"components.RequestModal.requestcancelled": "Request canceled.",
|
||||||
"components.RequestModal.requestedited": "Request edited.",
|
"components.RequestModal.requestedited": "Request edited.",
|
||||||
"components.RequestModal.requesterror": "Something went wrong while submitting the request.",
|
"components.RequestModal.requesterror": "Something went wrong while submitting the request.",
|
||||||
"components.RequestModal.requestfrom": "There is currently a pending request from {username}",
|
"components.RequestModal.requestfrom": "There is currently a pending request from {username}",
|
||||||
@@ -408,7 +406,7 @@
|
|||||||
"components.Settings.SettingsJobsCache.canceljob": "Cancel Job",
|
"components.Settings.SettingsJobsCache.canceljob": "Cancel Job",
|
||||||
"components.Settings.SettingsJobsCache.command": "Command",
|
"components.Settings.SettingsJobsCache.command": "Command",
|
||||||
"components.Settings.SettingsJobsCache.flushcache": "Flush Cache",
|
"components.Settings.SettingsJobsCache.flushcache": "Flush Cache",
|
||||||
"components.Settings.SettingsJobsCache.jobcancelled": "{jobname} cancelled.",
|
"components.Settings.SettingsJobsCache.jobcancelled": "{jobname} canceled.",
|
||||||
"components.Settings.SettingsJobsCache.jobname": "Job Name",
|
"components.Settings.SettingsJobsCache.jobname": "Job Name",
|
||||||
"components.Settings.SettingsJobsCache.jobs": "Jobs",
|
"components.Settings.SettingsJobsCache.jobs": "Jobs",
|
||||||
"components.Settings.SettingsJobsCache.jobsDescription": "Overseerr performs certain maintenance tasks as regularly-scheduled jobs, but they can also be manually triggered below. Manually running a job will not alter its schedule.",
|
"components.Settings.SettingsJobsCache.jobsDescription": "Overseerr performs certain maintenance tasks as regularly-scheduled jobs, but they can also be manually triggered below. Manually running a job will not alter its schedule.",
|
||||||
|
|||||||
Reference in New Issue
Block a user