feat(chat): 채팅방 필터 문자열을 추가한다

This commit is contained in:
2026-06-10 13:25:09 +09:00
parent 896935e19a
commit 445d91d594
3 changed files with 12 additions and 0 deletions

View File

@@ -153,6 +153,10 @@
<string name="screen_chat_time_minutes">%1$d min ago</string>
<string name="screen_chat_time_hours">%1$d hours ago</string>
<string name="screen_chat_time_days">%1$d days ago</string>
<string name="screen_chat_direct_badge">Direct</string>
<string name="screen_chat_filter_all">All</string>
<string name="screen_chat_filter_ai">AI Chat</string>
<string name="screen_chat_filter_dm">DM</string>
<string name="live_now">On Air</string>
<string name="screen_live_now_all_title">View all</string>
<string name="screen_live_now_all_empty_message">There are currently no live broadcasts available, or access may be restricted due to age limits.\nVerify your identity or follow the channel to get notified when a live broadcast starts.</string>