feat(creator): 채널 상단 액션을 연결한다

This commit is contained in:
2026-06-16 17:27:38 +09:00
parent 0bb5796da1
commit 1cd676bcb4
5 changed files with 93 additions and 20 deletions

View File

@@ -281,7 +281,10 @@
<string name="creator_channel_follower_count">%1$s followers</string>
<string name="creator_channel_chat_button">Chat Now</string>
<string name="creator_channel_dm_button">Send DM</string>
<string name="creator_channel_dm_check_button">Check DMs</string>
<string name="creator_channel_follow_button">Follow</string>
<string name="creator_channel_unfollow_success">Following has been canceled.</string>
<string name="creator_channel_block_success">Blocked.</string>
<string name="creator_channel_section_live">Live now</string>
<string name="creator_channel_section_latest_audio">Latest audio</string>
<string name="creator_channel_section_donation">Support</string>
@@ -299,7 +302,6 @@
<string name="creator_channel_fantalk_summary">%1$s · Total %2$d</string>
<string name="creator_channel_fantalk_empty_title">Be the first\nto cheer them on!</string>
<string name="creator_channel_fantalk_support_action">Leave support</string>
<string name="creator_channel_activity_summary">Live %1$d · %2$d hours · %3$d contributors · Audio %4$d · Series %5$d</string>
<string name="creator_channel_activity_debut">Debut</string>
<string name="creator_channel_activity_debut_format">%1$s (%2$s)</string>
<string name="creator_channel_activity_live_count">Total lives</string>

View File

@@ -281,7 +281,10 @@
<string name="creator_channel_follower_count">フォロワー %1$s人</string>
<string name="creator_channel_chat_button">トークする</string>
<string name="creator_channel_dm_button">DMを送る</string>
<string name="creator_channel_dm_check_button">DMを確認</string>
<string name="creator_channel_follow_button">フォロー</string>
<string name="creator_channel_unfollow_success">フォローを解除しました。</string>
<string name="creator_channel_block_success">ブロックしました。</string>
<string name="creator_channel_section_live">配信中</string>
<string name="creator_channel_section_latest_audio">最新オーディオ</string>
<string name="creator_channel_section_donation">応援</string>
@@ -299,7 +302,6 @@
<string name="creator_channel_fantalk_summary">%1$s · 全体 %2$d</string>
<string name="creator_channel_fantalk_empty_title">最初の応援を\n待っています</string>
<string name="creator_channel_fantalk_support_action">応援を残す</string>
<string name="creator_channel_activity_summary">ライブ %1$d回 · 累計 %2$d時間 · 参加者 %3$d人 · オーディオ %4$d件 · シリーズ %5$d件</string>
<string name="creator_channel_activity_debut">デビュー</string>
<string name="creator_channel_activity_debut_format">%1$s(%2$s)</string>
<string name="creator_channel_activity_live_count">ライブ総配信数</string>

View File

@@ -280,7 +280,10 @@
<string name="creator_channel_follower_count">팔로워 %1$s명</string>
<string name="creator_channel_chat_button">대화하기</string>
<string name="creator_channel_dm_button">DM 보내기</string>
<string name="creator_channel_dm_check_button">DM 확인하기</string>
<string name="creator_channel_follow_button">팔로우</string>
<string name="creator_channel_unfollow_success">팔로잉이 취소되었습니다.</string>
<string name="creator_channel_block_success">차단하였습니다.</string>
<string name="creator_channel_section_live">현재 라이브</string>
<string name="creator_channel_section_latest_audio">최신 오디오</string>
<string name="creator_channel_section_donation">후원</string>
@@ -298,7 +301,6 @@
<string name="creator_channel_fantalk_summary">%1$s · 전체 %2$d</string>
<string name="creator_channel_fantalk_empty_title">당신의 첫 응원을\n기다리고 있어요!</string>
<string name="creator_channel_fantalk_support_action">응원 남기기</string>
<string name="creator_channel_activity_summary">라이브 %1$d회 · 누적 %2$d시간 · 참여자 %3$d명 · 오디오 %4$d개 · 시리즈 %5$d개</string>
<string name="creator_channel_activity_debut">데뷔</string>
<string name="creator_channel_activity_debut_format">%1$s(%2$s)</string>
<string name="creator_channel_activity_live_count">라이브 총 진행 수</string>