mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
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:
parent
9daaf12658
commit
c002f45c8e
15 changed files with 116 additions and 826 deletions
|
|
@ -650,13 +650,14 @@
|
|||
"created": "Criado"
|
||||
},
|
||||
"sidebar": {
|
||||
"chats": "Chats privados",
|
||||
"chats": "Chats",
|
||||
"shared_chats": "Chats compartilhados",
|
||||
"search_chats": "Pesquisar chats",
|
||||
"no_chats_found": "Nenhum chat encontrado",
|
||||
"no_shared_chats": "Nenhum chat compartilhado",
|
||||
"shared_chat": "Chat compartilhado",
|
||||
"view_all_shared_chats": "Ver todos os chats compartilhados",
|
||||
"view_all_private_chats": "Ver todos os chats privados",
|
||||
"view_all_chats": "Ver todos os chats",
|
||||
"show_all": "Ver tudo",
|
||||
"hide": "Ocultar",
|
||||
"no_chats": "Nenhum chat",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue