From f3edba67ab6d9f14ebe39a0494b8f7e4ff3d54a0 Mon Sep 17 00:00:00 2001 From: GrapeApple0 <84321396+GrapeApple0@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:56:02 +0000 Subject: [PATCH] =?UTF-8?q?quote=E3=81=8B=E3=82=89quotes=E3=81=AB=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.d.ts | 1 + locales/ja-JP.yml | 1 + packages/frontend/src/components/MkNoteDetailed.vue | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 50b11acc06..8db564814f 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1119,6 +1119,7 @@ export interface Locale { "useSecurityKey": string; "replies": string; "renotes": string; + "quotes": string; "loadReplies": string; "loadConversation": string; "pinnedList": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index de4e8ce2b3..cbd3443c5e 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1116,6 +1116,7 @@ youHaveUnreadAnnouncements: "未読のお知らせがあります。" useSecurityKey: "ブラウザまたはデバイスの指示に従って、セキュリティキーまたはパスキーを使用してください。" replies: "返信" renotes: "リノート" +quotes: "引用" loadReplies: "返信を見る" loadConversation: "会話を見る" pinnedList: "ピン留めされたリスト" diff --git a/packages/frontend/src/components/MkNoteDetailed.vue b/packages/frontend/src/components/MkNoteDetailed.vue index 40c3baa8b7..648a5f0ab1 100644 --- a/packages/frontend/src/components/MkNoteDetailed.vue +++ b/packages/frontend/src/components/MkNoteDetailed.vue @@ -133,7 +133,7 @@ SPDX-License-Identifier: AGPL-3.0-only