diff --git a/locales/index.d.ts b/locales/index.d.ts index a804f39b6d..36fe7fa9a5 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -8189,9 +8189,21 @@ export interface Locale extends ILocale { * 指定したユーザーのみに公開 */ "specifiedDescription": string; + /** + * チャンネル + */ "channel": string; + /** + * 選択したチャンネルに公開 + */ "channelDescription": string; - "channelSelected": string; + /** + * 選択中:{name} + */ + "channelSelected": ParameterizedString<"name">; + /** + * 連合なし + */ "disableFederation": string; /** * 他サーバーへの配信を行いません