feat(creator): 라이브 탭 상태 문구를 추가한다

This commit is contained in:
2026-06-17 23:23:55 +09:00
parent 747569c1cc
commit 41ef04b193
3 changed files with 15 additions and 0 deletions

View File

@@ -186,6 +186,11 @@
<string name="live_paid_confirm">Enter after payment</string>
<string name="creator_channel_live_created_message">Live has been created.</string>
<string name="creator_channel_live_sort_owned">Owned</string>
<string name="creator_channel_live_total_label">All</string>
<string name="creator_channel_live_empty_message">The creator is preparing a live.\nPlease look forward to it!</string>
<string name="creator_channel_live_error_message">Could not load live.</string>
<string name="creator_channel_live_retry_button">Retry</string>
<string name="creator_channel_live_start_button">Start live</string>
<string name="auth_title">Identity verification</string>
<string name="auth_desc">VoiceOns Open World Character Chat\nis available only to adults who have completed identity verification to protect minors.\nTo use the character chat service, please complete identity verification.</string>
<string name="auth_desc_live">To protect minors,\nonly adults who have completed identity verification\ncan enter live rooms.\nPlease complete identity verification\nto enter the live room.</string>

View File

@@ -186,6 +186,11 @@
<string name="live_paid_confirm">決済して入室</string>
<string name="creator_channel_live_created_message">ライブが作成されました。</string>
<string name="creator_channel_live_sort_owned">所持順</string>
<string name="creator_channel_live_total_label">全体</string>
<string name="creator_channel_live_empty_message">クリエイターがライブを準備中です。\n楽しみにお待ちください!</string>
<string name="creator_channel_live_error_message">ライブを読み込めませんでした。</string>
<string name="creator_channel_live_retry_button">再試行</string>
<string name="creator_channel_live_start_button">ライブを始める</string>
<string name="auth_title">本人確認</string>
<string name="auth_desc">ボイスオンのオープンワールド・キャラトークは、\n青少年保護のため本人確認済みの\n成人の方のみご利用いただけます。\nサービスを利用するには本人確認をお願いします。</string>
<string name="auth_desc_live">青少年保護のため、\n本人確認を完了した成人の方のみ\nライブ入場が可能です。\nライブ入場のために\n本人確認を行ってください。</string>

View File

@@ -185,6 +185,11 @@
<string name="live_paid_confirm">결제 후 입장</string>
<string name="creator_channel_live_created_message">라이브가 생성되었습니다.</string>
<string name="creator_channel_live_sort_owned">소장순</string>
<string name="creator_channel_live_total_label">전체</string>
<string name="creator_channel_live_empty_message">크리에이터가 라이브를 준비 중입니다.\n기대해 주세요!</string>
<string name="creator_channel_live_error_message">라이브를 불러오지 못했습니다.</string>
<string name="creator_channel_live_retry_button">다시 시도</string>
<string name="creator_channel_live_start_button">라이브 시작하기</string>
<string name="auth_title">본인인증</string>
<string name="auth_desc">보이스온의 오픈월드 캐릭터톡은\n청소년 보호를 위해 본인인증한\n성인만 이용이 가능합니다.\n캐릭터톡 서비스를 이용하시려면\n본인인증을 하고 이용해주세요.</string>
<string name="auth_desc_live">청소년 보호를 위해\n본인인증을 완료한\n성인만 라이브 입장이 가능합니다.\n라이브 입장을 위해\n본인인증을 진행해 주세요.</string>