From 256467409bdfe5d2d352d2e8b21346d270f5eba6 Mon Sep 17 00:00:00 2001 From: Jakub Bittner Date: Fri, 27 Oct 2017 06:26:15 +0200 Subject: [PATCH] Added Czech translation file. (#502) --- translations/cs.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 translations/cs.json diff --git a/translations/cs.json b/translations/cs.json new file mode 100644 index 0000000000..dc1f234b34 --- /dev/null +++ b/translations/cs.json @@ -0,0 +1,12 @@ +{ + "language": { + "cs": "Čeština" + }, + "panel": { + "states": "Stavy", + "map": "Mapa", + "logbook": "Deník", + "history": "Historie", + "log_out": "Odhlásit se" + } +}