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}
/>
<Button onPress={onModalClose}>
Close
{translate('Close')}
</Button>
</ModalFooter>
</ModalContent>

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

@ -22,6 +22,7 @@
"ApiKey": "API Key",
"AppDataDirectory": "AppData directory",
"AppDataLocationHealthCheckMessage": "Updating will not be possible to prevent deleting AppData on Update",
"Application": "Application",
"Applications": "Applications",
"ApplicationStatusCheckAllClientMessage": "All applications are unavailable due to failures",
"ApplicationStatusCheckSingleClientMessage": "Applications unavailable due to failures: {0}",
@ -154,6 +155,7 @@
"GeneralSettings": "General Settings",
"GeneralSettingsSummary": "Port, SSL, username/password, proxy, analytics, and updates",
"Grabbed": "Grabbed",
"GrabReleases": "Grab Release(s)",
"Grabs": "Grabs",
"Health": "Health",
"HealthNoIssues": "No issues with your configuration",
@ -179,6 +181,7 @@
"IndexerInfo": "Indexer Info",
"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}",
"IndexerName": "Indexer Name",
"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",
"IndexerPriority": "Indexer Priority",
@ -206,6 +209,7 @@
"LastWriteTime": "Last Write Time",
"LaunchBrowserHelpText": " Open a web browser and navigate to the Prowlarr homepage on app start.",
"Level": "Level",
"Link": "Link",
"LogFiles": "Log Files",
"Logging": "Logging",
"LogLevel": "Log Level",
@ -213,6 +217,7 @@
"Logs": "Logs",
"MaintenanceRelease": "Maintenance Release: bug fixes and other improvements. See Github Commit History for more details",
"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",
"Mechanism": "Mechanism",
"Message": "Message",
@ -227,6 +232,7 @@
"Name": "Name",
"NetCore": ".NET",
"New": "New",
"No": "No",
"NoBackupsAreAvailable": "No backups are available",
"NoChange": "No Change",
"NoChanges": "No Changes",
@ -435,6 +441,7 @@
"Warn": "Warn",
"Website": "Website",
"Wiki": "Wiki",
"Yes": "Yes",
"YesCancel": "Yes, Cancel",
"Yesterday": "Yesterday"
}

Loading…
Cancel
Save