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

@@ -273,6 +273,14 @@
<string name="screen_home_tab_recommendation">추천</string>
<string name="screen_home_tab_ranking">랭킹</string>
<string name="screen_home_tab_following">팔로잉</string>
<string name="screen_content_tab_recommendation">추천</string>
<string name="content_recommendation_section_original_series">오직 보이스온에서만!</string>
<string name="content_recommendation_section_latest_audio">새로 올라온 오디오</string>
<string name="content_recommendation_section_new_and_hot">New&amp;Hot</string>
<string name="content_recommendation_section_free_audio">무료 오디오</string>
<string name="content_recommendation_section_point_audio">포인트 오디오</string>
<string name="content_recommendation_section_most_commented_audio">최근 댓글이 많은 오디오</string>
<string name="content_recommendation_section_recommended_audio">추천 오디오</string>
<string name="home_recommendation_section_live">라이브</string>
<string name="home_recommendation_section_recently_active_creators">방금 활동한 크리에이터</string>
<string name="home_recommendation_section_recent_debut_creators">최근 데뷔한 크리에이터</string>