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"
|
||||
}
|
||||
|
|
@ -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."
|
||||
}
|
||||
4
webroot/blah/index.json
Normal file
4
webroot/blah/index.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"en-us": { "english": "English (US)", "native": "English (US)" },
|
||||
"en-cat": { "english": "English (Cat)", "native": "Meowlish" }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue