add account deletion

This commit is contained in:
MathMan05 2025-03-13 19:56:55 -05:00
parent 1a59dfbd34
commit 739ee81002
5 changed files with 46 additions and 8 deletions

View file

@ -316,7 +316,12 @@
"advancedBot": "Advanced Bot Settings",
"botInviteCreate": "Bot Invite Creator",
"language": "Language:",
"connections": "Connections"
"connections": "Connections",
"deleteAccount": "Account Deletion",
"areYouSureDelete": "Are you sure you want to delete your account? If so enter the phrase $1",
"sillyDeleteConfirmPhrase": "Shrek is love, Shrek is life",
"deleteAccountButton": "Delete account",
"mustTypePhrase": "To delete your account you must type the phrase"
},
"message": {
"reactionAdd": "Add reaction",

View file

@ -3,11 +3,7 @@
"last-updated": "2024/11/4",
"locale": "en",
"comment": "Don't know how often I'll update this top part lol",
"authors": [
"MathMan05",
"McDutchie",
"Vl1"
]
"authors": ["MathMan05", "McDutchie", "Vl1"]
},
"readableName": "{{doc-important|This should be the name of the language you are translating into, in that language. Please DO NOT translate this into your languages word for “English”!}}",
"typing": "$1 is the number of people typing and $2 is the names of the people typing separated by commas",
@ -22,7 +18,8 @@
},
"localuser": {
"updateSettings": "Title of a page that allows you to adjust the update settings",
"description": "This object contains strings related to the logged in user, which is mostly the settings for the user"
"description": "This object contains strings related to the logged in user, which is mostly the settings for the user",
"sillyDeleteConfirmPhrase": "This is a silly phrase, do not translate this directly, make a joke that is easy to type in your language"
},
"errorReconnect": "Uses MarkDown"
}