feat(profile): 채널 후원 비밀문구와 내 페이지 노출 조건을 정리한다

This commit is contained in:
2026-02-26 00:42:02 +09:00
parent de4b301ccb
commit 96108aa520
7 changed files with 35 additions and 2 deletions

View File

@@ -800,6 +800,7 @@
<string name="screen_user_profile_channel_donation_button">Donate to Channel</string>
<string name="screen_user_profile_channel_donation_all_title">View all Channel Donations</string>
<string name="screen_user_profile_channel_donation_empty">No channel donations yet.</string>
<string name="screen_user_profile_channel_donation_secret">Secret donation</string>
<string name="screen_user_profile_cheer_label">Cheer</string>
<string name="screen_user_profile_cheer_hint">Leave a cheer comment!</string>
<string name="screen_user_profile_cheer_reply_hint">Leave a reply to this cheer!</string>

View File

@@ -800,6 +800,7 @@
<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_channel_donation_secret">シークレットギフト</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>

View File

@@ -799,6 +799,7 @@
<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_channel_donation_secret">비밀후원</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>