fix icons size and message update formatting & add missing blahs

This commit is contained in:
olcxja 2026-07-17 11:40:04 +02:00
commit 50ebf57b4c
16 changed files with 132 additions and 104 deletions

View file

@ -14,7 +14,7 @@
"dm.key.too.large": "meowchat key too large :o",
"dm.key.not.found": "meowchat key not found :c",
"dm.key.updated": "meowchat key updated successfully :3",
"body.too.large": "request body too large ><",
"body.too.large": "request too large ><",
"invite.revoked": "invite revoked successfully",
"invite.declined": "invite declined successfully",
"account.creation.request.expired": "cat creation request expired. try again",
@ -33,12 +33,8 @@
"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": "Meowccount Does Not Exist",
"error.storage.limit.exceeded": "Storage Limit Exceeded, purr",
"error.username.taken": "Meowname is Taken",
"error.network.error": "Network error, check connection or file size, meow.",
"error.body.too.large": "File is too large, meow! (max 10MB)",
"error.unknown.error": "Unknown error, purr",
"account.not.exist": "cat with this name doesn't exist",
"invalid.nonce": "invalid nonce. try again",
"username.changed": "cat name changed successfully",
@ -122,7 +118,6 @@
"title.back.to.register": "back to registration",
"title.details": "details",
"title.members": "cats",
"placeholder.username": "cat name",
"placeholder.captcha.code": "captcha code",
"desc.messages.loading": "loading meows...",
@ -191,5 +186,11 @@
"action.attachment.poll": "Meowll",
"action.attachment.uploading": "Uploading meowttachments...",
"attachment.legacy": "Legacy meowttachment",
"warning.unencrypted": "This meowsage is not encrypted"
"warning.unencrypted": "This meowsage is not encrypted",
"action.change.avatar": "Change Cat Picture",
"action.change.banner": "Change Cat Banner",
"placeholder.type.text.emoji": "Type purr / meow...",
"action.cancel": "Cancel",
"title.crop.image": "Crop Image",
"title.zoom": "Zoom"
}