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

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

@@ -125,4 +125,14 @@
<string name="screen_message_title">메시지</string>
<string name="screen_message_tab_text">문자</string>
<string name="screen_message_tab_voice">음성</string>
<string name="screen_live_loading">라이브를 불러오고 있습니다.</string>
<string name="screen_live_cancel_title">예약취소</string>
<string name="screen_live_cancel_hint">취소사유를 입력하세요.</string>
<string name="screen_live_cancel_confirm">예약취소</string>
<string name="screen_live_cancel_success">예약이 취소되었습니다.</string>
<string name="dialog_close">닫기</string>
<string name="screen_live_reservation_self_block">내가 만든 라이브는 예약할 수 없습니다.</string>
<string name="screen_live_reservation_pay_title">%1$s캔으로 예약</string>
<string name="screen_live_reservation_pay_desc">\'%1$s\' 라이브에 참여하기 위해 결제합니다.</string>
<string name="screen_live_reservation_confirm">예약하기</string>
</resources>