From b9279aa4cede03d89c75a4fd44fffaa54f7a0227 Mon Sep 17 00:00:00 2001 From: NoriDev Date: Thu, 15 Jun 2023 02:05:53 +0900 Subject: [PATCH] tweak cherrypick page --- locales/index.d.ts | 12 +++++ locales/ja-JP.yml | 12 +++++ locales/ko-KR.yml | 11 ++++ .../src/pages/settings/cherrypick.vue | 50 ++++++------------- 4 files changed, 50 insertions(+), 35 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 9a6c46756f..a2ea336e35 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1108,6 +1108,18 @@ export interface Locale { "installed": string; "branding": string; "translateProfile": string; + "_cherrypick": { + "function": string; + "functionDescription": string; + "nickname": string; + "nicknameDescription": string; + "patch": string; + "patchDescription": string; + "infoButtonForNoteActions": string; + "infoButtonForNoteActionsDescription": string; + "rememberPostFormToggleState": string; + "reactableRemoteReaction": string; + }; "_bannerDisplay": { "all": string; "topBottom": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 96941a5620..ef3af99701 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1106,6 +1106,18 @@ installed: "インストール済み" branding: "ブランディング" translateProfile: "プロフィールを翻訳する" +_cherrypick: + function: "独自機能" + functionDescription: "CherryPickが追加する独自機能を有効・無効にします。" + nickname: "ニックネーム機能" + nicknameDescription: "ユーザーページにて、ユーザーの名前をクリック/タップすることで好きなものに変更できるようになります。変更は自分にのみ反映されます。\n頻繁に名前を変更するユーザーを識別するときなどに使えます。" + patch: "パッチ" + patchDescription: "Misskeyの機能に変更を加えます。" + infoButtonForNoteActions: "ノートに詳細表示ボタンを表示する" + infoButtonForNoteActionsDescription: "オプション「ノートの操作部をホバー時のみ表示する」をオンにしたときに適用されます。" + rememberPostFormToggleState: "投稿フォームにて、プレビューのオン・オフを記憶する" + reactableRemoteReaction: "リモートのカスタム絵文字リアクションでも、このサーバーに同じ名前の絵文字があればリアクションできるようにする" + _bannerDisplay: all: "全て" topBottom: "上部と下部" diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index f082a96e73..06eabbfd27 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -1105,6 +1105,17 @@ goToMisskey: "CherryPick으로" additionalEmojiDictionary: "이모지 추가 사전" installed: "설치됨" translateProfile: "프로필 번역하기" +_cherrypick: + function: "고유 기능" + functionDescription: "CherryPick이 추가하는 고유 기능을 활성화/비활성화합니다." + nickname: "닉네임 기능" + nicknameDescription: "유저 페이지에서 이름을 클릭 또는 탭하여 원하는 이름으로 변경할 수 있습니다. 변경은 자신에게만 반영됩니다.\n자주 이름을 바꾸는 사용자를 식별하는 데 사용할 수 있습니다." + patch: "패치" + patchDescription: "Misskey의 기능을 변경합니다." + infoButtonForNoteActions: "노트에 자세히 버튼 표시" + infoButtonForNoteActionsDescription: "[노트 액션 버튼을 마우스를 올렸을 때에만 표시] 기능을 켰을 때만 적용됩니다." + rememberPostFormToggleState: "노트 작성 화면에서 [본문 미리보기] 켜기 맟 끄기 기억" + reactableRemoteReaction: "서버에 리모트 이모지와 이름이 같은 이모지가 있으면 리모트 이모지에도 반응할 수 있음" _bannerDisplay: all: "전부" topBottom: "상단 및 하단" diff --git a/packages/frontend/src/pages/settings/cherrypick.vue b/packages/frontend/src/pages/settings/cherrypick.vue index 5b7b1564d0..9b933c2525 100644 --- a/packages/frontend/src/pages/settings/cherrypick.vue +++ b/packages/frontend/src/pages/settings/cherrypick.vue @@ -1,53 +1,32 @@ @@ -129,7 +109,7 @@ const headerActions = $computed(() => []); const headerTabs = $computed(() => []); definePageMetadata({ - title: 'Ebisskey', + title: 'CherryPick', icon: 'ti ti-bulb-filled', });