diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 925252437..fced90ea7 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -639,9 +639,9 @@ "accountWarning": "Dein Konto, deine Beiträge oder Kommentare kannst du nach dem Löschen WEDER VERWALTEN NOCH WIEDERHERSTELLEN!", "accountWarningAdmin": "Das Konto, die Beiträge oder Kommentare können nach dem Löschen WEDER VERWALTEN NOCH WIEDERHERGESTELLT WERDEN!", "accountWarningIsAdmin": "Achtung! Du löschst jetzt ein Benutzerkonto!", - "commentedCount": "Meine {count} Kommentare löschen", + "commentedCount": "Meinen {count} Kommentar löschen ::: Meine {count} Kommentare löschen", "confirmDeleting": "Benutzerkonto jetzt löschen", - "contributionsCount": "Meine {count} Beiträge löschen", + "contributionsCount": "Meinen {count} Beitrag löschen ::: Meine {count} Beiträge löschen", "infoAdmin": "Alle Beiträge und Kommentare des Users werden zusätzlich gelöscht!", "name": "Benutzerkonto löschen", "pleaseConfirm": "Zerstörerische Aktion! Gib „{confirm}“ ein, um zu bestätigen.", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 984deeeb7..03fcce817 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -639,9 +639,9 @@ "accountWarning": "You CAN'T MANAGE and CAN'T RECOVER your Account, Posts, or Comments after deleting your account!", "accountWarningAdmin": "The account, contributions or comments can NOT BE ADMINISTERED OR RESTORED after deletion!", "accountWarningIsAdmin": "Heads up! You are about to delete a user account!", - "commentedCount": "Delete my {count} comments", + "commentedCount": "Delete my {count} comment ::: Delete my {count} comments", "confirmDeleting": "Delete user account now", - "contributionsCount": "Delete my {count} posts", + "contributionsCount": "Delete my {count} post ::: Delete my {count} posts", "infoAdmin": "All contributions and comments of the user are additionally deleted!", "name": "Delete user account", "pleaseConfirm": "Destructive action! Type “{confirm}” to confirm.",