From d61c3fb60e74c8dccd899491cd5282c915512716 Mon Sep 17 00:00:00 2001
From: Paul Makles <paulmakles@gmail.com>
Date: Sun, 17 Jan 2021 19:40:38 +0000
Subject: [PATCH] Add strings.

---
 en.json | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/en.json b/en.json
index 986993e..c30747c 100644
--- a/en.json
+++ b/en.json
@@ -62,7 +62,22 @@
                 "disconnected": "Disconnected.",
                 "connecting": "Connecting...",
                 "reconnecting": "Reconnecting..."
-            }
+            },
+            "modals": {
+                "error": "An error occurred!",
+                "clipboard": {
+                    "unavailable": "Clipboard is unavailable!",
+                    "https": "You are not currently in a HTTPS context.",
+                    "copy": "Manual Copy:"
+                },
+                "signed_out": "You were signed out!",
+                "actions": {
+                    "ok": "Ok",
+                    "close": "Close",
+                    "reload": "Reload App"
+                }
+            },
+            "requires_online": "You need to be online to view this."
         },
         "context_menu": {
             "copy_id": "Copy ID",
-- 
GitLab