From 50d7edbdf9fbe2beedae0fa632e2ff778ea9ad7a Mon Sep 17 00:00:00 2001 From: Paul Makles <paulmakles@gmail.com> Date: Tue, 16 Feb 2021 19:52:20 +0000 Subject: [PATCH] Add strings. --- en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/en.json b/en.json index 599826c..7eea8d4 100644 --- a/en.json +++ b/en.json @@ -67,7 +67,10 @@ "channel": { "message_where": "Message {{channel_name}}", "message_who": "Message {{person}}", - "message_saved": "Save to your messages" + "message_saved": "Save to your messages", + "uploading_file": "Uploading file...", + "failed_upload": "Failed to upload!", + "attached_file": "Attached {{filename}}" }, "groups": { "create": "Create a group.", -- GitLab