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">おすすめ</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">Voice Onだけで!</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>