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">\u0020creators</string> <string name="home_recommendation_section_genre_creator_suffix">\u0020creators</string>
<string name="home_recommendation_section_cheer_creators">Creators with recent cheers</string> <string name="home_recommendation_section_cheer_creators">Creators with recent cheers</string>
<string name="home_recommendation_section_popular_community_posts">Popular community</string> <string name="home_recommendation_section_popular_community_posts">Popular community</string>
<string name="screen_home_following_creators_title">Following creators</string>
<string name="screen_home_following_on_air_title">On Air</string>
<string name="screen_home_following_recent_chats_title">Recent chats</string>
<string name="screen_home_following_monthly_schedules_title">Monthly schedule</string>
<string name="screen_home_following_recent_news_title">Recent news</string>
<string name="screen_home_following_on_air">On Air</string>
<string name="screen_home_following_photo_content">Photo</string>
<string name="screen_home_following_empty">No following news to show.</string>
<string name="screen_home_following_error">Could not load following news.</string>
<string name="home_recommendation_activity_live">Live</string> <string name="home_recommendation_activity_live">Live</string>
<string name="home_recommendation_activity_audio">Audio</string> <string name="home_recommendation_activity_audio">Audio</string>
<string name="home_recommendation_activity_community">Community</string> <string name="home_recommendation_activity_community">Community</string>

View File

@@ -306,6 +306,15 @@
<string name="home_recommendation_section_genre_creator_suffix">のクリエイター</string> <string name="home_recommendation_section_genre_creator_suffix">のクリエイター</string>
<string name="home_recommendation_section_cheer_creators">最近応援が多いクリエイター</string> <string name="home_recommendation_section_cheer_creators">最近応援が多いクリエイター</string>
<string name="home_recommendation_section_popular_community_posts">人気コミュニティ</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_live">ライブ</string>
<string name="home_recommendation_activity_audio">オーディオ</string> <string name="home_recommendation_activity_audio">オーディオ</string>
<string name="home_recommendation_activity_community">コミュニティ</string> <string name="home_recommendation_activity_community">コミュニティ</string>

View File

@@ -305,6 +305,15 @@
<string name="home_recommendation_section_genre_creator_suffix">\u0020크리에이터</string> <string name="home_recommendation_section_genre_creator_suffix">\u0020크리에이터</string>
<string name="home_recommendation_section_cheer_creators">최근 응원이 많은 크리에이터</string> <string name="home_recommendation_section_cheer_creators">최근 응원이 많은 크리에이터</string>
<string name="home_recommendation_section_popular_community_posts">인기 커뮤니티</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_live">라이브</string>
<string name="home_recommendation_activity_audio">오디오</string> <string name="home_recommendation_activity_audio">오디오</string>
<string name="home_recommendation_activity_community">커뮤니티</string> <string name="home_recommendation_activity_community">커뮤니티</string>