From 0e935eb05412712c3f667bcd9e08a820e532a169 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Sat, 15 Aug 2020 00:35:12 -0500 Subject: [Localization] Add keys for notifications and sort --- app/javascript/mastodon/locales/en-MP.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/javascript/mastodon/locales/en-MP.json b/app/javascript/mastodon/locales/en-MP.json index bf34e6fc6..7490fca60 100644 --- a/app/javascript/mastodon/locales/en-MP.json +++ b/app/javascript/mastodon/locales/en-MP.json @@ -27,9 +27,9 @@ "compose_form.spoiler": "Enter content notes here", "confirmations.delete.message": "Are you sure you want to delete this roar?", "confirmations.mute.explanation": "This will hide roars from them and roars mentioning them, but it will still allow them to see your roars and follow you.", - "confirmations.redraft.message": "Are you sure you want to delete and redraft this roar? Admirations and boosts will be lost, and replies to the original roar will be orphaned.", "confirmations.publish.confirm": "Publish", "confirmations.publish.message": "Are you ready to publish your roar?", + "confirmations.redraft.message": "Are you sure you want to delete and redraft this roar? Admirations and boosts will be lost, and replies to the original roar will be orphaned.", "content-type.change": "Content type", "directory.federated": "From Fediverse", "embed.instructions": "Embed this roar on your website by copying the code below.", @@ -75,7 +75,13 @@ "navigation_bar.public_timeline": "Fediverse", "notification_purge.start": "Enter notification cleaning mode", "notification.favourite": "{name} admired your roar", + "notification.follow_request": "{name} wants to follow you", + "notification.follow": "{name} followed you", + "notification.mention": "{name} mentioned you", + "notification.own_poll": "Your poll has ended", + "notification.poll": "A poll you have voted in has ended", "notification.reblog": "{name} boosted your roar", + "notifications.clear": "Clear notifications", "notifications.column_settings.favourite": "Admirations:", "notifications.filter.favourites": "Admirations", "poll.total_people": "{count, plural, one {# creature} other {# creatures}}", @@ -129,6 +135,7 @@ "status.permissions.visibility.status": "{visibility} 🡲 {domain}", "status.pinned": "Pinned", "status.publish": "Publish", + "status.reblogged_by": "{name}", "status.reblogs.empty": "No one has boosted this roar yet. When someone does, they will show up here.", "status.show_less_all": "Hide all", "status.show_less": "Hide", -- cgit