chore: 設定項目の改善

This commit is contained in:
kakkokari-gtyih 2025-12-17 01:22:40 +09:00 committed by anatawa12
parent 0a3cee85b4
commit 28ea454b1f
No known key found for this signature in database
GPG Key ID: 9CA909848B8E4EA6
3 changed files with 8 additions and 2 deletions

View File

@ -839,7 +839,8 @@ emailNotification: "メール通知"
publish: "公開"
inChannelSearch: "チャンネル内検索"
useReactionPickerForContextMenu: "右クリックでリアクションピッカーを開く"
collapseSensitiveChannel: "ほとんどのタイムラインでセンシティブチャンネルの投稿を隠す"
collapseSensitiveChannel: "センシティブチャンネルの投稿を隠す"
collapseSensitiveChannelDescription: "そのチャンネル内・通知・ホームタイムラインなど、一部の場所では引き続き表示されます。"
typingUsers: "{users}が入力中"
jumpToSpecifiedDate: "特定の日付にジャンプ"
showingPastTimeline: "過去のタイムラインを表示しています"

View File

@ -241,6 +241,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkPreferenceContainer k="collapseSensitiveChannel">
<MkSwitch v-model="collapseSensitiveChannel">
<template #label><SearchLabel>{{ i18n.ts.collapseSensitiveChannel }}</SearchLabel></template>
<template #caption>{{ i18n.ts.collapseSensitiveChannelDescription }}</template>
</MkSwitch>
</MkPreferenceContainer>
</SearchMarker>

View File

@ -3369,9 +3369,13 @@ export interface Locale extends ILocale {
*/
"useReactionPickerForContextMenu": string;
/**
* 稿
* 稿
*/
"collapseSensitiveChannel": string;
/**
*
*/
"collapseSensitiveChannelDescription": string;
/**
* {users}
*/