kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
feat(locales): add zaps of post
rodzic
625b7fb1a0
commit
b772415e67
|
@ -430,6 +430,7 @@
|
||||||
"column.quotes": "Post quotes",
|
"column.quotes": "Post quotes",
|
||||||
"column.reactions": "Reactions",
|
"column.reactions": "Reactions",
|
||||||
"column.reblogs": "Reposts",
|
"column.reblogs": "Reposts",
|
||||||
|
"column.zaps": "Zaps",
|
||||||
"column.registration": "Sign Up",
|
"column.registration": "Sign Up",
|
||||||
"column.scheduled_statuses": "Scheduled Posts",
|
"column.scheduled_statuses": "Scheduled Posts",
|
||||||
"column.search": "Discover",
|
"column.search": "Discover",
|
||||||
|
@ -1519,6 +1520,7 @@
|
||||||
"status.interactions.favourites": "{count, plural, one {Like} other {Likes}}",
|
"status.interactions.favourites": "{count, plural, one {Like} other {Likes}}",
|
||||||
"status.interactions.quotes": "{count, plural, one {Quote} other {Quotes}}",
|
"status.interactions.quotes": "{count, plural, one {Quote} other {Quotes}}",
|
||||||
"status.interactions.reblogs": "{count, plural, one {Repost} other {Reposts}}",
|
"status.interactions.reblogs": "{count, plural, one {Repost} other {Reposts}}",
|
||||||
|
"status.interactions.zaps": "{count, plural, one {Zap} other {Zaps}}",
|
||||||
"status.load_more": "Load more",
|
"status.load_more": "Load more",
|
||||||
"status.mention": "Mention @{name}",
|
"status.mention": "Mention @{name}",
|
||||||
"status.more": "More",
|
"status.more": "More",
|
||||||
|
@ -1532,6 +1534,7 @@
|
||||||
"status.quote_tombstone": "Post is unavailable.",
|
"status.quote_tombstone": "Post is unavailable.",
|
||||||
"status.reactions.cry": "Sad",
|
"status.reactions.cry": "Sad",
|
||||||
"status.reactions.empty": "No one has reacted to this post yet. When someone does, they will show up here.",
|
"status.reactions.empty": "No one has reacted to this post yet. When someone does, they will show up here.",
|
||||||
|
"status.zaps.empty": "No one has zapped to this post yet. When someone does, they will show up here.",
|
||||||
"status.reactions.heart": "Love",
|
"status.reactions.heart": "Love",
|
||||||
"status.reactions.laughing": "Haha",
|
"status.reactions.laughing": "Haha",
|
||||||
"status.reactions.like": "Like",
|
"status.reactions.like": "Like",
|
||||||
|
|
Ładowanie…
Reference in New Issue