feat(content): 추천 화면 문자열을 추가한다

This commit is contained in:
2026-06-23 15:50:57 +09:00
parent dd742ce245
commit 4117afa9e4
3 changed files with 24 additions and 0 deletions

View File

@@ -274,6 +274,14 @@
<string name="screen_home_tab_recommendation">Recommended</string>
<string name="screen_home_tab_ranking">Ranking</string>
<string name="screen_home_tab_following">Following</string>
<string name="screen_content_tab_recommendation">Recommended</string>
<string name="content_recommendation_section_original_series">Only on Voice On!</string>
<string name="content_recommendation_section_latest_audio">New audio</string>
<string name="content_recommendation_section_new_and_hot">New&amp;Hot</string>
<string name="content_recommendation_section_free_audio">Free audio</string>
<string name="content_recommendation_section_point_audio">Point audio</string>
<string name="content_recommendation_section_most_commented_audio">Most commented audio</string>
<string name="content_recommendation_section_recommended_audio">Recommended audio</string>
<string name="home_recommendation_section_live">Live</string>
<string name="home_recommendation_section_recently_active_creators">Recently active creators</string>
<string name="home_recommendation_section_recent_debut_creators">Recently debuted creators</string>