ux: display all emojis reactions
This commit is contained in:
parent
4c76ebbca6
commit
c31386566f
7 changed files with 102 additions and 65 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue