feat: refactor email tagging system to use labels instead of colors
- Updated EmailContextMenu to replace color tag functionality with label tags. - Modified EmailListItem to display label badges for emails based on keywords. - Enhanced EmailViewer to include a tag picker for emails. - Adjusted ThreadListItem to show label badges for email subjects. - Added tests for email list item and keyword settings to ensure proper functionality of the new tagging system. - Updated localization files to reflect changes from color tags to labels in multiple languages.
This commit is contained in:
@@ -155,9 +155,10 @@
|
||||
"back_to_list": "Terug naar lijst",
|
||||
"message_details": "Berichtdetails",
|
||||
"more_reply_options": "Meer antwoordopties",
|
||||
"set_color": "Kleur instellen",
|
||||
"set_color": "Label instellen",
|
||||
"tag": "Label",
|
||||
"more_actions": "Meer acties",
|
||||
"remove_color": "Kleur verwijderen",
|
||||
"remove_color": "Label verwijderen",
|
||||
"more_count": "+{count} meer",
|
||||
"characters_count": "{count} tekens",
|
||||
"quick_reply_placeholder": "Schrijf een snel antwoord...",
|
||||
@@ -929,8 +930,8 @@
|
||||
"delete": "Verwijderen",
|
||||
"mark_as_spam": "Spam melden",
|
||||
"not_spam": "Geen spam",
|
||||
"color_tag": "Kleurtag",
|
||||
"remove_color": "Kleur verwijderen",
|
||||
"color_tag": "Label",
|
||||
"remove_color": "Label verwijderen",
|
||||
"items_selected": "{count} e-mails geselecteerd"
|
||||
},
|
||||
"shortcuts": {
|
||||
|
||||
Reference in New Issue
Block a user