mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 14:28:53 +09:00
enhance(frontend): '길게 눌러 계정 메뉴 열기' 설명 추가
This commit is contained in:
parent
f714b405fc
commit
f48b11f2f7
@ -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"
|
||||
|
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
@ -1361,6 +1361,7 @@ export interface Locale {
|
||||
"renameTheButtonInPostFormToNya": string;
|
||||
"renameTheButtonInPostFormToNyaDescription": string;
|
||||
"enableLongPressOpenAccountMenu": string;
|
||||
"enableLongPressOpenAccountMenuDescription": string;
|
||||
"friendlyShowAvatarDecorationsInNavBtn": string;
|
||||
};
|
||||
"_bannerDisplay": {
|
||||
|
@ -1358,6 +1358,7 @@ _cherrypick:
|
||||
renameTheButtonInPostFormToNya: "ノート作成画面の「ノート」ボタンを「にゃ!」に変更する"
|
||||
renameTheButtonInPostFormToNyaDescription: "にゃあにゃんにゃんにゃんにゃにゃん?"
|
||||
enableLongPressOpenAccountMenu: "長押しでアカウントメニューを開く"
|
||||
enableLongPressOpenAccountMenuDescription: "画面下部のタイムラインタブを長押しして開くことができます。"
|
||||
friendlyShowAvatarDecorationsInNavBtn: "フローティングボタンにアイコンのデコレーションを表示"
|
||||
|
||||
_bannerDisplay:
|
||||
|
@ -1340,6 +1340,7 @@ _cherrypick:
|
||||
renameTheButtonInPostFormToNya: "노트 작성 화면의 '노트' 버튼을 '냥!'으로 변경"
|
||||
renameTheButtonInPostFormToNyaDescription: "냐앙냥냥냥냐냥?"
|
||||
enableLongPressOpenAccountMenu: "길게 눌러 계정 메뉴 열기"
|
||||
enableLongPressOpenAccountMenuDescription: "화면 아래쪽의 타임라인 탭을 길게 눌러 열 수 있어요."
|
||||
friendlyShowAvatarDecorationsInNavBtn: "플로팅 버튼에 아바타 장식 표시"
|
||||
_bannerDisplay:
|
||||
all: "전부"
|
||||
|
@ -68,7 +68,10 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
<div class="_gaps_m">
|
||||
<MkSwitch v-model="friendlyEnableNotifications">{{ i18n.ts.friendlyEnableNotifications }}</MkSwitch>
|
||||
<MkSwitch v-model="friendlyEnableWidgets">{{ i18n.ts.friendlyEnableWidgets }}</MkSwitch>
|
||||
<MkSwitch v-model="enableLongPressOpenAccountMenu">{{ i18n.ts._cherrypick.enableLongPressOpenAccountMenu }}</MkSwitch>
|
||||
<MkSwitch v-model="enableLongPressOpenAccountMenu">
|
||||
<template #label>{{ i18n.ts._cherrypick.enableLongPressOpenAccountMenu }}</template>
|
||||
<template #caption>{{ i18n.ts._cherrypick.enableLongPressOpenAccountMenuDescription }}</template>
|
||||
</MkSwitch>
|
||||
<MkSwitch v-model="friendlyShowAvatarDecorationsInNavBtn">{{ i18n.ts._cherrypick.friendlyShowAvatarDecorationsInNavBtn }}</MkSwitch>
|
||||
</div>
|
||||
</FormSection>
|
||||
|
Loading…
Reference in New Issue
Block a user