From dea640463b023856b32cac98c1478ff3246da019 Mon Sep 17 00:00:00 2001 From: bastshoes Date: Mon, 30 Oct 2017 08:20:08 +0300 Subject: [PATCH] Add Russian translation file (#525) * Add Russian translation file * Minor fixes --- translations/ru.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 translations/ru.json diff --git a/translations/ru.json b/translations/ru.json new file mode 100644 index 0000000000..4ae49487d0 --- /dev/null +++ b/translations/ru.json @@ -0,0 +1,13 @@ +{ + "language": { + "ru": "Русский" + }, + "panel": { + "config": "Настройки", + "states": "Обзор", + "map": "Карта", + "logbook": "Журнал", + "history": "История", + "log_out": "Выход" + } +}