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 {
'您需要添加至少一个 Blossom 服务器才能上传媒体文件。',
'Recommended blossom servers': '推荐的 Blossom 服务器',
'Enter Blossom server URL': '输入 Blossom 服务器 URL',
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': '移除投票'
}
}