diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-02-09 16:21:30 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-20 23:39:08 -0500 |
| commit | c032b48219ba601df5dabc7fd271444fe7db0321 (patch) | |
| tree | e3d8a46daffbb7e45c380456bf1e2866c09a6f54 | |
| parent | e7e35ead09589e1673dd6b6fdd24f7679ef108bf (diff) | |
Add English translation for mute confirmation
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 7e23a849..fa359f88 100644 --- 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", |
