From 646786b2b1d35c52604f031b209190c242307eac Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih Date: Fri, 3 Nov 2023 13:51:40 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"(add)=20=E3=82=82=E3=81=86=E4=B8=80?= =?UTF-8?q?=E5=BA=A6=E8=A6=8B=E3=82=8C=E3=81=BE=E3=81=99=E3=82=88=E3=83=A1?= =?UTF-8?q?=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8=E3=82=92=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6123b35215133f0d5e5db356bb43f4acbafab8fa. --- locales/index.d.ts | 1 - locales/ja-JP.yml | 1 - packages/frontend/src/components/MkTutorialDialog.vue | 1 - 3 files changed, 3 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 2653969d7f..31cf84861d 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1258,7 +1258,6 @@ export interface Locale { "_done": { "title": string; "description": string; - "youCanSeeThisAgain": string; }; }; "_timelineDescription": { diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index aa836e29cb..69a48fc672 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1246,7 +1246,6 @@ _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 6ac3df058e..e28838425f 100644 --- a/packages/frontend/src/components/MkTutorialDialog.vue +++ b/packages/frontend/src/components/MkTutorialDialog.vue @@ -133,7 +133,6 @@ 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 }}