discourse/plugins/poll/config/locales/client.en.yml

70 lines
2.2 KiB
YAML
Raw Normal View History

2015-04-29 13:07:25 -04:00
# encoding: utf-8
# This file contains content for the client portion of the poll plugin, sent out
# to the Javascript app.
2015-04-29 13:07:25 -04:00
#
# To work with us on translations, see:
2015-04-29 13:07:25 -04:00
# 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/
2015-04-29 13:07:25 -04:00
2014-02-04 21:53:09 -05:00
en:
js:
poll:
voters:
2015-05-04 16:29:45 -04:00
one: "voter"
other: "voters"
total_votes:
one: "total vote"
other: "total votes"
average_rating: "Average rating: <strong>%{average}</strong>."
2016-06-09 10:15:08 -04:00
public:
title: "Votes submitted to this poll will be made public."
multiple:
help:
at_least_min_options:
one: "You must choose at least <strong>1</strong> option."
other: "You must choose at least <strong>%{count}</strong> options."
up_to_max_options:
one: "You may choose up to <strong>1</strong> option."
other: "You may choose up to <strong>%{count}</strong> options."
x_options:
one: "You must choose <strong>1</strong> option."
other: "You must choose <strong>%{count}</strong> options."
2015-05-04 16:29:45 -04:00
between_min_and_max_options: "You may choose between <strong>%{min}</strong> and <strong>%{max}</strong> options."
cast-votes:
title: "Cast your votes"
label: "Vote now!"
show-results:
title: "Display the poll results"
label: "Show results"
hide-results:
title: "Back to your votes"
label: "Hide results"
open:
title: "Open the poll"
label: "Open"
confirm: "Are you sure you want to open this poll?"
2014-02-04 21:53:09 -05:00
close:
title: "Close the poll"
label: "Close"
confirm: "Are you sure you want to close this poll?"
error_while_toggling_status: "There was an error while toggling the status of this poll."
error_while_casting_votes: "There was an error while casting your votes."