refactor(chat): consolidate chat handling by merging shared and private chat sections into a unified chat view, update related components and translations

This commit is contained in:
Anish Sarkar 2026-06-03 00:07:13 +05:30
parent 9daaf12658
commit c002f45c8e
15 changed files with 116 additions and 826 deletions

View file

@ -634,13 +634,14 @@
"created": "创建于"
},
"sidebar": {
"chats": "私人对话",
"chats": "对话",
"shared_chats": "共享对话",
"search_chats": "搜索对话...",
"no_chats_found": "未找到对话",
"no_shared_chats": "暂无共享对话",
"shared_chat": "共享对话",
"view_all_shared_chats": "查看所有共享对话",
"view_all_private_chats": "查看所有私人对话",
"view_all_chats": "查看所有对话",
"show_all": "查看全部",
"hide": "隐藏",
"no_chats": "无对话",