Chat room layout

This commit is contained in:
2025-05-03 02:01:25 +08:00
parent cce0be4fb2
commit 63ec82891f
8 changed files with 799 additions and 107 deletions

View File

@ -70,5 +70,10 @@
"name": "Name",
"description": "Description",
"slug": "Slug",
"slugHint": "The slug will be used in the URL to access this resource, it should be unique and URL safe."
"slugHint": "The slug will be used in the URL to access this resource, it should be unique and URL safe.",
"createChatRoom": "Create a Room",
"editChatRoom": "Edit a Room",
"chat": "Chat",
"chatMessageHint": "Message in {}",
"chatDirectMessageHint": "Message to {}"
}