feat(profile): 크리에이터 상세정보를 노출한다

This commit is contained in:
2026-02-25 15:02:50 +09:00
parent c74d27f4ab
commit 5b83ae69dd
17 changed files with 601 additions and 3 deletions

View File

@@ -774,7 +774,14 @@
<string name="error_invalid_request">無効なリクエストです。</string>
<string name="screen_user_profile_share_channel">チャンネル共有</string>
<string name="screen_user_profile_follower_list">フォロワーリスト</string>
<string name="screen_user_profile_follower_count">フォロワー %1$s人</string>
<string name="screen_user_profile_follower_count">フォロワー %1$s人 · 詳細情報 &gt;</string>
<string name="screen_creator_detail_debut">デビュー</string>
<string name="screen_creator_detail_debut_before">デビュー前</string>
<string name="screen_creator_detail_live_count">ライブ総回数</string>
<string name="screen_creator_detail_live_time">ライブ累積時間</string>
<string name="screen_creator_detail_live_contributor_count">ライブ累積参加者</string>
<string name="screen_creator_detail_content_count">登録コンテンツ数</string>
<string name="screen_creator_detail_sns">SNS</string>
<string name="screen_user_profile_latest_content_scheduled">公開予定</string>
<string name="screen_user_profile_latest_content_point">ポイント</string>
<string name="screen_user_profile_live_title">ライブ</string>