This repository has been archived by the owner on Jul 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
reflar-polls: | ||
admin: | ||
permissions: | ||
moderate: Modifica & rimuovi sondaggi | ||
start: Inizia un sondaggio | ||
vote: Vota i sondaggi | ||
self_edit: Permetti agli utenti di modificare i propri sondaggi | ||
forum: | ||
no_permission: Non hai i permessi per votare | ||
poll_ended: Questo sondaggio è terminato | ||
days_remaining: "Il sondaggio terminerà {time}" | ||
public_poll: Mostra i votanti | ||
votes_modal: | ||
title: Votanti | ||
modal: | ||
submit: Invia | ||
no_voters: Nessun voto | ||
switch: Permetti agli utenti di vedere chi ha votato | ||
min: Devi includere un minimo di 2 risposte | ||
max: Puoi avere un massimo di 10 risposte | ||
include_question: Devi includere una domanda | ||
date_placeholder: Termine del sondaggio (Opzionale) | ||
answer_placeholder: Risposta | ||
add: Aggiungi una Opzione | ||
question_placeholder: Domanda | ||
add_title: Aggiungi un Sondaggio | ||
edit_title: Modifica Sondaggio | ||
answers: Risposte | ||
moderation: | ||
edit: Modifica Sondaggio | ||
delete: Rimuovi Sondaggio | ||
delete_confirm: Sei sicuro di voler eliminare questo sondaggio? | ||
composer_discussion: | ||
add_poll: Aggiungi Sondaggio | ||
edit: => reflar-polls.forum.moderation.edit | ||
tooltip: | ||
votes: voti | ||
vote: voto | ||
badge: Sondaggio |