From 77b579d571f9106a2f11f11893312b87e35ba181 Mon Sep 17 00:00:00 2001 From: sch3fr <50205729+sch3fr@users.noreply.github.com> Date: Sat, 15 Apr 2023 17:52:35 +0200 Subject: [PATCH] Create cs.json (#91) added Czech translation --- jumpapp/translations/cs.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 jumpapp/translations/cs.json diff --git a/jumpapp/translations/cs.json b/jumpapp/translations/cs.json new file mode 100644 index 0000000..01de8fe --- /dev/null +++ b/jumpapp/translations/cs.json @@ -0,0 +1,18 @@ +{ + "greetings.goodafternoon": "Dobré odpoledne", + "greetings.goodevening": "Dobrý večer", + "greetings.goodmorning": "Dobré ráno", + "greetings.goodnight": "Dobrou noc", + "search.search": "Vyhledávání", + "search.searchon": "Vyhledad pomocí {{searchprovider}}", + "search.sites": "Stránky", + "status.status": "Status", + "status.error": "chyba", + "status.offline": "offline", + "status.online": "online", + "status.unknown": "neznámý", + "tags": "Tagy", + "tags.home": "Domovská obrazovka", + "unsplash.description.photoby": "Fotografie od {{user}}", + "unsplash.description.by": "{{description}} od {{user}}" +} \ No newline at end of file