feat(chat): 채팅방 시간 표시를 추가한다

This commit is contained in:
2026-06-10 11:29:52 +09:00
parent 4c351da60c
commit 50f0fb3d15
5 changed files with 243 additions and 0 deletions

View File

@@ -149,6 +149,10 @@
<string name="tab_chat">Chat</string>
<string name="tab_live">Live</string>
<string name="tab_my">My</string>
<string name="screen_chat_time_just_now">Just now</string>
<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="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>