diff --git a/locales/index.d.ts b/locales/index.d.ts index cd15bd968f..58555089dd 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -2164,6 +2164,9 @@ export interface Locale { "followersDescription": string; "specified": string; "specifiedDescription": string; + "channel": string; + "channelDescription": string; + "channelSelected": string; "disableFederation": string; "disableFederationDescription": string; }; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 5537db9d56..ec725d1ee3 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -2068,6 +2068,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 c6124da0e1..cfb96bb3ff 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -22,18 +22,18 @@ SPDX-License-Identifier: AGPL-3.0-only - -
+
{{ i18n.ts.recipient }}
@@ -67,7 +67,7 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.notSpecifiedMentionWarning }} -
-
+