Skip to content

Commit 4b56b24

Browse files
Update index.ts
1 parent 1f27bda commit 4b56b24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/i18n/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ import type { ClubsI18nParts } from '@devprotocol/clubs-core'
33
export const Strings = {
44
RemovePoll: {
55
en: 'Remove poll',
6-
ja: '',
6+
ja: '投票を削除',
77
},
88
ImmediateResultPublicationSettings: {
99
en: 'Immediate Result Publication Settings',
10-
ja: '',
10+
ja: '常に結果を表示する',
1111
},
1212
Unpublished: {
1313
en: 'Poll Results are Unpublished',
14-
ja: '',
14+
ja: '投票結果は表示されません',
1515
},
1616
UnpublishedDetail: {
1717
en: 'At the moment, the poll results are set to unpublished.',
18-
ja: '',
18+
ja: '投票結果は非表示に設定されています',
1919
},
2020
PleaseWait: {
2121
en: 'Please wait until the voting period has ended.',
22-
ja: '',
22+
ja: '投票期間の終了までお待ちください',
2323
},
2424
} satisfies ClubsI18nParts

0 commit comments

Comments
 (0)