Leave & delete channel

This commit is contained in:
2024-04-26 23:25:56 +08:00
parent a02831644c
commit a761b80499
8 changed files with 222 additions and 65 deletions

View File

@ -22,6 +22,7 @@
"edit": "Edit",
"apply": "Apply",
"delete": "Delete",
"exit": "Exit",
"action": "Action",
"cancel": "Cancel",
"report": "Report",
@ -72,6 +73,8 @@
"chatChannelAliasLabel": "Channel Alias",
"chatChannelNameLabel": "Channel Name",
"chatChannelDescriptionLabel": "Channel Description",
"chatChannelLeaveConfirm": "Are you sure you want to leave this channel? Your message will be stored, but if you rejoin this channel later, you will lose your control of your previous messages.",
"chatChannelDeleteConfirm": "Are you sure you want to delete this channel? All messages in this channel will be gone forever. This operation cannot be revert!",
"chatMessagePlaceholder": "Write a message...",
"chatMessageEditNotify": "You are about editing a message.",
"chatMessageReplyNotify": "You are about replying a message.",

View File

@ -24,6 +24,7 @@
"action": "操作",
"apply": "应用",
"cancel": "取消",
"exit": "离开",
"report": "举报",
"reply": "回复",
"settings": "设置",
@ -72,6 +73,8 @@
"chatChannelAliasLabel": "频道别名",
"chatChannelNameLabel": "频道名称",
"chatChannelDescriptionLabel": "频道简介",
"chatChannelLeaveConfirm": "你确定你要离开这个频道吗?你在这个频道里的消息将被存储下来,但是当你重新加入本频道后你将会失去对你之前消息的权限。",
"chatChannelDeleteConfirm": "你确定你要删除这个频道吗?这个频道里的所有消息都将消失,并且不可被反转!",
"chatMessagePlaceholder": "发条消息……",
"chatMessageEditNotify": "你正在编辑信息中……",
"chatMessageReplyNotify": "你正在回复消息中……",