From 331848aa9225eb9f362c4c4c0b116c6b0dd9076f Mon Sep 17 00:00:00 2001 From: hexa- Date: Fri, 27 Oct 2017 06:28:42 +0200 Subject: [PATCH] add german translation (#477) --- translations/de.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 translations/de.json diff --git a/translations/de.json b/translations/de.json new file mode 100644 index 0000000000..e36240741e --- /dev/null +++ b/translations/de.json @@ -0,0 +1,12 @@ +{ + "language": { + "de": "Deutsch" + }, + "panel": { + "states": "Zustände", + "map": "Karte", + "logbook": "Logbuch", + "history": "Verlauf", + "log_out": "Abmelden" + } +}