From b772415e6702fef1d302b3084e34b5538efa7d06 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Wed, 12 Jun 2024 23:29:34 -0300 Subject: [PATCH] feat(locales): add zaps of post --- src/locales/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 0785a7df0..62968e4f4 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -430,6 +430,7 @@ "column.quotes": "Post quotes", "column.reactions": "Reactions", "column.reblogs": "Reposts", + "column.zaps": "Zaps", "column.registration": "Sign Up", "column.scheduled_statuses": "Scheduled Posts", "column.search": "Discover", @@ -1519,6 +1520,7 @@ "status.interactions.favourites": "{count, plural, one {Like} other {Likes}}", "status.interactions.quotes": "{count, plural, one {Quote} other {Quotes}}", "status.interactions.reblogs": "{count, plural, one {Repost} other {Reposts}}", + "status.interactions.zaps": "{count, plural, one {Zap} other {Zaps}}", "status.load_more": "Load more", "status.mention": "Mention @{name}", "status.more": "More", @@ -1532,6 +1534,7 @@ "status.quote_tombstone": "Post is unavailable.", "status.reactions.cry": "Sad", "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.laughing": "Haha", "status.reactions.like": "Like", @@ -1653,4 +1656,4 @@ "zap.open_wallet": "Open Wallet", "zap.send_to": "Send zaps to {target}", "zap.unit": "Zap amount in sats" -} \ No newline at end of file +}