feat(profile): 채널 후원 영역과 전체보기 흐름을 추가한다

This commit is contained in:
2026-02-25 20:57:30 +09:00
parent 5b83ae69dd
commit 092fc67b0b
27 changed files with 1049 additions and 5 deletions

View File

@@ -476,6 +476,8 @@
<string name="screen_live_room_listener_label">リスナー</string>
<string name="screen_live_room_secret_mission_hint">シークレットミッションを入力最大1000文字</string>
<string name="screen_live_room_donation_message_hint">一緒に送るメッセージを入力最大1000文字</string>
<string name="screen_live_room_secret_mission_hint_format">シークレットミッションを入力(最大%1$d文字</string>
<string name="screen_live_room_donation_message_hint_format">一緒に送るメッセージを入力(最大%1$d文字</string>
<string name="screen_live_room_secret_mission_input_min">10CAN以上入力してください</string>
<string name="screen_live_room_donation_input_min">1CAN以上入力してください</string>
<string name="screen_live_room_free">無料</string>
@@ -794,6 +796,10 @@
<string name="screen_user_profile_audio_ratio_detail">%1$s / %2$s個</string>
<string name="screen_user_profile_fan_talk_title">ファンTalk</string>
<string name="screen_user_profile_fantalk_all_title">ファンTalkをすべて見る</string>
<string name="screen_user_profile_channel_donation_title">チャンネルギフト</string>
<string name="screen_user_profile_channel_donation_button">チャンネルにギフトする</string>
<string name="screen_user_profile_channel_donation_all_title">チャンネルギフトをすべて見る</string>
<string name="screen_user_profile_channel_donation_empty">チャンネルギフトがありません。</string>
<string name="screen_user_profile_cheer_label">応援</string>
<string name="screen_user_profile_cheer_hint">応援コメントを残してみましょう!</string>
<string name="screen_user_profile_cheer_reply_hint">応援コメントに返信してみましょう!</string>