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

31 lines
822 B
YAML
Raw Normal View History

2014-02-04 21:53:09 -05:00
# encoding: utf-8
# This file contains content for the client portion of Discourse, sent out
# to the Javascript app.
#
2014-04-24 10:48:46 -04:00
# To work with us on translations, see:
# 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
#
2014-02-04 21:53:09 -05:00
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
en:
js:
poll:
voteCount:
one: "1 vote"
other: "%{count} votes"
results:
show: Show Results
hide: Hide Results
close_poll: "Close Poll"
open_poll: "Open Poll"