From a561e9f431d28d45f44c6d056dd740bc5c247e7a Mon Sep 17 00:00:00 2001 From: mesi Date: Tue, 23 Jan 2024 02:32:36 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=81=8C?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E3=81=95=E3=82=8C=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.d.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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; /** * 他サーバーへの配信を行いません