라이브룸 하위 어댑터 문자열 리소스화

This commit is contained in:
2025-12-02 18:44:50 +09:00
parent 4ed6437ce3
commit 6bd63fc751
13 changed files with 186 additions and 71 deletions

View File

@@ -394,6 +394,26 @@
<string name="screen_live_room_participants">Participants</string>
<string name="screen_live_room_new_chat">New chat</string>
<string name="screen_live_room_chat_hint">Enter a message</string>
<string name="screen_live_room_join">%1$s joined.</string>
<string name="screen_live_room_staff_label">Staff</string>
<string name="screen_live_room_can_unit">cans</string>
<string name="screen_live_room_donation_message_format">"%1$s"</string>
<string name="screen_live_room_donation_sender">%1$s</string>
<string name="screen_live_room_roulette_sender">%1$s\u2019s roulette result?</string>
<string name="screen_live_room_roulette_win">[%1$s] Win!</string>
<string name="screen_live_room_heart_label">Hearts</string>
<string name="screen_live_room_secret_label">Secret</string>
<string name="screen_live_room_change_to_listener">Change to listener</string>
<string name="screen_live_room_invite_speaker">Invite to speaker</string>
<string name="screen_live_room_chat_ban_short">Mute</string>
<string name="screen_live_room_set_manager">Set as staff</string>
<string name="screen_live_room_unset_manager">Remove staff</string>
<string name="screen_live_room_speaker_label">Speaker</string>
<string name="screen_live_room_listener_label">Listener</string>
<string name="screen_live_room_secret_mission_hint">Enter a secret mission (up to 1000 chars)</string>
<string name="screen_live_room_donation_message_hint">Enter a message to send (up to 1000 chars)</string>
<string name="screen_live_room_secret_mission_input_min">Enter 10 or more cans</string>
<string name="screen_live_room_donation_input_min">Enter at least 1 can</string>
<string name="screen_my_notice_more">Details</string>
<string name="screen_my_login">Login</string>
<string name="screen_my_edit_profile">Edit profile</string>