feat: Allow tracking who you are watching anime with
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user