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,
|
mappedEpisodeNumbers,
|
||||||
mappedAbsoluteEpisodeNumbers,
|
mappedAbsoluteEpisodeNumbers,
|
||||||
mappedEpisodeInfo,
|
mappedEpisodeInfo,
|
||||||
rejections,
|
rejections = [],
|
||||||
episodeRequested,
|
episodeRequested,
|
||||||
downloadAllowed,
|
downloadAllowed,
|
||||||
isDaily,
|
isDaily,
|
||||||
isGrabbing,
|
isGrabbing = false,
|
||||||
isGrabbed,
|
isGrabbed = false,
|
||||||
longDateFormat,
|
longDateFormat,
|
||||||
timeFormat,
|
timeFormat,
|
||||||
grabError,
|
grabError,
|
||||||
|
|
|
@ -500,7 +500,7 @@
|
||||||
"Global": "Global",
|
"Global": "Global",
|
||||||
"Grab": "Grab",
|
"Grab": "Grab",
|
||||||
"GrabId": "Grab ID",
|
"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}'?",
|
"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",
|
"GrabSelected": "Grab Selected",
|
||||||
"Grabbed": "Grabbed",
|
"Grabbed": "Grabbed",
|
||||||
|
@ -925,6 +925,7 @@
|
||||||
"RegularExpressionsCanBeTested": "Regular expressions can be tested [here](http://regexstorm.net/tester).",
|
"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).",
|
"RegularExpressionsTutorialLink": "More details on regular expressions can be found [here](https://www.regular-expressions.info/tutorial.html).",
|
||||||
"RejectionCount": "Rejection Count",
|
"RejectionCount": "Rejection Count",
|
||||||
|
"Rejections": "Rejections",
|
||||||
"RelativePath": "Relative Path",
|
"RelativePath": "Relative Path",
|
||||||
"Release": "Release",
|
"Release": "Release",
|
||||||
"ReleaseGroup": "Release Group",
|
"ReleaseGroup": "Release Group",
|
||||||
|
|
Loading…
Reference in New Issue