Fixed: Various Translations

pull/6877/head
bakerboy448 3 years ago
parent d1fa92bc6c
commit 194e0f3d7f

@ -120,7 +120,7 @@ class Blocklist extends Component {
<PageToolbar> <PageToolbar>
<PageToolbarSection> <PageToolbarSection>
<PageToolbarButton <PageToolbarButton
label="Remove Selected" label={translate('RemoveSelected')}
iconName={icons.REMOVE} iconName={icons.REMOVE}
isDisabled={!selectedIds.length} isDisabled={!selectedIds.length}
isSpinning={isRemoving} isSpinning={isRemoving}

@ -166,7 +166,9 @@ class FilterBuilderModalContent extends Component {
</div> </div>
</div> </div>
<div className={styles.label}>Filters</div> <div className={styles.label}>
{translate('Filters')}
</div>
<div className={styles.rows}> <div className={styles.rows}>
{ {

@ -128,7 +128,7 @@ class SelectLanguageModalContent extends Component {
kind={kinds.SUCCESS} kind={kinds.SUCCESS}
onPress={this.onLanguageSelect} onPress={this.onLanguageSelect}
> >
{translate('SelectLanguges')} {translate('SelectLanguages')}
</Button> </Button>
</ModalFooter> </ModalFooter>
</ModalContent> </ModalContent>

@ -75,14 +75,14 @@ class SelectReleaseGroupModalContent extends Component {
<ModalFooter> <ModalFooter>
<Button onPress={onModalClose}> <Button onPress={onModalClose}>
Cancel {translate('Cancel')}
</Button> </Button>
<Button <Button
kind={kinds.SUCCESS} kind={kinds.SUCCESS}
onPress={this.onReleaseGroupSelect} onPress={this.onReleaseGroupSelect}
> >
Set Release Group {translate('SetReleaseGroup')}
</Button> </Button>
</ModalFooter> </ModalFooter>
</ModalContent> </ModalContent>

@ -6,7 +6,7 @@ export function getMovieStatusDetails(status) {
let statusDetails = { let statusDetails = {
icon: icons.ANNOUNCED, icon: icons.ANNOUNCED,
title: translate('Announced'), title: translate('Announced'),
message: translate('AnnoucedMsg') message: translate('AnnouncedMsg')
}; };
if (status === 'deleted') { if (status === 'deleted') {

@ -51,9 +51,15 @@ class RemotePathMappings extends Component {
{...otherProps} {...otherProps}
> >
<div className={styles.remotePathMappingsHeader}> <div className={styles.remotePathMappingsHeader}>
<div className={styles.host}>Host</div> <div className={styles.host}>
<div className={styles.path}>Remote Path</div> {translate('Host')}
<div className={styles.path}>Local Path</div> </div>
<div className={styles.path}>
{translate('RemotePath')}
</div>
<div className={styles.path}>
{translate('LocalPath')}
</div>
</div> </div>
<div> <div>

@ -50,10 +50,16 @@ class ImportListExclusions extends Component {
errorMessage={translate('UnableToLoadListExclusions')} errorMessage={translate('UnableToLoadListExclusions')}
{...otherProps} {...otherProps}
> >
<div className={styles.importListExclusionsHeader}> <div className={styles.importExclusionsHeader}>
<div className={styles.tmdbId}>TMDB Id</div> <div className={styles.tmdbId}>
<div className={styles.title}>Title</div> TMDb Id
<div className={styles.movieYear}>Year</div> </div>
<div className={styles.title}>
{translate('Title')}
</div>
<div className={styles.movieYear}>
{translate('Year')}
</div>
</div> </div>
<div> <div>

@ -174,7 +174,7 @@ function EditIndexerModalContent(props) {
</FormGroup> </FormGroup>
<FormGroup> <FormGroup>
<FormLabel>Tags</FormLabel> <FormLabel>{translate('Tags')}</FormLabel>
<FormInputGroup <FormInputGroup
type={inputTypes.TAG} type={inputTypes.TAG}

@ -82,10 +82,18 @@ class DelayProfiles extends Component {
> >
<div> <div>
<div className={styles.delayProfilesHeader}> <div className={styles.delayProfilesHeader}>
<div className={styles.column}>Protocol</div> <div className={styles.column}>
<div className={styles.column}>Usenet Delay</div> {translate('Protocol')}
<div className={styles.column}>Torrent Delay</div> </div>
<div className={styles.tags}>Tags</div> <div className={styles.column}>
{translate('UsenetDelay')}
</div>
<div className={styles.column}>
{translate('TorrentDelay')}
</div>
<div className={styles.tags}>
{translate('Tags')}
</div>
</div> </div>
<div className={styles.delayProfiles}> <div className={styles.delayProfiles}>

@ -25,9 +25,15 @@ class QualityDefinitions extends Component {
{...otherProps} {...otherProps}
> >
<div className={styles.header}> <div className={styles.header}>
<div className={styles.quality}>Quality</div> <div className={styles.quality}>
<div className={styles.title}>Title</div> {translate('Quality')}
<div className={styles.sizeLimit}>Size Limit</div> </div>
<div className={styles.title}>
{translate('Title')}
</div>
<div className={styles.sizeLimit}>
{translate('SizeLimit')}
</div>
{ {
advancedSettings ? advancedSettings ?

@ -152,7 +152,7 @@ function TagDetailsModalContent(props) {
{ {
indexers.length ? indexers.length ?
<FieldSet legend="Indexers"> <FieldSet legend={translate('Indexers')}>
{ {
indexers.map((item) => { indexers.map((item) => {
return ( return (

@ -38,7 +38,6 @@
"AllMoviesInPathHaveBeenImported": "All movies in {0} have been imported", "AllMoviesInPathHaveBeenImported": "All movies in {0} have been imported",
"AllowHardcodedSubs": "Allow Hardcoded Subs", "AllowHardcodedSubs": "Allow Hardcoded Subs",
"AllowHardcodedSubsHelpText": "Detected hardcoded subs will be automatically downloaded", "AllowHardcodedSubsHelpText": "Detected hardcoded subs will be automatically downloaded",
"AllowMovieChangeClickToChangeMovie": "Click to change movie",
"AllResultsHiddenFilter": "All results are hidden by the applied filter", "AllResultsHiddenFilter": "All results are hidden by the applied filter",
"AlreadyInYourLibrary": "Already in your library", "AlreadyInYourLibrary": "Already in your library",
"AlternativeTitle": "Alternative Title", "AlternativeTitle": "Alternative Title",
@ -46,8 +45,8 @@
"AnalyseVideoFiles": "Analyze video files", "AnalyseVideoFiles": "Analyze video files",
"Analytics": "Analytics", "Analytics": "Analytics",
"AnalyticsEnabledHelpText": "Send anonymous usage and error information to Radarr's servers. This includes information on your browser, which Radarr WebUI pages you use, error reporting as well as OS and runtime version. We will use this information to prioritize features and bug fixes.", "AnalyticsEnabledHelpText": "Send anonymous usage and error information to Radarr's servers. This includes information on your browser, which Radarr WebUI pages you use, error reporting as well as OS and runtime version. We will use this information to prioritize features and bug fixes.",
"AnnoucedMsg": "Movie is announced",
"Announced": "Announced", "Announced": "Announced",
"AnnouncedMsg": "Movie is announced",
"ApiKey": "API Key", "ApiKey": "API Key",
"AppDataDirectory": "AppData directory", "AppDataDirectory": "AppData directory",
"AppDataLocationHealthCheckMessage": "Updating will not be possible to prevent deleting AppData on Update", "AppDataLocationHealthCheckMessage": "Updating will not be possible to prevent deleting AppData on Update",
@ -227,7 +226,6 @@
"DetailedProgressBar": "Detailed Progress Bar", "DetailedProgressBar": "Detailed Progress Bar",
"DetailedProgressBarHelpText": "Show text on progress bar", "DetailedProgressBarHelpText": "Show text on progress bar",
"Details": "Details", "Details": "Details",
"Digital": "Digital",
"DigitalRelease": "Digital Release", "DigitalRelease": "Digital Release",
"Disabled": "Disabled", "Disabled": "Disabled",
"Discord": "Discord", "Discord": "Discord",
@ -240,8 +238,6 @@
"DoneEditingGroups": "Done Editing Groups", "DoneEditingGroups": "Done Editing Groups",
"DoNotPrefer": "Do Not Prefer", "DoNotPrefer": "Do Not Prefer",
"DoNotUpgradeAutomatically": "Do not Upgrade Automatically", "DoNotUpgradeAutomatically": "Do not Upgrade Automatically",
"DotNetVersionCheckNotRecommendedMessage": "Currently installed .Net Framework {0} is supported but we recommend upgrading to at least {1}.",
"DotNetVersionCheckOldUnsupportedMessage": "Currently installed .Net Framework {0} is old and unsupported. Please upgrade the .Net Framework to at least {1}.",
"Download": "Download", "Download": "Download",
"DownloadClient": "Download Client", "DownloadClient": "Download Client",
"DownloadClientCheckDownloadingToRoot": "Download client {0} places downloads in the root folder {1}. You should not download to a root folder.", "DownloadClientCheckDownloadingToRoot": "Download client {0} places downloads in the root folder {1}. You should not download to a root folder.",
@ -305,7 +301,6 @@
"ErrorRestoringBackup": "Error restoring backup", "ErrorRestoringBackup": "Error restoring backup",
"Events": "Events", "Events": "Events",
"EventType": "Event Type", "EventType": "Event Type",
"Example": "Example",
"Exception": "Exception", "Exception": "Exception",
"Excluded": "Excluded", "Excluded": "Excluded",
"ExcludeMovie": "Exclude Movie", "ExcludeMovie": "Exclude Movie",
@ -330,11 +325,11 @@
"FileNames": "File Names", "FileNames": "File Names",
"FileNameTokens": "File Name Tokens", "FileNameTokens": "File Name Tokens",
"Files": "Files", "Files": "Files",
"Filesize": "Filesize",
"FileWasDeletedByUpgrade": "File was deleted to import an upgrade", "FileWasDeletedByUpgrade": "File was deleted to import an upgrade",
"FileWasDeletedByViaUI": "File was deleted via the UI", "FileWasDeletedByViaUI": "File was deleted via the UI",
"Filter": "Filter", "Filter": "Filter",
"FilterPlaceHolder": "Search movies", "FilterPlaceHolder": "Search movies",
"Filters": "Filters",
"FirstDayOfWeek": "First Day of Week", "FirstDayOfWeek": "First Day of Week",
"Fixed": "Fixed", "Fixed": "Fixed",
"FocusSearchBox": "Focus Search Box", "FocusSearchBox": "Focus Search Box",
@ -475,9 +470,9 @@
"LoadingMovieExtraFilesFailed": "Loading movie extra files failed", "LoadingMovieExtraFilesFailed": "Loading movie extra files failed",
"LoadingMovieFilesFailed": "Loading movie files failed", "LoadingMovieFilesFailed": "Loading movie files failed",
"Local": "Local", "Local": "Local",
"LocalPath": "Local Path",
"Location": "Location", "Location": "Location",
"LogFiles": "Log Files", "LogFiles": "Log Files",
"LogFilesLocationMessage": "Log files are located in:",
"Logging": "Logging", "Logging": "Logging",
"LogLevel": "Log Level", "LogLevel": "Log Level",
"LogLevelTraceHelpTextWarning": "Trace logging should only be enabled temporarily", "LogLevelTraceHelpTextWarning": "Trace logging should only be enabled temporarily",
@ -503,7 +498,6 @@
"MaximumSizeHelpText": "Maximum size for a release to be grabbed in MB. Set to zero to set to unlimited", "MaximumSizeHelpText": "Maximum size for a release to be grabbed in MB. Set to zero to set to unlimited",
"Mechanism": "Mechanism", "Mechanism": "Mechanism",
"MediaInfo": "Media Info", "MediaInfo": "Media Info",
"MediaInfoDllCheckMessage": "MediaInfo Library could not be loaded {0}",
"MediaManagement": "Media Management", "MediaManagement": "Media Management",
"MediaManagementSettings": "Media Management Settings", "MediaManagementSettings": "Media Management Settings",
"MediaManagementSettingsSummary": "Naming and file management settings", "MediaManagementSettingsSummary": "Naming and file management settings",
@ -540,14 +534,6 @@
"MonitoredOnly": "Monitored Only", "MonitoredOnly": "Monitored Only",
"MonitoredStatus": "Monitored/Status", "MonitoredStatus": "Monitored/Status",
"MonitorMovie": "Monitor Movie", "MonitorMovie": "Monitor Movie",
"MonoBSDSupportCheckMessage": "The operating system {0} will not be supported in the next release of Radarr.",
"MonoNotNetCoreCheckMessage": "Please upgrade to the .NET Core version of Radarr, Mono versions will not be supported in the next release.",
"MonoTlsCheckMessage": "Radarr Mono 4.x tls workaround still enabled, consider removing MONO_TLS_PROVIDER=legacy environment option",
"MonoVersion": "Mono Version",
"MonoVersionCheckNotSupportedMessage": "Currently installed Mono version {0} is no longer supported. Please upgrade Mono to version {1}.",
"MonoVersionCheckOldNotSupportedMessage": "Currently installed Mono version {0} is old and unsupported. Please upgrade Mono to version {1}.",
"MonoVersionCheckUpgradeRecommendedMessage": "Currently installed Mono version {0} is supported but upgrading to {1} is recommended.",
"Monox86SupportCheckMessage": "The current operating system is 32 bit, this will not be supported in the next release of Radarr.",
"Month": "Month", "Month": "Month",
"Months": "Months", "Months": "Months",
"More": "More", "More": "More",
@ -560,7 +546,6 @@
"MoveFolders2": "Would you like to move the movie files from '{0}' to '{1}' ?", "MoveFolders2": "Would you like to move the movie files from '{0}' to '{1}' ?",
"Movie": "Movie", "Movie": "Movie",
"MovieAlreadyExcluded": "Movie already Excluded", "MovieAlreadyExcluded": "Movie already Excluded",
"MovieAvailableButMissing": "Movie Available, but Missing",
"MovieChat": "Movie Chat", "MovieChat": "Movie Chat",
"MovieDetailsNextMovie": "Movie Details: Next Movie", "MovieDetailsNextMovie": "Movie Details: Next Movie",
"MovieDetailsPreviousMovie": "Movie Details: Previous Movie", "MovieDetailsPreviousMovie": "Movie Details: Previous Movie",
@ -569,7 +554,6 @@
"MovieFiles": "Movie Files", "MovieFiles": "Movie Files",
"MovieFilesTotaling": "Movie Files Totaling", "MovieFilesTotaling": "Movie Files Totaling",
"MovieFolderFormat": "Movie Folder Format", "MovieFolderFormat": "Movie Folder Format",
"MovieHasntReleasedYet": "Movie hasn't released yet",
"MovieID": "Movie ID", "MovieID": "Movie ID",
"MovieIndex": "Movie Index", "MovieIndex": "Movie Index",
"MovieIndexScrollBottom": "Movie Index: Scroll Bottom", "MovieIndexScrollBottom": "Movie Index: Scroll Bottom",
@ -589,7 +573,6 @@
"MoviesSelectedInterp": "{0} Movie(s) Selected", "MoviesSelectedInterp": "{0} Movie(s) Selected",
"MovieTitle": "Movie Title", "MovieTitle": "Movie Title",
"MovieTitleHelpText": "The title of the movie to exclude (can be anything meaningful)", "MovieTitleHelpText": "The title of the movie to exclude (can be anything meaningful)",
"MovieWasDownloadedAndSorted": "Movie was downloaded and sorted",
"MovieYear": "Movie Year", "MovieYear": "Movie Year",
"MovieYearHelpText": "The year of the movie to exclude", "MovieYearHelpText": "The year of the movie to exclude",
"MultiLanguage": "Multi-Language", "MultiLanguage": "Multi-Language",
@ -608,7 +591,6 @@
"NoBackupsAreAvailable": "No backups are available", "NoBackupsAreAvailable": "No backups are available",
"NoChange": "No Change", "NoChange": "No Change",
"NoChanges": "No Changes", "NoChanges": "No Changes",
"NoCinemaRelease": "No Cinema Release",
"NoEventsFound": "No events found", "NoEventsFound": "No events found",
"NoHistory": "No history", "NoHistory": "No history",
"NoLeaveIt": "No, Leave It", "NoLeaveIt": "No, Leave It",
@ -733,7 +715,6 @@
"Queued": "Queued", "Queued": "Queued",
"QueueIsEmpty": "Queue is empty", "QueueIsEmpty": "Queue is empty",
"QuickImport": "Move Automatically", "QuickImport": "Move Automatically",
"Radarr": "Radarr",
"RadarrCalendarFeed": "Radarr Calendar Feed", "RadarrCalendarFeed": "Radarr Calendar Feed",
"RadarrSupportsAnyDownloadClient": "Radarr supports many popular torrent and usenet download clients.", "RadarrSupportsAnyDownloadClient": "Radarr supports many popular torrent and usenet download clients.",
"RadarrSupportsAnyIndexer": "Radarr supports any indexer that uses the Newznab standard, as well as other indexers listed below.", "RadarrSupportsAnyIndexer": "Radarr supports any indexer that uses the Newznab standard, as well as other indexers listed below.",
@ -764,7 +745,6 @@
"RelativePath": "Relative Path", "RelativePath": "Relative Path",
"ReleaseBranchCheckOfficialBranchMessage": "Branch {0} is not a valid Radarr release branch, you will not receive updates", "ReleaseBranchCheckOfficialBranchMessage": "Branch {0} is not a valid Radarr release branch, you will not receive updates",
"Released": "Released", "Released": "Released",
"ReleaseDate": "Release Date",
"ReleaseDates": "Release Dates", "ReleaseDates": "Release Dates",
"ReleasedMsg": "Movie is released", "ReleasedMsg": "Movie is released",
"ReleaseGroup": "Release Group", "ReleaseGroup": "Release Group",
@ -773,8 +753,8 @@
"ReleaseTitle": "Release Title", "ReleaseTitle": "Release Title",
"ReleaseWillBeProcessedInterp": "Release will be processed {0}", "ReleaseWillBeProcessedInterp": "Release will be processed {0}",
"Reload": "Reload", "Reload": "Reload",
"RemotePath": "Remote Path",
"RemotePathMappingCheckBadDockerPath": "You are using docker; download client {0} places downloads in {1} but this is not a valid {2} path. Review your remote path mappings and download client settings.", "RemotePathMappingCheckBadDockerPath": "You are using docker; download client {0} places downloads in {1} but this is not a valid {2} path. Review your remote path mappings and download client settings.",
"RemotePathMappingCheckDockerFilesMissing": "You are using docker; download client {0} reported files in {1} but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings.",
"RemotePathMappingCheckDockerFolderMissing": "You are using docker; download client {0} places downloads in {1} but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings.", "RemotePathMappingCheckDockerFolderMissing": "You are using docker; download client {0} places downloads in {1} but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings.",
"RemotePathMappingCheckDownloadPermissions": "Radarr can see but not access downloaded movie {0}. Likely permissions error.", "RemotePathMappingCheckDownloadPermissions": "Radarr can see but not access downloaded movie {0}. Likely permissions error.",
"RemotePathMappingCheckFileRemoved": "File {0} was removed part way through processing.", "RemotePathMappingCheckFileRemoved": "File {0} was removed part way through processing.",
@ -880,7 +860,7 @@
"SelectDotDot": "Select...", "SelectDotDot": "Select...",
"SelectFolder": "Select Folder", "SelectFolder": "Select Folder",
"SelectLanguage": "Select Language", "SelectLanguage": "Select Language",
"SelectLanguges": "Select Languages", "SelectLanguages": "Select Languages",
"SelectMovie": "Select Movie", "SelectMovie": "Select Movie",
"SelectQuality": "Select Quality", "SelectQuality": "Select Quality",
"SelectReleaseGroup": "Select Release Group", "SelectReleaseGroup": "Select Release Group",
@ -888,6 +868,7 @@
"SetPermissions": "Set Permissions", "SetPermissions": "Set Permissions",
"SetPermissionsLinuxHelpText": "Should chmod be run when files are imported/renamed?", "SetPermissionsLinuxHelpText": "Should chmod be run when files are imported/renamed?",
"SetPermissionsLinuxHelpTextWarning": "If you're unsure what these settings do, do not alter them.", "SetPermissionsLinuxHelpTextWarning": "If you're unsure what these settings do, do not alter them.",
"SetReleaseGroup": "Set Release Group",
"SetTags": "Set Tags", "SetTags": "Set Tags",
"Settings": "Settings", "Settings": "Settings",
"SettingsEnableColorImpairedMode": "Enable Color-Impaired Mode", "SettingsEnableColorImpairedMode": "Enable Color-Impaired Mode",
@ -936,6 +917,7 @@
"ShowYear": "Show Year", "ShowYear": "Show Year",
"Shutdown": "Shutdown", "Shutdown": "Shutdown",
"Size": "Size", "Size": "Size",
"SizeLimit": "Size Limit",
"SizeOnDisk": "Size on Disk", "SizeOnDisk": "Size on Disk",
"SkipFreeSpaceCheck": "Skip Free Space Check", "SkipFreeSpaceCheck": "Skip Free Space Check",
"SkipFreeSpaceCheckWhenImportingHelpText": "Use when Radarr is unable to detect free space from your movie root folder", "SkipFreeSpaceCheckWhenImportingHelpText": "Use when Radarr is unable to detect free space from your movie root folder",

Loading…
Cancel
Save