fix(lang): Remove unused strings and correct spelling of 'canceling'/'canceled' (#981)

This commit is contained in:
TheCatLady
2021-02-20 05:12:11 -05:00
committed by GitHub
parent 4e2706b421
commit 5b64655776
5 changed files with 9 additions and 14 deletions

View File

@@ -23,12 +23,12 @@ const messages = defineMessages({
cancelrequest:
'This will remove your request. Are you sure you want to continue?',
requestSuccess: '<strong>{title}</strong> successfully requested!',
requestCancel: 'Request for <strong>{title}</strong> cancelled',
requestCancel: 'Request for <strong>{title}</strong> canceled',
requesttitle: 'Request {title}',
request4ktitle: 'Request {title} in 4K',
close: 'Close',
cancel: 'Cancel Request',
cancelling: 'Cancelling…',
cancelling: 'Canceling…',
pendingrequest: 'Pending request for {title}',
pending4krequest: 'Pending request for {title} in 4K',
requesting: 'Requesting…',

View File

@@ -39,13 +39,10 @@ const messages = defineMessages({
notrequested: 'Not Requested',
errorediting: 'Something went wrong while editing the request.',
requestedited: 'Request edited.',
requestcancelled: 'Request cancelled.',
requestcancelled: 'Request canceled.',
autoapproval: 'Automatic Approval',
requesterror: 'Something went wrong while submitting the request.',
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',
});