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"
}

View file

@ -14,7 +14,7 @@
"dm.key.too.large": "DM key too large",
"dm.key.not.found": "DM key not found",
"dm.key.updated": "DM key updated successfully",
"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": "Account creation request expired. Try again",
@ -33,12 +33,8 @@
"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",
"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",
@ -156,7 +152,6 @@
"title.loading": "Loading...",
"title.details": "Details",
"title.members": "Members",
"action.edit.profile": "Edit profile",
"action.open.dm": "Open DM",
"action.invite.accept": "Accept invite",
@ -191,5 +186,11 @@
"action.attachment.poll": "Poll",
"action.attachment.uploading": "Uploading attachments...",
"attachment.legacy": "Legacy attachment",
"warning.unencrypted": "This message is not encrypted"
"warning.unencrypted": "This message is not encrypted",
"action.change.avatar": "Change Avatar",
"action.change.banner": "Change Banner",
"placeholder.type.text.emoji": "Type text / emoji...",
"action.cancel": "Cancel",
"title.crop.image": "Crop Image",
"title.zoom": "Zoom"
}

View file

@ -33,12 +33,8 @@
"username.conditions.allowed": "Nazwa użytkownika może zawierać tylko: {all}",
"password.not.hashed.properly": "Hasło nie zostało poprawnie zahaszowane",
"invalid.username.or.password": "Nieprawidłowa nazwa użytkownika lub hasło",
"error.account.not.exist": "Konto nie istnieje",
"error.storage.limit.exceeded": "Przekroczono limit pamięci",
"error.username.taken": "Nazwa użytkownika jest już zajęta",
"error.network.error": "Błąd sieci. Sprawdź połączenie lub rozmiar pliku.",
"error.body.too.large": "Plik jest zbyt duży (maks. 10 MB)",
"error.unknown.error": "Nieznany błąd",
"account.not.exist": "Konto o tej nazwie nie istnieje",
"invalid.nonce": "Nieprawidłowy nonce. Spróbuj ponownie",
"username.changed": "Nazwa użytkownika została pomyślnie zmieniona",
@ -156,7 +152,6 @@
"title.loading": "Ładowanie...",
"title.details": "Szczegóły",
"title.members": "Członkowie",
"action.edit.profile": "Edytuj profil",
"action.open.dm": "Otwórz rozmowę",
"action.invite.accept": "Akceptuj zaproszenie",
@ -191,5 +186,11 @@
"action.attachment.poll": "Ankieta",
"action.attachment.uploading": "Przesyłanie załączników...",
"attachment.legacy": "Starszy załącznik",
"warning.unencrypted": "Ta wiadomość nie jest szyfrowana"
}
"warning.unencrypted": "Ta wiadomość nie jest szyfrowana",
"action.change.avatar": "Zmień awatar",
"action.change.banner": "Zmień baner",
"placeholder.type.text.emoji": "Wpisz tekst / emoji...",
"action.cancel": "Anuluj",
"title.crop.image": "Przytnij obraz",
"title.zoom": "Przybliżenie"
}