diff --git a/android/app/src/main/assets/public/blah/en-cat.json b/android/app/src/main/assets/public/blah/en-cat.json index 9364849d..1e6eb432 100644 --- a/android/app/src/main/assets/public/blah/en-cat.json +++ b/android/app/src/main/assets/public/blah/en-cat.json @@ -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" } \ No newline at end of file diff --git a/android/app/src/main/assets/public/blah/en-us.json b/android/app/src/main/assets/public/blah/en-us.json index 4fd12f81..a6ca50bb 100644 --- a/android/app/src/main/assets/public/blah/en-us.json +++ b/android/app/src/main/assets/public/blah/en-us.json @@ -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." } \ No newline at end of file diff --git a/android/app/src/main/assets/public/blah/index.json b/android/app/src/main/assets/public/blah/index.json new file mode 100644 index 00000000..4571bb39 --- /dev/null +++ b/android/app/src/main/assets/public/blah/index.json @@ -0,0 +1,4 @@ +{ + "en-us": { "english": "English (US)", "native": "English (US)" }, + "en-cat": { "english": "English (Cat)", "native": "Meowlish" } +} diff --git a/android/app/src/main/assets/public/index.html b/android/app/src/main/assets/public/index.html index 1aa1684a..1a84f2fb 100644 --- a/android/app/src/main/assets/public/index.html +++ b/android/app/src/main/assets/public/index.html @@ -7,6 +7,10 @@ + + + +