From 6d2befe3f08d9ce2cc10a7fdcb8eb73f5e71fae8 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Fri, 27 Oct 2017 06:42:30 +0200 Subject: [PATCH] Add Polish translation (#489) --- translations/pl.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 translations/pl.json diff --git a/translations/pl.json b/translations/pl.json new file mode 100644 index 0000000000..a647e9d1e4 --- /dev/null +++ b/translations/pl.json @@ -0,0 +1,12 @@ +{ + "language": { + "pl": "Polski" + }, + "panel": { + "states": "Stany", + "map": "Mapa", + "logbook": "Dziennik", + "history": "Historia", + "log_out": "Wyloguj" + } +}