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,13 +325,13 @@
|
||||
"view_contact": "Zobraziť kontakt",
|
||||
"message_details": "Podrobnosti správy",
|
||||
"more_reply_options": "Viac možností odpovede",
|
||||
"set_color": "Nastaviť štítok",
|
||||
"set_tag": "Nastaviť štítok",
|
||||
"tag": "Štítok",
|
||||
"more_actions": "Viac akcií",
|
||||
"previous": "Predchádzajúci",
|
||||
"next": "Ďalší",
|
||||
"move_to": "Presunúť do...",
|
||||
"remove_color": "Odstrániť štítok",
|
||||
"remove_tag": "Odstrániť štítok",
|
||||
"more_count": "+{count} ďalších",
|
||||
"characters_count": "{count} znakov",
|
||||
"quick_reply_placeholder": "Napísať rýchlu odpoveď...",
|
||||
@@ -425,17 +425,6 @@
|
||||
"message_id": "ID správy",
|
||||
"list_info": "Informácie o zozname"
|
||||
},
|
||||
"color_tag": {
|
||||
"title": "Farebný štítok",
|
||||
"red": "Červený",
|
||||
"orange": "Oranžový",
|
||||
"yellow": "Žltý",
|
||||
"green": "Zelený",
|
||||
"blue": "Modrý",
|
||||
"purple": "Fialový",
|
||||
"pink": "RŪžový",
|
||||
"none": "Žiadny"
|
||||
},
|
||||
"tooltips": {
|
||||
"reply": "Odpovedať (r)",
|
||||
"reply_all": "Odpovedať všetkým (a)",
|
||||
@@ -2033,8 +2022,7 @@
|
||||
"delete": "Odstrániť",
|
||||
"mark_as_spam": "Nahlásiť spam",
|
||||
"not_spam": "Nie je spam",
|
||||
"color_tag": "Štítok",
|
||||
"remove_color": "Odstrániť štítok",
|
||||
"tag": "Štítok",
|
||||
"items_selected": "{count} vybraných e-mailov",
|
||||
"edit_draft": "Upraviť koncept",
|
||||
"cancel_scheduled_send": "Zrušiť odoslanie",
|
||||
|
||||
Reference in New Issue
Block a user