feat: Allow tracking who you are watching anime with

This commit is contained in:
2026-07-25 14:49:43 +02:00
parent 52890dd9ea
commit aa72095b98
13 changed files with 870 additions and 24 deletions

View File

@@ -45,7 +45,22 @@
"cancelButton": "Abbrechen",
"readState": "Lese-Status",
"episodes": "Folgen",
"chapters": "Kapitel"
"chapters": "Kapitel",
"mal": "MAL",
"watchingWith": {
"title": "Zusammen schauen mit",
"add": "Hinzufügen",
"name": "Name",
"alone": "Alleine"
},
"watchers": {
"removeTitle": "Zuschauer entfernen",
"removeBody": "Bist Du dir sicher, dass du \"$watcher\" als Zuschauer entfernen möchtest?"
},
"details": {
"titleJa": "Japanischer Titel",
"textCopied": "Text wurde in die Zwischenablage kopiert"
}
},
"data": {
"dropped": "Abgebrochen",

View File

@@ -50,6 +50,16 @@
"chapters": "Chapters",
"volumesOwned": "Volumes owned",
"mal": "MAL",
"watchingWith": {
"title": "Watching with",
"add": "Add",
"name": "Name",
"alone": "Watching alone"
},
"watchers": {
"removeTitle": "Remove Watcher",
"removeBody": "Are you sure you want to remove \"$watcher\" as a watcher?"
},
"details": {
"titleJa": "Japanese Title",
"textCopied": "Text copied to clipboard"