big updat:
- update dependencies - add webp support and webp conversion for profile images
This commit is contained in:
parent
19c3dbb42d
commit
95aaaa69ea
244 changed files with 121382 additions and 86 deletions
|
|
@ -36,6 +36,9 @@
|
|||
"error.account.not.exist": "Account Does Not Exist",
|
||||
"error.storage.limit.exceeded": "Storage Limit Exceeded",
|
||||
"error.username.taken": "Username is Taken",
|
||||
"error.network.error": "Network error, check connection or file size.",
|
||||
"error.body.too.large": "File is too large (max 10MB)",
|
||||
"error.unknown.error": "Unknown error",
|
||||
"account.not.exist": "Account with this name doesn't exist",
|
||||
"invalid.nonce": "Invalid nonce. Try again",
|
||||
"username.changed": "Username changed successfully",
|
||||
|
|
@ -88,6 +91,8 @@
|
|||
"desc.invite.dm.sent": "You invited {0} ({1}) to chat",
|
||||
"desc.invite.group.received": "{0} ({1}) invited you to a group",
|
||||
"desc.invite.group.sent": "You invited {0} ({1}) to a group",
|
||||
"action.invite.sending": "Sending invite...",
|
||||
"action.processing": "Processing...",
|
||||
"action.fetching.invites.sent": "Fetching sent invites...",
|
||||
"action.fetching.invites.recv": "Fetching received invites...",
|
||||
"action.dm.fetch": "Fetching dms...",
|
||||
|
|
@ -169,9 +174,9 @@
|
|||
"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",
|
||||
"profile.updated": "Profile updated successfully",
|
||||
"avatar.updated": "Avatar updated successfully",
|
||||
"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