From 40774cafcb24cb955768a1eda119cab6ece9fc91 Mon Sep 17 00:00:00 2001
From: Paul Makles <paulmakles@gmail.com>
Date: Sat, 4 Jul 2020 22:23:23 +0100
Subject: [PATCH] Upload latest translations.

---
 README.md    | 14 ++++++++++++++
 cz.json      | 26 ++++++++++++++++++++++++++
 en.json      | 15 ++++++++++++++-
 hu.json      |  1 +
 hu.json.d.ts |  0
 lt.json      | 26 ++++++++++++++++++++++++++
 lt.json.d.ts |  1 +
 pl.json      |  7 ++++---
 8 files changed, 86 insertions(+), 4 deletions(-)
 create mode 100644 README.md
 create mode 100644 cz.json
 create mode 100644 hu.json
 create mode 100644 hu.json.d.ts
 create mode 100644 lt.json
 create mode 100644 lt.json.d.ts

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..35a3df8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+This repository holds all the translation files for REVOLT, feel free to help translate to new languages or fix existing translations.
+
+## Languages
+
+Table of currently supported languages.
+
+ Language | Support | Maintainer
+----------|---------|------------
+English (International) | Up-to-date | insert
+Polish | Up-to-date | insert
+Lithuanian | Up-to-date | Wait What
+Czech | Up-to-date | Fatalerrorcoded
+Russian | Work in progress. | Wait What
+Hungarian | Pending. | Organic Coke
diff --git a/cz.json b/cz.json
new file mode 100644
index 0000000..405982d
--- /dev/null
+++ b/cz.json
@@ -0,0 +1,26 @@
+{
+    "general": {
+        "about": "O nás",
+        "tos": "Podmínky",
+        "privacy": "Zásady ochrany osobních údajů"
+    },
+    "login": {
+        "title": "Přihlášení",
+        "email": "E-mail",
+        "password": "Heslo",
+        "enter": {
+            "email": "Vložte svůj e-mail.",
+            "password": "Vložte svoje heslo."
+        },
+        "forgot": "Zapomenuté heslo?",
+        "new": "NovÄ› u REVOLT?",
+        "create": "Vytvořte nový účet."
+    },
+    "app": {
+        "main": {
+            "channel": {
+                "message": "Odešli zprávu {{name}}"
+            }
+        }
+    }
+}
\ No newline at end of file
diff --git a/en.json b/en.json
index db82e9d..4e69b1a 100644
--- a/en.json
+++ b/en.json
@@ -1,8 +1,21 @@
 {
+    "general": {
+        "about": "About",
+        "tos": "Terms of Service",
+        "privacy": "Privacy Policy",
+        "image_by": "Image by"
+    },
     "login": {
         "title": "Login",
         "email": "Email",
-        "password": "Password"
+        "password": "Password",
+        "enter": {
+            "email": "Enter your email.",
+            "password": "Enter your password."
+        },
+        "forgot": "Forgot your password?",
+        "new": "New to REVOLT?",
+        "create": "Create a new account."
     },
     "app": {
         "main": {
diff --git a/hu.json b/hu.json
new file mode 100644
index 0000000..9e26dfe
--- /dev/null
+++ b/hu.json
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/hu.json.d.ts b/hu.json.d.ts
new file mode 100644
index 0000000..e69de29
diff --git a/lt.json b/lt.json
new file mode 100644
index 0000000..1ccab5b
--- /dev/null
+++ b/lt.json
@@ -0,0 +1,26 @@
+{
+    "general": {
+        "about": "Apie mus",
+        "tos": "Naudojimo sÄ…lygos",
+        "privacy": "Privatumo politika"
+    },
+    "login": {
+        "title": "Prisijungti",
+        "email": "El. paštas",
+        "password": "Slaptažodis",
+        "enter": {
+            "email": "Įrašyk savo el. paštą",
+            "password": "Įrašyk savo slaptažodį"
+        },
+        "forgot": "Pamiršau slaptažodį",
+        "new": "Neturi paskyros?",
+        "create": "Sukurti paskyrÄ…."
+    },
+    "app": {
+        "main": {
+            "channel": {
+                "message": "Rašyk į {{name}}"
+            }
+        }
+    }
+}
\ No newline at end of file
diff --git a/lt.json.d.ts b/lt.json.d.ts
new file mode 100644
index 0000000..62f39ce
--- /dev/null
+++ b/lt.json.d.ts
@@ -0,0 +1 @@
+export default any;
diff --git a/pl.json b/pl.json
index ad4f9cd..eb2ab29 100644
--- a/pl.json
+++ b/pl.json
@@ -2,7 +2,8 @@
     "general": {
         "about": "O nas",
         "tos": "Warunki usługi",
-        "privacy": "Polityka prywatności"
+        "privacy": "Polityka prywatności",
+        "image_by": "Zdjęcie przez"
     },
     "login": {
         "title": "Zaloguj sie",
@@ -12,14 +13,14 @@
             "email": "Wpisz twoj e-mail.",
             "password": "Wpisz twoje hasło."
         },
-        "forgot": "Zapomniałeś hasła?",
+        "forgot": "Zapomniałeś hasło?",
         "new": "Nowy w REVOLT?",
         "create": "Stwórz nowe konto."
     },
     "app": {
         "main": {
             "channel": {
-                "message": "Wyslij {{name}}"
+                "message": "Wyslij do {{name}}"
             }
         }
     }
-- 
GitLab