discourse/plugins/poll/config/locales/client.ru.yml
2015-09-29 12:30:01 +05:30

46 lines
2.1 KiB
YAML

# encoding: utf-8
#
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
#
# To work with us on translations, join this project:
# https://www.transifex.com/projects/p/discourse-org/
ru:
js:
poll:
voters:
one: "голос"
few: "голоса"
many: "голосов"
other: "голосов"
total_votes:
one: "голос"
few: "голоса"
many: "голосов"
other: "голосов"
average_rating: "Средний рейтинг: <strong>%{average}</strong>."
multiple:
help:
at_least_min_options: "Необходимо выбрать как минимум <strong>%{count}</strong> ответа."
up_to_max_options: "Вы можете выбрать не более <strong>%{count}</strong> вариантов ответов."
x_options: "Необходимо выбрать <strong>%{count}</strong> варианта ответа."
between_min_and_max_options: "Вы можете выбрать от <strong>%{min}</strong> до <strong>%{max}</strong> ответов."
cast-votes:
title: "Проголосуйте"
label: "Голосовать!"
show-results:
title: "Показать результаты"
label: "Показать результаты"
hide-results:
title: "Вернуться к опросу"
label: "Скрыть результаты"
open:
title: "Открыть опрос"
label: "Открыть"
confirm: "Вы уверены, что хотите открыть этот опрос?"
close:
title: "Закрыть опрос"
label: "Закрыть"
confirm: "Вы уверены, что хотите закрыть этот опрос?"
error_while_toggling_status: "Произошла ошибка при смене статуса опроса."
error_while_casting_votes: "Произошла ошибка во время обработки вашего голоса."