feat(following): 팔로우 해제 확인 dialog를 적용한다

This commit is contained in:
2026-08-18 11:57:21 +09:00
parent 16633b978e
commit 388304dbaa
13 changed files with 234 additions and 101 deletions
+4
View File
@@ -345,6 +345,10 @@
<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_unfollow_confirm_title">フォロー解除</string>
<string name="creator_unfollow_confirm_desc">%1$sからの最新情報を受け取れなくなります。\nフォローを解除しますか?</string>
<string name="creator_unfollow_confirm_cancel">キャンセル</string>
<string name="creator_unfollow_confirm_confirm">解除する</string>
<string name="creator_channel_block_success">ブロックしました。</string>
<string name="creator_channel_section_live">配信中</string>
<string name="creator_channel_section_latest_audio">最新オーディオ</string>