From d869481db92dcc9d0ffa6b1da13e46dec8e089f4 Mon Sep 17 00:00:00 2001 From: mappi Date: Tue, 12 Sep 2023 15:49:18 +0900 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20"Moderation=20Note"=20,"Add?= =?UTF-8?q?=20moderation=20note"=20=E3=82=92=E3=83=AD=E3=83=BC=E3=82=AB?= =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=82=BA=E5=8F=AF=E8=83=BD=E3=81=AB=20(#1181?= =?UTF-8?q?9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 11818 * update CHANGELOG --------- Co-authored-by: syuilo --- CHANGELOG.md | 1 + locales/index.d.ts | 2 ++ locales/ja-JP.yml | 2 ++ packages/frontend/src/pages/admin-user.vue | 2 +- packages/frontend/src/pages/user/home.vue | 4 ++-- 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc6b3f0d4..aca2f47551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ - リアクションの表示サイズをより大きくできるように - ノート詳細ページ読み込み時のパフォーマンスを改善 - タイムラインでリスト/アンテナ選択時のパフォーマンスを改善 +- 「Moderation note」、「Add moderation note」をローカライズできるように - 新しい実績を追加 - Fix: サーバー情報画面(`/instance-info/{domain}`)でブロックができないのを修正 - Fix: 未読のお知らせの「わかった」をクリック・タップしてもその場で「わかった」が消えない問題を修正 diff --git a/locales/index.d.ts b/locales/index.d.ts index 746c51c991..152e2ae811 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -420,6 +420,8 @@ export interface Locale { "totpDescription": string; "moderator": string; "moderation": string; + "moderationNote": string; + "addModerationNote": string; "nUsersMentioned": string; "securityKeyAndPasskey": string; "securityKey": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 3cde23ca91..1a9a7a3ec4 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -417,6 +417,8 @@ totp: "認証アプリ" totpDescription: "認証アプリを使ってワンタイムパスワードを入力" moderator: "モデレーター" moderation: "モデレーション" +moderationNote: "モデレーションノート" +addModerationNote: "モデレーションノートを追加する" nUsersMentioned: "{n}人が投稿" securityKeyAndPasskey: "セキュリティキー・パスキー" securityKey: "セキュリティキー" diff --git a/packages/frontend/src/pages/admin-user.vue b/packages/frontend/src/pages/admin-user.vue index f8535e46be..1d18819f1d 100644 --- a/packages/frontend/src/pages/admin-user.vue +++ b/packages/frontend/src/pages/admin-user.vue @@ -52,7 +52,7 @@ SPDX-License-Identifier: AGPL-3.0-only - +