💄 Optimzation and fixes

This commit is contained in:
2025-05-24 02:22:23 +08:00
parent fc2520b8f8
commit d11622e450
16 changed files with 277 additions and 148 deletions

View File

@ -80,6 +80,9 @@
"deleteChatRoom": "Delete Room",
"deleteChatRoomHint": "Are you sure to delete this room? This action cannot be undone.",
"chat": "Chat",
"chatTabAll": "All",
"chatTabDirect": "Direct Messages",
"chatTabGroup": "Group Chats",
"chatMessageHint": "Message in {}",
"chatDirectMessageHint": "Message to {}",
"directMessage": "Direct Message",

View File

@ -1 +1,8 @@
{}
{
"chat": "聊天",
"chatTabAll": "全部",
"chatTabDirect": "私聊",
"chatTabGroup": "群聊",
"chatMessageHint": "在 {} 中发送消息",
"chatDirectMessageHint": "发送消息给 {}"
}