logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: c032b48219ba601df5dabc7fd271444fe7db0321
parent e7e35ead09589e1673dd6b6fdd24f7679ef108bf
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Wed,  9 Feb 2022 16:21:30 -0500

Add English translation for mute confirmation

Diffstat:

Msrc/i18n/en.json4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/i18n/en.json b/src/i18n/en.json @@ -938,6 +938,10 @@ "message": "Message", "mute": "Mute", "muted": "Muted", + "mute_confirm_title": "Mute confirmation", + "mute_confirm": "Do you really want to mute {user}?", + "mute_confirm_accept_button": "Mute", + "mute_confirm_cancel_button": "Do not mute", "per_day": "per day", "remote_follow": "Remote follow", "remove_follower": "Remove follower",