재생목록 상세 문자열 리소스화

플레이리스트 상세 화면 문구를 ko/en/ja 리소스로 정리했습니다.
This commit is contained in:
2025-12-03 17:07:15 +09:00
parent 7988b8c63e
commit c74503beca
7 changed files with 53 additions and 19 deletions

View File

@@ -879,6 +879,12 @@
<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>
<string name="audio_content_playlist_detail_play">Play</string>
<string name="audio_content_playlist_detail_shuffle">Shuffle</string>
<string name="audio_content_playlist_detail_created_date">Created on %1$s</string>
<string name="audio_content_playlist_detail_delete_title">Delete playlist</string>
<string name="audio_content_playlist_detail_delete_message">Delete \'%1$s\'?</string>
<string name="audio_content_playlist_detail_delete_success">Deleted.</string>
<string name="screen_audio_content_new_all_title">New short content</string>
<string name="screen_audio_content_new_all_title_free">New free content</string>
<string name="screen_audio_content_new_all_notice">New short content posted in the last two weeks.</string>