mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-20 20:42:44 -05:00
a737090442
- add User.staff scope - inject MessageBus into Ember views (so it can be used by the poll plugin) - REFACTOR: use more accurate is_first_post? method instead of post_number == 1 - FEATURE: add support for JSON-typed custom fields - FEATURE: allow plugins to add validation - FEATURE: add post_custom_fields to PostSerializer - FEATURE: allow plugins to whitelist post_custom_fields - FIX: don't bump when post did not save successfully - FEATURE: polls are supported in any post - FEATURE: allow for multiple polls in the same post - FEATURE: multiple choice polls - FEATURE: rating polls - FEATURE: new dialect allowing users to preview polls in the composer
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
en:
|
|
js:
|
|
poll:
|
|
total_votes:
|
|
zero: "No votes yet. Want to be the first?"
|
|
one: "There's only 1 vote."
|
|
other: "There are %{count} total votes."
|
|
|
|
average_rating: "Average rating: <strong>%{average}</strong>."
|
|
|
|
multiple:
|
|
help:
|
|
at_least_min_options: "You may choose at least %{count} options."
|
|
up_to_max_options: "You may choose up to %{count} options."
|
|
x_options: "You may choose %{count} options."
|
|
between_min_and_max_options: "You may choose between %{min} and %{max} 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?"
|
|
|
|
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."
|