kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Rename likes to zaps
rodzic
c4c54f73fd
commit
320afaed1c
|
@ -649,7 +649,7 @@ const StatusActionBar: React.FC<IStatusActionBar> = ({
|
|||
<StatusReactionWrapper statusId={status.id}>
|
||||
<StatusActionButton
|
||||
title={meEmojiTitle}
|
||||
icon={require('@tabler/icons/heart.svg')}
|
||||
icon={require('@tabler/icons/bolt.svg')}
|
||||
filled
|
||||
color='accent'
|
||||
active={Boolean(meEmojiName)}
|
||||
|
|
|
@ -43,7 +43,7 @@ const icons: Record<NotificationType, string> = {
|
|||
follow: require('@tabler/icons/user-plus.svg'),
|
||||
follow_request: require('@tabler/icons/user-plus.svg'),
|
||||
mention: require('@tabler/icons/at.svg'),
|
||||
favourite: require('@tabler/icons/heart.svg'),
|
||||
favourite: require('@tabler/icons/bolt.svg'),
|
||||
reblog: require('@tabler/icons/repeat.svg'),
|
||||
status: require('@tabler/icons/bell-ringing.svg'),
|
||||
poll: require('@tabler/icons/chart-bar.svg'),
|
||||
|
|
|
@ -1050,7 +1050,7 @@
|
|||
"new_group_panel.action": "Create Group",
|
||||
"new_group_panel.subtitle": "Can't find what you're looking for? Start your own private or public group.",
|
||||
"new_group_panel.title": "Create Group",
|
||||
"notification.favourite": "{name} liked your post",
|
||||
"notification.favourite": "{name} zapped your post",
|
||||
"notification.follow": "{name} followed you",
|
||||
"notification.follow_request": "{name} has requested to follow you",
|
||||
"notification.mention": "{name} mentioned you",
|
||||
|
@ -1413,7 +1413,7 @@
|
|||
"status.edit": "Edit",
|
||||
"status.embed": "Embed post",
|
||||
"status.external": "View post on {domain}",
|
||||
"status.favourite": "Like",
|
||||
"status.favourite": "Zap",
|
||||
"status.filtered": "Filtered",
|
||||
"status.group": "Posted in {group}",
|
||||
"status.group_mod_block": "Block @{name} from group",
|
||||
|
@ -1435,7 +1435,7 @@
|
|||
"status.reactions.empty": "No one has reacted to this post yet. When someone does, they will show up here.",
|
||||
"status.reactions.heart": "Love",
|
||||
"status.reactions.laughing": "Haha",
|
||||
"status.reactions.like": "Like",
|
||||
"status.reactions.like": "Zap",
|
||||
"status.reactions.open_mouth": "Wow",
|
||||
"status.reactions.weary": "Weary",
|
||||
"status.read_more": "Read more",
|
||||
|
|
Ładowanie…
Reference in New Issue