라이브 화면 문자열 리소스화

This commit is contained in:
2025-12-01 12:20:15 +09:00
parent cc55a19e1d
commit 707dc351ba
4 changed files with 54 additions and 18 deletions

View File

@@ -126,4 +126,14 @@
<string name="screen_message_title">Messages</string>
<string name="screen_message_tab_text">Text</string>
<string name="screen_message_tab_voice">Voice</string>
<string name="screen_live_loading">Loading live rooms…</string>
<string name="screen_live_cancel_title">Cancel reservation</string>
<string name="screen_live_cancel_hint">Enter a reason for cancellation.</string>
<string name="screen_live_cancel_confirm">Cancel reservation</string>
<string name="screen_live_cancel_success">Reservation has been cancelled.</string>
<string name="dialog_close">Close</string>
<string name="screen_live_reservation_self_block">You cannot reserve a live you created.</string>
<string name="screen_live_reservation_pay_title">Reserve with %1$s cans</string>
<string name="screen_live_reservation_pay_desc">Pay to join the live \"%1$s\".</string>
<string name="screen_live_reservation_confirm">Reserve</string>
</resources>