New translations overseerr.json (English)

This commit is contained in:
Thomas Camlong
2022-08-25 12:10:17 +02:00
committed by ajnart
parent f8f13bd08b
commit 74b38d8055

View File

@@ -4,27 +4,27 @@
"description": "Allows you to search and add media from Overseerr/Jellyseerr" "description": "Allows you to search and add media from Overseerr/Jellyseerr"
}, },
"popup": { "popup": {
"item": { "item": {
"buttons": { "buttons": {
"askFor": "Ask for {{title}}", "askFor": "Ask for {{title}}",
"cancel": "Cancel", "cancel": "Cancel",
"request": "Request" "request": "Request"
}, },
"alerts": { "alerts": {
"automaticApproval": { "automaticApproval": {
"title": "Using API key", "title": "Using API key",
"text": "This request will be automatically approved" "text": "This request will be automatically approved"
}
}
},
"seasonSelector": {
"caption": "Tick the seasons that you want to be downloaded",
"table": {
"header": {
"season": "Season",
"numberOfEpisodes": "Number of episodes"
}
}
} }
} }
},
"seasonSelector": {
"caption": "Tick the seasons that you want to be downloaded",
"table": {
"header": {
"season": "Season",
"numberOfEpisodes": "Number of episodes"
}
}
}
}
} }