From ed9b8fa023218866b8b69b1c5d3b32240f7601b1 Mon Sep 17 00:00:00 2001 From: Leah Date: Sun, 19 Jan 2025 00:08:21 +0100 Subject: [PATCH] edit tutorial person --- locales/en-US.yml | 4 ++-- locales/index.d.ts | 4 ++-- locales/ja-JP.yml | 4 ++-- locales/th-TH.yml | 4 ++-- locales/vi-VN.yml | 4 ++-- .../frontend/src/components/MkTutorialDialog.Note.vue | 8 ++++---- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 0d8667d78..d92db4e14 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1511,9 +1511,9 @@ _achievements: earnedAt: "Unlocked at" _types: _notes1: - title: "just setting up my msky" + title: "just setting up my forkey" description: "Post your first note" - flavor: "Have a good time with Misskey!" + flavor: "Have a good time with Forkey!" _notes10: title: "Some notes" description: "Post 10 notes" diff --git a/locales/index.d.ts b/locales/index.d.ts index a556b25bb..da14073e8 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -6037,7 +6037,7 @@ export interface Locale extends ILocale { "_types": { "_notes1": { /** - * just setting up my msky + * just setting up my forkey */ "title": string; /** @@ -6045,7 +6045,7 @@ export interface Locale extends ILocale { */ "description": string; /** - * 良いMisskeyライフを! + * 良いForkeyライフを! */ "flavor": string; }; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 41c17f515..1f4efd45d 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1522,9 +1522,9 @@ _achievements: earnedAt: "獲得日時" _types: _notes1: - title: "just setting up my msky" + title: "just setting up my forkey" description: "初めてノートを投稿した" - flavor: "良いMisskeyライフを!" + flavor: "良いForkeyライフを!" _notes10: title: "いくつかのノート" description: "ノートを10回投稿した" diff --git a/locales/th-TH.yml b/locales/th-TH.yml index 5bf8b5c8e..0e57f159a 100644 --- a/locales/th-TH.yml +++ b/locales/th-TH.yml @@ -1380,9 +1380,9 @@ _achievements: earnedAt: "ได้รับเมื่อ" _types: _notes1: - title: "just setting up my msky" + title: "just setting up my forkey" description: "โพสต์โน้ตแรกของคุณ" - flavor: "ขอให้มีช่วงเวลาที่ดีกับ Misskey นะคะ!" + flavor: "ขอให้มีช่วงเวลาที่ดีกับ Forkey นะคะ!" _notes10: title: "โน้ตไม่กี่ชิ้น" description: "โพสต์ 10 โน้ต" diff --git a/locales/vi-VN.yml b/locales/vi-VN.yml index 3f6be0300..9e53cea31 100644 --- a/locales/vi-VN.yml +++ b/locales/vi-VN.yml @@ -1157,9 +1157,9 @@ _achievements: earnedAt: "Ngày thu nhận" _types: _notes1: - title: "just setting up my msky" + title: "just setting up my forkey" description: "Lần đầu tiên đăng bài" - flavor: "Chúc bạn trên Miskey vui vẻ nha!!" + flavor: "Chúc bạn trên Forkey vui vẻ nha!!" _notes10: title: "Một số bài viết" description: "Đăng bài 10 lần" diff --git a/packages/frontend/src/components/MkTutorialDialog.Note.vue b/packages/frontend/src/components/MkTutorialDialog.Note.vue index 2a26d22dc..f10a06436 100644 --- a/packages/frontend/src/components/MkTutorialDialog.Note.vue +++ b/packages/frontend/src/components/MkTutorialDialog.Note.vue @@ -40,12 +40,12 @@ const emit = defineEmits<{ const exampleNote = reactive({ id: '0000000000', - createdAt: '2019-04-14T17:30:49.181Z', + createdAt: '2025-01-08T17:30:49.181Z', userId: '0000000001', user: { id: '0000000001', - name: '藍', - username: 'ai', + name: 'Forks', + username: 'forks', host: null, avatarDecorations: [], avatarUrl: '/client-assets/tutorial/ai.webp', @@ -56,7 +56,7 @@ const exampleNote = reactive({ onlineStatus: 'unknown', badgeRoles: [], }, - text: 'just setting up my msky', + text: 'just setting up my forkey', cw: null, visibility: 'public', localOnly: false,