mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
shorter poll copy
This commit is contained in:
parent
a486d7e95b
commit
94df22564f
1 changed files with 10 additions and 10 deletions
|
@ -33,15 +33,15 @@ en:
|
|||
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."
|
||||
one: "Choose at least <strong>1</strong> option"
|
||||
other: "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."
|
||||
one: "Choose up to <strong>1</strong> option"
|
||||
other: "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."
|
||||
between_min_and_max_options: "You may choose between <strong>%{min}</strong> and <strong>%{max}</strong> options."
|
||||
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"
|
||||
|
||||
cast-votes:
|
||||
title: "Cast your votes"
|
||||
|
@ -65,9 +65,9 @@ en:
|
|||
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."
|
||||
error_while_fetching_voters: "There was an error while displaying the voters."
|
||||
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."
|
||||
|
||||
ui_builder:
|
||||
title: Build Poll
|
||||
|
|
Loading…
Reference in a new issue