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:
+6
-16
@@ -327,11 +327,13 @@
|
||||
"view_contact": "Contact bekijken",
|
||||
"message_details": "Berichtdetails",
|
||||
"more_reply_options": "Meer antwoordopties",
|
||||
"set_color": "Label instellen",
|
||||
"set_tag": "Label instellen",
|
||||
"tag": "Label",
|
||||
"more_actions": "Meer acties",
|
||||
"move_to": "Verplaatsen naar...",
|
||||
"remove_color": "Label verwijderen",
|
||||
"remove_tag": "Label verwijderen",
|
||||
"tag_filter_placeholder": "Labels filteren",
|
||||
"tag_no_matches": "Geen overeenkomende labels",
|
||||
"more_count": "+{count} meer",
|
||||
"characters_count": "{count} tekens",
|
||||
"quick_reply_placeholder": "Schrijf een snel antwoord...",
|
||||
@@ -400,17 +402,6 @@
|
||||
"message_id": "Bericht-ID",
|
||||
"list_info": "Lijstinformatie"
|
||||
},
|
||||
"color_tag": {
|
||||
"title": "Kleurtag",
|
||||
"red": "Rood",
|
||||
"orange": "Oranje",
|
||||
"yellow": "Geel",
|
||||
"green": "Groen",
|
||||
"blue": "Blauw",
|
||||
"purple": "Paars",
|
||||
"pink": "Roze",
|
||||
"none": "Geen"
|
||||
},
|
||||
"tooltips": {
|
||||
"reply": "Beantwoorden",
|
||||
"reply_all": "Allen beantwoorden (a)",
|
||||
@@ -1016,7 +1007,7 @@
|
||||
},
|
||||
"keywords": {
|
||||
"title": "E-maillabels",
|
||||
"description": "Definieer labels om uw e-mails met kleuren te organiseren. Deze worden opgeslagen als JMAP-trefwoorden op de server.",
|
||||
"description": "Definieer labels om uw e-mails te organiseren. Deze worden opgeslagen als JMAP-trefwoorden op de server.",
|
||||
"add_keyword": "Label toevoegen",
|
||||
"label_field": "Weergavenaam",
|
||||
"label_placeholder": "bijv. Werk, Persoonlijk, Urgent",
|
||||
@@ -2050,8 +2041,7 @@
|
||||
"delete": "Verwijderen",
|
||||
"mark_as_spam": "Spam melden",
|
||||
"not_spam": "Geen spam",
|
||||
"color_tag": "Label",
|
||||
"remove_color": "Label verwijderen",
|
||||
"tag": "Label",
|
||||
"items_selected": "{count} e-mails geselecteerd",
|
||||
"edit_draft": "Concept bewerken",
|
||||
"cancel_scheduled_send": "Verzenden annuleren",
|
||||
|
||||
Reference in New Issue
Block a user