fix(i18n): use "post" and "boost" consistently (#2344)

This commit is contained in:
Valtteri Laitinen 2023-08-21 00:41:02 +03:00 committed by GitHub
parent 067550720a
commit ee88c111f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -220,8 +220,8 @@
"navigation": { "navigation": {
"go_to_home": "Home", "go_to_home": "Home",
"go_to_notifications": "Notifications", "go_to_notifications": "Notifications",
"next_status": "Next status", "next_status": "Next post",
"previous_status": "Previous status", "previous_status": "Previous post",
"shortcut_help": "Shortcut help", "shortcut_help": "Shortcut help",
"title": "Navigation" "title": "Navigation"
} }
@ -447,7 +447,7 @@
"follow": "New followers", "follow": "New followers",
"mention": "Mentions", "mention": "Mentions",
"poll": "Polls", "poll": "Polls",
"reblog": "Reblog your post", "reblog": "Boosts",
"title": "What notifications to receive?" "title": "What notifications to receive?"
}, },
"description": "Receive notifications even when you are not using Elk.", "description": "Receive notifications even when you are not using Elk.",
@ -564,7 +564,7 @@
}, },
"status": { "status": {
"account": { "account": {
"suspended_message": "The account of this status has been suspended.", "suspended_message": "The account of this post has been suspended.",
"suspended_show": "Show content anyways?" "suspended_show": "Show content anyways?"
}, },
"boosted_by": "Boosted By", "boosted_by": "Boosted By",