mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 04:00:18 -07:00
Update translations
(cherry picked from commit 26031389757f6b5270bbe5591101b08e58debb73) Closes #3797
This commit is contained in:
parent
bc3ec36bb1
commit
9bc318e6b0
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ class RemoveQueueItemsModal extends Component {
|
||||||
type={inputTypes.CHECK}
|
type={inputTypes.CHECK}
|
||||||
name="blocklist"
|
name="blocklist"
|
||||||
value={blocklist}
|
value={blocklist}
|
||||||
helpText={translate('BlocklistHelpText')}
|
helpText={translate('BlocklistReleaseHelpText')}
|
||||||
onChange={this.onBlocklistChange}
|
onChange={this.onBlocklistChange}
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
|
|
|
@ -104,8 +104,8 @@
|
||||||
"BindAddressHelpText": "Valid IP address, localhost or '*' for all interfaces",
|
"BindAddressHelpText": "Valid IP address, localhost or '*' for all interfaces",
|
||||||
"BindAddressHelpTextWarning": "Requires restart to take effect",
|
"BindAddressHelpTextWarning": "Requires restart to take effect",
|
||||||
"Blocklist": "Blocklist",
|
"Blocklist": "Blocklist",
|
||||||
"BlocklistHelpText": "Prevents Lidarr from automatically grabbing these files again",
|
|
||||||
"BlocklistRelease": "Blocklist Release",
|
"BlocklistRelease": "Blocklist Release",
|
||||||
|
"BlocklistReleaseHelpText": "Prevents Lidarr from automatically grabbing these files again",
|
||||||
"BlocklistReleases": "Blocklist Releases",
|
"BlocklistReleases": "Blocklist Releases",
|
||||||
"Branch": "Branch",
|
"Branch": "Branch",
|
||||||
"BypassIfAboveCustomFormatScore": "Bypass if Above Custom Format Score",
|
"BypassIfAboveCustomFormatScore": "Bypass if Above Custom Format Score",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue