Skip to content
Snippets Groups Projects
Commit 0245b96f authored by insert's avatar insert
Browse files

Update strings.

parent ea89e530
No related merge requests found
...@@ -80,12 +80,12 @@ ...@@ -80,12 +80,12 @@
"several": "Several people are typing…" "several": "Several people are typing…"
}, },
"system": { "system": {
"user_joined": "{{user}} joined.", "user_joined": "{{user}} joined",
"user_left": "{{user}} left.", "user_left": "{{user}} left",
"user_kicked": "{{user}} was kicked.", "user_kicked": "{{user}} was kicked",
"user_banned": "{{user}} was banned.", "user_banned": "{{user}} was banned",
"added_by": "{{user}} added by {{other_user}}", "added_by": "{{user}} was added by {{other_user}}",
"removed_by": "{{user}} removed by {{other_user}}", "removed_by": "{{user}} was removed by {{other_user}}",
"channel_renamed": "{{user}} renamed the channel to {{other_user}}", "channel_renamed": "{{user}} renamed the channel to {{other_user}}",
"channel_description_changed": "{{user}} changed the channel description", "channel_description_changed": "{{user}} changed the channel description",
"channel_icon_changed": "{{user}} changed the channel icon" "channel_icon_changed": "{{user}} changed the channel icon"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment