2015-04-30 01:07:25 +08:00
|
|
|
# encoding: utf-8
|
2015-06-27 20:50:13 +08:00
|
|
|
# This file contains content for the client portion of the poll plugin, sent out
|
|
|
|
# to the Javascript app.
|
2015-04-30 01:07:25 +08:00
|
|
|
#
|
2015-06-27 20:50:13 +08:00
|
|
|
# To work with us on translations, see:
|
2015-04-30 01:07:25 +08:00
|
|
|
# https://www.transifex.com/projects/p/discourse-org/
|
2015-06-27 20:50:13 +08:00
|
|
|
#
|
|
|
|
# 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-30 01:07:25 +08:00
|
|
|
|
2014-02-05 10:53:09 +08:00
|
|
|
en:
|
|
|
|
js:
|
|
|
|
poll:
|
2015-05-04 22:01:57 +08:00
|
|
|
voters:
|
2015-05-05 04:29:45 +08:00
|
|
|
one: "voter"
|
|
|
|
other: "voters"
|
|
|
|
total_votes:
|
|
|
|
one: "total vote"
|
|
|
|
other: "total votes"
|
2015-04-24 01:33:29 +08:00
|
|
|
|
|
|
|
average_rating: "Average rating: <strong>%{average}</strong>."
|
|
|
|
|
2016-06-09 22:15:08 +08:00
|
|
|
public:
|
2016-06-20 13:44:49 +08:00
|
|
|
title: "Votes are public."
|
2016-06-09 22:15:08 +08:00
|
|
|
|
2015-04-24 01:33:29 +08:00
|
|
|
multiple:
|
|
|
|
help:
|
2015-09-28 03:36:57 +08:00
|
|
|
at_least_min_options:
|
2016-06-20 13:55:10 +08:00
|
|
|
one: "Choose at least <strong>1</strong> option"
|
|
|
|
other: "Choose at least <strong>%{count}</strong> options"
|
2015-09-28 03:36:57 +08:00
|
|
|
up_to_max_options:
|
2016-06-20 13:55:10 +08:00
|
|
|
one: "Choose up to <strong>1</strong> option"
|
|
|
|
other: "Choose up to <strong>%{count}</strong> options"
|
2015-09-28 03:36:57 +08:00
|
|
|
x_options:
|
2016-06-20 13:55:10 +08:00
|
|
|
one: "Choose <strong>1</strong> option"
|
|
|
|
other: "Choose <strong>%{count}</strong> options"
|
|
|
|
between_min_and_max_options: "Choose between <strong>%{min}</strong> and <strong>%{max}</strong> options"
|
2015-04-24 01:33:29 +08:00
|
|
|
|
|
|
|
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-05 10:53:09 +08:00
|
|
|
|
2015-04-24 01:33:29 +08:00
|
|
|
close:
|
|
|
|
title: "Close the poll"
|
|
|
|
label: "Close"
|
|
|
|
confirm: "Are you sure you want to close this poll?"
|
2014-04-13 01:23:21 +08:00
|
|
|
|
2016-06-20 13:55:10 +08:00
|
|
|
error_while_toggling_status: "Sorry, there was an error toggling the status of this poll."
|
|
|
|
error_while_casting_votes: "Sorry, there was an error casting your votes."
|
|
|
|
error_while_fetching_voters: "Sorry, there was an error displaying the voters."
|
2016-06-13 18:21:14 +08:00
|
|
|
|
|
|
|
ui_builder:
|
2016-06-18 06:54:30 +08:00
|
|
|
title: Build Poll
|
2016-06-13 18:21:14 +08:00
|
|
|
insert: Insert Poll
|
|
|
|
help:
|
2016-06-17 06:27:08 +08:00
|
|
|
options_count: Enter at least 2 options
|
2016-06-13 18:21:14 +08:00
|
|
|
poll_type:
|
2016-06-15 21:21:17 +08:00
|
|
|
label: Type
|
2016-06-18 14:37:02 +08:00
|
|
|
regular: Single Choice
|
|
|
|
multiple: Multiple Choice
|
|
|
|
number: Number Rating
|
2016-06-13 18:21:14 +08:00
|
|
|
poll_config:
|
|
|
|
max: Max
|
|
|
|
min: Min
|
|
|
|
step: Step
|
|
|
|
poll_public:
|
2016-06-15 21:21:17 +08:00
|
|
|
label: Show who voted
|
2016-06-13 18:21:14 +08:00
|
|
|
poll_options:
|
2016-06-15 21:21:17 +08:00
|
|
|
label: Enter one poll option per line
|