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

@@ -295,6 +295,23 @@ export default {
'メディアファイルをアップロードするには、少なくとも1つのBlossomサーバーを追加する必要があります。',
'Recommended blossom servers': 'おすすめのBlossomサーバー',
'Enter Blossom server URL': 'BlossomサーバーURLを入力',
Preferred: '優先'
Preferred: '優先',
'Multiple choice (select one or more)': '複数選択1つ以上選択',
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': '投票を削除'
}
}