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 {
'Você precisa adicionar pelo menos um servidor Blossom para poder carregar arquivos de mídia.',
'Recommended blossom servers': 'Servidores Blossom recomendados',
'Enter Blossom server URL': 'Inserir URL do servidor Blossom',
Preferred: 'Preferido'
Preferred: 'Preferido',
'Multiple choice (select one or more)': 'Múltipla escolha (selecione um ou mais)',
Vote: 'Votar',
'{{number}} votes': '{{number}} votos',
'Total votes': 'Total de votos',
'Poll has ended': 'A sondagem terminou',
'Poll ends at {{time}}': 'A sondagem termina em {{time}}',
'Load results': 'Carregar resultados',
'This is a poll note.': 'Esta é uma nota de sondagem.',
'Unlike regular notes, polls are not widely supported and may not display on other clients.':
'Ao contrário das notas regulares, as sondagens não são amplamente suportadas e podem não ser exibidas noutros clientes.',
'Option {{number}}': 'Opção {{number}}',
'Add Option': 'Adicionar Opção',
'Allow multiple choices': 'Permitir múltiplas escolhas',
'End Date (optional)': 'Data de fim (opcional)',
'Clear end date': 'Limpar data de fim',
'Relay URLs (optional, comma-separated)': 'URLs de relay (opcional, separadas por vírgulas)',
'Remove poll': 'Remover sondagem'
}
}