feat: add setting for notification list style

This commit is contained in:
codytseng
2025-09-06 13:49:13 +08:00
parent 71994be407
commit fc138609a1
24 changed files with 257 additions and 29 deletions

View File

@@ -398,6 +398,12 @@ export default {
profanity: 'Ненормативная лексика',
illegal: 'Незаконный контент',
spam: 'Спам',
other: 'Другое'
other: 'Другое',
'Notification list style': 'Стиль списка уведомлений',
'See extra info for each notification':
'Просмотреть дополнительную информацию для каждого уведомления',
'See more notifications at a glance': 'Увидеть больше уведомлений с первого взгляда',
Detailed: 'Подробный',
Compact: 'Компактный'
}
}