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

This commit is contained in:
2025-12-03 12:12:08 +09:00
parent 5a4b833516
commit a3fb090593
16 changed files with 161 additions and 54 deletions

View File

@@ -831,6 +831,31 @@
<string name="screen_sign_out_submit">Delete account</string>
<string name="screen_sign_out_reason_required">Please select a reason for deleting your account.</string>
<!-- Audio Content -->
<string name="screen_audio_content_title">View all content</string>
<string name="screen_audio_content_all_title_free">All free content</string>
<string name="screen_audio_content_all_title_point_only">All point rentals</string>
<string name="screen_audio_content_error_invalid_request">Invalid request.</string>
<string name="screen_audio_content_new_content">Add new content</string>
<string name="screen_audio_content_sort_newest">Newest</string>
<string name="screen_audio_content_sort_price_high">Price: High to Low</string>
<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="audio_content_label_all">All</string>
<string name="audio_content_total_unit">items</string>
<string name="audio_content_price_free">Free</string>
<string name="audio_content_badge_scheduled">Coming soon</string>
<string name="audio_content_badge_point">Points</string>
<string name="audio_content_badge_owned">Owned</string>
<string name="audio_content_badge_rented">Rented</string>
<string name="audio_content_badge_sold_out">Sold Out</string>
<string name="audio_content_playlist_create">+ Create new playlist</string>
<string name="audio_content_playlist_total_count">%1$d items</string>
<string name="audio_content_playlist_content_count">Total %1$d items</string>
<string name="audio_content_playlist_empty_title">No playlists yet.</string>
<string name="audio_content_playlist_empty_desc">Create a playlist with your favorite content.</string>
<!-- Alarm -->
<string name="alarm_time_format">hh:mm</string>
<string name="alarm_date_format">MMM d</string>