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

주문 목록/확인 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">価格が低い順</string>
<string name="screen_audio_content_sort_popularity">人気順</string>
<string name="screen_audio_content_empty">表示できるコンテンツがありません。</string>
<string name="screen_audio_content_order_title">コンテンツライブラリ</string>
<string name="screen_audio_content_order_total_prefix">合計</string>
<string name="audio_content_order_label_rental">レンタル</string>
<string name="audio_content_order_label_rental_period">(利用期間5日)</string>
<string name="audio_content_order_label_keep">購入</string>
<string name="audio_content_order_keep_period_default">(サービス終了まで)</string>
<string name="audio_content_order_keep_period_special">(利用期間1年)</string>
<string name="audio_content_order_price_won_format">₩%1$s</string>
<string name="audio_content_order_confirm_title">購入確認</string>
<string name="audio_content_order_confirm_notice_rental">このコンテンツをレンタルしますか?\n下記の金額が差し引かれます。</string>
<string name="audio_content_order_confirm_notice_keep">このコンテンツを購入しますか?\n下記の金額が差し引かれます。</string>
<string name="audio_content_order_confirm_notice_rental_simple">このコンテンツをレンタルしますか?</string>
<string name="audio_content_order_confirm_notice_keep_simple">このコンテンツを購入しますか?</string>
<string name="audio_content_order_plus">+</string>
<string name="audio_content_label_all">すべて</string>
<string name="audio_content_total_unit"></string>
<string name="audio_content_price_free">無料</string>