(add) title
This commit is contained in:
		
							parent
							
								
									360db2c78b
								
							
						
					
					
						commit
						ea6968eff5
					
				|  | @ -1184,6 +1184,7 @@ export interface Locale { | |||
|         "title": string; | ||||
|         "wellDone": string; | ||||
|         "_note": { | ||||
|             "title": string; | ||||
|             "description": string; | ||||
|             "date": string; | ||||
|             "reply": string; | ||||
|  | @ -1192,12 +1193,14 @@ export interface Locale { | |||
|             "howToNote": string; | ||||
|         }; | ||||
|         "_reaction": { | ||||
|             "title": string; | ||||
|             "description": string; | ||||
|             "letsTryReacting": string; | ||||
|             "reactToContinue": string; | ||||
|             "reactDone": string; | ||||
|         }; | ||||
|         "_timeline": { | ||||
|             "title": string; | ||||
|             "description1": string; | ||||
|             "home": string; | ||||
|             "local": string; | ||||
|  |  | |||
|  | @ -1182,6 +1182,7 @@ _initialTutorial: | |||
|   title: "チュートリアル" | ||||
|   wellDone: "お見事!" | ||||
|   _note: | ||||
|     title: "ノートって何?" | ||||
|     description: "Misskeyでの投稿は「ノート」と呼びます。ノートはタイムラインに時系列で並んでいて、リアルタイムで更新されていきます。" | ||||
|     date: "日付をクリックすることで、ノートの詳細ページに移動することができます。" | ||||
|     reply: "このボタンから返信できます。もちろん返信に返信することもできるので、気が済むまで会話を続けることができます。" | ||||
|  | @ -1189,11 +1190,13 @@ _initialTutorial: | |||
|     reaction: "リアクションをつけることができます。詳しくは次のページで解説します。" | ||||
|     howToNote: "ノートは、下のようなボタンから簡単にできます。チュートリアルが終わったら、早速「Misskey始めました」などと投稿してみましょう!" | ||||
|   _reaction: | ||||
|     title: "リアクションって何?" | ||||
|     description: "ノートには「リアクション」をつけることができます。「いいね」では伝わらないニュアンスも、リアクションで簡単・気軽に表現できます。" | ||||
|     letsTryReacting: "リアクションは、ノートの「+」ボタンをクリックするとつけられます。試しにこのノートに好きなリアクションをつけてみましょう!" | ||||
|     reactToContinue: "リアクションをつけると先に進めるようになります。" | ||||
|     reactDone: "リアクションを外すときは、「ー」ボタンを押します。実際に試してみてくださいね。" | ||||
|   _timeline: | ||||
|     title: "タイムラインのしくみ" | ||||
|     description1: "Misskeyには、使い方に応じて複数のタイムラインが用意されています(サーバーによってはいずれかが無効になっていることがあります)。" | ||||
|     home: "あなたがフォローしているアカウントの投稿を見られます。" | ||||
|     local: "このサーバーにいるユーザー全員の投稿を見られます。" | ||||
|  |  | |||
|  | @ -16,8 +16,10 @@ SPDX-License-Identifier: AGPL-3.0-only | |||
| 	<template v-else-if="page === 2" #header><i class="ti ti-lock"></i> {{ i18n.ts._initialAccountSetting.privacySetting }}</template> | ||||
| 	<template v-else-if="page === 3" #header><i class="ti ti-user-plus"></i> {{ i18n.ts.follow }}</template> | ||||
| 	<template v-else-if="page === 4" #header><i class="ti ti-bell-plus"></i> {{ i18n.ts.pushNotification }}</template> | ||||
| 	<template v-else-if="page === 5" #header>{{ i18n.ts.done }}</template> | ||||
| 	<template v-else-if="page >= 6" #header>{{ i18n.ts._initialTutorial.title }}</template> | ||||
| 	<template v-else-if="page === 5 || page === 9" #header>{{ i18n.ts.done }}</template> | ||||
| 	<template v-else-if="page === 6" #header><i class="ti ti-pencil"></i> {{ i18n.ts._initialTutorial._note.title }}</template> | ||||
| 	<template v-else-if="page === 7" #header><i class="ti ti-mood-smile"></i> {{ i18n.ts._initialTutorial._reaction.title }}</template> | ||||
| 	<template v-else-if="page === 8" #header><i class="ti ti-home"></i> {{ i18n.ts._initialTutorial._timeline.title }}</template> | ||||
| 	<template v-else #header>{{ i18n.ts.initialAccountSetting }}</template> | ||||
| 
 | ||||
| 	<div style="overflow-x: clip;"> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue