Add settings and profile editor
This commit is contained in:
parent
80f11f782e
commit
cc41f25277
14 changed files with 1210 additions and 106 deletions
|
|
@ -33,6 +33,9 @@
|
|||
"username.conditions.allowed": "Username can only include {all}",
|
||||
"password.not.hashed.properly": "Password is not hashed properly",
|
||||
"invalid.username.or.password": "Invalid username or password",
|
||||
"error.account.not.exist": "Account Does Not Exist",
|
||||
"error.storage.limit.exceeded": "Storage Limit Exceeded",
|
||||
"error.username.taken": "Username is Taken",
|
||||
"account.not.exist": "Account with this name doesn't exist",
|
||||
"invalid.nonce": "Invalid nonce. Try again",
|
||||
"username.changed": "Username changed successfully",
|
||||
|
|
@ -143,6 +146,7 @@
|
|||
"title.profile": "Profile",
|
||||
"title.settings": "Settings",
|
||||
"title.logout": "Log out",
|
||||
|
||||
"action.edit.profile": "Edit profile",
|
||||
"action.open.dm": "Open DM",
|
||||
"action.invite.accept": "Accept invite",
|
||||
|
|
@ -150,5 +154,25 @@
|
|||
"action.invite.send": "Invite to DM",
|
||||
"action.profile.loading": "Loading profile...",
|
||||
"error.profile.load.failed": "Failed to load profile.",
|
||||
"unknown.author": "Someone"
|
||||
"unknown.author": "Someone",
|
||||
"title.account": "Account",
|
||||
"title.delete.account": "Delete account",
|
||||
"desc.delete.account": "Once you delete your account, there is no going back. Please be certain.",
|
||||
"title.avatar": "Avatar",
|
||||
"title.banner": "Banner",
|
||||
"title.bio": "Bio",
|
||||
"title.appearance": "Appearance",
|
||||
"title.language": "Language",
|
||||
"action.save.profile": "Save profile",
|
||||
"action.save.bio": "Save bio",
|
||||
"action.uploading": "Uploading...",
|
||||
"action.bio.saving": "Saving bio...",
|
||||
"action.account.saving": "Saving account...",
|
||||
"action.account.deleting": "Deleting account...",
|
||||
"success:profile.updated": "Profile updated successfully",
|
||||
"success:avatar.updated": "Avatar updated successfully",
|
||||
"success:banner.updated": "Banner updated successfully",
|
||||
"action.save": "Save",
|
||||
"action.delete.account": "Delete account",
|
||||
"account.deleted.scheduled": "Account scheduled for deletion. It will be permanently deleted after a month of inactivity. Logging in during this time will cancel the deletion process."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue