Channel creation and management

This commit is contained in:
2024-04-20 00:01:48 +08:00
parent 9ac7357e49
commit 846febb82a
14 changed files with 334 additions and 25 deletions

View File

@ -12,11 +12,13 @@
"confirmCancel": "Not sure",
"confirmOkay": "OK",
"edit": "Edit",
"apply": "Apply",
"delete": "Delete",
"action": "Action",
"cancel": "Cancel",
"report": "Report",
"reply": "Reply",
"settings": "Settings",
"reaction": "Reaction",
"reactVerb": "React",
"post": "Post",
@ -40,6 +42,13 @@
"chatNew": "New Chat",
"chatNewCreate": "Create a channel",
"chatNewJoin": "Join a exists channel",
"chatChannelUsage": "Channel",
"chatChannelUsageCaption": "Channel is place to talk with people, one or a lot.",
"chatChannelOrganize": "Organize a channel",
"chatChannelEditNotify": "You are about editing a existing channel.",
"chatChannelAliasLabel": "Channel Alias",
"chatChannelNameLabel": "Channel Name",
"chatChannelDescriptionLabel": "Channel Description",
"chatMessagePlaceholder": "Write a message...",
"chatMessageEditNotify": "You are about editing a message.",
"chatMessageReplyNotify": "You are about replying a message.",

View File

@ -14,9 +14,11 @@
"edit": "编辑",
"delete": "删除",
"action": "操作",
"apply": "应用",
"cancel": "取消",
"report": "举报",
"reply": "回复",
"settings": "设置",
"reaction": "反应",
"reactVerb": "作出反应",
"post": "帖子",