mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
18 lines
376 B
YAML
18 lines
376 B
YAML
|
# encoding: utf-8
|
||
|
# This file contains content for the client portion of Discourse, sent out
|
||
|
# to the Javascript app.
|
||
|
#
|
||
|
# 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
|