summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-12-14 11:31:00 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-12-14 11:31:00 -0500
commitc3d02100a9ceb0036e8be4a2d9bee1537f3bbbd7 (patch)
tree8cc32c3e928d47fe7d1901cfb28f93ed760511cd /webapp/i18n/en.json
parent778e89aab4bbca74545a24375ff608342c170766 (diff)
downloadchat-c3d02100a9ceb0036e8be4a2d9bee1537f3bbbd7.tar.gz
chat-c3d02100a9ceb0036e8be4a2d9bee1537f3bbbd7.tar.bz2
chat-c3d02100a9ceb0036e8be4a2d9bee1537f3bbbd7.zip
PLT-4903 Rendered a placeholder for user reactions where the user hasn't been loaded (#4784)
* Rendered a placeholder for user reactions where the user hasn't been loaded * Added id to reaction Tooltip * Removed FormattedHTMLMessage from Reaction and improved support for different verb conjugations
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index d0945ff54..896875bda 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1643,8 +1643,14 @@
"posts_view.newMsgBelow": "{count} new {count, plural, one {message} other {messages}} below",
"reaction.clickToAdd": "(click to add)",
"reaction.clickToRemove": "(click to remove)",
- "reaction.multipleReacted": "<b>{users} and {lastUser}</b> reacted with <b>:{emojiName}:</b>",
- "reaction.oneReacted": "<b>{user}</b> reacted with <b>:{emojiName}:</b>",
+ "reaction.reacted": "{users} {reactionVerb} with {emoji}",
+ "reaction.reactionVerb.you": "reacted",
+ "reaction.reactionVerb.user": "reacted",
+ "reaction.reactionVerb.users": "reacted",
+ "reaction.reactionVerb.youAndUsers": "reacted",
+ "reaction.othersReacted": "{otherUsers, number} {otherUsers, plural, one {user} other {users}}",
+ "reaction.usersReacted": "{users} and {lastUser}",
+ "reaction.usersAndOthersReacted": "{users} and {otherUsers, number} other {otherUsers, plural, one {user} other {users}}",
"reaction.you": "You",
"removed_channel.channelName": "the channel",
"removed_channel.from": "Removed from ",