feat: improve visualization of tags
Previously tags where very much focused on color coding email and less about adding additional information. They were also visualized in different ways in different locations. This commit gets rid of all "Color-coding" references, aligns visualization of the tags across the whole project and tries to improve user experience of using tags in general. A search box is shown in the tagging control so the user can quickly search for a tag if they have a huge (more than 10) amount of tags.
This commit is contained in:
+3
-15
@@ -325,11 +325,11 @@
|
||||
"view_contact": "Ver contato",
|
||||
"message_details": "Detalhes da Mensagem",
|
||||
"more_reply_options": "Mais opções de resposta",
|
||||
"set_color": "Definir etiqueta",
|
||||
"set_tag": "Definir etiqueta",
|
||||
"tag": "Etiqueta",
|
||||
"more_actions": "Mais ações",
|
||||
"move_to": "Mover para...",
|
||||
"remove_color": "Remover etiqueta",
|
||||
"remove_tag": "Remover etiqueta",
|
||||
"more_count": "+{count} mais",
|
||||
"characters_count": "{count} caracteres",
|
||||
"quick_reply_placeholder": "Escreva uma resposta rápida...",
|
||||
@@ -398,17 +398,6 @@
|
||||
"message_id": "ID da Mensagem",
|
||||
"list_info": "Informações da Lista"
|
||||
},
|
||||
"color_tag": {
|
||||
"title": "Etiqueta de Cor",
|
||||
"red": "Vermelho",
|
||||
"orange": "Laranja",
|
||||
"yellow": "Amarelo",
|
||||
"green": "Verde",
|
||||
"blue": "Azul",
|
||||
"purple": "Roxo",
|
||||
"pink": "Rosa",
|
||||
"none": "Nenhuma"
|
||||
},
|
||||
"tooltips": {
|
||||
"reply": "Responder",
|
||||
"reply_all": "Responder a todos (a)",
|
||||
@@ -2033,8 +2022,7 @@
|
||||
"delete": "Excluir",
|
||||
"mark_as_spam": "Reportar spam",
|
||||
"not_spam": "Não é spam",
|
||||
"color_tag": "Etiqueta",
|
||||
"remove_color": "Remover etiqueta",
|
||||
"tag": "Etiqueta",
|
||||
"items_selected": "{count} e-mails selecionados",
|
||||
"edit_draft": "Editar rascunho",
|
||||
"cancel_scheduled_send": "Cancelar envio",
|
||||
|
||||
Reference in New Issue
Block a user