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

@@ -293,6 +293,23 @@ export default {
'You need to add at least one blossom server in order to upload media files.',
'Recommended blossom servers': 'Recommended blossom servers',
'Enter Blossom server URL': 'Enter Blossom server URL',
Preferred: 'Preferred'
Preferred: 'Preferred',
'Multiple choice (select one or more)': 'Multiple choice (select one or more)',
Vote: 'Vote',
'{{number}} votes': '{{number}} votes',
'Total votes': 'Total votes',
'Poll has ended': 'Poll has ended',
'Poll ends at {{time}}': 'Poll ends at {{time}}',
'Load results': 'Load results',
'This is a poll note.': 'This is a poll note.',
'Unlike regular notes, polls are not widely supported and may not display on other clients.':
'Unlike regular notes, polls are not widely supported and may not display on other clients.',
'Option {{number}}': 'Option {{number}}',
'Add Option': 'Add Option',
'Allow multiple choices': 'Allow multiple choices',
'End Date (optional)': 'End Date (optional)',
'Clear end date': 'Clear end date',
'Relay URLs (optional, comma-separated)': 'Relay URLs (optional, comma-separated)',
'Remove poll': 'Remove poll'
}
}