From dd269773ac3d72f84c92334b894767a3b185fe6b Mon Sep 17 00:00:00 2001
From: nizune <9-nizune@users.noreply.gitlab.insrt.uk>
Date: Tue, 6 Apr 2021 15:21:55 +0200
Subject: [PATCH] Fixed some strings in czech

---
 cs.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cs.json b/cs.json
index 82c23da..09f51e4 100644
--- a/cs.json
+++ b/cs.json
@@ -32,11 +32,11 @@
         "main": {
             "channel": {
                 "message": "Odešli zprávu {{name}}",
-                "uploading_file": "Uploaduji soubor...",
+                "uploading_file": "Nahrávám soubor...",
                 "bot": "bot",
                 "unknown_user": "<Neznámý Uživatel>",
-                "failed_upload": "Upload selhal!",
-                "attached_file": "Připojený {{filename}}",
+                "failed_upload": "Nahrávání selhalo!",
+                "attached_file": "Příloha {{filename}}",
                 "typing": {
                     "single": "{{user}} píše…",
                     "multiple": "{{userlist}} a {{user}} píšou…",
-- 
GitLab