mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-25 00:29:30 -05:00
18 lines
385 B
YAML
18 lines
385 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/
|
||
|
|
||
|
it:
|
||
|
js:
|
||
|
poll:
|
||
|
voteCount:
|
||
|
one: "1 voto"
|
||
|
other: "%{count} voti"
|
||
|
|
||
|
results:
|
||
|
show: Mostra Risultati
|
||
|
hide: Nascondi Risultati
|