fix(notifications): name the entity in action toasts
Eight confirmations stated a bare fact without saying what they acted on. Pass the entity through the mutation variables and interpolate it: channel unsubscribe/reset name the channel, whitelist/demo-whitelist adds name the email, tag delete names the tag, and playlist revert/push name the playlist. EN/HU/DE.
This commit is contained in:
parent
557f2cef9c
commit
6c4c33f956
16 changed files with 45 additions and 43 deletions
|
|
@ -111,14 +111,14 @@
|
|||
"notify": {
|
||||
"synced": "{{count}} Abos synchronisiert",
|
||||
"syncFailed": "Abo-Synchronisierung fehlgeschlagen",
|
||||
"unsubscribed": "Bei YouTube abbestellt",
|
||||
"unsubscribed": "{{name}} bei YouTube abbestellt",
|
||||
"unsubscribeFailed": "Abbestellen fehlgeschlagen",
|
||||
"fullHistoryRequested": "Vollständiger Verlauf für {{count}} Kanäle angefordert",
|
||||
"fullHistoryFailed": "Vollständiger Verlauf konnte nicht angefordert werden",
|
||||
"needYouTube": "Verbinde dein YouTube-Konto, um dies zu tun.",
|
||||
"connect": "Verbinden",
|
||||
"filteredByTag": "Feed nach Tag gefiltert: {{name}}",
|
||||
"resetDone": "Kanal zurückgesetzt — wird neu geladen",
|
||||
"resetDone": "{{name}} zurückgesetzt — wird neu geladen",
|
||||
"resetFailed": "Kanal konnte nicht zurückgesetzt werden"
|
||||
},
|
||||
"confirmUnsubscribe": "Kanal „{{name}}“ bei YouTube abbestellen? Dies ändert dein echtes YouTube-Konto. Um ihn nur aus deinem Feed zu entfernen, blende ihn stattdessen aus.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue