From 5cad406a2fb09d90803c5604d6f27701c3bf140b Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Fri, 2 Jul 2021 18:54:25 +0100
Subject: [PATCH] Add strings.

---
 en.json | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/en.json b/en.json
index eae432d..0fc5564 100644
--- a/en.json
+++ b/en.json
@@ -300,11 +300,17 @@
         "special": {
             "copy_username": "Click to copy username",
             "friends": {
-                "pending": "Pending",
+                "pending": "Pending requests",
+                "sent": "Outgoing",
                 "blocked": "Blocked",
                 "incoming": "Incoming friend request.",
                 "outgoing": "Outgoing friend request.",
-                "nobody": "Nobody here yet!"
+                "nobody": "Nobody here yet!",
+                "from": {
+                    "single": "From {{user}}",
+                    "multiple": "From {{userlist}} and {{user}}",
+                    "several": "From {{userlist}} and {{count}} more…"
+                }
             },
             "status": {
                 "offline": "Offline.",
-- 
GitLab