From ede822613d642a345595f690ab99e35c78aa09c4 Mon Sep 17 00:00:00 2001 From: Paul <paulmakles@gmail.com> Date: Wed, 4 Aug 2021 16:01:28 +0100 Subject: [PATCH] Add strings. --- en.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/en.json b/en.json index c931110..3c766aa 100644 --- a/en.json +++ b/en.json @@ -7,7 +7,8 @@ "loading": "Loading…", "on": "On", "off": "Off", - "disabled": "Disabled" + "disabled": "Disabled", + "unavailable": "Unavailable" }, "login": { "title": "Login", @@ -109,7 +110,9 @@ "failed_load": "Couldn't load message.", "no_sending": "You don't have permission to send messages in this channel.", "blocked_messages": "{{count}} blocked messages", - "blocked_user": "Blocked User" + "blocked_user": "Blocked User", + "sent_file": "Sent an attachment", + "sent_multiple_files": "Sent multiple attachments" }, "nsfw": { "channel": { @@ -192,7 +195,8 @@ "placeholder": "Write something about yourself…", "profile_picture": "Profile Picture", "custom_background": "Custom Background", - "edit_background": "Edit Background" + "edit_background": "Edit Background", + "edit_profile": "Edit Profile" }, "sessions": { "title": "Sessions", -- GitLab