mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 21:03:27 +01:00
Add translation to movie collection filters
This commit is contained in:
parent
cbae355402
commit
fd0ff78791
2 changed files with 4 additions and 3 deletions
|
|
@ -60,12 +60,12 @@ export const defaultState = {
|
|||
filters: [
|
||||
{
|
||||
key: 'all',
|
||||
label: 'All',
|
||||
label: translate('All'),
|
||||
filters: []
|
||||
},
|
||||
{
|
||||
key: 'missing',
|
||||
label: 'Missing',
|
||||
label: translate('Missing'),
|
||||
filters: [
|
||||
{
|
||||
key: 'missingMovies',
|
||||
|
|
@ -76,7 +76,7 @@ export const defaultState = {
|
|||
},
|
||||
{
|
||||
key: 'complete',
|
||||
label: 'Complete',
|
||||
label: translate('Complete'),
|
||||
filters: [
|
||||
{
|
||||
key: 'missingMovies',
|
||||
|
|
|
|||
|
|
@ -142,6 +142,7 @@
|
|||
"ColonReplacement": "Colon Replacement",
|
||||
"ColonReplacementFormatHelpText": "Change how Radarr handles colon replacement",
|
||||
"Columns": "Columns",
|
||||
"Complete": "Complete",
|
||||
"CompletedDownloadHandling": "Completed Download Handling",
|
||||
"Component": "Component",
|
||||
"Conditions": "Conditions",
|
||||
|
|
|
|||
Loading…
Reference in a new issue