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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 1240 additions and 130 deletions

View file

@ -298,6 +298,23 @@ export default {
'Вам нужно добавить хотя бы один сервер Blossom, чтобы загружать медиафайлы.',
'Recommended blossom servers': 'Рекомендуемые серверы Blossom',
'Enter Blossom server URL': 'Введите URL сервера Blossom',
Preferred: 'Предпочтительный'
Preferred: 'Предпочтительный',
'Multiple choice (select one or more)': 'Множественный выбор (выберите один или несколько)',
Vote: 'Голосовать',
'{{number}} votes': '{{number}} голосов',
'Total votes': 'Всего голосов',
'Poll has ended': 'Опрос завершён',
'Poll ends at {{time}}': 'Опрос завершается {{time}}',
'Load results': 'Загрузить результаты',
'This is a poll note.': 'Это заметка с опросом.',
'Unlike regular notes, polls are not widely supported and may not display on other clients.':
'В отличие от обычных заметок, опросы не получили широкую поддержку и могут не отображаться в других клиентах.',
'Option {{number}}': 'Вариант {{number}}',
'Add Option': 'Добавить вариант',
'Allow multiple choices': 'Разрешить множественный выбор',
'End Date (optional)': 'Дата окончания (необязательно)',
'Clear end date': 'Очистить дату окончания',
'Relay URLs (optional, comma-separated)': 'URL релеев (необязательно, через запятую)',
'Remove poll': 'Удалить опрос'
}
}