feat(notification): 알림 수신 설정 화면을 추가한다

This commit is contained in:
2026-03-13 13:56:34 +09:00
parent 0f371ffd0e
commit 4a65902217
10 changed files with 661 additions and 0 deletions

View File

@@ -987,6 +987,9 @@
<string name="screen_content_settings_male">남성향</string>
<string name="screen_content_settings_female">여성향</string>
<string name="screen_notification_settings_title">알림 설정</string>
<string name="screen_notification_receive_settings_title">알림 수신 설정</string>
<string name="screen_notification_receive_settings_service_section">서비스 알림</string>
<string name="screen_notification_receive_settings_following_section">팔로잉 채널</string>
<string name="notification_settings_live">라이브 알림</string>
<string name="notification_settings_upload">콘텐츠 업로드 알림</string>
<string name="notification_settings_message">메시지 알림</string>