fix: notification templates for admin reports (#2045)

Co-authored-by: patak <matias.capeletto@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
Nikita Karamov 2023-05-03 17:01:35 +02:00 committed by GitHub
parent fb61891c29
commit c6c844f3fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 29 additions and 5 deletions

View file

@ -196,6 +196,7 @@
"followed_you_count": "{n} Account folgt dir|{n} Accounts folgen dir",
"missing_type": "Fehlender notification.type:",
"reblogged_post": "hat deinen Beitrag geteilt",
"reported": "{0} hat {1} gemeldet",
"request_to_follow": "möchte dir folgen",
"signed_up": "hat sich registriert",
"update_status": "hat diesen Beitrag aktualisiert"

View file

@ -295,6 +295,7 @@
"followed_you_count": "{0} people followed you|{0} person followed you|{0} people followed you",
"missing_type": "MISSING notification.type:",
"reblogged_post": "boosted your post",
"reported": "{0} reported {1}",
"request_to_follow": "requested to follow you",
"signed_up": "signed up",
"update_status": "updated their post"

View file

@ -219,6 +219,7 @@
"followed_you_count": "{0} читатель|{0} читателя|{0} читателей|{0} читателей",
"missing_type": "ОТСУТСТВУЕТ notification.type:",
"reblogged_post": "сделали реблог вашего поста",
"reported": "{0} пожаловался на {1}",
"request_to_follow": "запрос на чтение",
"signed_up": "зарегистрировались",
"update_status": "обновили свой пост"