feat: add request media (#1811)

This commit is contained in:
Manuel
2024-12-31 11:05:30 +01:00
committed by GitHub
parent e53b06e8c2
commit 91e1cef611
14 changed files with 436 additions and 16 deletions

View File

@@ -2744,6 +2744,11 @@
}
}
},
"media": {
"requestMovie": "Request movie",
"requestSeries": "Request series",
"openIn": "Open in {kind}"
},
"external": {
"help": "Use an external search engine",
"group": {
@@ -2984,6 +2989,22 @@
}
}
}
},
"media": {
"request": {
"modal": {
"title": "Request \"{name}\"",
"table": {
"header": {
"season": "Season",
"episodes": "Episodes"
}
},
"button": {
"send": "Send request"
}
}
}
}
}
}