mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:30:57 +08:00
2928ce6ca1
This is needed to make it possible to programmatically toggle between open and closed polls.
18 lines
772 B
YAML
18 lines
772 B
YAML
# encoding: utf-8
|
|
# This file contains content for the server portion of Discourse used by Ruby
|
|
#
|
|
# To validate this YAML file after you change it, please paste it into
|
|
# http://yamllint.com/
|
|
|
|
it:
|
|
activerecord:
|
|
attributes:
|
|
post:
|
|
poll_options: "Opzioni sondaggio"
|
|
poll:
|
|
must_contain_poll_options: "deve contenere una lista di opzioni per il sondaggio"
|
|
cannot_have_modified_options: "non possono essere modificate dopo i primi cinque minuti. Contatta un moderatore se hai bisogno di cambiarle."
|
|
cannot_add_or_remove_options: "non possono essere modificate, aggiunte o rimosse. Se vuoi aggiungere o rimuovere opzioni al sondaggio, devi bloccare questo topice crearne uno nuovo."
|
|
prefix: "Sondaggio"
|
|
closed_prefix: "Sondaggio Chiuso"
|