From 6123b35215133f0d5e5db356bb43f4acbafab8fa Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih Date: Fri, 3 Nov 2023 13:10:03 +0900 Subject: [PATCH] =?UTF-8?q?(add)=20=E3=82=82=E3=81=86=E4=B8=80=E5=BA=A6?= =?UTF-8?q?=E8=A6=8B=E3=82=8C=E3=81=BE=E3=81=99=E3=82=88=E3=83=A1=E3=83=83?= =?UTF-8?q?=E3=82=BB=E3=83=BC=E3=82=B8=E3=82=92=E8=BF=BD=E5=8A=A0?= 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/MkTutorialDialog.vue | 1 + 3 files changed, 3 insertions(+) diff --git a/locales/index.d.ts b/locales/index.d.ts index 31cf84861d..2653969d7f 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1258,6 +1258,7 @@ export interface Locale { "_done": { "title": string; "description": string; + "youCanSeeThisAgain": string; }; }; "_timelineDescription": { diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 69a48fc672..aa836e29cb 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1246,6 +1246,7 @@ _initialTutorial: _done: title: "チュートリアルは終了です🎉" description: "ここで紹介した機能はほんの一部にすぎません。Misskeyの使い方をより詳しく知るには、{link}をご覧ください。" + youCanSeeThisAgain: "このチュートリアルは、画面右上のサーバーのアイコンからメニューを開き、「チュートリアルを見る」をクリックすると再度ご覧いただけます。" _timelineDescription: home: "ホームタイムラインでは、あなたがフォローしているアカウントの投稿を見られます。" diff --git a/packages/frontend/src/components/MkTutorialDialog.vue b/packages/frontend/src/components/MkTutorialDialog.vue index e28838425f..6ac3df058e 100644 --- a/packages/frontend/src/components/MkTutorialDialog.vue +++ b/packages/frontend/src/components/MkTutorialDialog.vue @@ -133,6 +133,7 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts.help }} +
{{ i18n.ts._initialTutorial._done.youCanSeeThisAgain }}
{{ i18n.t('_initialAccountSetting.haveFun', { name: instance.name ?? host }) }}
{{ i18n.ts.goBack }}