feat: polls (#451)

Co-authored-by: silberengel <silberengel7@protonmail.com>
This commit is contained in:
Cody Tseng
2025-07-27 12:05:50 +08:00
committed by GitHub
parent 636ceacdad
commit b35e0cf850
35 changed files with 1240 additions and 130 deletions

View File

@@ -297,6 +297,23 @@ export default {
'È necessario aggiungere almeno un server Blossom per caricare file multimediali.',
'Recommended blossom servers': 'Server Blossom consigliati',
'Enter Blossom server URL': 'Inserisci URL del server Blossom',
Preferred: 'Preferito'
Preferred: 'Preferito',
'Multiple choice (select one or more)': 'Scelta multipla (seleziona uno o più)',
Vote: 'Vota',
'{{number}} votes': '{{number}} voti',
'Total votes': 'Voti totali',
'Poll has ended': 'Il sondaggio è terminato',
'Poll ends at {{time}}': 'Il sondaggio termina alle {{time}}',
'Load results': 'Carica risultati',
'This is a poll note.': 'Questa è una nota sondaggio.',
'Unlike regular notes, polls are not widely supported and may not display on other clients.':
'A differenza delle note regolari, i sondaggi non sono ampiamente supportati e potrebbero non essere visualizzati su altri client.',
'Option {{number}}': 'Opzione {{number}}',
'Add Option': 'Aggiungi Opzione',
'Allow multiple choices': 'Consenti scelte multiple',
'End Date (optional)': 'Data di fine (opzionale)',
'Clear end date': 'Cancella data di fine',
'Relay URLs (optional, comma-separated)': 'URL relay (opzionale, separati da virgole)',
'Remove poll': 'Rimuovi sondaggio'
}
}