mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -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 Measure from 'Components/Measure';
|
||||
import { icons, kinds, sizes } from 'Helpers/Props';
|
||||
import translate from 'Utilities/String/translate';
|
||||
import QualityProfileItemDragPreview from './QualityProfileItemDragPreview';
|
||||
import QualityProfileItemDragSource from './QualityProfileItemDragSource';
|
||||
import styles from './QualityProfileItems.css';
|
||||
|
@ -74,7 +75,7 @@ class QualityProfileItems extends Component {
|
|||
|
||||
<div>
|
||||
<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>
|
||||
</Button>
|
||||
|
|
|
@ -211,6 +211,7 @@
|
|||
"DiskSpace": "Disk Space",
|
||||
"Docker": "Docker",
|
||||
"Donations": "Donations",
|
||||
"DoneEditingGroups": "Done Editing Groups",
|
||||
"DoNotPrefer": "Do Not Prefer",
|
||||
"DoNotUpgradeAutomatically": "Do not Upgrade Automatically",
|
||||
"DownloadClient": "Download Client",
|
||||
|
@ -229,6 +230,7 @@
|
|||
"EditArtist": "Edit Artist",
|
||||
"EditConnection": "Edit Connection",
|
||||
"EditDelayProfile": "Edit Delay Profile",
|
||||
"EditGroups": "Edit Groups",
|
||||
"EditImportListExclusion": "Edit Import List Exclusion",
|
||||
"EditIndexer": "Edit Indexer",
|
||||
"EditList": "Edit List",
|
||||
|
@ -564,6 +566,7 @@
|
|||
"ProxyType": "Proxy Type",
|
||||
"ProxyUsernameHelpText": "You only need to enter a username and password if one is required. Leave them blank otherwise.",
|
||||
"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",
|
||||
"QualityDefinitions": "Quality Definitions",
|
||||
"QualityLimitsHelpText": "Limits are automatically adjusted for the album duration.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue