feat(chat): empty state 문구 리소스를 추가한다

This commit is contained in:
2026-07-11 22:02:04 +09:00
parent 0c111aaf47
commit 9925a954d1
3 changed files with 12 additions and 0 deletions

View File

@@ -158,6 +158,10 @@
<string name="screen_chat_filter_ai">AI Chat</string>
<string name="screen_chat_filter_dm">DM</string>
<string name="screen_chat_floating_button">New chat</string>
<string name="screen_chat_empty_all">No conversations yet.\nStart a conversation with a creator.</string>
<string name="screen_chat_empty_ai">No conversations yet.\nStart chatting with an AI creator.</string>
<string name="screen_chat_empty_dm">No conversations yet.\nSend a message to your favorite creator.</string>
<string name="screen_dm_chat_room_enter_failed">Could not enter the chat room.</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>