♻️ Optimize chat message display

This commit is contained in:
2024-11-20 22:35:30 +08:00
parent c7f059b6d7
commit 471d3deec5
3 changed files with 86 additions and 29 deletions

View File

@@ -165,5 +165,11 @@
"messageDeleteDescription": "Are you sure you want to delete this message? This operation is irreversible. You will leave a record of the deleted message.",
"messageDeleted": "Message {} has been deleted",
"messageEdited": "Message {} has been edited",
"messageEditedHint": "Edited"
"messageEditedHint": "Edited",
"messageUnsupported": "Unsupported message {}",
"messageFileHint": {
"zero": "No attachments",
"one": "{} attachment",
"other": "{} attachments"
}
}