diff --git a/locales/index.d.ts b/locales/index.d.ts index b68857481f..4467ec80bd 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -648,6 +648,7 @@ export interface Locale { "metrics": string; "overview": string; "logs": string; + "mfm": string; "delayed": string; "database": string; "channel": string; @@ -2267,9 +2268,9 @@ export interface Locale { "_moderationLogTypes": { "createRole": string; "deleteRole": string; - "updateRole": string; "assignRole": string; "unassignRole": string; + "updateRole": string; "suspend": string; "unsuspend": string; "addCustomEmoji": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 31720a906e..a9760b4d1b 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -645,6 +645,7 @@ copy: "コピー" metrics: "メトリクス" overview: "概要" logs: "ログ" +mfm: 'mfm 装飾' delayed: "遅延" database: "データベース" channel: "チャンネル" @@ -2180,9 +2181,9 @@ _webhookSettings: _moderationLogTypes: createRole: "ロールを作成" deleteRole: "ロールを削除" - updateRole: "ロールを更新" assignRole: "ロールへアサイン" unassignRole: "ロールのアサイン解除" + updateRole: "ロール設定更新" suspend: "凍結" unsuspend: "凍結解除" addCustomEmoji: "カスタム絵文字追加" diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue index ce910220da..d77e6e0327 100644 --- a/packages/frontend/src/components/MkPostForm.vue +++ b/packages/frontend/src/components/MkPostForm.vue @@ -116,10 +116,12 @@ SPDX-License-Identifier: AGPL-3.0-only - +