mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-03-09 14:37:15 +00:00
19 lines
990 B
YAML
19 lines
990 B
YAML
# encoding: utf-8
|
|
#
|
|
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
|
|
#
|
|
# To work with us on translations, join this project:
|
|
# https://www.transifex.com/projects/p/discourse-org/
|
|
|
|
it:
|
|
js:
|
|
solved:
|
|
allow_accepted_answers: "Consentire al proprietario dell'argomento e allo staff di contrassegnare una risposta come la soluzione"
|
|
accept_answer: "Questa risposta risolve il problema"
|
|
has_accepted_answer: "Questo argomento ha una soluzione"
|
|
unaccept_answer: "Questa risposta non risolve più il problemaT"
|
|
accepted_answer: "Soluzione"
|
|
solution: "Soluzione"
|
|
accepted_html: "<i class='fa-check-square fa accepted'></i> Risolto <span class='by'>da <a href data-user-card='{{username_lower}}'>{{username}}</a></span> nel <a href='{{post_path}}'>messaggio #{{post_number}}</a>"
|
|
accepted_notification: "<i title='accepted' class='fa fa-check-square'></i><p><span>{{username}}</span> {{description}}</p>"
|