From 47b35fc855bb80a21d11ac5315ff3578d9366297 Mon Sep 17 00:00:00 2001 From: Anton Sokolovskyy <104381434+anton-catalyst-eu@users.noreply.github.com> Date: Mon, 10 Apr 2023 19:04:04 +0100 Subject: [PATCH] Create ru.json --- jumpapp/translations/ru.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 jumpapp/translations/ru.json diff --git a/jumpapp/translations/ru.json b/jumpapp/translations/ru.json new file mode 100644 index 0000000..f752931 --- /dev/null +++ b/jumpapp/translations/ru.json @@ -0,0 +1,18 @@ +{ + "greetings.goodafternoon": "Добрый день", + "greetings.goodevening": "Добрый вечер", + "greetings.goodmorning": "Доброе утро", + "greetings.goodnight": "Спокойной ночи", + "search.search": "Поиск", + "search.searchon": "Искать на {{searchprovider}}", + "search.sites": "Сайты", + "status.status": "Статус", + "status.error": "ошибка", + "status.offline": "оффлайн", + "status.online": "онлайн", + "status.unknown": "неизвестный", + "tags": "Теги", + "tags.home": "Домашняя страница", + "unsplash.description.photoby": "Фото от {{user}}", + "unsplash.description.by": "{{description}} от {{user}}" +}