update en.json
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
aeb4743a9d
commit
167b293e9b
2 changed files with 1 additions and 5 deletions
|
@ -12,8 +12,6 @@ import type { DraftStatus } from 'soapbox/reducers/draft-statuses';
|
|||
import type { Status as StatusEntity } from 'soapbox/types/entities';
|
||||
|
||||
const messages = defineMessages({
|
||||
edit: { id: 'draft_status.edit', defaultMessage: 'Edit' },
|
||||
cancel: { id: 'draft_status.cancel', defaultMessage: 'Cancel' },
|
||||
deleteConfirm: { id: 'confirmations.draft_status_delete.confirm', defaultMessage: 'Discard' },
|
||||
deleteHeading: { id: 'confirmations.draft_status_delete.heading', defaultMessage: 'Cancel draft post' },
|
||||
deleteMessage: { id: 'confirmations.draft_status_delete.message', defaultMessage: 'Are you sure you want to discard this draft post?' },
|
||||
|
|
|
@ -1067,8 +1067,6 @@
|
|||
"notification.favourite": "{name} liked your post",
|
||||
"notification.follow": "{name} followed you",
|
||||
"notification.follow_request": "{name} has requested to follow you",
|
||||
"notification.group_favourite": "{name} liked your group post",
|
||||
"notification.group_reblog": "{name} reposted your group post",
|
||||
"notification.mention": "{name} mentioned you",
|
||||
"notification.mentioned": "{name} mentioned you",
|
||||
"notification.move": "{name} moved to {targetName}",
|
||||
|
@ -1084,7 +1082,7 @@
|
|||
"notification.user_approved": "Welcome to {instance}!",
|
||||
"notifications.filter.all": "All",
|
||||
"notifications.filter.boosts": "Reposts",
|
||||
"notifications.filter.emoji_reacts": "Emoji reacts",
|
||||
"notifications.filter.events": "Events",
|
||||
"notifications.filter.favourites": "Likes",
|
||||
"notifications.filter.follows": "Follows",
|
||||
"notifications.filter.mentions": "Mentions",
|
||||
|
|
Loading…
Reference in a new issue