라이브 예약 완료 화면 문자열 리소스화

This commit is contained in:
2025-12-02 16:08:04 +09:00
parent 00db1d7bfd
commit b356591aba
5 changed files with 58 additions and 16 deletions

View File

@@ -304,6 +304,20 @@
<string name="screen_live_reservation_confirm">예약하기</string>
<string name="screen_live_reservation_status_title">라이브 예약 현황</string>
<string name="screen_live_reservation_status_empty">예약한 라이브가 없습니다.</string>
<string name="screen_live_reservation_complete_title">라이브 예약 완료</string>
<string name="screen_live_reservation_complete_message">예약이 완료되었습니다.</string>
<string name="screen_live_reservation_complete_info_title">라이브 예약정보</string>
<string name="screen_live_reservation_complete_creator_label">크리에이터</string>
<string name="screen_live_reservation_complete_purchase_label">구매내역</string>
<string name="screen_live_reservation_complete_date_label">예약일자</string>
<string name="screen_live_reservation_complete_price_label">라이브 비용</string>
<string name="screen_live_reservation_complete_payment_title">결제정보</string>
<string name="screen_live_reservation_complete_have_label">보유</string>
<string name="screen_live_reservation_complete_pay_label">결제</string>
<string name="screen_live_reservation_complete_remaining_label">잔여</string>
<string name="screen_live_reservation_complete_can_unit"></string>
<string name="screen_live_reservation_complete_button_home">홈으로 이동</string>
<string name="screen_live_reservation_complete_button_history">예약 내역 이동</string>
<string name="live_reservation_month_label">%1$s월</string>
<string name="live_reservation_complete">예약완료</string>
<string name="live_reservation_free">무료</string>