Rename emoji reactions to stamp
This commit is contained in:
parent
9429f5b60c
commit
c841756be0
9 changed files with 27 additions and 21 deletions
|
@ -1465,9 +1465,9 @@ en:
|
|||
subject: "%{name} favorited your post"
|
||||
title: New favorite
|
||||
emoji_reaction:
|
||||
body: 'Your post was reacted with emoji by %{name}:'
|
||||
subject: "%{name} reacted your post with emoji"
|
||||
title: New emoji reaction
|
||||
body: 'Your post was stamped by %{name}:'
|
||||
subject: "%{name} stamped your post"
|
||||
title: New stamp
|
||||
follow:
|
||||
body: "%{name} is now following you!"
|
||||
subject: "%{name} is now following you"
|
||||
|
@ -1711,7 +1711,7 @@ en:
|
|||
enabled_hint: Automatically deletes your posts once they reach a specified age threshold, unless they match one of the exceptions below
|
||||
exceptions: Exceptions
|
||||
explanation: Because deleting posts is an expensive operation, this is done slowly over time when the server is not otherwise busy. For this reason, your posts may be deleted a while after they reach the age threshold.
|
||||
ignore_emojis: Ignore emoji reactions
|
||||
ignore_emojis: Ignore stamps
|
||||
ignore_favs: Ignore favorites
|
||||
ignore_reblogs: Ignore boosts
|
||||
interaction_exceptions: Exceptions based on interactions
|
||||
|
@ -1738,8 +1738,8 @@ en:
|
|||
'63113904': 2 years
|
||||
'7889238': 3 months
|
||||
min_age_label: Age threshold
|
||||
min_emojis: Keep posts emoji-reacted at least
|
||||
min_emojis_hint: Doesn't delete any of your posts that has received at least this number of emoji reactions. Leave blank to delete posts regardless of their number of emojis
|
||||
min_emojis: Keep posts stamped at least
|
||||
min_emojis_hint: Doesn't delete any of your posts that has received at least this number of stamps. Leave blank to delete posts regardless of their number of emojis
|
||||
min_favs: Keep posts favorited at least
|
||||
min_favs_hint: Doesn't delete any of your posts that has received at least this number of favorites. Leave blank to delete posts regardless of their number of favorites
|
||||
min_reblogs: Keep posts boosted at least
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue