diff --git a/locales/index.d.ts b/locales/index.d.ts index f7f952175f..3537d76840 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -8173,9 +8173,9 @@ export interface Locale extends ILocale { * 指定したユーザーのみに公開 */ "specifiedDescription": string; - /** - * 連合なし - */ + "channel": string; + "channelDescription": string; + "channelSelected": string; "disableFederation": string; /** * 他サーバーへの配信を行いません diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 6c8a453023..c3e50c7146 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -2153,6 +2153,9 @@ _visibility: followersDescription: "自分のフォロワーのみに公開" specified: "ダイレクト" specifiedDescription: "指定したユーザーのみに公開" + channel: "チャンネル" + channelDescription: "選択したチャンネルに公開" + channelSelected: "選択中:{name}" disableFederation: "連合なし" disableFederationDescription: "他サーバーへの配信を行いません" diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index 1e073a7de9..3df986c815 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -19,21 +19,21 @@ SPDX-License-Identifier: AGPL-3.0-only
- + + +
-
+
{{ i18n.ts.recipient }}
@@ -67,7 +67,7 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.notSpecifiedMentionWarning }} -
-
+