feat(chat): empty state 문구 리소스를 추가한다

This commit is contained in:
2026-07-11 22:02:04 +09:00
parent 0c111aaf47
commit 9925a954d1
3 changed files with 12 additions and 0 deletions

View File

@@ -158,6 +158,10 @@
<string name="screen_chat_filter_ai">AIチャット</string>
<string name="screen_chat_filter_dm">DM</string>
<string name="screen_chat_floating_button">新しいチャット</string>
<string name="screen_chat_empty_all">まだ会話がありません。\nクリエイターと話してみましょう。</string>
<string name="screen_chat_empty_ai">まだ会話がありません。\nAIクリエイターと話してみましょう。</string>
<string name="screen_chat_empty_dm">まだ会話がありません。\n好きなクリエイターにメッセージを送ってみましょう。</string>
<string name="screen_dm_chat_room_enter_failed">チャットルームに接続できませんでした</string>
<string name="live_now">ただいま配信中</string>
<string name="screen_live_now_all_title">配信中のライブをすべて見る</string>
<string name="screen_live_now_all_empty_message">参加可能なライブがないか、年齢制限で入室できません。\n本人確認を行うか、チャンネルをフォローして\n配信通知を受け取ってみましょう。</string>