Fix translations and default values in Interactive Search
This commit is contained in:
parent
5a7f42a63e
commit
dc6204d377
|
@ -139,12 +139,12 @@ function InteractiveSearchRow(props: InteractiveSearchRowProps) {
|
|||
mappedEpisodeNumbers,
|
||||
mappedAbsoluteEpisodeNumbers,
|
||||
mappedEpisodeInfo,
|
||||
rejections,
|
||||
rejections = [],
|
||||
episodeRequested,
|
||||
downloadAllowed,
|
||||
isDaily,
|
||||
isGrabbing,
|
||||
isGrabbed,
|
||||
isGrabbing = false,
|
||||
isGrabbed = false,
|
||||
longDateFormat,
|
||||
timeFormat,
|
||||
grabError,
|
||||
|
|
|
@ -500,7 +500,7 @@
|
|||
"Global": "Global",
|
||||
"Grab": "Grab",
|
||||
"GrabId": "Grab ID",
|
||||
"GrabRelease": "GrabRelease",
|
||||
"GrabRelease": "Grab Release",
|
||||
"GrabReleaseMessageText": "Sonarr was unable to determine which series and episode this release was for. Sonarr may be unable to automatically import this release. Do you want to grab '{title}'?",
|
||||
"GrabSelected": "Grab Selected",
|
||||
"Grabbed": "Grabbed",
|
||||
|
@ -925,6 +925,7 @@
|
|||
"RegularExpressionsCanBeTested": "Regular expressions can be tested [here](http://regexstorm.net/tester).",
|
||||
"RegularExpressionsTutorialLink": "More details on regular expressions can be found [here](https://www.regular-expressions.info/tutorial.html).",
|
||||
"RejectionCount": "Rejection Count",
|
||||
"Rejections": "Rejections",
|
||||
"RelativePath": "Relative Path",
|
||||
"Release": "Release",
|
||||
"ReleaseGroup": "Release Group",
|
||||
|
|
Loading…
Reference in New Issue