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": "cat name can only include {all}",
|
||||
"password.not.hashed.properly": "meow word is not hashed properly",
|
||||
"invalid.username.or.password": "invalid cat name or meow word",
|
||||
"error.account.not.exist": "Meowww???",
|
||||
"error.storage.limit.exceeded": "Meow too big!",
|
||||
"error.username.taken": "Meeeeeow",
|
||||
"account.not.exist": "cat with this name doesn't exist",
|
||||
"invalid.nonce": "invalid nonce. try again",
|
||||
"username.changed": "cat name changed successfully",
|
||||
|
|
@ -150,5 +153,25 @@
|
|||
"action.invite.send": "invite to meowchat",
|
||||
"action.profile.loading": "sniffing profile...",
|
||||
"error.profile.load.failed": "failed to sniff profile.",
|
||||
"unknown.author": "somecat"
|
||||
"unknown.author": "somecat",
|
||||
"title.account": "Cat",
|
||||
"title.delete.account": "Delete cat",
|
||||
"desc.delete.account": "Once you delete your cat, it will go to cat heaven. Please be certain :c",
|
||||
"title.avatar": "Cat picture",
|
||||
"title.banner": "Cat banner",
|
||||
"title.bio": "Cat bio",
|
||||
"title.appearance": "Appearance",
|
||||
"title.language": "Meownguage",
|
||||
"action.save.profile": "Save cat profile",
|
||||
"action.save.bio": "Save meow-io",
|
||||
"action.uploading": "Uploading...",
|
||||
"action.bio.saving": "Saving meow-io...",
|
||||
"action.account.saving": "Saving cat...",
|
||||
"action.account.deleting": "Deleting cat...",
|
||||
"success:profile.updated": "Cat profile updated successfully :3",
|
||||
"success:avatar.updated": "Cat picture updated successfully :3",
|
||||
"success:banner.updated": "Cat banner updated successfully :3",
|
||||
"action.save": "Save :3",
|
||||
"action.delete.account": "Delete cat",
|
||||
"account.deleted.scheduled": "Cat scheduled for deletion. It will go to cat heaven after a month of inactivity. Pawing in again will cancel the deletion process :3"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue