mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Update status translations for Indexer index
This commit is contained in:
@@ -43,7 +43,7 @@ function IndexerStatusCell(props: IndexerStatusCellProps) {
|
|||||||
className={styles.statusIcon}
|
className={styles.statusIcon}
|
||||||
kind={enabled ? enableKind : kinds.DEFAULT}
|
kind={enabled ? enableKind : kinds.DEFAULT}
|
||||||
name={enabled ? enableIcon : icons.BLOCKLIST}
|
name={enabled ? enableIcon : icons.BLOCKLIST}
|
||||||
title={enabled ? enableTitle : translate('EnabledIndexerIsDisabled')}
|
title={enabled ? enableTitle : translate('Disabled')}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
{status ? (
|
{status ? (
|
||||||
|
@@ -36,7 +36,7 @@ export const defaultState = {
|
|||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
name: 'status',
|
name: 'status',
|
||||||
columnLabel: translate('ReleaseStatus'),
|
columnLabel: translate('IndexerStatus'),
|
||||||
isSortable: true,
|
isSortable: true,
|
||||||
isVisible: true,
|
isVisible: true,
|
||||||
isModifiable: false
|
isModifiable: false
|
||||||
|
@@ -222,6 +222,7 @@
|
|||||||
"IndexerRss": "Indexer Rss",
|
"IndexerRss": "Indexer Rss",
|
||||||
"IndexerSettingsSummary": "Configure various global Indexer settings including Proxies.",
|
"IndexerSettingsSummary": "Configure various global Indexer settings including Proxies.",
|
||||||
"IndexerSite": "Indexer Site",
|
"IndexerSite": "Indexer Site",
|
||||||
|
"IndexerStatus": "Indexer Status",
|
||||||
"IndexerStatusCheckAllClientMessage": "All indexers are unavailable due to failures",
|
"IndexerStatusCheckAllClientMessage": "All indexers are unavailable due to failures",
|
||||||
"IndexerStatusCheckSingleClientMessage": "Indexers unavailable due to failures: {0}",
|
"IndexerStatusCheckSingleClientMessage": "Indexers unavailable due to failures: {0}",
|
||||||
"IndexerTagsHelpText": "Use tags to specify Indexer Proxies or which apps the indexer is synced to. Applications without 1 or more matching Indexer Tags will not be synced to.",
|
"IndexerTagsHelpText": "Use tags to specify Indexer Proxies or which apps the indexer is synced to. Applications without 1 or more matching Indexer Tags will not be synced to.",
|
||||||
|
Reference in New Issue
Block a user