feat(home): 팔로잉 탭 문자열을 추가한다

This commit is contained in:
2026-06-25 22:21:58 +09:00
parent a088811b2f
commit 2d9200ec4d
3 changed files with 27 additions and 0 deletions

View File

@@ -306,6 +306,15 @@
<string name="home_recommendation_section_genre_creator_suffix">のクリエイター</string>
<string name="home_recommendation_section_cheer_creators">最近応援が多いクリエイター</string>
<string name="home_recommendation_section_popular_community_posts">人気コミュニティ</string>
<string name="screen_home_following_creators_title">フォロー中のクリエイター</string>
<string name="screen_home_following_on_air_title">On Air</string>
<string name="screen_home_following_recent_chats_title">最近のチャット</string>
<string name="screen_home_following_monthly_schedules_title">今月のスケジュール</string>
<string name="screen_home_following_recent_news_title">最近のお知らせ</string>
<string name="screen_home_following_on_air">On Air</string>
<string name="screen_home_following_photo_content">グラビア</string>
<string name="screen_home_following_empty">表示できるフォロー中のお知らせがありません。</string>
<string name="screen_home_following_error">フォロー中のお知らせを読み込めませんでした。</string>
<string name="home_recommendation_activity_live">ライブ</string>
<string name="home_recommendation_activity_audio">オーディオ</string>
<string name="home_recommendation_activity_community">コミュニティ</string>