feat(plex): Settings toggle for Plex watch-sync + one-click import
Admins get a 'Plex watch sync' section in Settings → Account (shown when the Plex module is on):
a two-way-sync toggle whose first enable imports the Plex watch history, a last-import line, and an
'Import from Plex now' button. api.plexWatch{Link,SetLink,Import}; trilingual EN/HU/DE strings.
This commit is contained in:
parent
04fb3fb16e
commit
a0475eb7bb
5 changed files with 118 additions and 2 deletions
|
|
@ -5,6 +5,16 @@
|
|||
"notifications": "Benachrichtigungen",
|
||||
"account": "Konto"
|
||||
},
|
||||
"plexSync": {
|
||||
"title": "Plex-Wiedergabesync",
|
||||
"intro": "Halte den Status „gesehen / wird gerade angesehen“ zwischen Plex und Siftlode synchron. Beim Einschalten wird dein vorhandener Plex-Verlauf einmalig importiert (Plex gewinnt); die laufende Zwei-Wege-Synchronisierung folgt.",
|
||||
"toggle": "Zwei-Wege-Sync mit Plex",
|
||||
"toggleHint": "Nutzt das Plex-Konto dieses Servers. Beim Aktivieren wird dein Plex-Wiedergabeverlauf einmalig importiert.",
|
||||
"importNow": "Jetzt aus Plex importieren",
|
||||
"imported": "Aus Plex importiert: {{watched}} gesehen, {{in_progress}} laufend.",
|
||||
"lastSync": "Letzter Import: {{when}}",
|
||||
"never": "Noch nicht importiert"
|
||||
},
|
||||
"save": {
|
||||
"unsaved": "Nicht gespeicherte Änderungen",
|
||||
"saving": "Speichern…",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue