mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 16:32:36 +01:00
Add translation for missing movies count from collection
This commit is contained in:
parent
15c34a61de
commit
73b99d0be2
2 changed files with 2 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class CollectionOverview extends Component {
|
||||||
size={13}
|
size={13}
|
||||||
/>
|
/>
|
||||||
<span className={styles.status}>
|
<span className={styles.status}>
|
||||||
{`${missingMovies} missing movie(s)`}
|
{translate('CountMissingMoviesFromLibrary', { count: missingMovies })}
|
||||||
</span>
|
</span>
|
||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -260,6 +260,7 @@
|
||||||
"CountDownloadClientsSelected": "{count} download client(s) selected",
|
"CountDownloadClientsSelected": "{count} download client(s) selected",
|
||||||
"CountImportListsSelected": "{count} import list(s) selected",
|
"CountImportListsSelected": "{count} import list(s) selected",
|
||||||
"CountIndexersSelected": "{count} indexer(s) selected",
|
"CountIndexersSelected": "{count} indexer(s) selected",
|
||||||
|
"CountMissingMoviesFromLibrary": "{count} missing movie(s) from library",
|
||||||
"CountVotes": "{votes} votes",
|
"CountVotes": "{votes} votes",
|
||||||
"CreateEmptyMovieFolders": "Create empty movie folders",
|
"CreateEmptyMovieFolders": "Create empty movie folders",
|
||||||
"CreateEmptyMovieFoldersHelpText": "Create missing movie folders during disk scan",
|
"CreateEmptyMovieFoldersHelpText": "Create missing movie folders during disk scan",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue