diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-02-09 16:26:42 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-20 23:39:08 -0500 |
| commit | 0bfe100ef77ca36e2789310b204987ea54ec2696 (patch) | |
| tree | 2b86458f5878a28e788cbc0f9cccbabe70ef679f /src | |
| parent | 3b7aaae2b366abe1162c22a29918336c4210446f (diff) | |
Add English translation for block confirmation
Diffstat (limited to 'src')
| -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 fa359f88..1dec4b90 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -914,6 +914,10 @@ "approve": "Approve", "block": "Block", "blocked": "Blocked!", + "block_confirm_title": "Block confirmation", + "block_confirm": "Do you really want to block {user}?", + "block_confirm_accept_button": "Block", + "block_confirm_cancel_button": "Do not block", "deactivated": "Deactivated", "deny": "Deny", "edit_profile": "Edit profile", |
