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": "Névjegy megtekintése",
|
||||
"message_details": "Üzenet részletei",
|
||||
"more_reply_options": "További válasz opciók",
|
||||
"set_color": "Címke beállítása",
|
||||
"set_tag": "Címke beállítása",
|
||||
"tag": "Címke",
|
||||
"more_actions": "További műveletek",
|
||||
"previous": "Előző",
|
||||
"next": "Következő",
|
||||
"move_to": "Áthelyezés ide...",
|
||||
"remove_color": "Címke eltávolítása",
|
||||
"remove_tag": "Címke eltávolítása",
|
||||
"more_count": "+{count} további",
|
||||
"characters_count": "{count} karakter",
|
||||
"quick_reply_placeholder": "Gyors válasz írása...",
|
||||
@@ -425,17 +425,6 @@
|
||||
"message_id": "Üzenet azonosító",
|
||||
"list_info": "Lista információk"
|
||||
},
|
||||
"color_tag": {
|
||||
"title": "Színes címke",
|
||||
"red": "Piros",
|
||||
"orange": "Narancs",
|
||||
"yellow": "Sárga",
|
||||
"green": "Zöld",
|
||||
"blue": "Kék",
|
||||
"purple": "Lila",
|
||||
"pink": "Rózsaszín",
|
||||
"none": "Nincs"
|
||||
},
|
||||
"tooltips": {
|
||||
"reply": "Válasz (r)",
|
||||
"reply_all": "Válasz mindenkinek (a)",
|
||||
@@ -2033,8 +2022,7 @@
|
||||
"delete": "Törlés",
|
||||
"mark_as_spam": "Spam jelentése",
|
||||
"not_spam": "Nem spam",
|
||||
"color_tag": "Címke",
|
||||
"remove_color": "Címke eltávolítása",
|
||||
"tag": "Címke",
|
||||
"items_selected": "{count} e-mail kijelölve",
|
||||
"edit_draft": "Piszkozat szerkesztése",
|
||||
"cancel_scheduled_send": "Küldés megszakítása",
|
||||
|
||||
Reference in New Issue
Block a user