From 6722621c87c8eca8684e39713b441c7d04331ae4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rasmus=20B=C3=A5tman?= <raggebat@gmail.com>
Date: Tue, 21 Jul 2020 11:48:02 +0000
Subject: [PATCH] Translated using Weblate (English (Developer))

Currently translated at 100.0% (30 of 30 strings)

Translation: Revolt/Web App
Translate-URL: http://weblate.insrt.uk/projects/revolt/web-app/en_devel/
---
 en_devel.json | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/en_devel.json b/en_devel.json
index e7e0cb8..e3d092b 100644
--- a/en_devel.json
+++ b/en_devel.json
@@ -9,6 +9,25 @@
         "main": {
             "channel": {
                 "message": "Message {{name}} ({{id}})"
+            },
+            "categories": {
+                "conversations": "Communications",
+                "channels": "Aqueducts",
+                "members": "Comrades"
+            }
+        },
+        "status": {
+            "online": "Electronically Connected",
+            "idle": "Unproductive",
+            "busy": "Having fish to fry",
+            "invisible": "Wraithlike",
+            "offline": "Electronically Disconnected"
+        },
+        "navigation": {
+            "tabs": {
+                "home": "Household",
+                "friends": "What's these",
+                "unreads": "Ignored"
             }
         }
     },
@@ -23,5 +42,13 @@
         "forgot": "Forgot your password?",
         "new": "You're not new?",
         "create": "Create another account."
+    },
+    "dayjs": {
+        "lastDay": "[Lang syne at] LT",
+        "sameDay": "[In the present day at] LT",
+        "nextDay": "[In subsequent time at] LT",
+        "lastWeek": "[Finis] dddd [at] LT",
+        "nextWeek": "dddd [at] LT",
+        "sameElse": "L"
     }
 }
-- 
GitLab