From 72a28303bc0b69ffc85441d24b95aac4b6a91f22 Mon Sep 17 00:00:00 2001 From: Evg Date: Wed, 7 Jun 2017 11:18:09 +0300 Subject: [PATCH 1/2] Create client.ru.yml --- config/locales/client.ru.yml | 60 ++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 config/locales/client.ru.yml diff --git a/config/locales/client.ru.yml b/config/locales/client.ru.yml new file mode 100644 index 0000000..e26de50 --- /dev/null +++ b/config/locales/client.ru.yml @@ -0,0 +1,60 @@ +# encoding: utf-8 +# This file contains content for the client portion of Discourse, sent out +# to the Javascript app. +# +# To work with us on translations, see: +# https://www.transifex.com/projects/p/discourse-org/ +# +# This is a "source" file, which is used by Transifex to get translations for other languages. +# After this file is changed, it needs to be pushed by a maintainer to Transifex: +# +# tx push -s +# +# Read more here: https://meta.discourse.org/t/contribute-a-translation-to-discourse/14882 +# +# To validate this YAML file after you change it, please paste it into +# http://yamllint.com/ + +ru: + js: + errors: + explorer: + no_semicolons: "Удалите точку с запятой из запроса." + dirty: "Вы должны сохранить запрос перед запуском." + explorer: + admins_only: "Исследование данных доступен только для администраторов." + title: "Проводник данных" + create: "Создавать новое" + create_placeholder: "Имя запроса..." + import: + label: "Импорт" + modal: "Импорт запроса" + schema: + title: "Database Schema" + filter: "Поиск..." + sensitive: "Содержимое этого столбца может содержать особенно конфиденциальную или конфиденциальную информацию. Будьте осторожны при использовании содержимого этой колонки." + type_help: "Типы" + types: + bool: + yes: "Да" + no: "Нет" + null_: "Null" + export: "Экспорт" + save: "Сохранить изменения" + saverun: "Сохранить изменения и выполнить запрос" + run: "Запустить запрос" + undo: "Отменить изменения" + edit: "Редактировать" + delete: "Удалить" + recover: "Отменить запрос" + download: "Загрузить результаты" + download_json: "JSON" + download_csv: "CSV" + others_dirty: "Запрос имеет несохраненные изменения, которые будут потеряны, если вы уйдете." + run_time: "Запрос завершен {{value}} мс." + column: "Колонка {{number}}" + explain_label: "Включить план запроса?" + save_params: "Установка значений по умолчанию" + reset_params: "Сброс" + no_queries: "Запросов нет. Почему нет " + no_queries_hook: "создать?" From d3c1290bc9a3eb31d750020dc690b070d2192bd1 Mon Sep 17 00:00:00 2001 From: Evg Date: Wed, 7 Jun 2017 11:19:25 +0300 Subject: [PATCH 2/2] Create server.ru.yml --- config/locales/server.ru.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/locales/server.ru.yml diff --git a/config/locales/server.ru.yml b/config/locales/server.ru.yml new file mode 100644 index 0000000..08c895c --- /dev/null +++ b/config/locales/server.ru.yml @@ -0,0 +1,3 @@ +ru: + site_settings: + data_explorer_enabled: "Включить проводник данных в /admin/plugins/explorer"