diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-05-22 16:25:22 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-05-22 16:25:22 +0000 |
| commit | 3287ce94539973018fac7cf4bed2f2c4643f838e (patch) | |
| tree | 6fb4fcdcce28b95b704bc9ae205f723dbeb5c23e /src/i18n | |
| parent | c93adf2e9a8ac6bfbe1e6cebde1d189475b3cb58 (diff) | |
| parent | 6e0ceda968625259bafea72cf90446b610f0b913 (diff) | |
Merge branch 'from/develop/tusooa/poll-notif' into 'develop'
Poll-end notifications
See merge request pleroma/pleroma-fe!1524
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index f8336e5c..733df0a0 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -160,7 +160,8 @@ "repeated_you": "repeated your status", "no_more_notifications": "No more notifications", "migrated_to": "migrated to", - "reacted_with": "reacted with {0}" + "reacted_with": "reacted with {0}", + "poll_ended": "poll has ended" }, "polls": { "add_poll": "Add poll", @@ -427,6 +428,7 @@ "notification_visibility_repeats": "Repeats", "notification_visibility_moves": "User Migrates", "notification_visibility_emoji_reactions": "Reactions", + "notification_visibility_polls": "Ends of polls you voted in", "no_rich_text_description": "Strip rich text formatting from all posts", "no_blocks": "No blocks", "no_mutes": "No mutes", |
