mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07:00
parent
4614ceffbd
commit
8453c5ef04
2 changed files with 6 additions and 2 deletions
|
@ -7,6 +7,7 @@ import Icon from 'Components/Icon';
|
||||||
import Button from 'Components/Link/Button';
|
import Button from 'Components/Link/Button';
|
||||||
import Measure from 'Components/Measure';
|
import Measure from 'Components/Measure';
|
||||||
import { icons, kinds, sizes } from 'Helpers/Props';
|
import { icons, kinds, sizes } from 'Helpers/Props';
|
||||||
|
import translate from 'Utilities/String/translate';
|
||||||
import QualityProfileItemDragPreview from './QualityProfileItemDragPreview';
|
import QualityProfileItemDragPreview from './QualityProfileItemDragPreview';
|
||||||
import QualityProfileItemDragSource from './QualityProfileItemDragSource';
|
import QualityProfileItemDragSource from './QualityProfileItemDragSource';
|
||||||
import styles from './QualityProfileItems.css';
|
import styles from './QualityProfileItems.css';
|
||||||
|
@ -74,7 +75,7 @@ class QualityProfileItems extends Component {
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<FormInputHelpText
|
<FormInputHelpText
|
||||||
text="Qualities higher in the list are more preferred. Qualities within the same group are equal. Only checked qualities are wanted"
|
text={translate('QualitiesHelpText')}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -115,7 +116,7 @@ class QualityProfileItems extends Component {
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{
|
{
|
||||||
editGroups ? 'Done Editing Groups' : 'Edit Groups'
|
editGroups ? translate('DoneEditingGroups') : translate('EditGroups')
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
@ -211,6 +211,7 @@
|
||||||
"DiskSpace": "Disk Space",
|
"DiskSpace": "Disk Space",
|
||||||
"Docker": "Docker",
|
"Docker": "Docker",
|
||||||
"Donations": "Donations",
|
"Donations": "Donations",
|
||||||
|
"DoneEditingGroups": "Done Editing Groups",
|
||||||
"DoNotPrefer": "Do Not Prefer",
|
"DoNotPrefer": "Do Not Prefer",
|
||||||
"DoNotUpgradeAutomatically": "Do not Upgrade Automatically",
|
"DoNotUpgradeAutomatically": "Do not Upgrade Automatically",
|
||||||
"DownloadClient": "Download Client",
|
"DownloadClient": "Download Client",
|
||||||
|
@ -229,6 +230,7 @@
|
||||||
"EditArtist": "Edit Artist",
|
"EditArtist": "Edit Artist",
|
||||||
"EditConnection": "Edit Connection",
|
"EditConnection": "Edit Connection",
|
||||||
"EditDelayProfile": "Edit Delay Profile",
|
"EditDelayProfile": "Edit Delay Profile",
|
||||||
|
"EditGroups": "Edit Groups",
|
||||||
"EditImportListExclusion": "Edit Import List Exclusion",
|
"EditImportListExclusion": "Edit Import List Exclusion",
|
||||||
"EditIndexer": "Edit Indexer",
|
"EditIndexer": "Edit Indexer",
|
||||||
"EditList": "Edit List",
|
"EditList": "Edit List",
|
||||||
|
@ -564,6 +566,7 @@
|
||||||
"ProxyType": "Proxy Type",
|
"ProxyType": "Proxy Type",
|
||||||
"ProxyUsernameHelpText": "You only need to enter a username and password if one is required. Leave them blank otherwise.",
|
"ProxyUsernameHelpText": "You only need to enter a username and password if one is required. Leave them blank otherwise.",
|
||||||
"PublishedDate": "Published Date",
|
"PublishedDate": "Published Date",
|
||||||
|
"QualitiesHelpText": "Qualities higher in the list are more preferred even if not checked. Qualities within the same group are equal. Only checked qualities are wanted",
|
||||||
"Quality": "Quality",
|
"Quality": "Quality",
|
||||||
"QualityDefinitions": "Quality Definitions",
|
"QualityDefinitions": "Quality Definitions",
|
||||||
"QualityLimitsHelpText": "Limits are automatically adjusted for the album duration.",
|
"QualityLimitsHelpText": "Limits are automatically adjusted for the album duration.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue