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": "Visualizza contatto",
|
||||
"message_details": "Dettagli del messaggio",
|
||||
"more_reply_options": "Più opzioni di risposta",
|
||||
"set_color": "Imposta etichetta",
|
||||
"set_tag": "Imposta etichetta",
|
||||
"tag": "Etichetta",
|
||||
"more_actions": "Altre azioni",
|
||||
"move_to": "Sposta in...",
|
||||
"remove_color": "Rimuovi etichetta",
|
||||
"remove_tag": "Rimuovi etichetta",
|
||||
"more_count": "+{count} altri",
|
||||
"characters_count": "{count} caratteri",
|
||||
"quick_reply_placeholder": "Scrivi una risposta veloce...",
|
||||
@@ -398,17 +398,6 @@
|
||||
"message_id": "ID messaggio",
|
||||
"list_info": "Informazioni lista"
|
||||
},
|
||||
"color_tag": {
|
||||
"title": "Etichetta colore",
|
||||
"red": "Rosso",
|
||||
"orange": "Arancione",
|
||||
"yellow": "Giallo",
|
||||
"green": "Verde",
|
||||
"blue": "Blu",
|
||||
"purple": "Viola",
|
||||
"pink": "Rosa",
|
||||
"none": "Nessuno"
|
||||
},
|
||||
"tooltips": {
|
||||
"reply": "Rispondi",
|
||||
"reply_all": "Rispondi a tutti (a)",
|
||||
@@ -2033,8 +2022,7 @@
|
||||
"delete": "Elimina",
|
||||
"mark_as_spam": "Segnala come spam",
|
||||
"not_spam": "Non spam",
|
||||
"color_tag": "Etichetta",
|
||||
"remove_color": "Rimuovi etichetta",
|
||||
"tag": "Etichetta",
|
||||
"items_selected": "{count} messaggi selezionati",
|
||||
"edit_draft": "Modifica bozza",
|
||||
"cancel_scheduled_send": "Annulla invio",
|
||||
|
||||
Reference in New Issue
Block a user