From 5ea0ce525f11a5011d25223824af1ab8e9b7d305 Mon Sep 17 00:00:00 2001
From: Paul Makles <paulmakles@gmail.com>
Date: Thu, 9 Jul 2020 10:29:23 +0100
Subject: [PATCH] Add new translations for build 0004.

---
 en.json | 25 +++++++++++++++++++++++++
 pl.json | 25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/en.json b/en.json
index 4e69b1a..1bd8c82 100644
--- a/en.json
+++ b/en.json
@@ -18,10 +18,35 @@
         "create": "Create a new account."
     },
     "app": {
+        "status": {
+            "online": "Online",
+            "idle": "Idle",
+            "busy": "Busy",
+            "invisible": "Invisible",
+            "offline": "Offline"
+        },
+        "navigation": {
+            "tabs": {
+                "home": "Home",
+                "friends": "Home",
+                "unreads": "Unreads"
+            }
+        },
         "main": {
+            "categories": {
+                "conversations": "Conversations",
+                "channels": "Channels"
+            },
             "channel": {
                 "message": "Message {{name}}"
             }
         }
+    },
+    "dayjs": {
+        "lastDay": "Yesterday at",
+        "sameDay": "Today at",
+        "nextDay": "Tomorrow at",
+        "last": "last",
+        "at": "at"
     }
 }
\ No newline at end of file
diff --git a/pl.json b/pl.json
index eb2ab29..e09b524 100644
--- a/pl.json
+++ b/pl.json
@@ -18,10 +18,35 @@
         "create": "Stwórz nowe konto."
     },
     "app": {
+        "status": {
+            "online": "Dostępny",
+            "idle": "Bezczynny",
+            "busy": "Zajęty",
+            "invisible": "Niewidzialny",
+            "offline": "Offline"
+        },
+        "navigation": {
+            "tabs": {
+                "home": "GÅ‚owna strona",
+                "friends": "Przyjaciele",
+                "unreads": "Nieprzeczytane"
+            }
+        },
         "main": {
+            "categories": {
+                "conversations": "Konwersacje",
+                "channels": "Kanały"
+            },
             "channel": {
                 "message": "Wyslij do {{name}}"
             }
         }
+    },
+    "dayjs": {
+        "lastDay": "Wczoraj o",
+        "sameDay": "Dzisiaj o",
+        "nextDay": "Jutro o",
+        "last": "Ostatnia",
+        "at": "o"
     }
 }
\ No newline at end of file
-- 
GitLab