We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f27bda + 4b56b24 commit 36126a9Copy full SHA for 36126a9
src/components/i18n/index.ts
@@ -3,22 +3,22 @@ import type { ClubsI18nParts } from '@devprotocol/clubs-core'
3
export const Strings = {
4
RemovePoll: {
5
en: 'Remove poll',
6
- ja: '',
+ ja: '投票を削除',
7
},
8
ImmediateResultPublicationSettings: {
9
en: 'Immediate Result Publication Settings',
10
+ ja: '常に結果を表示する',
11
12
Unpublished: {
13
en: 'Poll Results are Unpublished',
14
+ ja: '投票結果は表示されません',
15
16
UnpublishedDetail: {
17
en: 'At the moment, the poll results are set to unpublished.',
18
+ ja: '投票結果は非表示に設定されています',
19
20
PleaseWait: {
21
en: 'Please wait until the voting period has ended.',
22
+ ja: '投票期間の終了までお待ちください',
23
24
} satisfies ClubsI18nParts
0 commit comments