1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Translation update, updating inline div tags and placeHolder attributes

This commit is contained in:
nitsua
2020-09-05 14:46:39 -04:00
committed by Qstick
parent 914d8f9937
commit f286f99bb6
53 changed files with 313 additions and 96 deletions
+15 -5
View File
@@ -44,12 +44,16 @@ class MovieIndexFooter extends PureComponent {
<div>
<div className={styles.legendItem}>
<div className={styles.ended} />
<div>Downloaded and Monitored</div>
<div>
{translate('DownloadedAndMonitored')}
</div>
</div>
<div className={styles.legendItem}>
<div className={styles.availNotMonitored} />
<div>Downloaded, but not Monitored</div>
<div>
{translate('DownloadedButNotMonitored')}
</div>
</div>
<div className={styles.legendItem}>
@@ -58,7 +62,9 @@ class MovieIndexFooter extends PureComponent {
colorImpairedMode && 'colorImpaired'
)}
/>
<div>Missing, Monitored and considered Available</div>
<div>
{translate('MissingMonitoredAndConsideredAvailable')}
</div>
</div>
<div className={styles.legendItem}>
@@ -67,12 +73,16 @@ class MovieIndexFooter extends PureComponent {
colorImpairedMode && 'colorImpaired'
)}
/>
<div>Missing, not Monitored</div>
<div>
{translate('MissingNotMonitored')}
</div>
</div>
<div className={styles.legendItem}>
<div className={styles.continuing} />
<div>Unreleased</div>
<div>
{translate('Unreleased')}
</div>
</div>
</div>