feat(live-room): 라이브룸 채팅 삭제 기능 구현을 반영한다

This commit is contained in:
2026-03-20 10:51:16 +09:00
parent b17a0dcc0e
commit a4ba3088b0
8 changed files with 482 additions and 26 deletions

View File

@@ -467,6 +467,8 @@
<string name="screen_live_room_chat_freeze_warning">Chat is frozen. You cannot type right now.</string>
<string name="screen_live_room_chat_freeze_started">Chat has been frozen.</string>
<string name="screen_live_room_chat_freeze_ended">Chat freeze has been disabled.</string>
<string name="screen_live_room_chat_delete_title">Delete chat</string>
<string name="screen_live_room_chat_delete_message_format">%1$s: %2$s</string>
<string name="screen_live_room_signature_off_label">Sign OFF</string>
<string name="screen_live_room_v2v_signature_off_label">Caption OFF</string>
<string name="screen_live_room_v2v_signature_on_label">Caption ON</string>