From a8fcdb79ab8783d628ab1de06bf4a4ef9b7dd8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sun, 5 Oct 2025 18:53:57 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E7=94=BB=E9=9D=A2=E5=B7=A6?= =?UTF-8?q?=E3=81=AE=E3=83=8A=E3=83=93=E3=82=B2=E3=83=BC=E3=82=B7=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=83=90=E3=83=BC=E3=81=A7=E3=82=A6=E3=82=A3=E3=82=B8?= =?UTF-8?q?=E3=82=A7=E3=83=83=E3=83=88=E3=82=A2=E3=82=A4=E3=82=B3=E3=83=B3?= =?UTF-8?q?=E3=81=ABtooltip=E3=81=8C=E3=81=A4=E3=81=8B=E3=81=AA=E3=81=84?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3=20(#16602)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.d.ts | 4 ++++ locales/ja-JP.yml | 1 + packages/frontend/src/ui/_common_/navbar.vue | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index fbe8c30c94..fe3e07fcfa 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5577,6 +5577,10 @@ export interface Locale extends ILocale { * 予約 */ "scheduled": string; + /** + * ウィジェット + */ + "widgets": string; "_compression": { "_quality": { /** diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index d21df5d5e1..8306a862e1 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1389,6 +1389,7 @@ scheduleToPostOnX: "{x}に投稿を予約します" scheduledToPostOnX: "{x}に投稿が予約されています" schedule: "予約" scheduled: "予約" +widgets: "ウィジェット" _compression: _quality: diff --git a/packages/frontend/src/ui/_common_/navbar.vue b/packages/frontend/src/ui/_common_/navbar.vue index 4c43bf2b3b..2e21587fcb 100644 --- a/packages/frontend/src/ui/_common_/navbar.vue +++ b/packages/frontend/src/ui/_common_/navbar.vue @@ -50,7 +50,7 @@ SPDX-License-Identifier: AGPL-3.0-only