(add) もう一度見れますよメッセージを追加

This commit is contained in:
kakkokari-gtyih 2023-11-03 13:10:03 +09:00
parent d5cebd48d6
commit 6123b35215
3 changed files with 3 additions and 0 deletions

1
locales/index.d.ts vendored
View file

@ -1258,6 +1258,7 @@ export interface Locale {
"_done": {
"title": string;
"description": string;
"youCanSeeThisAgain": string;
};
};
"_timelineDescription": {

View file

@ -1246,6 +1246,7 @@ _initialTutorial:
_done:
title: "チュートリアルは終了です🎉"
description: "ここで紹介した機能はほんの一部にすぎません。Misskeyの使い方をより詳しく知るには、{link}をご覧ください。"
youCanSeeThisAgain: "このチュートリアルは、画面右上のサーバーのアイコンからメニューを開き、「チュートリアルを見る」をクリックすると再度ご覧いただけます。"
_timelineDescription:
home: "ホームタイムラインでは、あなたがフォローしているアカウントの投稿を見られます。"

View file

@ -133,6 +133,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<a href="https://misskey-hub.net/help.html" target="_blank" class="_link">{{ i18n.ts.help }}</a>
</template>
</I18n>
<div style="padding: 0 16px;">{{ i18n.ts._initialTutorial._done.youCanSeeThisAgain }}</div>
<div>{{ i18n.t('_initialAccountSetting.haveFun', { name: instance.name ?? host }) }}</div>
<div class="_buttonsCenter" style="margin-top: 16px;">
<MkButton v-if="initialPage !== 4" rounded @click="page--"><i class="ti ti-arrow-left"></i> {{ i18n.ts.goBack }}</MkButton>