From 0db97c1fa214f32a9ed1f5dd16b5cda21dc9fa1b Mon Sep 17 00:00:00 2001 From: Kirill Mironov Date: Wed, 16 Oct 2024 21:56:15 +0300 Subject: [PATCH] feat: Add account deletion page keys Signed-off-by: Kirill Mironov --- en.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/en.json b/en.json index 17d2d3d5..fdd1527c 100644 --- a/en.json +++ b/en.json @@ -264,7 +264,25 @@ "delete": "Mark Account for Deletion", "delete_still_own_servers": "Cannot delete account until servers are deleted or transferred", "delete_description": "Your account and all of your data (including your messages and friends list) will be queued for deletion. A confirmation email will be sent - you can cancel this within 7 days by contacting support." - } + }, + "delete": { + "error": { + "title": "Deletion failed", + "description": "There was an error with your request." + }, + "success": { + "title": "Confirmed deletion", + "description": { + "header": "Your account will be deleted in 7 days.", + "paragraph_first": "You may contact", + "paragraph_second": "to cancel the request if you wish.", + "support": "Revolt support" + } + }, + "loading": { + "title": "Please wait", + "description": "Contacting the server." + } }, "profile": { "title": "Profile",