mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
@@ -85,21 +85,21 @@ class Tag extends Component {
|
|||||||
{
|
{
|
||||||
!!indexerIds.length &&
|
!!indexerIds.length &&
|
||||||
<div>
|
<div>
|
||||||
{indexerIds.length} indexer{indexerIds.length > 1 && 's'}
|
{indexerIds.length} {indexerIds.length > 1 ? translate('Indexers') : translate('Indexer')}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
!!notificationIds.length &&
|
!!notificationIds.length &&
|
||||||
<div>
|
<div>
|
||||||
{notificationIds.length} connection{notificationIds.length > 1 && 's'}
|
{notificationIds.length} {notificationIds.length > 1 ? translate('Notifications') : translate('Notification')}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
!!indexerProxyIds.length &&
|
!!indexerProxyIds.length &&
|
||||||
<div>
|
<div>
|
||||||
{indexerProxyIds.length} indexerProxy{indexerProxyIds.length > 1 && 's'}
|
{indexerProxyIds.length} {indexerProxyIds.length > 1 ? translate('IndexerProxies') : translate('IndexerProxy')}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
@@ -108,7 +108,7 @@ class Tag extends Component {
|
|||||||
{
|
{
|
||||||
!isTagUsed &&
|
!isTagUsed &&
|
||||||
<div>
|
<div>
|
||||||
No links
|
{translate('NoLinks')}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -191,6 +191,7 @@
|
|||||||
"IndexerPriority": "Indexer Priority",
|
"IndexerPriority": "Indexer Priority",
|
||||||
"IndexerPriorityHelpText": "Indexer Priority from 1 (Highest) to 50 (Lowest). Default: 25.",
|
"IndexerPriorityHelpText": "Indexer Priority from 1 (Highest) to 50 (Lowest). Default: 25.",
|
||||||
"IndexerProxies": "Indexer Proxies",
|
"IndexerProxies": "Indexer Proxies",
|
||||||
|
"IndexerProxy": "Indexer Proxy",
|
||||||
"IndexerProxyStatusCheckAllClientMessage": "All proxies are unavailable due to failures",
|
"IndexerProxyStatusCheckAllClientMessage": "All proxies are unavailable due to failures",
|
||||||
"IndexerProxyStatusCheckSingleClientMessage": "Proxies unavailable due to failures: {0}",
|
"IndexerProxyStatusCheckSingleClientMessage": "Proxies unavailable due to failures: {0}",
|
||||||
"IndexerQuery": "Indexer Query",
|
"IndexerQuery": "Indexer Query",
|
||||||
@@ -246,10 +247,12 @@
|
|||||||
"NoChanges": "No Changes",
|
"NoChanges": "No Changes",
|
||||||
"NoLeaveIt": "No, Leave It",
|
"NoLeaveIt": "No, Leave It",
|
||||||
"NoLimitForAnyRuntime": "No limit for any runtime",
|
"NoLimitForAnyRuntime": "No limit for any runtime",
|
||||||
|
"NoLinks": "No Links",
|
||||||
"NoLogFiles": "No log files",
|
"NoLogFiles": "No log files",
|
||||||
"NoMinimumForAnyRuntime": "No minimum for any runtime",
|
"NoMinimumForAnyRuntime": "No minimum for any runtime",
|
||||||
"NoSearchResultsFound": "No search results found, try performing a new search below.",
|
"NoSearchResultsFound": "No search results found, try performing a new search below.",
|
||||||
"NoTagsHaveBeenAddedYet": "No tags have been added yet",
|
"NoTagsHaveBeenAddedYet": "No tags have been added yet",
|
||||||
|
"Notification": "Notification",
|
||||||
"Notifications": "Notifications",
|
"Notifications": "Notifications",
|
||||||
"NotificationTriggers": "Notification Triggers",
|
"NotificationTriggers": "Notification Triggers",
|
||||||
"NotificationTriggersHelpText": "Select which events should trigger this notification",
|
"NotificationTriggersHelpText": "Select which events should trigger this notification",
|
||||||
|
Reference in New Issue
Block a user