feat(creator): FanTalk 탭 문자열을 추가한다

This commit is contained in:
2026-06-22 17:43:06 +09:00
parent 4012b92357
commit c4906bd0b5
4 changed files with 227 additions and 0 deletions

View File

@@ -330,6 +330,13 @@
<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_fantalk_empty_message">No cheers yet.\nBe the first to cheer for the creator!</string>
<string name="creator_channel_fantalk_error_message">Could not load FanTalk.</string>
<string name="creator_channel_fantalk_retry">Retry</string>
<string name="creator_channel_fantalk_all_label">All</string>
<string name="creator_channel_fantalk_report">Report</string>
<string name="creator_channel_fantalk_edit">Edit</string>
<string name="creator_channel_fantalk_delete">Delete</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

@@ -330,6 +330,13 @@
<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_fantalk_empty_message">まだ応援がありません。\n最初にクリエイターを応援してみましょう</string>
<string name="creator_channel_fantalk_error_message">ファントークを読み込めませんでした。</string>
<string name="creator_channel_fantalk_retry">再試行</string>
<string name="creator_channel_fantalk_all_label">全体</string>
<string name="creator_channel_fantalk_report">通報</string>
<string name="creator_channel_fantalk_edit">編集する</string>
<string name="creator_channel_fantalk_delete">削除する</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

@@ -329,6 +329,13 @@
<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_fantalk_empty_message">아직 응원이 없습니다.\n처음으로 크리에이터를 응원해 보세요!</string>
<string name="creator_channel_fantalk_error_message">팬톡을 불러오지 못했습니다.</string>
<string name="creator_channel_fantalk_retry">다시 시도</string>
<string name="creator_channel_fantalk_all_label">전체</string>
<string name="creator_channel_fantalk_report">신고</string>
<string name="creator_channel_fantalk_edit">수정하기</string>
<string name="creator_channel_fantalk_delete">삭제하기</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>