feat(chat): message-list rework, customization surface, smooth scroll
Chat tab overhaul: - Header/layout: single-row header (name + key-lock + compact click-to-copy address + right-aligned icon toolbar with a settings "notch"), composer moved below the message box (emoji toggle left of a bottom-flush input), tightened list-pane controls. - Message list: per-day date separators (Today/Yesterday/date), time-only group headers, tight same-sender grouping with iMessage-style merged corners, per-run peer avatar, delivery status (clock -> check), hover-reveal per-message time. Message base ~18px. - Customization: a settings "notch" gear opens a modal (also under Settings -> Chat & Contacts) with segmented controls for emoji style / bubble style / density / timestamps, sliders for poll rate + text size, a bubble-accent dropdown, Enter-to-send. Bubble style/accent/density/text-size/timestamps all applied live in the message loop. - Settings: app-wide clock-format control lives in Settings -> General; chat keeps a per-tab override. Both chat panes now use the app's smooth wheel-scroll. - i18n: new strings across all 8 languages; CJK subset rebuilt for the added glyphs. Inline contact rename, hide/mute, 0-conf fast-scan and the export path are carried through. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -135,12 +135,25 @@
|
||||
"change_pass_title": "Alterar senha",
|
||||
"characters": "caracteres",
|
||||
"chat": "Chat",
|
||||
"chat_accent_amber": "Âmbar",
|
||||
"chat_accent_blue": "Azul",
|
||||
"chat_accent_green": "Verde",
|
||||
"chat_accent_pink": "Rosa",
|
||||
"chat_accent_purple": "Roxo",
|
||||
"chat_accent_theme": "Tema",
|
||||
"chat_add_contact": "Adicionar contato",
|
||||
"chat_awaiting_key": "Aguardando resposta",
|
||||
"chat_bubble_minimal": "Mínimo",
|
||||
"chat_bubble_rounded": "Arredondado",
|
||||
"chat_bubble_square": "Quadrado",
|
||||
"chat_cancel": "Cancelar",
|
||||
"chat_contact_added": "Contato adicionado — renomeie em Contatos",
|
||||
"chat_contact_request": "solicitação de contato",
|
||||
"chat_copy_address_tip": "Clique para copiar o endereço",
|
||||
"chat_density_comfortable": "Confortável",
|
||||
"chat_density_compact": "Compacta",
|
||||
"chat_emoji_color": "Colorido",
|
||||
"chat_emoji_mono": "Monocromático",
|
||||
"chat_emoji_search": "Pesquisar emoji",
|
||||
"chat_empty_hint": "Nenhuma conversa ainda. As mensagens que você receber aparecerão aqui.",
|
||||
"chat_empty_start": "Inicie uma com \"Nova conversa\".",
|
||||
@@ -156,21 +169,39 @@
|
||||
"chat_len_over": "Mensagem muito longa",
|
||||
"chat_locked_hint": "Desbloqueie sua carteira para carregar suas conversas.",
|
||||
"chat_mute": "Silenciar",
|
||||
"chat_new_button": "Nova conversa",
|
||||
"chat_new_button": "Novo chat",
|
||||
"chat_new_message": "Mensagem",
|
||||
"chat_new_message_toast": "Nova mensagem de chat criptografada",
|
||||
"chat_new_send": "Enviar solicitação",
|
||||
"chat_new_title": "Nova conversa",
|
||||
"chat_new_title": "Novo chat",
|
||||
"chat_new_zaddr": "Endereço-z do destinatário",
|
||||
"chat_no_matches": "Nenhuma conversa corresponde à sua pesquisa.",
|
||||
"chat_no_z_contacts": "Ainda não há contatos com endereço blindado",
|
||||
"chat_opt_bubble_accent": "Cor do balão",
|
||||
"chat_opt_bubble_style": "Estilo do balão",
|
||||
"chat_opt_density": "Densidade das mensagens",
|
||||
"chat_opt_emoji": "Estilo de emoji",
|
||||
"chat_opt_enter_sends": "Enter envia a mensagem",
|
||||
"chat_opt_font_size": "Tamanho do texto",
|
||||
"chat_opt_global_clock": "Formato de relógio global",
|
||||
"chat_opt_poll": "Taxa de atualização",
|
||||
"chat_opt_timestamp": "Carimbos de data/hora",
|
||||
"chat_pick_contact": "Escolher dos contatos…",
|
||||
"chat_rename": "Renomear contato",
|
||||
"chat_rename_hint": "Nome do contato",
|
||||
"chat_renamed": "Contato renomeado",
|
||||
"chat_retry": "Tentar novamente",
|
||||
"chat_search": "Pesquisar conversas",
|
||||
"chat_sec_appearance": "APARÊNCIA",
|
||||
"chat_sec_messaging": "MENSAGENS",
|
||||
"chat_select_hint": "Selecione uma conversa para visualizá-la.",
|
||||
"chat_send": "Enviar",
|
||||
"chat_send_failed": "não enviada",
|
||||
"chat_sending": "enviando…",
|
||||
"chat_settings_done": "Concluído",
|
||||
"chat_settings_section": "CHAT E CONTATOS",
|
||||
"chat_settings_tip": "Personalizar chat",
|
||||
"chat_settings_title": "Configurações de chat",
|
||||
"chat_show_hidden": "Ver ocultas",
|
||||
"chat_time_now": "agora",
|
||||
"chat_toast_compose_failed": "Não foi possível compor a mensagem (muito longa?).",
|
||||
@@ -181,10 +212,16 @@
|
||||
"chat_toast_request_compose_failed": "Não foi possível compor a solicitação de contato (endereço / texto inválido?).",
|
||||
"chat_toast_request_queued": "Solicitação de contato na fila.",
|
||||
"chat_toast_waiting_reply": "Aguardando a resposta do contato antes que você possa enviar mensagens a ele.",
|
||||
"chat_today": "Hoje",
|
||||
"chat_ts_12h": "12 horas",
|
||||
"chat_ts_24h": "24 horas",
|
||||
"chat_ts_global": "Seguir global",
|
||||
"chat_ts_global_short": "Global",
|
||||
"chat_unhide": "Mostrar",
|
||||
"chat_unmute": "Reativar som",
|
||||
"chat_verify_key": "Chave de identidade — compare para verificar",
|
||||
"chat_waiting_reply": "Aguardando a resposta deste contato — você poderá enviar mensagens assim que ele responder.",
|
||||
"chat_yesterday": "Ontem",
|
||||
"chat_you": "Você",
|
||||
"choose_icon": "Escolher Ícone",
|
||||
"clear": "Limpar",
|
||||
@@ -196,6 +233,7 @@
|
||||
"click_copy_address": "Clique para copiar o endereço",
|
||||
"click_copy_uri": "Clique para copiar a URI",
|
||||
"click_to_copy": "Clique para copiar",
|
||||
"clock_format": "Formato de hora",
|
||||
"close": "Fechar",
|
||||
"conf_count": "%d conf.",
|
||||
"confirm_and_send": "Confirmar & Enviar",
|
||||
@@ -1388,6 +1426,7 @@
|
||||
"tt_change_pass": "Alterar a frase secreta de encriptação da carteira",
|
||||
"tt_change_pin": "Alterar seu PIN de desbloqueio",
|
||||
"tt_clear_ztx": "Excluir histórico de z-transações em cache local",
|
||||
"tt_clock_format": "Relógio de 24 ou 12 horas, em todo o app. O chat pode substituí-lo.",
|
||||
"tt_custom_fees": "Ativar entrada manual de taxas ao enviar transações",
|
||||
"tt_custom_theme": "Tema personalizado ativo",
|
||||
"tt_daemon_install_bundled": "Parar o nó, sobrescrever o dragonxd instalado com a versão incluída nesta compilação da carteira e reiniciar",
|
||||
|
||||
Reference in New Issue
Block a user