오디오 콘텐츠 주문 화면 문자열 리소스화

주문 목록/확인 UI의 텍스트를 ko/en/ja 리소스로 이전
This commit is contained in:
2025-12-03 15:32:41 +09:00
parent dc00fd0277
commit 6ef19d53f4
12 changed files with 93 additions and 40 deletions

View File

@@ -842,6 +842,20 @@
<string name="screen_audio_content_sort_price_low">Price: Low to High</string>
<string name="screen_audio_content_sort_popularity">Popularity</string>
<string name="screen_audio_content_empty">No content to display.</string>
<string name="screen_audio_content_order_title">Content library</string>
<string name="screen_audio_content_order_total_prefix">Total</string>
<string name="audio_content_order_label_rental">Rent</string>
<string name="audio_content_order_label_rental_period">(Valid for 5 days)</string>
<string name="audio_content_order_label_keep">Own</string>
<string name="audio_content_order_keep_period_default">(Until service ends)</string>
<string name="audio_content_order_keep_period_special">(Valid for 1 year)</string>
<string name="audio_content_order_price_won_format">₩%1$s</string>
<string name="audio_content_order_confirm_title">Purchase confirmation</string>
<string name="audio_content_order_confirm_notice_rental">Rent this content?\nThe amount below will be charged.</string>
<string name="audio_content_order_confirm_notice_keep">Own this content?\nThe amount below will be charged.</string>
<string name="audio_content_order_confirm_notice_rental_simple">Rent this content?</string>
<string name="audio_content_order_confirm_notice_keep_simple">Own this content?</string>
<string name="audio_content_order_plus">+</string>
<string name="audio_content_label_all">All</string>
<string name="audio_content_total_unit">items</string>
<string name="audio_content_price_free">Free</string>