Fixed: Missing Translates

pull/921/head
bakerboy448 3 years ago committed by Qstick
parent 4f056bf228
commit 788a5a3e24

@ -248,7 +248,7 @@ class QueryParameterModal extends Component {
onSelectionChange={this.onInputSelectionChange} onSelectionChange={this.onInputSelectionChange}
/> />
<Button onPress={onModalClose}> <Button onPress={onModalClose}>
Close {translate('Close')}
</Button> </Button>
</ModalFooter> </ModalFooter>
</ModalContent> </ModalContent>

@ -264,7 +264,7 @@ class SearchFooter extends Component {
isDisabled={isFetching || !hasIndexers || selectedCount === 0} isDisabled={isFetching || !hasIndexers || selectedCount === 0}
onPress={onBulkGrabPress} onPress={onBulkGrabPress}
> >
{translate('Grab Releases')} {translate('GrabReleases')}
</SpinnerButton> </SpinnerButton>
} }

@ -22,6 +22,7 @@
"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",
"Application": "Application",
"Applications": "Applications", "Applications": "Applications",
"ApplicationStatusCheckAllClientMessage": "All applications are unavailable due to failures", "ApplicationStatusCheckAllClientMessage": "All applications are unavailable due to failures",
"ApplicationStatusCheckSingleClientMessage": "Applications unavailable due to failures: {0}", "ApplicationStatusCheckSingleClientMessage": "Applications unavailable due to failures: {0}",
@ -154,6 +155,7 @@
"GeneralSettings": "General Settings", "GeneralSettings": "General Settings",
"GeneralSettingsSummary": "Port, SSL, username/password, proxy, analytics, and updates", "GeneralSettingsSummary": "Port, SSL, username/password, proxy, analytics, and updates",
"Grabbed": "Grabbed", "Grabbed": "Grabbed",
"GrabReleases": "Grab Release(s)",
"Grabs": "Grabs", "Grabs": "Grabs",
"Health": "Health", "Health": "Health",
"HealthNoIssues": "No issues with your configuration", "HealthNoIssues": "No issues with your configuration",
@ -179,6 +181,7 @@
"IndexerInfo": "Indexer Info", "IndexerInfo": "Indexer Info",
"IndexerLongTermStatusCheckAllClientMessage": "All indexers are unavailable due to failures for more than 6 hours", "IndexerLongTermStatusCheckAllClientMessage": "All indexers are unavailable due to failures for more than 6 hours",
"IndexerLongTermStatusCheckSingleClientMessage": "Indexers unavailable due to failures for more than 6 hours: {0}", "IndexerLongTermStatusCheckSingleClientMessage": "Indexers unavailable due to failures for more than 6 hours: {0}",
"IndexerName": "Indexer Name",
"IndexerNoDefCheckMessage": "Indexers have no definition and will not work: {0}. Please remove and (or) re-add to Prowlarr", "IndexerNoDefCheckMessage": "Indexers have no definition and will not work: {0}. Please remove and (or) re-add to Prowlarr",
"IndexerObsoleteCheckMessage": "Indexers are obsolete or have been updated: {0}. Please remove and (or) re-add to Prowlarr", "IndexerObsoleteCheckMessage": "Indexers are obsolete or have been updated: {0}. Please remove and (or) re-add to Prowlarr",
"IndexerPriority": "Indexer Priority", "IndexerPriority": "Indexer Priority",
@ -206,6 +209,7 @@
"LastWriteTime": "Last Write Time", "LastWriteTime": "Last Write Time",
"LaunchBrowserHelpText": " Open a web browser and navigate to the Prowlarr homepage on app start.", "LaunchBrowserHelpText": " Open a web browser and navigate to the Prowlarr homepage on app start.",
"Level": "Level", "Level": "Level",
"Link": "Link",
"LogFiles": "Log Files", "LogFiles": "Log Files",
"Logging": "Logging", "Logging": "Logging",
"LogLevel": "Log Level", "LogLevel": "Log Level",
@ -213,6 +217,7 @@
"Logs": "Logs", "Logs": "Logs",
"MaintenanceRelease": "Maintenance Release: bug fixes and other improvements. See Github Commit History for more details", "MaintenanceRelease": "Maintenance Release: bug fixes and other improvements. See Github Commit History for more details",
"Manual": "Manual", "Manual": "Manual",
"MappedDrivesRunningAsService": "Mapped network drives are not available when running as a Windows Service. Please see the FAQ for more information",
"MassEditor": "Mass Editor", "MassEditor": "Mass Editor",
"Mechanism": "Mechanism", "Mechanism": "Mechanism",
"Message": "Message", "Message": "Message",
@ -227,6 +232,7 @@
"Name": "Name", "Name": "Name",
"NetCore": ".NET", "NetCore": ".NET",
"New": "New", "New": "New",
"No": "No",
"NoBackupsAreAvailable": "No backups are available", "NoBackupsAreAvailable": "No backups are available",
"NoChange": "No Change", "NoChange": "No Change",
"NoChanges": "No Changes", "NoChanges": "No Changes",
@ -435,6 +441,7 @@
"Warn": "Warn", "Warn": "Warn",
"Website": "Website", "Website": "Website",
"Wiki": "Wiki", "Wiki": "Wiki",
"Yes": "Yes",
"YesCancel": "Yes, Cancel", "YesCancel": "Yes, Cancel",
"Yesterday": "Yesterday" "Yesterday": "Yesterday"
} }

Loading…
Cancel
Save