feat: add confirmation prompts for creating new follow and mute lists
This commit is contained in:
parent
71cf05c820
commit
9c3d9a5432
17 changed files with 101 additions and 16 deletions
|
|
@ -340,6 +340,10 @@ export default {
|
|||
'No zaps yet': 'Noch keine Zaps',
|
||||
'No more reposts': 'Keine weiteren Reposts',
|
||||
'No reposts yet': 'Noch keine Reposts',
|
||||
Reposts: 'Reposts'
|
||||
Reposts: 'Reposts',
|
||||
FollowListNotFoundConfirmation:
|
||||
'Folgeliste nicht gefunden. Möchten Sie eine neue erstellen? Wenn Sie zuvor Benutzer gefolgt haben, bestätigen Sie bitte NICHT, da diese Operation dazu führt, dass Sie Ihre vorherige Folgeliste verlieren.',
|
||||
MuteListNotFoundConfirmation:
|
||||
'Stummschaltungsliste nicht gefunden. Möchten Sie eine neue erstellen? Wenn Sie zuvor Benutzer stummgeschaltet haben, bestätigen Sie bitte NICHT, da diese Operation dazu führt, dass Sie Ihre vorherige Stummschaltungsliste verlieren.'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue