From f48b11f2f7a9d0c2f7d727e918416f7301ee85f0 Mon Sep 17 00:00:00 2001 From: NoriDev Date: Mon, 18 Dec 2023 19:50:07 +0900 Subject: [PATCH] =?UTF-8?q?enhance(frontend):=20'=EA=B8=B8=EA=B2=8C=20?= =?UTF-8?q?=EB=88=8C=EB=9F=AC=20=EA=B3=84=EC=A0=95=20=EB=A9=94=EB=89=B4=20?= =?UTF-8?q?=EC=97=B4=EA=B8=B0'=20=EC=84=A4=EB=AA=85=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/en-US.yml | 3 ++- locales/index.d.ts | 1 + locales/ja-JP.yml | 1 + locales/ko-KR.yml | 1 + packages/frontend/src/pages/settings/cherrypick.vue | 5 ++++- 5 files changed, 9 insertions(+), 2 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 17350d9fd8..f78bbf4c7c 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1339,7 +1339,8 @@ _cherrypick: mobileHeaderChange: "Header design change in mobile environment" renameTheButtonInPostFormToNya: "Change the \"Note\" button on the note-posting form to \"Nyan!\"" renameTheButtonInPostFormToNyaDescription: "Outside of the note-posting form, they are still as \"Note\"." - enableLongPressOpenAccountMenu: "Press and hold to open the account menu." + enableLongPressOpenAccountMenu: "Press and hold to open the account menu" + enableLongPressOpenAccountMenuDescription: "It can be opened by long-pressing the Timeline tab at the bottom of the screen." friendlyShowAvatarDecorationsInNavBtn: "Show avatar decorations on floating buttons" _bannerDisplay: all: "All" diff --git a/locales/index.d.ts b/locales/index.d.ts index 0b8cc46f37..6f82d2df25 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1361,6 +1361,7 @@ export interface Locale { "renameTheButtonInPostFormToNya": string; "renameTheButtonInPostFormToNyaDescription": string; "enableLongPressOpenAccountMenu": string; + "enableLongPressOpenAccountMenuDescription": string; "friendlyShowAvatarDecorationsInNavBtn": string; }; "_bannerDisplay": { diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 9bc318f270..56bbd6f333 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1358,6 +1358,7 @@ _cherrypick: renameTheButtonInPostFormToNya: "ノート作成画面の「ノート」ボタンを「にゃ!」に変更する" renameTheButtonInPostFormToNyaDescription: "にゃあにゃんにゃんにゃんにゃにゃん?" enableLongPressOpenAccountMenu: "長押しでアカウントメニューを開く" + enableLongPressOpenAccountMenuDescription: "画面下部のタイムラインタブを長押しして開くことができます。" friendlyShowAvatarDecorationsInNavBtn: "フローティングボタンにアイコンのデコレーションを表示" _bannerDisplay: diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 2eca469361..af62ad8d14 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -1340,6 +1340,7 @@ _cherrypick: renameTheButtonInPostFormToNya: "노트 작성 화면의 '노트' 버튼을 '냥!'으로 변경" renameTheButtonInPostFormToNyaDescription: "냐앙냥냥냥냐냥?" enableLongPressOpenAccountMenu: "길게 눌러 계정 메뉴 열기" + enableLongPressOpenAccountMenuDescription: "화면 아래쪽의 타임라인 탭을 길게 눌러 열 수 있어요." friendlyShowAvatarDecorationsInNavBtn: "플로팅 버튼에 아바타 장식 표시" _bannerDisplay: all: "전부" diff --git a/packages/frontend/src/pages/settings/cherrypick.vue b/packages/frontend/src/pages/settings/cherrypick.vue index b70c173577..9f110cdb27 100644 --- a/packages/frontend/src/pages/settings/cherrypick.vue +++ b/packages/frontend/src/pages/settings/cherrypick.vue @@ -68,7 +68,10 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts.friendlyEnableNotifications }} {{ i18n.ts.friendlyEnableWidgets }} - {{ i18n.ts._cherrypick.enableLongPressOpenAccountMenu }} + + + + {{ i18n.ts._cherrypick.friendlyShowAvatarDecorationsInNavBtn }}