Merge branch '418-more-emojis-reaction-support' into 'dev'

ux: new emojis UI and display all added emojis reactions

See merge request keanuapp/keanuapp-weblite!174
This commit is contained in:
N Pex 2023-04-17 13:57:28 +00:00
commit e32afa78cf
7 changed files with 102 additions and 65 deletions

View file

@ -7,7 +7,11 @@
"global": {
"save": "Save",
"password_didnot_match": "Password didn't match",
"password_hint": "Minimum 12 character containing atleast one numeric, one uppercase and one lowercase letter"
"password_hint": "Minimum 12 character containing atleast one numeric, one uppercase and one lowercase letter",
"show_less": "Show less",
"show_more": "Show more",
"add_reaction": "Add reaction",
"click_to_remove": "Click to remove"
},
"menu": {
"start_private_chat": "Private chat with this user",
@ -83,7 +87,8 @@
"time_ago": "Today | Yesterday | {count} days ago",
"outgoing_message_deleted_text": "You deleted this message.",
"incoming_message_deleted_text": "This message was deleted.",
"not_allowed_to_send": "Only admins and moderators are allowed to send to the room"
"not_allowed_to_send": "Only admins and moderators are allowed to send to the room",
"reaction_count_more": "{reactionCount} more"
},
"room": {
"invitations": "You have no invitations | You have 1 invitation | You have {count} invitations",